From dfb2804e22baf65407e2ef1024fa484c539cfa6f Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Sat, 16 May 2026 11:34:11 +0200 Subject: [PATCH] feat(data): implement Unified Metadata Architecture (inventory & structure map) and document Knowledge Graph --- GEMINI.md | 5 + README.md | 41 +- data/inventory.yaml | 78975 +++++++++++++++ data/structure_map.yaml | 142744 +++++++++++++++++++++++++++ src/agentic_curator.py | 20 +- src/intelligent_health_checker.py | 19 +- src/v2_optimizer.py | 19 +- 7 files changed, 221811 insertions(+), 12 deletions(-) create mode 100644 data/structure_map.yaml diff --git a/GEMINI.md b/GEMINI.md index f10a9811..f7eb9464 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -36,6 +36,11 @@ This file contains the accumulated instructions and long-term vision for the aut - **Flat Asset Routing**: To avoid depth-related path breakage, both V1 (`mkdocs.yml`) and V2 (`v2-mkdocs.yml`) MUST have `use_directory_urls: false`. This ensures relative paths (e.g., `images/img.png`) resolve correctly regardless of the page depth. 20. **V2 Navigation Design**: The V2 top navigation bar MUST maintain a flat structure. All dimensions and categories must be top-level tabs in `v2-mkdocs.yml` to ensure direct discoverability and avoid nested groupings like "Categories". 21. **V2 Impact-Driven Sorting**: The V2 portal MUST prioritize **relevance (Impact) over dates** within sections to provide high-density technical value. Sorting MUST follow: 1. Stars/Relevance (DESC), 2. Year (DESC). The mission statement and descriptions MUST reflect this impact-driven synthesis. +22. **Unified Metadata Database (Local Storage)**: All link metadata MUST be managed via the local YAML database in `data/`. + - **`inventory.yaml`**: The primary source of truth for years, stars (0-5), and descriptions. + - **`structure_map.yaml`**: Tracks link locations and visual formatting (bold/highlight) across V1 and V2. + - **Persistence**: Every agent MUST load these files at startup and save any modifications immediately to ensure state continuity across workflows. + - **Manual Priority**: AI agents MUST NOT overwrite existing manual descriptions in the V1 archive files. Enrichment is strictly for `inventory.yaml` and the V2 portal. ## πŸ› οΈ Structural Evolution & Navigation ... diff --git a/README.md b/README.md index b6dba6ba..5221b7b8 100644 --- a/README.md +++ b/README.md @@ -204,15 +204,38 @@ To maintain the high-density quality of V2 without redundant AI costs, the `V2Vi 3. **UI Polish**: Implements strategic highlighting (`==text==`) for top-tier resources and a clean chronological view that hides unknown dates. 4. **Flat Routing**: Both versions use `use_directory_urls: false` to ensure relative asset paths (`images/`) remain stable across all sub-pages. -### Comparison Matrix -| Feature | V1 (Exhaustive) | V2 (Elite) | -| :--- | :--- | :--- | -| **Philosophy** | "Leave no resource behind" | "Only the best for 2026" | -| **Volume** | High (17k+ Links) | Optimized (~2k Links) | -| **Depth** | Historical & Wide | Cutting-edge & Deep | -| **Chronology** | **Unified Engine** (YYYY) | **Unified Engine** (YYYY) | -| **Filtering** | Basic (Health only) | AI-Scored (🌟🌟🌟) | -| **MVQ Check** | No (Exhaustive Preservation) | Yes (Stale repos deprioritized) | +## πŸ“Š The Unified Agentic Database (Knowledge Graph) + +Nubenetes now utilizes a **Unified Metadata Architecture** to maintain consistency across V1 and V2 while optimizing AI performance. All links are indexed in a local YAML database that serves as the "Memory" for our autonomous agents. + +### Database Components +1. **Central Inventory (`data/inventory.yaml`)**: Stores global technical metadata. + * `title`, `year`, `stars` (0-5), `description` (V1), and `ai_summary` (V2 Elite). +2. **Structure Map (`data/structure_map.yaml`)**: Tracks the physical presence and formatting of links. + * Tracks which `.md` pages contain the link in V1 and V2. + * Stores visual state: `is_bold`, `is_highlighted` (`==`). + +### Agentic Data Flow +```mermaid +graph TD + AC[Agentic Curator] -->|New Resource| DB[(Unified DB)] + LC[Link Cleaner] -->|Health & Metadata| DB + V2[V2 Vision Engine] -->|Elite Selection| DB + + DB -->|Metadata Sync| V1[V1 Archive: docs/] + DB -->|Advanced UI| V2P[V2 Portal: v2-docs/] + + subgraph Local Storage + DB1[inventory.yaml] + DB2[structure_map.yaml] + end +``` + +### Strategic Benefits +- **Zero Redundancy**: Links already analyzed by Gemini are never re-evaluated unless forced. +- **Visual Consistency**: Highlighting (`==`) and Bold formatting are managed via the database to ensure high-signal discovery. +- **Cross-Edition Sync**: A metadata update in the YAML instantly propagates to both V1 and V2 during the next build cycle. +- **Manual Priority**: Existing V1 descriptions are protected; AI only intervenes for new additions or V2-specific enrichment. --- diff --git a/data/inventory.yaml b/data/inventory.yaml index e69de29b..9c268c78 100644 --- a/data/inventory.yaml +++ b/data/inventory.yaml @@ -0,0 +1,78975 @@ +https://angular.io: + title: angular.io + year: N/A + stars: 0 + description: '' +https://angular.io/guide/build: + title: 'angular.io: Building and serving Angular apps' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2019/11/27/handling-angular-environments-in-continuous-delivery-with-red-hat-openshift: + title: 'developers.redhat.com: Handling Angular environments in continuous delivery + with Red Hat OpenShift' + year: N/A + stars: 0 + description: '' +https://javascript.plainenglish.io/enough-why-its-time-to-rip-out-angular-7d831802c8a2: + title: 'javascript.plainenglish.io: Angular is Costing Companies Billions' + year: N/A + stars: 0 + description: '' +https://calendly.com: + title: Calendly + year: N/A + stars: 0 + description: '' +https://youcanbook.me: + title: youcanbook.me + year: N/A + stars: 0 + description: '' +https://acuityscheduling.com: + title: Acuity Scheduling + year: N/A + stars: 0 + description: '' +https://doodle.com: + title: Doodle + year: N/A + stars: 0 + description: '' +https://karenapp.io: + title: Karen + year: N/A + stars: 0 + description: '' +https://www.oncehub.com/scheduleonce: + title: ScheduleOnce + year: N/A + stars: 0 + description: '' +https://support.google.com/calendar/answer/190998: + title: Google Calendar appointment slots + year: N/A + stars: 0 + description: '' +https://www.timewatch.com/outlook-resource-scheduling: + title: 'timewatch.com: Outlook Resource Scheduling – View and report on Employee + Outlook Calendars' + year: N/A + stars: 0 + description: '' +https://cal.com: + title: cal.com + year: N/A + stars: 0 + description: '' +https://support.google.com/google-workspace-individual/answer/10729749: + title: 'support.google.com: How to set up an appointment schedule' + year: N/A + stars: 0 + description: '' +https://www.wired.com/story/calendly-google-calendar-appointment-schedule: + title: 'wired.com: Google Calendar''s β€˜Appointment Schedule’ Is Good, Not Great' + year: N/A + stars: 0 + description: '' +https://gizmodo.com/google-calendar-debuts-appointment-schedule-feature-1848715533: + title: 'gizmodo.com: Google Calendar''s New Feature Can Figure Out When Your Friends + Don''t Have an Excuse to Flake' + year: N/A + stars: 0 + description: '' +https://arstechnica.com/gadgets/2022/03/google-calendar-now-lets-paid-users-create-a-booking-page-website: + title: 'arstechnica.com: New Google Calendar feature takes the back-and-forth out + of scheduling' + year: N/A + stars: 0 + description: '' +https://wpamelia.com/calendly-vs-youcanbook-me: + title: 'wpamelia.com: Calendly vs YouCanBook.Me' + year: N/A + stars: 0 + description: '' +https://wpamelia.com/calendly-vs-acuity: + title: 'wpamelia.com: Calendly vs Acuity' + year: N/A + stars: 0 + description: '' +https://wpamelia.com/calendly-vs-doodle: + title: 'wpamelia.com: Calendly vs Doodle' + year: N/A + stars: 0 + description: '' +https://karenapp.io/articles/calendly-vs-scheduleonce: + title: 'karenapp.io: Calendly vs ScheduleOnce' + year: N/A + stars: 0 + description: '' +http://www.infostor.com/backup-and_recovery/quantum-taps-aws-for-cloud-powered-disaster-recovery.html: + title: Quantum Taps AWS for Cloud-Powered Disaster Recovery + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/groups/49531/49531-6093375473969090562: + title: 'Linkedin discussion: Need help on Backup and restore methods of EC2 using + s3 services' + year: N/A + stars: 0 + description: '' +https://www.hava.io/blog/design-for-failure-lessons-learnt-from-the-sydney-aws-outage: + title: Design for failure lessons learnt from the Sydney AWS outage + year: N/A + stars: 0 + description: '' +https://github.com/Netflix/SimianArmy/wiki/Chaos-Monkey: + title: Chaos Monkey + year: N/A + stars: 0 + description: '' +https://www.udemy.com/how-to-architect-with-a-design-for-failure-approach: + title: 'Udemy - AWS: How to Architect with a Design for Failure Approach' + year: N/A + stars: 0 + description: '' +https://www.cloudinsidr.com/content/how-to-restore-your-instance-data-from-a-backup-using-snapshots-on-aws-ec2ebs: + title: How to Restore Your Instance Data from a Backup using Snapshots on AWS EC2/EBS + year: N/A + stars: 0 + description: '' +? 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 +: title: Backup and archive to AWS Storage Gateway VTL with Veeam Backup & Replication + v9 + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/networking-and-content-delivery/creating-disaster-recovery-mechanisms-using-amazon-route-53: + title: Creating Disaster Recovery Mechanisms Using Amazon Route 53 🌟 + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/architecture/disaster-recovery-with-aws-managed-services-part-ii-multi-region-backup-and-restore +: title: 'Disaster recovery with AWS managed services, Part 2: Multi-Region/backup + and restore 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/how-to-automate-aws-ebs-snapshots-54og: + title: 'dev.to: Best way to Automate AWS EBS Snapshots (without scripts)' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/compute/quick-restoration-through-replacing-the-root-volumes-of-amazon-ec2: + title: Quick Restoration through Replacing the Root Volumes of Amazon EC2 instances + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/backup: + title: AWS Backup Service + year: N/A + stars: 0 + description: '' +https://medium.com/avmconsulting-blog/aws-backup-service-for-amazon-rds-3e6f5827aa66: + title: 'medium: AWS Backup Service for Amazon RDS' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/storage/automate-and-centrally-manage-data-protection-for-amazon-s3-with-aws-backup: + title: Automate and centrally manage data protection for Amazon S3 with AWS Backup + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/preview-aws-backup-adds-support-for-amazon-s3: + title: Preview – AWS Backup Adds Support for Amazon S3 + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/architecture/disaster-recovery-with-aws-managed-services-part-i-single-region: + title: 'Disaster Recovery with AWS Managed Services, Part I: Single Region' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2023/05/aws-backup-cross-region-backups-four-regions: + title: AWS Backup supports cross-Region backups in four new Regions + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/new-aws-competency-aws-migration: + title: New AWS Competency – AWS Migration + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/architecture/migrate-resources-between-aws-accounts: + title: Migrate Resources Between AWS Accounts + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/architecture/multi-region-migration-using-aws-application-migration-service: + title: ==Multi-Region Migration using AWS Application Migration Service== + year: N/A + stars: 0 + description: '' +https://youtu.be/buzusNljpy4: + title: 'youtube: Migrating On Premise VM to AWS | VM Import/Export | Create EC2 + instance based on on-premises server' + year: N/A + stars: 0 + description: '' +http://aws.amazon.com/big-data: + title: aws.amazon.com/big-data + year: N/A + stars: 0 + description: '' +http://blogs.aws.amazon.com/bigdata: + title: blogs.aws.amazon.com/bigdata + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/big-data/querying-amazon-kinesis-streams-directly-with-sql-and-spark-streaming: + title: Querying Amazon Kinesis Streams Directly with SQL and Spark Streaming + year: N/A + stars: 0 + description: '' +http://blogs.aws.amazon.com/bigdata/post/Tx2D93GZRHU3TES/Using-Spark-SQL-for-ETL: + title: Using Spark SQL for ETL + year: N/A + stars: 0 + description: '' +https://www.whizlabs.com/blog/kinesis-vs-kafka: + title: 'whizlabs.com: AWS Kinesis vs Kafka Apache' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/big-data/data-lake-on-aws: + title: Building a Data Lake on AWS + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/datapipeline: + title: AWS Data Pipeline + year: N/A + stars: 0 + description: '' +https://docs.aws.amazon.com/data-pipeline/index.html: + title: AWS Data Pipeline Documentation + year: N/A + stars: 0 + description: '' +https://medium.com/@dima.statz_89242/no-code-data-collect-api-on-aws-d79e3681d204: + title: 'medium: No-Code Data Collect API on AWS' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/big-data/category/analytics/aws-data-pipeline: + title: 'AWS Big Data Blog: Category - AWS Data Pipeline' + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/ReleaseHistory.html: + title: AWS Cloud Formation Release History + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html: + title: All the AWS Resource Types Reference for AWS CloudFormation + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2020/06/introducing-aws-cloudformation-guard-preview: + title: Introducing Cloud Formation Guard - a new opensource CLI for infrastructure + compliance + year: N/A + stars: 0 + description: '' +https://github.com/aws-cloudformation/cloudformation-guard: + title: AWS CloudFormation Guard + year: N/A + stars: 0 + description: '' +https://cloudonaut.io/getting-started-with-aws-cf-templates: + title: 'cloudonaut.io: Getting Started with Free Templates for AWS CloudFormation' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/blogs/infrastructure-and-automation/use-git-pre-commit-hooks-avoid-aws-cloudformation-errors: + title: Use Git pre-commit hooks to avoid AWS CloudFormation errors + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/blogs/aws/introducing-a-public-registry-for-aws-cloudformation: + title: Introducing a Public Registry for AWS CloudFormation + year: N/A + stars: 0 + description: '' +https://cloudkatha.com/how-to-setup-s3-bucket-cors-configuration-using-cloudformation: + title: 'cloudkatha.com: How to Setup S3 Bucket CORS Configuration using CloudFormation' + year: N/A + stars: 0 + description: '' +https://cloudkatha.com/how-to-configure-aws-sqs-dead-letter-queue-using-cloudformation: + title: 'cloudkatha.com: How to Configure AWS SQS Dead Letter Queue using CloudFormation' + year: N/A + stars: 0 + description: '' +https://cloudkatha.com/how-to-create-an-s3-bucket-using-cloudformation: + title: 'cloudkatha.com: How to Create an S3 Bucket using CloudFormation' + year: N/A + stars: 0 + description: '' +https://cloudkatha.com/how-to-use-cloudformation-to-create-sns-topic-and-subscription: + title: 'cloudkatha.com: How to use CloudFormation to Create SNS Topic and Subscription' + year: N/A + stars: 0 + description: '' +https://cloudkatha.com/how-to-create-iam-role-using-cloudformation: + title: 'cloudkatha.com: How to Create IAM Role using CloudFormation' + year: N/A + stars: 0 + description: '' +https://luminousmen.com/post/a-very-quick-introduction-to-the-pain-of-aws-cloudformation: + title: 'luminousmen.com: A very quick introduction to the pain of AWS CloudFormation' + year: N/A + stars: 0 + description: '' +? https://medium.com/bb-tutorials-and-thoughts/how-to-deploy-and-run-python-apis-on-aws-app-runner-with-cloudformation-cf9c6fd14cf6 +: title: 'medium.com/bb-tutorials-and-thoughts: How To Deploy and Run Python APIs + on AWS App Runner With CloudFormation' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2023/11/aws-cloudformation-git-management-stacks: + title: AWS CloudFormation introduces Git management of stacks + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2024/02/aws-cloudformation-templates-cdk-apps-minutes: + title: '==aws.amazon.com: Generate AWS CloudFormation templates and AWS CDK apps + for existing AWS resources in minutes==' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=zA8guDqfv40: + title: '==youtube.com: AWS Cloud Complete Bootcamp Course - CloudFormation | freeCodeCamp + 🌟==' + year: N/A + stars: 0 + description: '' +? 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 +: title: 'aws.amazon.com: Amazon EC2 announces Spot Blueprints, an infrastructure + code template generator to get started with EC2 Spot Instances' + year: N/A + stars: 0 + description: '' +https://former2.com: + title: former2.com + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/opensource/accelerate-infrastructure-as-code-development-with-open-source-former2: + title: Accelerate infrastructure as code development with open source Former2 + year: N/A + stars: 0 + description: '' +https://onecloudplease.com/project/console-recorder: + title: '==onecloudplease.com: Console Recorder for AWS==' + year: N/A + stars: 0 + description: '' +https://github.com/andrewpuch/nagios_setup: + title: 'github: Steps I used to install Nagios in the cloud' + year: N/A + stars: 0 + description: '' +https://github.com/jonrau1/ElectricEye/blob/master/README.md: + title: 'github: ElectricEye' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/aws-account-security-monitoring-d7ca129d52ac: + title: 'medium: AWS Account Security Monitoring' + year: N/A + stars: 0 + description: '' +https://www.elastic.co/blog/elastic-and-aws-accelerate-your-cloud-migration-journey: + title: '==elastic.co: Elastic and AWS: Accelerating the cloud migration journey==' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/mt/how-to-use-aws-config-and-cloudtrail-to-find-who-made-changes-to-a-resource: + title: How to use AWS Config and CloudTrail to find who made changes to a resource + year: N/A + stars: 0 + description: '' +? https://kevintuei.medium.com/a-deep-dive-into-logs-and-metrics-for-aws-observability-one-observability-workshop-14c162932174 +: title: 'kevintuei.medium.com: A Deep Dive into Logs and Metrics for AWS Observability + β€” One Observability Workshop' + year: N/A + stars: 0 + description: '' +https://logz.io/blog/aws-ec2-metrics: + title: 'logz.io: What are AWS EC2 Instances? A Tutorial for EC2 Metrics Shipping + with Logz.io' + year: N/A + stars: 0 + description: '' +https://logz.io/blog/aws-lambda-metrics-monitoring-guide: + title: 'logz.io: A Guide to Monitoring AWS Lambda Metrics with Prometheus & Logz.io' + year: N/A + stars: 0 + description: '' +https://www.threatstack.com/blog/50-best-aws-cloudwatch-tutorials: + title: 'threatstack.com: 50 Best AWS CloudWatch Tutorials' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2020/09/amazon-cloudwatch-monitors-prometheus-metrics-container-environments: + title: Amazon CloudWatch now monitors Prometheus metrics from Container environments + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2020/09/amazon-cloudwatch-dashboards-supports-sharing: + title: Amazon CloudWatch Dashboards now supports sharing + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/mt/how-bt-uses-amazon-cloudwatch-to-monitor-millions-of-devices: + title: How BT uses Amazon CloudWatch to monitor millions of devices + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/mt/extending-and-exploring-alarm-history-in-amazon-cloudwatch-part-2: + title: Extending and exploring alarm history in Amazon CloudWatch – part 2 + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/optimize-aws-costs-with-cloudwatchs-advanced-metri: + title: 'dzone: Optimize AWS Costs With CloudWatch''s Advanced Metrics, Dashboards, + and Alerts' + year: N/A + stars: 0 + description: '' +https://docs.aws.amazon.com/cloud-map/latest/api/API_HealthCheckCustomConfig.html: + title: 'Custom Health Check: HealthCheckCustomConfig' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/prometheus: + title: Amazon Managed Service for Prometheus + year: N/A + stars: 0 + description: '' +https://medium.com/devops-techable/up-and-running-with-amazon-managed-service-for-prometheus-6fd12e56bff6: + title: 'medium.com: Up and running with Amazon Managed Service for Prometheus' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/grafana: + title: Amazon Managed Service for Grafana + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2021/01/aws-grafana-prometheus: + title: 'infoq.com: AWS Introduces Amazon Managed Service for Grafana and Amazon + Managed Service for Prometheus' + year: N/A + stars: 0 + description: '' +http://blogs.splunk.com/2016/06/22/aws-video: + title: 'blogs.splunk.com: AWS Agility + Splunk Visibility = Customer Success' + year: N/A + stars: 0 + description: '' +https://www.chef.io: + title: chef.io + year: N/A + stars: 0 + description: '' +https://learn.chef.io: + title: learn.chef.io + year: N/A + stars: 0 + description: '' +https://edidiongasikpo.com/getting-started-with-the-dom-ck9u4u82503or6es16p2rx7c1: + title: Getting Started with the DOM + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com/community/books/understanding-the-dom-document-object-model-ebook: + title: 'digitalocean.com: Understanding the DOM β€” Document Object Model eBook' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/javascript-dom-build-a-calculator-app: + title: 'freecodecamp.org: JavaScript DOM Tutorial – How to Build a Calculator App + in JS' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/javascript-dom: + title: 'freecodecamp.org: How the Document Object Model Works in JavaScript – DOM + Tutorial for Beginners' + year: N/A + stars: 0 + description: '' +https://github.com/apache/tomcat-jakartaee-migration: + title: Apache Tomcat migration tool for Jakarta EE + year: N/A + stars: 0 + description: '' +https://www.baeldung.com/spring-boot-servlet-containers: + title: Comparing Embedded Servlet Containers in Spring Boot + year: N/A + stars: 0 + description: '' +? https://examples.javacodegeeks.com/enterprise-java/spring/tomcat-vs-jetty-vs-undertow-comparison-of-spring-boot-embedded-servlet-containers +: title: 'Tomcat vs. Jetty vs. Undertow: Comparison of Spring Boot Embedded Servlet + Containers' + year: N/A + stars: 0 + description: '' +http://undertow.io: + title: Undertow + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-client: + title: github.com/kubernetes-client 🌟 + year: N/A + stars: 0 + description: '' +https://medium.com/programming-kubernetes/building-stuff-with-the-kubernetes-api-toc-84d751876650: + title: 'medium: Building stuff with the Kubernetes API β€” TOC 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/programming-kubernetes/building-stuff-with-the-kubernetes-api-1-cc50a3642: + title: Part 1 β€” Exploring API objects + year: N/A + stars: 0 + description: '' +https://medium.com/programming-kubernetes/building-stuff-with-the-kubernetes-api-part-2-using-java-ceb8a5ff7920: + title: Part 2 β€” Using the Java client framework + year: N/A + stars: 0 + description: '' +https://medium.com/programming-kubernetes/building-stuff-with-the-kubernetes-api-part-3-using-python-aea5ab16f627: + title: Part 3 β€” Using the Python client framework + year: N/A + stars: 0 + description: '' +https://medium.com/programming-kubernetes/building-stuff-with-the-kubernetes-api-part-4-using-go-b1d0e3c1c899: + title: Part 4 β€” Using the Go client framework + year: N/A + stars: 0 + description: '' +https://github.com/k8s-ruby/k8s-ruby: + title: 'k8s-ruby: Kubernetes Ruby Client' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes/client-go: + title: 'kubernetes/client-go: Go client for Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://pkg.go.dev/k8s.io/client-go: + title: pkg.go.dev/k8s.io/client-go + year: N/A + stars: 0 + description: '' +https://danielmangum.com/posts/controller-runtime-client-go-rate-limiting: + title: Rate Limiting in Controller-Runtime and Client-go + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-client/go: + title: 'kubernetes-client/go: OpenAPI based Generated Go client for Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/PrasadG193/kyaml2go: + title: kyaml2go (Pronounced as camel2go 🐫) 🌟 + year: N/A + stars: 0 + description: '' +https://itnext.io/writing-a-kubernetes-cli-in-go-a3970ad58299: + title: 'itnext.io: Writing a Kubernetes CLI in Go' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/learn-kubernetes-programming-part-1-7384e5f3c481: + title: 'blog.devgenius.io: Learn Kubernetes Programming β€” Part 1' + year: N/A + stars: 0 + description: '' +https://iximiuz.com/en/posts/kubernetes-api-go-cli: + title: 'iximiuz.com: How To Develop Kubernetes CLIs Like a Pro' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-client/python: + title: github.com/kubernetes-client/python + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-client/python-base: + title: github.com/kubernetes-client/python-base + year: N/A + stars: 0 + description: '' +https://medium.com/@dimitrijevskiv/monitor-kubernetes-pod-status-from-a-jenkins-pipeline-e25c744d944d: + title: '==medium.com/@dimitrijevskiv: Monitor Kubernetes pod status from a Jenkins + pipeline==' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/automate-kubernetes-with-python-2150c290afe7: + title: 'blog.devgenius.io: Automate Kubernetes With Python 🌟' + year: N/A + stars: 0 + description: '' +https://martinheinz.dev/blog/73: + title: 'martinheinz.dev/blog/73: Automate All the Boring Kubernetes Operations with + Python 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/difference-between-fabric8-and-official-kubernetes-java-client-3e0a994fd4af: + title: '==itnext.io: Difference between Fabric8 and Official Kubernetes Java Client== + 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-client/java: + title: 'github.com/kubernetes-client/java: Kubernetes Java Client' + year: N/A + stars: 0 + description: '' +https://fabric8.io: + title: Fabric8 + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/05/20/getting-started-with-the-fabric8-kubernetes-java-client: + title: 'developers.redhat.com: Getting started with the fabric8 Kubernetes Java + client' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/05/28/how-the-fabric8-maven-plug-in-deploys-java-applications-to-openshift: + title: 'developers.redhat.com: How the fabric8 Maven plug-in deploys Java applications + to OpenShift' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/10/30/whats-new-in-fabric8-kubernetes-java-client-4-12-0: + title: 'developers.redhat.com: What’s new in Fabric8 Kubernetes Java client 4.12.0' + year: N/A + stars: 0 + description: '' +https://blog.marcnuri.com/kubernetes-client-java-fabric8-introduction: + title: 'blog.marcnuri.com: Fabric8 Kubernetes Client for Java introduction' + year: N/A + stars: 0 + description: '' +https://blog.marcnuri.com/fabric8-kubernetes-java-client-and-quarkus-and-graalvm: + title: 'blog.marcnuri.com: Build Kubernetes controllers with Fabric8 Kubernetes + Client, Quarkus, and JKube' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2023/01/24/how-generate-code-using-fabric8-kubernetes-client: + title: 'developers.redhat.com: How to generate code using Fabric8 Kubernetes Client' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/first-try-on-java-operator-sdk-5a07f30771de: + title: '==levelup.gitconnected.com: First Try on Java Operator SDK==' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2023/01/04/how-use-fabric8-java-client-kubernetes: + title: 'developers.redhat.com: How to use Fabric8 Java Client with Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/cdk8s-team/cdk8s: + title: cdk8s + year: N/A + stars: 0 + description: '' +https://blog.twstewart.me/posts/cdk8s-python: + title: 'blog.twstewart.me: cdk8s-python - A Love and Hate Experience' + year: N/A + stars: 0 + description: '' +https://qdnqn.com/create-kubernetes-yaml-definitions-using-go-and-cdk8s: + title: 'qdnqn.com: Kubernetes objects from Go to YAML using Cdk8s' + year: N/A + stars: 0 + description: '' +https://www.eclipse.org/jkube: + title: Eclipse JKube 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/eclipse/jkube: + title: 'Github: Eclipse Jkube' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/09/21/migrating-from-fabric8-maven-plugin-to-eclipse-jkube-1-0-0: + title: 'developers.redhat.com: Migrating from Fabric8 Maven Plugin to Eclipse JKube + 1.0.0' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/09/09/cloud-native-java-applications-made-easy-eclipse-jkube-1-0-0-now-available: + title: 'developers.redhat.com: Cloud-native Java applications made easy: Eclipse + JKube 1.0.0 now available' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/08/24/java-development-on-top-of-kubernetes-using-eclipse-jkube: + title: 'developers.redhat.com: Java development on top of Kubernetes using Eclipse + JKube' + year: N/A + stars: 0 + description: '' +https://www.eclipse.org/jkube/docs/migration-guide: + title: 'eclipse.org: Migration Guide for projects using Fabric8 Maven Plugin to + Eclipse JKube 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=HDDfdZqwM1E&ab_channel=EclipseFoundation: + title: 'youtube: Deploying a Quarkus application into Kubernetes using JKube | Cloud + Tool Time | Marc Nuri 🌟' + year: N/A + stars: 0 + description: '' +https://blog.marcnuri.com: + title: blog.marcnuri.com + year: N/A + stars: 0 + description: '' +https://blog.marcnuri.com/eclipse-jkube-1-4-0: + title: 'blog.marcnuri.com: Eclipse JKube 1.4.0 is now available!' + year: N/A + stars: 0 + description: '' +? https://developers.redhat.com/developer-sandbox/activities/how-to-manage-microservices-using-openshift-dev-spaces-and-jkube +: title: 'developers.redhat.com: How to manage microservices using OpenShift Dev Spaces + and JKube' + year: N/A + stars: 0 + description: '' +https://javaoperatorsdk.io: + title: 'javaoperatorsdk.io: Build Kubernetes Operators in Java without hassle' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/windows/wsl: + title: 'docs.microsoft.com: WSL - Windows Subsystem for Linux' + year: N/A + stars: 0 + description: '' +https://nickjanetakis.com/blog/using-wsl-and-mobaxterm-to-create-a-linux-dev-environment-on-windows: + title: Using WSL and MobaXterm to Create a Linux Dev Environment on Windows + year: N/A + stars: 0 + description: '' +https://nickjanetakis.com/blog/setting-up-docker-for-windows-and-wsl-to-work-flawlessly: + title: Setting Up Docker for Windows and WSL to Work Flawlessly + year: N/A + stars: 0 + description: '' +? https://devblogs.microsoft.com/commandline/take-your-linux-development-experience-in-windows-to-the-next-level-with-wsl-and-visual-studio-code-remote +: title: Take your Linux development experience in Windows to the next level with + WSL and Visual Studio Code Remote + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2020/05/21/wsl-docker-kubernetes-on-the-windows-desktop: + title: 'kubernetes.io: WSL+Docker: Kubernetes on the Windows Desktop 🌟' + year: N/A + stars: 0 + description: '' +https://ubuntu.com/blog/ubuntu-on-wsl-2-is-generally-available: + title: Ubuntu on WSL 2 Is Generally Available 🌟 + year: N/A + stars: 0 + description: '' +https://www.omgubuntu.co.uk/2020/06/microsoft-wsl-install-command: + title: Microsoft Makes it Easier to Install WSL on Windows 10 🌟 + year: N/A + stars: 0 + description: '' +https://9elements.com/blog/developing-a-week-on-windows-with-wsl2: + title: '9elements.com: Developing on Windows with WSL2' + year: N/A + stars: 0 + description: '' +https://www.docker.com/blog/docker-desktop-wsl-2-backport-update: + title: Docker Desktop & WSL 2 – Backport Update + year: N/A + stars: 0 + description: '' +https://itnext.io/wsl2-tips-limit-cpu-memory-when-using-docker-c022535faf6f: + title: 'itnext.io: WSL2 Tips: Limit CPU/Memory When using Docker' + year: N/A + stars: 0 + description: '' +? https://devblogs.microsoft.com/commandline/distro-installation-added-to-wsl-install-in-windows-10-insiders-preview-build-20246 +: title: Distro installation added to WSL --install in Windows 10 insiders preview + build 20246 + year: N/A + stars: 0 + description: '' +https://pandorafms.com/blog/es/wsl2: + title: 'pandorafms.com: QuΓ© es, cΓ³mo instalar WSL2 y por quΓ© es una gran noticia + para el sector TI' + year: N/A + stars: 0 + description: '' +https://dev.to/bowmanjd/install-docker-on-windows-wsl-without-docker-desktop-34m9: + title: 'dev.to: Install Docker on Windows (WSL) without Docker Desktop 🌟' + year: N/A + stars: 0 + description: '' +https://www.techrepublic.com/article/windows-subsystem-for-linux-2-the-gui-features-developers-have-been-asking-for: + title: 'techrepublic.com: Windows Subsystem for Linux 2: The GUI features developers + have been asking for' + year: N/A + stars: 0 + description: '' +https://www.bleepingcomputer.com/news/microsoft/windows-11-can-now-install-wsl-from-the-microsoft-store: + title: 'bleepingcomputer.com: Windows 11 can now install WSL from the Microsoft + Store 🌟' + year: N/A + stars: 0 + description: '' +https://klaushofrichter.medium.com/using-windows-subsystem-for-linux-for-kubernetes-8bd1f5468531: + title: 'klaushofrichter.medium.com: Using Windows Subsystem for Linux for Kubernetes' + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/commandline/windows-terminal-1-0: + title: Windows Terminal 1.0 + year: N/A + stars: 0 + description: '' +https://venturebeat.com/2020/05/19/microsoft-windows-terminal-wsl-gpu-support-linux-gui-apps: + title: Microsoft launches Windows Terminal 1.0, unveils GPU support and Linux GUI + apps in WSL + year: N/A + stars: 0 + description: '' +https://github.com/microsoft/winget-cli: + title: Windows Package Manager CLI (aka winget) + year: N/A + stars: 0 + description: '' +https://venturebeat.com/2020/05/19/microsoft-windows-package-manager-powertoys: + title: Microsoft debuts Windows Package Manager for your dev environment + year: N/A + stars: 0 + description: '' +https://asdf-vm.com: + title: asdf version manager (asdf-vm) + year: N/A + stars: 0 + description: '' +https://cmder.net: + title: cmder 🌟 + year: N/A + stars: 0 + description: '' +https://medium.com/packlinkeng/a-chance-for-newsql-databases-3bba18fea6a1: + title: 'medium.com: A chance for NewSQL databases' + year: N/A + stars: 0 + description: '' +https://muratbuffalo.blogspot.com/2021/11/whats-really-new-with-newsql.html: + title: 'muratbuffalo.blogspot.com: What’s Really New with NewSQL?' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/what-is-noops: + title: 'Dzone: What Is NoOps?' + year: N/A + stars: 0 + description: '' +https://medium.com/better-programming/devop-noops-difference-504dfc4e9faa: + title: DevOps Is Dead, Long Live NoOps + year: N/A + stars: 0 + description: '' +https://www.zdnet.com/article/theres-no-ops-like-noops-the-next-evolution-of-devops: + title: 'zdnet: There''s no ops like NoOps: the next evolution of DevOps' + year: N/A + stars: 0 + description: '' +https://devops.com/is-noops-the-future-of-cloud-networking: + title: 'devops.com: Is NoOps the Future of Cloud Networking?' + year: N/A + stars: 0 + description: '' +https://devops.com/serverless-computing-moving-from-devops-to-noops: + title: 'Serverless Computing: Moving from DevOps to NoOps' + year: N/A + stars: 0 + description: '' +https://techbeacon.com/enterprise-it/7-arguments-against-noops: + title: 7 arguments against NoOps + year: N/A + stars: 0 + description: '' +https://www.cio.com/article/3407714/what-is-noops-the-quest-for-fully-automated-it-operations.html: + title: What is NoOps? The quest for fully automated IT operations + year: N/A + stars: 0 + description: '' +https://devops.com/up-your-devops-game-its-time-for-noops: + title: 'devops.com: Up Your DevOps Game: It’s Time for NoOps' + year: N/A + stars: 0 + description: '' +https://docs.cloud.oracle.com/en-us/iaas/Content/GSG/Concepts/baremetalintro.htm: + title: Oracle Cloud Infrastructure (OCI) + year: N/A + stars: 0 + description: '' +https://github.com/oracle: + title: github.com/oracle + year: N/A + stars: 0 + description: '' +https://blogs.oracle.com/oracleuniversity/post/hands-on-labs-oci-training: + title: 'blogs.oracle.com: Access hands-on exercises for Oracle Cloud Infrastructure + with ease' + year: N/A + stars: 0 + description: '' +https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Concepts/resourcemanager.htm: + title: 'docs.oracle.com: Overview of Resource Manager' + year: N/A + stars: 0 + description: '' +https://www.thatjeffsmith.com/archive/2022/02/best-practices-rest-apis-for-your-database-draft: + title: 'thatjeffsmith.com: Best Practices: REST APIs for your Database {Draft!}' + year: N/A + stars: 0 + description: '' +https://blogs.oracle.com/maa/post/oracle-rac-on-docker-now-with-full-production-support: + title: 'blogs.oracle.com: Oracle RAC on Docker - Now with Full Production Support' + year: N/A + stars: 0 + description: '' +https://docs.cloud.oracle.com/en-us/iaas/Content/ContEng/Concepts/contengoverview.htm: + title: Oracle Container Engine for Kubernetes (OKE) + year: N/A + stars: 0 + description: '' +https://blogs.oracle.com/cloud-infrastructure/announcing-private-kubernetes-clusters: + title: 'blogs.oracle.com: Announcing private Kubernetes clusters' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/bad-news-for-cloud-computing-openstack-use-plummets-and-discounts-dry-up: + title: '==thenewstack.io: Bad News for Cloud Computing: OpenStack Use Plummets and + Discounts Dry Up==' + year: N/A + stars: 0 + description: '' +https://www.pulumi.com: + title: Pulumi + year: N/A + stars: 0 + description: '' +https://www.pulumi.com/docs/intro/vs/terraform: + title: Pulumi VS Terraform + year: N/A + stars: 0 + description: '' +https://www.pulumi.com/docs/intro/cloud-providers: + title: Pulumi Cloud Providers + year: N/A + stars: 0 + description: '' +https://blog.thundra.io/dry-dont-repeat-yourself-on-the-cloud-with-pulumi: + title: DRY (Don’t Repeat Yourself) on the cloud with Pulumi + year: N/A + stars: 0 + description: '' +https://www.civo.com/learn/kubernetes-clusters-using-the-civo-pulumi-provider: + title: 'civo.com: Manage Kubernetes clusters using the Civo Pulumi provider' + year: N/A + stars: 0 + description: '' +https://build5nines.com/beginners-guide-to-pulumi-ci-cd-pipelines: + title: 'build5nines.com: Beginner’s Guide to Pulumi CI/CD Pipelines' + year: N/A + stars: 0 + description: '' +https://www.pulumi.com/blog/from-terraform-to-infrastructure-as-software: + title: 'pulumi.com: From Terraform to Infrastructure as Software' + year: N/A + stars: 0 + description: '' +https://www.pulumi.com/blog/observability-with-infrastructure-as-code: + title: 'pulumi.com: Observability with Infrastructure as Code' + year: N/A + stars: 0 + description: '' +https://octopus.com/blog/pulumi-and-aks-with-octopus-deploy: + title: 'octopus.com: Create an AKS Cluster with Pulumi and Octopus Deploy' + year: N/A + stars: 0 + description: '' +https://www.pulumi.com/blog/pulumi-3-0: + title: 'pulumi.com: Announcing Pulumi 3.0' + year: N/A + stars: 0 + description: '' +https://devops.com/pulumi-moves-to-automate-cloud-infrastructure-provisioning: + title: 'devops.com: Pulumi Moves to Automate Cloud Infrastructure Provisioning' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-next-step-after-devops-and-gitops-is-cloud-engineering-pulumi-says: + title: 'thenewstack.io: The Next Step after DevOps and GitOps Is Cloud Engineering, + Pulumi Says' + year: N/A + stars: 0 + description: '' +https://www.pulumi.com/docs/guides/adopting/from_kubernetes: + title: 'pulumi.com: From Kubernetes or Helm YAML' + year: N/A + stars: 0 + description: '' +https://travis.media/pulumi-tutorial-automate-kubernetes-operations: + title: 'travis.media: Pulumi Tutorial: Automate Kubernetes Deployments and Operations + with this Complete Guide' + year: N/A + stars: 0 + description: '' +https://www.pulumi.com/blog/pulumi-rest-api: + title: 'pulumi.com: Announcing the Pulumi REST API' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/pulumi-releases-a-kubernetes-operator: + title: 'thenewstack.io: Pulumi Releases a Kubernetes Operator' + year: N/A + stars: 0 + description: '' +https://siliconangle.com/2021/10/18/pulumis-new-registry-makes-easy-share-reuse-cloud-infrastructure-building-blocks: + title: 'siliconangle.com: Pulumi’s new registry aims to ease sharing and reusing + cloud infrastructure building blocks' + year: N/A + stars: 0 + description: '' +https://www.pulumi.com/registry/packages/aws/how-to-guides/ecs-fargate: + title: 'pulumi.com: Running Containers on ECS Fargate' + year: N/A + stars: 0 + description: '' +https://www.pulumi.com/tf2pulumi: + title: 'pulumi.com: Convert Your Terraform to Pulumi' + year: N/A + stars: 0 + description: '' +https://garden.io/blog/pulumi-vs-terraform: + title: 'garden.io: Pulumi vs. Terraform: A comparison of Infrastructure as Code + tools' + year: N/A + stars: 0 + description: '' +https://github.com/pulumi/kube2pulumi: + title: ==pulumi/kube2pulumi== + year: N/A + stars: 0 + description: '' +https://www.packetswitch.co.uk/terraform-is-good-but-i-like-pulumi: + title: 'packetswitch.co.uk: Terraform is Good, but I Like Pulumi' + year: N/A + stars: 0 + description: '' +https://www.scaleway.com: + title: scaleway.com + year: N/A + stars: 0 + description: '' +https://blog.scaleway.com/saas-multi-tenant-vs-multi-instance-architectures: + title: SaaS Solutions - What is the difference between a multi-instance and a multi-tenant + architecture + year: N/A + stars: 0 + description: '' +https://www.scaleway.com/en/kubernetes-kapsule: + title: 'scaleway.com: Kubernetes Kapsule' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Xamarin: + title: 'Wikipedia: Xamarin' + year: N/A + stars: 0 + description: '' +https://dotnet.microsoft.com/apps/xamarin: + title: 'dotnet.microsoft.com: Xamarin' + year: N/A + stars: 0 + description: '' +https://dotnet.microsoft.com/learn/xamarin/what-is-xamarin: + title: 'dotnet.microsoft.com: What is Xamarin?' + year: N/A + stars: 0 + description: '' +https://cloudonaut.io/scaling-container-clusters-on-aws-ecs-eks: + title: 'cloudonaut.io: Scaling Container Clusters on AWS: ECS and EKS' + year: N/A + stars: 0 + description: '' +https://medium.com/@harshvijaythakkar/creating-ci-cd-pipeline-for-aws-ecs-part-i-b2f61bb1522f: + title: 'medium: Creating CI/CD Pipeline for AWS ECS β€” Part I' + year: N/A + stars: 0 + description: '' +https://www.clickittech.com/aws/amazon-ecs-vs-eks: + title: 'clickittech.com: Amazon ECS vs EKS : The Best Container Orchestration Platform' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/sharing-secrets-to-ecs-in-an-aws-multi-account-architecture-5h1i: + title: 'dev.to: Sharing secrets to ECS in an AWS multi-account architecture' + year: N/A + stars: 0 + description: '' +https://cast.ai/blog/aws-eks-vs-ecs-vs-fargate-where-to-manage-your-kubernetes: + title: 'cast.ai: AWS EKS vs. ECS vs. Fargate: Where to manage your Kubernetes?' + year: N/A + stars: 0 + description: '' +https://neal-davis.medium.com/ecs-vs-ec2-vs-lambda-36b8ca380dea: + title: 'neal-davis.medium.com: ECS vs EC2 vs Lambda' + year: N/A + stars: 0 + description: '' +https://faun.pub/why-we-moved-from-lambda-to-ecs-b84674f31869: + title: 'faun.pub: Why We Moved From Lambda to ECS' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/automate-rollbacks-for-amazon-ecs-rolling-deployments-with-cloudwatch-alarms: + title: Automate rollbacks for Amazon ECS rolling deployments with CloudWatch alarms + year: N/A + stars: 0 + description: '' +https://aws.plainenglish.io/choosing-the-right-aws-container-service-ecs-vs-eks-3b11dd078c99: + title: 'aws.plainenglish.io: Choosing the Right AWS Container Service: ECS vs. EKS' + year: N/A + stars: 0 + description: '' +https://aws-quickstart.github.io/quickstart-eks-rancher: + title: 'aws-quickstart.github.io: Rancher on the AWS Cloud. Quick Start Reference + Deployment' + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html: + title: Amazon ECS-optimized AMI + year: N/A + stars: 0 + description: '' +https://medium.com/aws-activate-startup-blog/a-better-dev-test-experience-docker-and-aws-291da5ab1238: + title: 'A Better Dev/Test Experience: Docker and AWS' + year: N/A + stars: 0 + description: '' +http://aws.amazon.com/es/documentation/ecr: + title: Amazon EC2 Container Registry Documentation + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/AmazonECR/latest/userguide/ECR_GetStarted.html: + title: Get started with Amazon EC2 Container Registry (Amazon ECR) + year: N/A + stars: 0 + description: '' +http://blog.scottlowe.org/2016/03/22/using-docker-machine-with-aws: + title: Using Docker Machine with AWS + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/about-aws/whats-new/2016/06/docker-datacenter-on-the-aws-cloud-quick-start-reference-deployment: + title: 'Docker Datacenter on the AWS Cloud: Quick Start Reference Deployment' + year: N/A + stars: 0 + description: '' +https://github.com/bit-cloner/ecrcp: + title: ecrcp + year: N/A + stars: 0 + description: '' +https://aws.plainenglish.io/how-to-push-an-image-to-aws-ecr-b2be848c2ef: + title: 'aws.plainenglish.io: How to Push a Docker Image to the AWS ECR' + year: N/A + stars: 0 + description: '' +https://github.com/awslabs/amazon-ecr-credential-helper: + title: 'awslabs/amazon-ecr-credential-helper: Amazon ECR Docker Credential Helper' + year: N/A + stars: 0 + description: '' +http://blog.couchbase.com/2016/july/docker-for-aws-getting-started-scaling-nodes: + title: 'blog.couchbase.com: Getting Started with Docker for AWS and Scaling Nodes' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/devops: + title: AWS DevOps + year: N/A + stars: 0 + description: '' +https://blogs.aws.amazon.com/application-management: + title: AWS DevOps Blog + year: N/A + stars: 0 + description: '' +https://blazemeter.com/blog/three-ways-devops-benefit-aws-codepipeline: + title: 'blazemeter.com: Three Ways DevOps Benefit from AWS CodePipeline' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/codepipeline/product-integrations: + title: AWS Partner Network - CodePipeline Integrations + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/solutions/multi-region-infrastructure-deployment: + title: '**Multi-Region Infrastructure Deployment**' + year: N/A + stars: 0 + description: '' +? https://k21academy.com/amazon-web-services/aws-devops-vs-azure-devops/?utm_source=linkedin&utm_medium=referral&utm_campaign=awsdevops17_dec20_aws_cloud_computing_for_interested_parties__users +: title: 'k21academy.com: AWS DevOps Vs. Azure DevOps' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/devops-guru: + title: Amazon DevOps Guru + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2021/01/aws-devops-guru: + title: 'infoq.com: AWS Launches Amazon DevOps Guru' + year: N/A + stars: 0 + description: '' +https://aws.plainenglish.io/aws-codepipeline-for-amazon-ecs-part-2-a-blue-green-deployment-type-c162fd73be91: + title: 'aws.plainenglish.io: AWS CodePipeline for Amazon ECS' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/devops/multi-branch-pipeline-management-and-infrastructure-deployment-using-aws-cdk-pipelines: + title: 'aws.amazon.com: Multi-branch pipeline management and infrastructure deployment + using AWS CDK Pipelines' + year: N/A + stars: 0 + description: '' +https://medium.com/@d.kumarkaran12/devsecops-with-aws-codepipeline-and-ecs-c800f139a9ee: + title: 'medium.com/@d.kumarkaran12: DevSecOps with AWS CodePipeline and ECS' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/devops/aws-codepipeline-adds-support-for-branch-based-development-and-monorepos: + title: 'aws.amazon.com: AWS CodePipeline adds support for Branch-based development + and Monorepos' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/devops/tag/continuous-deployment: + title: Continuous Deployment with AWS + year: N/A + stars: 0 + description: '' +? http://blogs.aws.amazon.com/application-management/post/Tx3PE3JTSVJSFI7/AWS-CodeDeploy-Deploying-from-a-Development-Account-to-a-Production-Account +: title: 'AWS CodeDeploy: Deploying from a Development Account to a Production Account' + year: N/A + stars: 0 + description: '' +https://blogs.aws.amazon.com/application-management/post/TxMJROUIFQZ4HS/Setting-Up-the-Jenkins-Plugin-for-AWS-CodeDeploy: + title: Setting Up the Jenkins Plugin for AWS CodeDeploy + year: N/A + stars: 0 + description: '' +https://adamtheautomator.com/aws-codedeploy: + title: 'adamtheautomator.com: Getting Started with AWS CodeDeploy' + year: N/A + stars: 0 + description: '' +https://admiralty.io: + title: admiralty.io + year: N/A + stars: 0 + description: '' +https://thenewstack.io/making-kubernetes-serverless-and-global-with-aws-fargate-on-eks-and-admiralty: + title: 'thenewstack.io: Making Kubernetes Serverless and Global with AWS Fargate + on EKS and Admiralty' + year: N/A + stars: 0 + description: '' +https://admiralty.io/docs/tutorials/fargate: + title: 'admiralty.io: Multi-Region AWS Fargate on EKS' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/aws-config-rules-dynamic-compliance-checking-for-cloud-resources: + title: AWS Config Rules – Dynamic Compliance Checking for Cloud Resources + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/amazon-inspector-automated-security-assessment-service: + title: Amazon Inspector – Automated Security Assessment Service + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/coming-soon-ec2-dedicated-hosts: + title: Coming Soon – EC2 Dedicated Hosts + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/device-farm: + title: 'AWS Device Farm: Improve the quality of your web and mobile applications + by testing across desktop browsers and real mobile devices hosted in the AWS Cloud' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/aws-mobile-hub-build-test-and-monitor-mobile-applications: + title: AWS Mobile Hub – Build, Test, and Monitor Mobile Applications + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/ec2-container-service-update-container-registry-ecs-cli-az-aware-scheduling-and-more: + title: EC2 Container Service Update – Container Registry, ECS CLI, AZ-Aware Scheduling, + and More + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/cloudwatch-dashboards-create-use-customized-metrics-views: + title: CloudWatch Dashboards – Create & Use Customized Metrics Views + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/aws-lambda-update-python-vpc-increased-function-duration-scheduling-and-more: + title: AWS Lambda Update – Python, VPC, Increased Function Duration, Scheduling, + and More + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/aws-iot-cloud-services-for-connected-devices: + title: AWS IoT – Cloud Services for Connected Devices + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/amazon-elastic-file-system-shared-file-storage-for-amazon-ec2: + title: 'Amazon EFS: Amazon Elastic File System – Shared File Storage for Amazon + EC2' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/new-encrypted-ebs-boot-volumes: + title: New – Encrypted EBS Boot Volumes + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html: + title: Amazon EBS Encryption + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/about-aws/whats-new/2015/12/now-add-or-modify-request-headers-forwarded-from-amazon-cloudfront-to-origin +: title: Now Add or Modify Request Headers Forwarded From Amazon CloudFront to Origin + year: N/A + stars: 0 + description: '' +? 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 +: title: AWS CloudFormation Adds Support for AWS WAF and AWS Directory Service for + Microsoft Active Directory + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/amazon-workmail-now-generally-available: + title: Amazon WorkMail – Now Generally Available + year: N/A + stars: 0 + description: '' +http://www.allthingsdistributed.com/2015/11/aws-announces-uk-region.html: + title: London Calling! An AWS Region is coming to the UK! + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/new-scheduled-reserved-instances: + title: New – Scheduled Reserved Instances + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/blogs/aws/aws-cloudshell-command-line-access-to-aws-resources: + title: AWS CloudShell - Command-Line Access to AWS Resources + year: N/A + stars: 0 + description: '' +https://github.com/hayao-k/cdk-ecr-image-scan-notify: + title: github.com/hayao-k/cdk-ecr-image-scan-notify + year: N/A + stars: 0 + description: '' +https://cloudonaut.io/seamless-ec2-monitoring-with-the-unified-cloudwatch-agent: + title: 'cloudonaut.io: Seamless EC2 monitoring with the Unified CloudWatch Agent' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/reduce-unwanted-traffic-on-your-web-site-with-aws-bot-control: + title: 'amazon.com: Reduce Unwanted Traffic on Your Website with New AWS WAF Bot + Control' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2021/04/aws-ec2-serial-console: + title: 'infoq.com: AWS Introduces EC2 Serial Console: Troubleshoot Boot and Networking + Issues' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2021/06/step-functions-workflow-studio: + title: 'infoq.com: AWS Introduces a New Workflow Studio for AWS Step Functions' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2021/06/new-aws-solutions-implementation-tag-tamer: + title: 'New AWS Solutions Implementation: Tag Tamer' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/devops/new-self-paced-courses-to-improve-java-and-python-code-quality-with-amazon-codeguru: + title: Introducing new self-paced courses to improve Java and Python code quality + with Amazon CodeGuru + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/mt/automate-preapproved-operations-with-aws-service-catalog-service-actions: + title: Automate preapproved operations with AWS Service Catalog service actions + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/about-aws/whats-new/2021/07/amazon-virtual-private-cloud-vpc-customers-can-assign-ip-prefixes-ec2-instances +: title: Amazon Virtual Private Cloud (VPC) customers can now assign IP prefixes to + their EC2 instances + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2021/08/amazon-rds-proxy-created-shared-virtual-private-cloud-vpc: + title: Amazon RDS Proxy can now be created in a shared Virtual Private Cloud (VPC) + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2021/07/amazon-vpc-cni-plugin-increases-pods-per-node-limits: + title: Amazon VPC CNI plugin increases pods per node limits + year: N/A + stars: 0 + description: '' +https://www.theregister.com/2021/07/29/amazon_web_services_ec2_classic_networking: + title: 'theregister.com: AWS to retire EC2-Classic – the network glue that helped + start the IaaS rush' + year: N/A + stars: 0 + description: '' +? 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 +: title: AWS Security Hub adds 18 new controls to its Foundational Security Best Practices + standard and 8 new partners for enhanced cloud security posture monitoring + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/about-aws/whats-new/2021/08/ec2-vm-import-export-unified-extensible-firmware-interface-aws: + title: EC2 VM Import/Export now supports migration of virtual machines with Unified + Extensible Firmware Interface (UEFI) boot to AWS + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2021/08/amazon-vpc-resize-prefix-list: + title: Amazon Virtual Private Cloud (VPC) customers can now resize their prefix + list + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/blogs/aws/new-for-aws-cloudformation-quickly-retry-stack-operations-from-the-point-of-failure: + title: New for AWS CloudFormation – Quickly Retry Stack Operations from the Point + of Failure + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2021/09/aws-site-to-site-vpn-download-configuration-utility: + title: AWS Site-to-Site VPN releases updated Download Configuration utility + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/new-for-aws-distro-for-opentelemetry-tracing-support-is-now-generally-available: + title: New for AWS Distro for OpenTelemetry – Tracing Support is Now Generally Available + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/about-aws/whats-new/2021/09/application-load-balancer-aws-privatelink-static-ip-addresses-network-load-balancer +: title: Application Load Balancer now enables AWS PrivateLink and static IP addresses + by direct integration with Network Load Balancer + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2021/09/amazon-ec2-global-view-console-regions: + title: Amazon EC2 now offers Global View on the console to view all resources across + regions together + year: N/A + stars: 0 + description: '' +https://siliconangle.com/2021/09/29/amazon-debuts-fully-managed-prometheus-based-container-monitoring-service: + title: 'siliconangle.com: Amazon debuts fully managed, Prometheus-based container + monitoring service' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/aws/amazon-managed-service-for-prometheus-is-now-generally-available-with-alert-manager-and-ruler +: title: 'aws.amazon.com: Amazon Managed Service for Prometheus Is Now Generally Available + with Alert Manager and Ruler' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/now-aws-step-functions-supports-200-aws-services-to-enable-easier-workflow-automation: + title: Now β€” AWS Step Functions Supports 200 AWS Services To Enable Easier Workflow + Automation + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2021/11/aws-control-tower-supports-nested-organizational-units: + title: AWS Control Tower now supports nested organizational units + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/about-aws/whats-new/2021/11/visualize-kubernetes-clusters-one-place-amazon-eks-connector-generally-available +: title: ==Visualize all your Kubernetes clusters in one place with Amazon EKS Connector, + now generally available== + year: N/A + stars: 0 + description: '' +https://venturebeat.com/2021/11/25/amazons-aws-expands-free-egress-data-transfer-limits: + title: '==venturebeat.com: Amazon’s AWS expands free β€˜egress’ data transfer limits==' + year: N/A + stars: 0 + description: '' +https://linux.slashdot.org/story/21/11/27/0328223/aws-embraces-fedora-linux-for-its-cloud-based-amazon-linux: + title: 'linux.slashdot.org: AWS Embraces Fedora Linux for Its Cloud-Based ''Amazon + Linux''' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2021/11/amazon-inspector-continual-vulnerability-management: + title: AWS announces the new **Amazon Inspector** for continual vulnerability management + year: N/A + stars: 0 + description: '' +https://techcrunch.com/2021/12/02/aws-to-launch-over-30-new-local-zones-starting-in-2022: + title: 'techcrunch.com: AWS to launch over 30 new Local Zones internationally starting + in 2022' + year: N/A + stars: 0 + description: '' +https://venturebeat.com/2021/12/03/6-big-kubernetes-container-security-launches-at-aws-reinvent-2021: + title: '==venturebeat.com: 6 big Kubernetes container security launches at AWS re:Invent + 2021==' + year: N/A + stars: 0 + description: '' +https://www.forbes.com/sites/janakirammsv/2021/12/03/aws-reinventa-roundup-of-container-services-announcements: + title: 'forbes.com: AWS re:Invent - A Roundup Of Container Services Announcements' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/top-announcements-of-aws-reinvent-2021: + title: '==aws.amazon.com/blogs: Top Announcements of AWS re:Invent 2021==' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2021/12/recap-reinvent-2021: + title: 'infoq.com: Recap of AWS re:Invent 2021' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2021/12/kinesis-data-streams-ondemand: + title: 'infoq.com: AWS Launches Amazon Kinesis Data Streams On-Demand' + year: N/A + stars: 0 + description: '' +https://www.theregister.com/2021/12/09/the_big_aws_event_120: + title: 'theregister.com: The big AWS event: 120 announcements but nothing has changed' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/mt/share-your-amazon-cloudwatch-dashboards-with-anyone-using-aws-single-sign-on: + title: 'aws.amazon.com: Share your Amazon CloudWatch Dashboards with anyone using + AWS Single Sign-On' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/new-amazon-vpc-network-access-analyzer: + title: New – Amazon VPC Network Access Analyzer + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/mt/migrate-aws-landing-zone-solution-to-aws-control-tower: + title: Migrate AWS Landing Zone solution to AWS Control Tower + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2022/01/aws-rds-readable-standby: + title: 'infoq.com: Amazon RDS Introduces Readable Standby Instances in Multi-AZ + Deployments' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2022/01/amazon-elastic-file-system-replication: + title: Announcing Amazon Elastic File System Replication + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2022/02/aws-efs-replication: + title: 'infoq.com: Amazon Announces Elastic File System Replication for Multi-Region + Deployments' + year: N/A + stars: 0 + description: '' +https://medium.com/@fabrizio-cafolla/dockerize-python-for-aws-lambda-deploy-with-github-workflow-9a930c1e86b1: + title: 'medium.com/@fabrizio-cafolla: Dockerize Python for AWS Lambda β€” Deploy with + GitHub Workflow' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2022/02/general-availability-aws-backup-amazon-s3: + title: Announcing the general availability of AWS Backup for Amazon S3 + year: N/A + stars: 0 + description: '' +https://thenewstack.io/hashicorp-adds-consul-and-vault-to-cloud-platform-for-aws: + title: 'thenewstack.io: HashiCorp Adds Consul and Vault to Cloud Platform for AWS' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/about-aws/whats-new/2021/02/amazon-eks-clusters-support-user-authentication-oidc-compatible-identity-providers +: title: Amazon EKS clusters now support user authentication with OIDC compatible + identity providers + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/mt/amazon-managed-service-for-grafana-amg-preview-updated-with-new-capabilities: + title: Amazon Managed Service for Grafana (AMG) preview updated with new capabilities + year: N/A + stars: 0 + description: '' +https://www.xataka.com/pro/aws-se-pasa-al-low-code-workflow-studio-su-primera-herramienta-desarrollo-codigo: + title: 'xataka.com: Hasta AWS se pasa al low-code: Workflow Studio es su primera + herramienta de desarrollo de bajo cΓ³digo' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/easily-manage-security-group-rules-with-the-new-security-group-rule-id: + title: Easily Manage Security Group Rules with the New Security Group Rule ID + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/blogs/aws-spanish/aws-network-firewall-nuevo-servicio-gestionado-de-firewall-para-vpc: + title: AWS Network Firewall – Nuevo Servicio Gestionado de Firewall para VPC + year: N/A + stars: 0 + description: '' +? 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 +: title: Amazon EC2 Auto Scaling now lets you control which instances to terminate + on scale-in + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/ec2-classic-is-retiring-heres-how-to-prepare: + title: EC2-Classic Networking is Retiring – Here’s How to Prepare + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/about-aws/whats-new/2021/08/announcing-general-availability-amazon-redshift-cross-account-data-sharing +: title: Announcing General Availability of Amazon Redshift Cross-account Data Sharing + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2021/08/aws-cloudwatch-alarms: + title: 'infoq.com: Amazon Introduces Cloudwatch Cross Account Alarms to Consolidate + Management' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/monitor-evaluate-and-demonstrate-backup-compliance-with-aws-backup-audit-manager: + title: Monitor, Evaluate, and Demonstrate Backup Compliance with AWS Backup Audit + Manager + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/amazon-managed-grafana-is-now-generally-available-with-many-new-features: + title: Amazon Managed Grafana Is Now Generally Available with Many New Features + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/aws-lambda-now-supports-up-to-10-gb-ephemeral-storage: + title: AWS Lambda Now Supports Up to 10 GB Ephemeral Storage + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2022/04/amazon-cloudwatch-metrics-insights: + title: Introducing Amazon CloudWatch Metrics Insights (General Availability) + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2022/04/aws-shield-application-balancer-automatic-ddos-mitigation: + title: AWS Shield Advanced now supports Application Load Balancer for automatic + application layer DDoS mitigation + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/about-aws/whats-new/2022/04/aws-single-sign-on-configurable-synchronization-microsoft-active-directory +: title: ==AWS Single Sign-On launches configurable synchronization for Microsoft + Active Directory== + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2022/06/aws-well-architected-tool-organizations-integration: + title: Integration of AWS Well-Architected Tool with AWS Organizations + year: N/A + stars: 0 + description: '' +? 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 +: title: AWS Single Sign-On (AWS SSO) adds support for AWS Identity and Access Management + (IAM) customer managed policies (CMPs) + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/security/announcing-new-aws-iam-identity-center-apis-to-manage-users-and-groups-at-scale: + title: Announcing new AWS IAM Identity Center APIs to manage users and groups at + scale + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/amazon-workspaces-introduces-ubuntu-desktops: + title: Amazon WorkSpaces Introduces Ubuntu Desktops + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/about-aws/whats-new/2022/10/iam-access-analyzer-cloudtrail-history-identify-actions-140-aws-services-fine-grained-policies +: title: IAM Access Analyzer now reviews your AWS CloudTrail history to identify actions + used across 140 AWS services and generates fine-grained policies + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2022/10/dark-mode-support-aws-management-console: + title: Announcing dark mode support in the AWS Management Console + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/about-aws/whats-new/2022/10/iam-identity-center-session-management-features-improved-user-experience-cloud-security +: title: IAM Identity Center adds session management features for improved user experience + and cloud security + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-sns-increases-default-quota-subscription-filter-policies-account: + title: Amazon SNS increases the default quota for subscription filter policies by + 50x to 10,000 per account + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-ec2-price-capacity-optimized-allocation-strategy-provisioning-ec2-spot-instances +: title: Amazon EC2 announces new price and capacity optimized allocation strategy + for provisioning Amazon EC2 Spot Instances + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/now-open-aws-region-in-spain: + title: Now Open–AWS Region in Spain + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2022/11/aws-identity-access-management-multi-factor-authentication-devices: + title: AWS Identity and Access Management now supports multiple multi-factor authentication + (MFA) devices + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-nat-gateway-allows-select-private-ip-address-network-address-translation +: title: Amazon NAT Gateway Now Allows You to Select Private IP Address for Network + Address Translation + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/about-aws/whats-new/2022/11/application-load-balancers-turning-off-cross-zone-load-balancing-per-target-group +: title: Application Load Balancers now support turning off cross zone load balancing + per target group + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2022/11/aws-organizations-delegated-administrator: + title: Announcing delegated administrator for AWS Organizations + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2022/11/aws-backup-audit-manager-centralized-reporting-aws-organizations: + title: AWS Backup Audit Manager adds centralized reporting for AWS Organizations + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-cloudwatch-cross-account-observability-multiple-aws-accounts: + title: Amazon CloudWatch launches cross-account observability across multiple AWS + accounts + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-rds-blue-green-deployments-safer-simpler-faster-updates: + title: Announcing Amazon RDS Blue/Green Deployments for safer, simpler, and faster + updates + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/announcing-aws-kms-external-key-store-xks: + title: Announcing AWS KMS External Key Store (XKS) + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/heads-up-amazon-s3-security-changes-are-coming-in-april-of-2023: + title: 'Heads-Up: Amazon S3 Security Changes Are Coming in April of 2023' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-eks-automated-provisioning-lifecycle-management-windows-containers +: title: Amazon EKS launches automated provisioning and lifecycle management for Windows + containers + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-timestream-enables-protect-data-through-aws-backup: + title: Amazon Timestream now enables you to protect your data through AWS Backup + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-rds-integration-aws-secrets-manager: + title: Amazon RDS announces integration with AWS Secrets Manager + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-ecs-cloudwatch-alarms-safety-deployments: + title: Amazon ECS now integrates with Amazon CloudWatch alarms to improve safety + for deployments + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/ru/blogs/aws-cloud-financial-management/aws-cost-explorers-new-ui-and-common-use-cases: + title: AWS Cost Explorer’s New Look and Common Use Cases + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2023/02/amazon-cloudwatch-high-resolution-metric-extraction-structured-logs: + title: Amazon CloudWatch now supports high resolution metric extraction from structured + logs + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2023/02/aws-sam-cli-sam-list-command-inspect-resources: + title: AWS SAM CLI introduces β€˜sam list’ command to inspect AWS SAM resources + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2023/02/amazon-guardduty-aws-europe-spain-region: + title: Amazon GuardDuty now available in AWS Europe (Spain) Region + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/new-visualize-your-vpc-resources-from-amazon-vpc-creation-experience: + title: New – Visualize Your VPC Resources from Amazon VPC Creation Experience + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2023/02/aws-network-firewall-tag-based-resource-groups: + title: AWS Network Firewall now supports tag-based resource groups + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/amazon-eks-now-supports-kubernetes-version-1-25: + title: Amazon EKS now supports Kubernetes version 1.25 + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/about-aws/whats-new/2023/03/amazon-detective-graph-visualization-interactive-security-investigations +: title: Amazon Detective adds graph visualization for interactive security investigations + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2023/02/enable-aws-systems-manager-default-all-ec2-instances-account: + title: Announcing the ability to enable AWS Systems Manager by default across all + EC2 instances in an account + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2023/05/amazon-cloudfront-one-click-security-protections: + title: Amazon CloudFront announces one-click security protections + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2023/05/aws-waf-rate-based-rules-request-headers-composite-keys: + title: AWS WAF enhances rate-based rules to support request headers and composite + keys + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/aws/new-aws-dms-serverless-automatically-provisions-and-scales-capacity-for-migration-and-data-replication +: title: 'New – AWS DMS Serverless: Automatically Provisions and Scales Capacity for + Migration and Data Replication' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/security/temporary-elevated-access-management-with-iam-identity-center: + title: Temporary elevated access management with IAM Identity Center + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2023/06/aws-config-recording-exclusions-resource-type: + title: AWS Config supports recording exclusions by resource type + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2023/11/amazon-eks-pod-identity: + title: Amazon EKS introduces EKS Pod Identity + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2024/01/amazon-ecs-fargate-integrate-ebs: + title: Amazon ECS and AWS Fargate now integrate with Amazon EBS + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/blogs/aws/ec2-price-reduction-for-ec2-instance-saving-plans-and-standard-reserved-instances: + title: 'May 2020: EC2 Price Reduction – For EC2 Instance Saving Plans and Standard + Reserved Instances' + year: N/A + stars: 0 + description: '' +https://ec2.shop: + title: 'ec2.shop: Compare AWS EC2 instance price from the CLI' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2020/09/aws-ec2-t4g-instances: + title: 'infoq.com: AWS Launches Low-Cost Burstable T4g Instances Powered by AWS + Graviton2' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/cost-optimization-in-aws: + title: 'freecodecamp.org: How to Optimize your AWS Cloud Architecture Costs' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/blogs/aws/amazon-s3-glacier-price-reduction: + title: 'aws.amazon.com: Amazon S3 Glacier Price Reduction' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2021/03/aws-efs-one-zone-storage-classes: + title: 'infoq.com: AWS Announces Lower Cost Storage Classes for Amazon Elastic File + System' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/7-tips-for-cutting-down-your-aws-kubernetes-bill: + title: 'thenewstack.io: 7 Tips for Cutting Down Your AWS Kubernetes Bill' + year: N/A + stars: 0 + description: '' +https://cast.ai/blog/keep-your-aws-kubernetes-costs-in-check-with-intelligent-allocation: + title: 'cast.ai: Keep your AWS Kubernetes costs in check with intelligent allocation + (EKS)' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/cloud-bill-risks-of-aws-reserved-instances-and-savings-plans: + title: 'thenewstack.io: Cloud Bill Risks of AWS Reserved Instances and Savings Plans' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/mt/visualize-and-gain-insights-into-your-aws-cost-and-usage-with-cloud-intelligence-dashboards-using-amazon-quicksight +: title: Visualize and gain insights into your AWS cost and usage with Cloud Intelligence + Dashboards and CUDOS using Amazon QuickSight + year: N/A + stars: 0 + description: '' +https://blog.cloud-mercato.com/aws-m6i-the-why-you-should-abandon-your-m5: + title: 'blog.cloud-mercato.com: AWS m6i: The why you should abandon your m5' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/architecture/exploring-data-transfer-costs-for-aws-managed-databases: + title: 'aws.amazon.com: Exploring Data Transfer Costs for AWS Managed Databases' + year: N/A + stars: 0 + description: '' +https://cloudkatha.com/how-to-setup-budget-in-aws-to-keep-your-bill-in-check: + title: '==cloudkatha.com: How to Setup Budget in AWS to Keep your Bill in Check==' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/about-aws/whats-new/2022/04/aws-data-transfer-price-reduction-privatelink-transit-gateway-client-vpn-services/?nc1=h_ls +: title: AWS Announces Data Transfer Price Reduction for AWS PrivateLink, AWS Transit + Gateway, and AWS Client VPN services + year: N/A + stars: 0 + description: '' +https://topcloudops.com/blog-detail?id=030b1031-8bc8-4bc5-8f7a-417950005b97: + title: 'topcloudops.com: Optimizing AWS RDS Cost' + year: N/A + stars: 0 + description: '' +https://calculator.aws: + title: 'calculator.aws: AWS Total Cost of Ownership (TCO) Calculators' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws-cost-management/understanding-your-aws-cost-datasets-a-cheat-sheet: + title: 'Understanding your AWS Cost Datasets: A Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws-cost-management/announcing-general-availability-of-aws-cost-anomaly-detection: + title: Announcing General Availability of AWS Cost Anomaly Detection + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/storage/manage-amazon-s3-storage-costs-granularly-and-at-scale-using-s3-intelligent-tiering: + title: Manage Amazon S3 storage costs granularly and at scale using S3 Intelligent-Tiering + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/lets-monitor-edge-computing-networks-rhel: + title: 'redhat.com: Let’s monitor edge computing networks with RHEL!' + year: N/A + stars: 0 + description: '' +https://www.cloudflare.com/learning/serverless/glossary/what-is-edge-computing: + title: 'cloudflare.com: What Is Edge Computing?' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/topics/edge-computing/approach: + title: Red Hat's approach to Edge Computing 🌟 + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/1/kubeedge: + title: 'opensource.com: Why KubeEdge is my favorite open source project of 2020 + 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/cloudian-cto-kubernetes-standardization-key-to-edge: + title: 'thenewstack.io: Cloudian CTO: Kubernetes, Standardization Key to Edge' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2021/12/08/hosted-edge-vs-cloud-the-battle-for-latency-and-security: + title: 'cncf.io: Hosted Edge vs Cloud: the battle for latency and security 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/11/22/bring-your-kubernetes-workloads-edge: + title: '==developers.redhat.com: Bring your Kubernetes workloads to the edge==' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/a-new-kubernetes-edge-architecture: + title: 'thenewstack.io: A New Kubernetes Edge Architecture' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/why-working-on-cloud-vs-mobile-edge-is-so-different-e32930f1c801: + title: 'betterprogramming.pub: I Worked at Microsoft Cloud and Google Mobile for + 3 Years β€” Here Are the Differences in Ecosystems' + year: N/A + stars: 0 + description: '' +https://fluxcd.io: + title: Flux + year: N/A + stars: 0 + description: '' +https://docs.fluxcd.io: + title: docs.fluxcd.io + year: N/A + stars: 0 + description: '' +https://github.com/fluxcd/flux: + title: 'github: Flux' + year: N/A + stars: 0 + description: '' +https://github.com/fluxcd/flux2: + title: 'github: Flux Version 2' + year: N/A + stars: 0 + description: '' +https://toolkit.fluxcd.io: + title: 'toolkit.fluxcd.io: GitOps Toolkit 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/developing-applications-on-multitenant-clusters-wi: + title: 'dzone: Developing Applications on Multi-tenant Clusters With Flux and Kustomize' + year: N/A + stars: 0 + description: '' +? 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 +: title: A Complete Step by Step Guide to Implementing a GitOps Workflow with Flux + 🌟 + year: N/A + stars: 0 + description: '' +https://alicegg.tech/2020/11/09/helm.html: + title: 'alicegg.tech: Managing a Kubernetes cluster with Helm and FluxCD' + year: N/A + stars: 0 + description: '' +https://itnext.io/managing-kubernetes-secrets-securely-with-gitops-b8174b4f4d30: + title: 'itnext.io: Managing Kubernetes Secrets Securely with GitOps (SOPS + AWS + KMS + Flux)' + year: N/A + stars: 0 + description: '' +? https://acloudguru.com/blog/engineering/adopting-gitops-for-kubernetes-on-aws?utm_source=linkedin&utm_medium=social&utm_campaign=kubernetesblog +: title: 'acloudguru.com: Adopting GitOps for Kubernetes on AWS 🌟' + year: N/A + stars: 0 + description: '' +https://blog.sldk.de/2021/02/introduction-to-gitops-on-kubernetes-with-flux-v2: + title: 'blog.sldk.de: Introduction to GitOps on Kubernetes with Flux v2 🌟' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/azure-arc/kubernetes/conceptual-configurations: + title: 'docs.microsoft.com: Configurations and GitOps with Azure Arc enabled Kubernetes' + year: N/A + stars: 0 + description: '' +https://cloud-viadee.medium.com/gitops-for-it-architects-6312e7822819: + title: 'cloud-viadee.medium.com: GitOps for IT-Architects: Transparent and Secure + Kubernetes deployments' + year: N/A + stars: 0 + description: '' +https://johnclarke73.medium.com/our-continuous-delivery-journey-11d86dd68a49: + title: 'johnclarke73.medium.com: How GitOps works for us' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/gitops-at-home-automate-code-deploys-with-kubernetes-and-flux: + title: 'thenewstack.io: GitOps at Home: Automate Code Deploys with Kubernetes and + Flux' + year: N/A + stars: 0 + description: '' +https://medium.com/contino-engineering/integrating-gitops-deployments-in-kubernetes-using-weave-flux-9a617ea17684: + title: 'medium: Integrating GitOps Deployments in Kubernetes Using Weave Flux' + year: N/A + stars: 0 + description: '' +https://alexander.holbreich.org/gitops-journey: + title: 'alexander.holbreich.org: (Typical) journey towards full GitOps with Flux' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2021/10/07/server-side-reconciliation-is-coming: + title: 'cncf.io: Flux: Server-side reconciliation is coming' + year: N/A + stars: 0 + description: '' +https://www.solo.io/blog/the-3-best-ways-to-use-flux-and-flagger-for-gitops-with-your-envoy-proxy-api-gateways: + title: 'solo.io: The 3 best ways to use Flux and Flagger for GitOps with your Envoy + Proxy API gateways' + year: N/A + stars: 0 + description: '' +https://github.com/fluxcd/flux2-multi-tenancy: + title: fluxcd/flux2-multi-tenancy + year: N/A + stars: 0 + description: '' +https://flux-subsystem-argo.github.io/website/tutorials/terraform: + title: '==flux-subsystem-argo.github.io: GitOps Terraform Resources with Argo CD + and Flux Subsystem for Argo==' + year: N/A + stars: 0 + description: '' +https://blog.ediri.io/flux-with-buckets-is-this-still-gitops: + title: 'blog.ediri.io: Flux With Buckets: Is This Still GitOps?' + year: N/A + stars: 0 + description: '' +https://github.com/dirien/pulumi-civo-flux-bucket: + title: dirien/pulumi-civo-flux-bucket + year: N/A + stars: 0 + description: '' +https://fluxcd.io/blog/2022/09/gitops-without-leaving-your-ide: + title: 'fluxcd.io: GitOps Without Leaving your IDE' + year: N/A + stars: 0 + description: '' +https://fluxcd.io/blog/2022/09/how-to-gitops-your-terraform: + title: 'fluxcd.io: How to GitOps Your Terraform' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/deploy-stateful-workloads-on-kubernetes-with-ondat-and-fluxcd: + title: 'thenewstack.io: Deploy Stateful Workloads on Kubernetes with Ondat and FluxCD' + year: N/A + stars: 0 + description: '' +https://gist.github.com/scottrigby/a1a42c3292ec7899837c578ffdaaf92a: + title: '==gist.github.com: GitOps for Helm Users== 🌟' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/flux-cd-getting-started-1a06671d718f: + title: 'levelup.gitconnected.com: Flux CD: Getting Started' + year: N/A + stars: 0 + description: '' +https://www.weave.works/blog/flamingo-expand-argo-cd-with-flux: + title: 'weave.works: Flamingo: Expand Argo CD with Flux' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/gitops-flux-vs-argo-cd: + title: 'dzone.com: GitOps: Flux vs Argo CD 🌟' + year: N/A + stars: 0 + description: '' +https://blog.aenix.io/argo-cd-vs-flux-cd-7b1d67a246ca: + title: 'blog.aenix.io: Argo CD vs Flux CD' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2022/09/30/how-to-gitops-your-terraform: + title: 'cncf.io: How to GitOps your Terraform' + year: N/A + stars: 0 + description: '' +https://github.com/flux-iac/tofu-controller: + title: github.com/flux-iac/tofu-controller + year: N/A + stars: 0 + description: '' +https://github.com/onedr0p/flux-cluster-template: + title: 'github.com/onedr0p/flux-cluster-template: Template for deploying k3s backed + by Flux' + year: N/A + stars: 0 + description: '' +https://grafana.com: + title: Grafana + year: N/A + stars: 0 + description: '' +https://grafana.com/docs/grafana/latest/administration/provisioning: + title: 'grafana.com: Provisioning Grafana 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/cloudalchemy/ansible-grafana: + title: Grafana provisioning Ansible Role + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2020/07/22/introducing-the-new-and-improved-new-relic-plugin-for-grafana: + title: 'grafana.com: Introducing the new and improved New Relic plugin for Grafana' + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/grafana-loki-log-monitoring-alerting: + title: Log Monitoring and Alerting with Grafana Loki + year: N/A + stars: 0 + description: '' +https://www.magalix.com/blog/monitoring-of-kubernetes-cluster-through-prometheus-and-grafana: + title: 'magalix.com: Monitoring Kubernetes Clusters Through Prometheus & Grafana + 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/monitoring-kubernetes-workloads-with-prometheus-and-thanos-4ddb394b32c: + title: 'itnext.io: Monitoring Kubernetes workloads with Prometheus and Thanos' + year: N/A + stars: 0 + description: '' +https://medium.com/lightspeed-venture-partners/why-grafana-part-ii-2e7e42e0f7bb: + title: 'medium: Why Grafana: Part II' + year: N/A + stars: 0 + description: '' +https://www.scylladb.com/2020/10/01/building-a-grafana-backend-plugin: + title: 'scylladb.com: Building a Grafana Backend Plugin' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/grafana-adds-logging-to-its-enterprise-observability-stack: + title: 'thenewstack.io: Grafana Adds Logging to Its Enterprise Observability Stack + 🌟' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/metrics-driven-pod-constraints: + title: 'openshift.com: Metrics-Driven Pod Constraints' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/grafana-7-5-controversial-pie-charts-and-loki-alerts: + title: 'thenewstack.io: Grafana 7.5: Controversial Pie Charts and Loki Alerts' + year: N/A + stars: 0 + description: '' +https://www.zdnet.com/article/grafana-8-0-integrates-with-prometheus-alerting: + title: 'zdnet.com: Grafana 8.0 integrates with Prometheus alerting' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/grafana-8-0-rethinks-alerts-and-visualizations: + title: 'thenewstack.io: Grafana 8.0 Rethinks Alerts and Visualizations' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=iqpLXUdJ0Ro&ab_channel=Thetips4you: + title: 'youtube.com: Grafana Loki Promtail | Grafana Loki Setup And Configuration + On CentOs' + year: N/A + stars: 0 + description: '' +? https://grafana.com/blog/2021/07/06/whats-new-in-grafana-cloud-for-july-2021-traces-live-streaming-kubernetes-and-docker-integrations-and-more +: title: 'grafana.com: What''s new in Grafana Cloud for July 2021: Traces, live streaming, + Kubernetes and Docker integrations, and more' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/grafana-is-not-worried-about-aws-commercialization: + title: 'thenewstack.io: Grafana Is Not Worried About AWS Commercialization' + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2021/11/17/2021/11/17/grafana-aws-cloudwatch-integration: + title: 'grafana.com: Introducing the AWS CloudWatch integration, Grafana Cloud''s + first fully managed integration' + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2021/12/06/testing-shift-left-observability-with-the-grafana-stack-opentelemetry-and-k6: + title: 'grafana.com: Testing shift left observability with the Grafana Stack, OpenTelemetry, + and k6' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/will-grafana-become-easier-to-use-in-2022: + title: 'thenewstack.io: Will Grafana Become Easier to Use in 2022?' + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2022/01/11/top-5-user-requested-synthetic-monitoring-alerts-in-grafana-cloud: + title: 'grafana.com: Top 5 user-requested synthetic monitoring alerts in Grafana + Cloud' + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2022/01/19/a-beginners-guide-to-network-monitoring-with-grafana-and-prometheus: + title: '==grafana.com: A beginner''s guide to network monitoring with Grafana and + Prometheus==' + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2021/11/19/a-3-step-guide-to-troubleshooting-and-visualizing-kubernetes-with-grafana-cloud: + title: '==grafana.com: A 3-step guide to troubleshooting and visualizing Kubernetes + with Grafana Cloud==' + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2022/01/27/video-how-to-build-a-prometheus-query-in-grafana: + title: 'grafana.com: Video: How to build a Prometheus query in Grafana' + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2022/02/01/an-advanced-guide-to-network-monitoring-with-grafana-and-prometheus: + title: 'grafana.com: An advanced guide to network monitoring with Grafana and Prometheus' + year: N/A + stars: 0 + description: '' +https://devopscube.com/setup-grafana-kubernetes: + title: '==devopscube.com: How To Setup Grafana On Kubernetes==' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2022/02/grafana-incident-oncall: + title: 'infoq.com: Grafana Cloud Adds Incident and On-Call Management Solutions' + year: N/A + stars: 0 + description: '' +https://alexandrev.medium.com/grafana-alerting-vs-alertmanager-a-comparison-of-two-leading-monitoring-tools-5e262446a5f9: + title: 'alexandrev.medium.com: Grafana Alerting vs AlertManager: A Comparison of + Two Leading Monitoring Tools | Alex Vazquez' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/automatizaci%C3%B3n-de-procesos-con-prometheus-grafana-y-v%C3%ADctor-vela-l%C3%B3pez-1e: + title: 'linkedin.com/pulse: AutomatizaciΓ³n de procesos con Prometheus, Grafana y + WebHook: resoluciΓ³n autΓ³noma de incidentes' + year: N/A + stars: 0 + description: '' +https://devops.com/grafana-labs-acquires-assert-ai-to-bring-ai-to-observability: + title: 'devops.com: Grafana Labs Acquires Asserts.ai to Bring AI to Observability' + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2023/10/16/why-companies-choose-grafana-cloud-over-self-managed-oss-stacks: + title: 'grafana.com: Why companies choose Grafana Cloud over self-managed OSS stacks' + year: N/A + stars: 0 + description: '' +https://github.com/grafana/agent: + title: 'grafana/agent: Grafana Agent' + year: N/A + stars: 0 + description: '' +https://sid-infinity-yadav.medium.com/grafana-agent-kubernetes-operator-f89b744487f5: + title: 'sid-infinity-yadav.medium.com: Grafana Agent Kubernetes Operator' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/exploring-grafana-agent-flow-simplifying-monitoring-for-kubernetes-2a06a92614: + title: 'levelup.gitconnected.com: Grafana Agent Flow: Simplifying Monitoring and + Telemetry Collection for Kubernetes Clusters' + year: N/A + stars: 0 + description: '' +https://grafana.com/oss/faro: + title: Grafana Faro 🌟 + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2022/11/02/introducing-grafana-faro-oss-application-observability: + title: 'grafana.com: Introducing Grafana Faro, an open source project for frontend + application observability' + year: N/A + stars: 0 + description: '' +https://github.com/grafana/mimir: + title: github.com/grafana/mimir + year: N/A + stars: 0 + description: '' +https://grafana.com/grafana/dashboards: + title: Grafana Dashboards + year: N/A + stars: 0 + description: '' +https://github.com/DevOps-Nirvana/Grafana-Dashboards: + title: github.com/DevOps-Nirvana/Grafana-Dashboards + year: N/A + stars: 0 + description: '' +https://github.com/mlabouardy/grafana-dashboards: + title: 'github.com/mlabouardy: Grafana Dashboards' + year: N/A + stars: 0 + description: '' +https://www.openlogic.com/blog/how-visualize-prometheus-data-grafana: + title: 'openlogic.com: How to develop Grafana Dashboards 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/percona/grafana-dashboards: + title: Percona Grafana dashboards for MySQL and MongoDB monitoring using Prometheus + 🌟 + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/prometheus-monitoring-with-grafana: + title: Prometheus Monitoring With Grafana. Prometheus Stats Dashboard and Prometheus + Benchmark Dashboard + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2020/08/26/popular-community-plugins-that-can-improve-your-grafana-dashboards: + title: Popular community plugins that can improve your Grafana dashboards 🌟 + year: N/A + stars: 0 + description: '' +https://hawar.no/2020/09/cisco-dna-center-with-grafana-dashboard: + title: CISCO DNA Center with Grafana Dashboard + year: N/A + stars: 0 + description: '' +https://www.prskavec.net/post/grafana-jsonnet: + title: 'prskavec.net: Grafana dashboards and Jsonnet' + year: N/A + stars: 0 + description: '' +https://www.percona.com/blog/2019/11/22/designing-grafana-dashboards: + title: 'percona.com: Tips for Designing Grafana Dashboards' + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/devops/monitoring-azure-by-using-grafana-dashboards: + title: devblogs.microsoft.com:Monitoring Azure by using Grafana dashboards 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/kubevirt/monitoring: + title: github.com/kubevirt/monitoring + year: N/A + stars: 0 + description: '' +https://medium.com/@dotdc/a-set-of-modern-grafana-dashboards-for-kubernetes-4b989c72a4b2: + title: 'medium.com/@dotdc: A set of modern Grafana dashboards for Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2022/06/06/grafana-dashboards-a-complete-guide-to-all-the-different-types-you-can-build: + title: 'grafana.com: Grafana dashboards: A complete guide to all the different types + you can build' + year: N/A + stars: 0 + description: '' +https://medium.com/how-tos/how-to-provisioning-dashboards-in-grafana-via-kubernetes-5d261508658d: + title: 'medium.com/how-tos: How To Provisioning Dashboards In Grafana via Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/dotdc/grafana-dashboards-kubernetes: + title: ==github.com/dotdc/grafana-dashboards-kubernetes== 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/onzack/grafana-dashboards: + title: github.com/onzack/grafana-dashboards + year: N/A + stars: 0 + description: '' +? https://www.zdnet.com/article/open-source-observability-meet-data-transformation-grafana-7-0-promises-to-connect-unify-and-visualize-all-your-data +: title: 'Open source observability, meet data transformation: Grafana 7.0 promises + to connect, unify, and visualize all your data' + year: N/A + stars: 0 + description: '' +https://jaxenter.com/grafana-7-0-interview-tom-wilkie-172261.html: + title: 'Grafana 7.0: β€œWe’ve built one of the best visualisation tools and it’s not + tied to any one database”' + year: N/A + stars: 0 + description: '' +? https://grafana.com/blog/2021/08/05/grafana-8.1-released-new-geomap-and-annotations-panels-updated-plugin-management-and-more +: title: 'grafana.com: Grafana 8.1 released: New Geomap and Annotations panels, updated + plugin management, and more' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/grafana-wants-to-democratize-cloud-native-metrics: + title: 'thenewstack.io: Grafana 8.2 Wants to β€˜Democratize’ Cloud Native Metrics' + year: N/A + stars: 0 + description: '' +? https://grafana.com/about/press/2021/11/10/grafana-labs-and-microsoft-partner-to-deliver-new-first-party-microsoft-azure-service +: title: 'grafana.com: Grafana Labs and Microsoft partner to deliver new first party + Microsoft Azure service' + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2022/12/08/grafana-9.3-feature-grafana-oauth-token-improvements/?mdm=social: + title: 'grafana.com: Grafana 9.3 feature: Grafana OAuth token improvements' + year: N/A + stars: 0 + description: '' +https://grafana.com/oss/loki: + title: Grafana Loki + year: N/A + stars: 0 + description: '' +https://itnext.io/logging-in-kubernetes-with-loki-and-the-plg-stack-93b27c90ec34: + title: 'itnext.io: Logging in Kubernetes with Loki and the PLG Stack' + year: N/A + stars: 0 + description: '' +https://cleancloud-k8s.com/2022/01/19/handling-multiline-logging-with-loki-and-fluent-bit-on-kubernetes: + title: 'cleancloud-k8s.com: Handling Multiline Logs with Loki and Fluent Bit on + Kubernetes' + year: N/A + stars: 0 + description: '' +https://faun.pub/grafana-prometheus-and-loki-exploring-metrics-and-logs-f198637784fc: + title: 'faun.pub: Grafana, Prometheus, and Loki: Exploring Metrics and Logs' + year: N/A + stars: 0 + description: '' +? https://grafana.com/blog/2023/11/14/grafana-beyla-1.0-release-zero-code-instrumentation-for-application-telemetry-using-ebpf +: title: 'grafana.com: Grafana Beyla 1.0 release: zero-code instrumentation for application + telemetry using eBPF' + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2022/12/06/a-complete-guide-to-managing-grafana-as-code-tools-tips-and-tricks: + title: 'grafana.com: A complete guide to managing Grafana as code: tools, tips, + and tricks' + year: N/A + stars: 0 + description: '' +https://www.ft.com/content/08ff1bd0-2e2b-4d20-bb9f-dfe8c5a9807b: + title: 'ft.com: Women in finance say β€˜mediocre’ male managers block progress' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/handbook: + title: about.gitlab.com/handbook + year: N/A + stars: 0 + description: '' +https://www.elconfidencial.com/mundo/2023-03-10/milenializacion-mercado-laboral-israeli-startups_3551800: + title: 'elconfidencial.com: Olvida RRHH, ahora es el Departamento de DiversiΓ³n: + la infantilizaciΓ³n del paΓ­s de las 6.000 ''startups''' + year: N/A + stars: 0 + description: '' +? https://www.xataka.com/empresas-y-economia/han-recomendado-calcular-cuanto-dinero-queda-al-resto-despedirles-startups-espanolas-frente-a-quiebra-svb +: title: 'xataka.com: "Han recomendado calcular cuΓ‘nto dinero queda y al resto despedirles": + las startups espaΓ±olas frente a la quiebra de SVB' + year: N/A + stars: 0 + description: '' +https://martinfowler.com/articles/evodb.html: + title: martinfowler.com + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Evolutionary_database_design: + title: wikipedia + year: N/A + stars: 0 + description: '' +http://www.liquibase.org: + title: liquibase.org + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/introduction-to-liquibase-and-managing-your-databa: + title: 'dzone: Introduction to Liquibase and Managing Your Database Source Code' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/managing-your-database-with-liquibase-and-gradle: + title: 'dzone: Managing Your Database With Liquibase and Gradle' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/executing-liquibase-3-use-cases: + title: 'dzone: Executing Liquibase: 3 Use Cases' + year: N/A + stars: 0 + description: '' +https://www.percona.com/community-blog/2020/10/01/database-schema-management-via-liquibase: + title: 'percona: Database Schema Management Via Liquibase' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2021/02/18/blue-green-deployment-with-a-database-on-kubernetes: + title: 'piotrminkowski.com: Blue-green deployment with a database on Kubernetes + 🌟' + year: N/A + stars: 0 + description: '' +https://flywaydb.org: + title: Flyway + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/build-a-spring-boot-app-with-flyway-and-postgres: + title: 'dzone: Build a Spring Boot App With Flyway and Postgres' + year: N/A + stars: 0 + description: '' +https://www.liquibase.org/liquibase-vs-flyway: + title: 'liquibase.org: Liquibase vs. Flyway' + year: N/A + stars: 0 + description: '' +https://medium.com/@ruxijitianu/database-version-control-liquibase-versus-flyway-9872d43ee5a4: + title: 'medium: Database version control β€” Liquibase versus Flyway' + year: N/A + stars: 0 + description: '' +https://docs.planetscale.com/concepts/planetscale-workflow: + title: 'docs.planetscale.com: The PlanetScale workflow 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/bytebase/bytebase: + title: bytebase/bytebase + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/top-10-low-code-articles: + title: 'dzone: Top 10 Low-Code Articles' + year: N/A + stars: 0 + description: '' +https://sdtimes.com/lowcode/low-code-cuts-down-on-dev-time-increases-testing-headaches: + title: 'sdtimes.com: Low code cuts down on dev time, increases testing headaches' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/use-low-code-to-reduce-friction-for-cloud-operations-teams: + title: 'thenewstack.io: Use Low Code to Reduce Friction for Cloud Operations Teams' + year: N/A + stars: 0 + description: '' +https://itnext.io/for-developers-the-low-code-winter-is-coming-76875d3606c0: + title: 'itnext.io: For Developers the Low-Code Winter Is Coming' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/why-businesses-want-to-enable-no-code-and-low-code-automation: + title: 'thenewstack.io: Why Businesses Want to Enable β€˜No-Code’ and β€˜Low-Code’ Automation' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/low-code-for-pro-coders: + title: 'thenewstack.io: Low Code for Pro Coders' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/aws-adds-to-the-no-code-pile-is-it-the-end-of-the-engineer: + title: 'acloudguru.com: AWS adds to the no-code pile: Is it the end of the engineer?' + year: N/A + stars: 0 + description: '' +https://www.techradar.com/news/low-code-could-replace-traditional-coding-within-months: + title: 'techradar.com: Low-code could replace "traditional" coding within months' + year: N/A + stars: 0 + description: '' +https://atodorov.me/2020/06/14/comparing-kubernetes-managed-services-across-digital-ocean-scaleway-ovhcloud-and-linode: + title: 'atodorov.me: Comparing Kubernetes managed services across Digital Ocean, + Scaleway, OVHCloud and Linode' + year: N/A + stars: 0 + description: '' +https://docs.google.com/spreadsheets/d/1RPpyDOLFmcgxMCpABDzrsBYWpPYCIBuvAoUQLwOGoQw: + title: 'Learnk8s: Comparison of Kubernetes Managed Services 🌟' + year: N/A + stars: 0 + description: '' +https://docs.google.com/spreadsheets/d/191WWNpjJ2za6-nbG4ZoUMXMpUK8KlCIosvQB0f-oq3k/edit: + title: 'Learnk8s: Comparison of Kubernetes Ingress controllers 🌟' + year: N/A + stars: 0 + description: '' +https://www.itprotoday.com/containers/whos-winning-container-software-market: + title: 'itprotoday.com: Who''s Winning in the Container Software Market 🌟' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Apache_Maven: + title: 'Wikipedia.org: Apache Maven' + year: N/A + stars: 0 + description: '' +https://maven.apache.org: + title: maven.apache.org + year: N/A + stars: 0 + description: '' +https://github.com/apache/maven-mvnd: + title: apache/maven-mvnd + year: N/A + stars: 0 + description: '' +https://twitter.com/ASFMavenProject: + title: 'twitter.com/ASFMavenProject: The official twitter feed of the Apache Maven + Project' + year: N/A + stars: 0 + description: '' +https://twitter.com/ASFMavenRelease: + title: 'twitter.com/ASFMavenRelease: Maven Plugin Release' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/create-maven-archetype-1: + title: 'Dzone.com: Creating a Maven Archetype' + year: N/A + stars: 0 + description: '' +https://dzone.com/asset/download/212: + title: 'Dzone refcard: Apache Maven 2' + year: N/A + stars: 0 + description: '' +https://dzone.com/asset/download/223: + title: 'Dzone refcard: Getting Started with Maven Repository Management' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/installing-maven: + title: 'Dzone: Installing Maven With Your JDK' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/10-effective-tips-on-using-maven: + title: 'Dzone: 10 Effective Tips on Using Maven' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/building-java-applications-with-maven: + title: 'Dzone: Building Java Applications With Maven' + year: N/A + stars: 0 + description: '' +https://howtodoinjava.com/maven: + title: howtodoinjava.com/maven + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/7-tips-to-achieve-high-availabilityha-for-your-mav-1: + title: 'Dzone: 7 Tips to Achieve High-Availability(HA) For Your Maven Repository' + year: N/A + stars: 0 + description: '' +https://maarten.mulders.it/2020/11/whats-new-in-maven-4: + title: 'maarten.mulders.it: What''s New in Maven 4' + year: N/A + stars: 0 + description: '' +https://dev.to/khmarbaise/maven-plugin-configuration-the-unknown-tiny-details-1emm: + title: 'dev.to: Maven Plugin Configuration - The (Unknown) Tiny Details' + year: N/A + stars: 0 + description: '' +https://ashishtechmill.com/demystifying-google-container-tool-jib-java-image-builder: + title: 'ashishtechmill.com: Demystifying Google Container Tool Jib: Java Image Builder' + year: N/A + stars: 0 + description: '' +https://blog.testproject.io/2021/06/28/getting-started-with-maven-part-1: + title: 'blog.testproject.io: Getting Started with Maven in Less Than 10 Minutes + – Part 1' + year: N/A + stars: 0 + description: '' +https://blog.testproject.io/2021/06/28/getting-started-with-maven-part-2: + title: 'blog.testproject.io: Getting Started with Maven in Less Than 10 Minutes + – Part 2' + year: N/A + stars: 0 + description: '' +https://phauer.com/2018/moving-back-from-gradle-to-maven: + title: 'phauer.com: Why I Moved Back from Gradle to Maven' + year: N/A + stars: 0 + description: '' +https://rieckpil.de/maven-setup-for-testing-java-applications: + title: 'rieckpil.de: Maven Setup For Testing Java Applications' + year: N/A + stars: 0 + description: '' +https://www.baeldung.com/maven-duplicate-dependencies: + title: 'baeldung.com: Remove Duplicate Dependencies with Maven' + year: N/A + stars: 0 + description: '' +https://www.vogella.com/tutorials/ApacheMaven/article.html: + title: 'vogella.com: Maven for Building Java application - Tutorial' + year: N/A + stars: 0 + description: '' +http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html: + title: 'maven.apache.org: Introduction to the Standard Directory Layout' + year: N/A + stars: 0 + description: '' +http://www.programmersought.com/article/1858176023: + title: Handwritten Maven archetype project scaffolding + year: N/A + stars: 0 + description: '' +https://programmer.ink/think/maven-scaffolding-best-practices.html: + title: 'programmer.ink: Maven scaffolding best practices' + year: N/A + stars: 0 + description: '' +http://fuse.labs.osecloud.com/fuse/creating-a-microservices-project-with-maven: + title: Create the scaffolding for your microservice + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/maven-skipping-tests: + title: 'Dzone: Maven Skipping Tests' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/integration-tests-with-maven: + title: 'Dzone: Integration Tests with Maven' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/running-cucumber-with-maven: + title: 'Dzone.com: Running Cucumber with Maven' + year: N/A + stars: 0 + description: '' +https://maven.apache.org/shared/maven-dependency-analyzer/index.html: + title: Apache Maven Dependency Analyzer + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/solving-dependency-conflicts-in-maven: + title: 'Dzone.com: Solving Dependency conflicts in maven' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/meet-the-docker-maven-plugin: + title: 'Dzone: Meet the Docker Maven Plugin!' + year: N/A + stars: 0 + description: '' +https://code.visualstudio.com/docs/java/java-project: + title: 'code.visualstudio.com: Java Project Management in VS Code' + year: N/A + stars: 0 + description: '' +https://medium.com/habasconchocos/instalaci%C3%B3n-de-java-y-visual-studio-code-en-plataformas-windows-1fa47a69497f: + title: 'medium.com: InstalaciΓ³n de Java y Visual Studio Code en plataformas Windows' + year: N/A + stars: 0 + description: '' +https://www.jetbrains.com/help/idea/maven-support.html: + title: jetbrains.com/help/idea/maven-support.html + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/importing-a-maven-project-in-intellij-idea: + title: 'Dzone: Maven IntelliJ Idea Project' + year: N/A + stars: 0 + description: '' +https://javaspringvaadin.wordpress.com/2018/05/22/mavenintellijidea: + title: 'javaspringvaadin.wordpress.com: Crea un Proyecto Maven desde el IDE IntelliJ + IDEA' + year: N/A + stars: 0 + description: '' +https://howtodoinjava.com/maven/how-to-convert-maven-java-project-to-intellij-idea-project: + title: 'howtodoinjava.com: Maven IntelliJ Idea Project' + year: N/A + stars: 0 + description: '' +https://maven.apache.org/plugins/maven-changelog-plugin: + title: Apache Maven Changelog Plugin + year: N/A + stars: 0 + description: '' +https://maven.apache.org/plugins/maven-checkstyle-plugin: + title: Apache Maven Checkstyle Plugin + year: N/A + stars: 0 + description: '' +https://maven.apache.org/plugins/maven-javadoc-plugin: + title: Apache Maven Javadoc Plugin + year: N/A + stars: 0 + description: '' +https://maven.apache.org/surefire/maven-surefire-report-plugin: + title: Maven Surefire Report Plugin + year: N/A + stars: 0 + description: '' +cheatsheets.md: + title: Maven Cheat Sheets + year: N/A + stars: 0 + description: '' +https://github.com/fabric8io/docker-maven-plugin: + title: docker-maven-plugin + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/06/02/how-the-fabric8-maven-plug-in-deploys-java-applications-to-openshift: + title: 'developers.redhat.com: How the fabric8 Maven plug-in deploys Java applications + to OpenShift' + year: N/A + stars: 0 + description: '' +https://blog.marcnuri.com/eclipse-jkube-introduction-kubernetes-openshift: + title: 'blog.marcnuri.com: Eclipse JKube introduction: Java tools and plugins for + Kubernetes and OpenShift' + year: N/A + stars: 0 + description: '' +https://gradle.org: + title: gradle.org + year: N/A + stars: 0 + description: '' +https://docs.gradle.org/current/userguide/getting_started.html: + title: 'docs.gradle.org: Getting Started' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/build-a-java-app-with-gradle: + title: 'Dzone: build a java app with gradle' + year: N/A + stars: 0 + description: '' +https://develosapiens.wordpress.com/2015/05/08/playing-with-gradle: + title: Playing with gradle + year: N/A + stars: 0 + description: '' +https://www.baeldung.com/kotlin/gradle-dsl: + title: 'baeldung.com: Kotlin DSL for Gradle' + year: N/A + stars: 0 + description: '' +https://www.baeldung.com/maven-convert-to-gradle: + title: 'baeldung.com: Convert a Maven Build to Gradle' + year: N/A + stars: 0 + description: '' +https://sdkman.io: + title: SdkMan + year: N/A + stars: 0 + description: '' +https://e.printstacktrace.blog/using-jenkins-pipeline-parallel-stages-to-build-maven-project-with-different-jdks: + title: Using Jenkins Pipeline parallel stages to build Maven project with different + JDKs + year: N/A + stars: 0 + description: '' +https://e.printstacktrace.blog/using-sdkman-as-a-docker-image-for-jenkins-pipeline-a-step-by-step-guide: + title: Using SDKMAN! as a docker image for Jenkins Pipeline - a step by step guide + 🌟 + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=j1lH3vOhucw: + title: Multiple Java versions in a single Jenkins Pipeline using Docker and SDKMAN🌟 + year: N/A + stars: 0 + description: '' +https://github.com/wololock/jenkine-pipeline-maven-demo/tree/sdkman: + title: Jenkins Pipeline Maven build demo + year: N/A + stars: 0 + description: '' +https://jitpack.io: + title: jitpack.io 🌟 + year: N/A + stars: 0 + description: '' +https://www.jbang.dev: + title: JBang + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/devops: + title: reddit.com/r/devops + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/devops/comments/xj1jxg/internal_developer_platforms_what_toolchain_would: + title: Internal Developer Platforms - what toolchain would you use for Maven + NPM + + K8 projects? + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/redhat: + title: reddit.com/r/redhat + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/openshift: + title: reddit.com/r/openshift + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/kubernetes: + title: reddit.com/r/kubernetes + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/jenkinsci: + title: reddit.com/r/jenkinsci + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/maven: + title: reddit.com/r/maven + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/gradle: + title: reddit.com/r/gradle + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/azuredevops: + title: reddit.com/r/azuredevops + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/QualityAssurance: + title: reddit.com/r/QualityAssurance + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/jmeter: + title: reddit.com/r/jmeter + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/aws: + title: reddit.com/r/aws + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/AZURE: + title: reddit.com/r/AZURE + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/googlecloud: + title: reddit.com/r/googlecloud + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/digitalocean: + title: reddit.com/r/digitalocean + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/digital_ocean: + title: reddit.com/r/digital_ocean + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/cloudcomputing: + title: reddit.com/r/cloudcomputing + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/haproxy: + title: reddit.com/r/haproxy + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/Traefik: + title: reddit.com/r/Traefik + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/istio: + title: reddit.com/r/istio + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/Terraform: + title: reddit.com/r/Terraform + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/ansible: + title: reddit.com/r/ansible + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/postgres: + title: reddit.com/r/postgres + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/git: + title: reddit.com/r/git + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/java: + title: reddit.com/r/java + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/Python: + title: reddit.com/r/python + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/bashonubuntuonwindows: + title: reddit.com/r/bashonubuntuonwindows + year: N/A + stars: 0 + description: '' +https://forums.aws.amazon.com: + title: AWS Forums + year: N/A + stars: 0 + description: '' +https://www.crunchbase.com/organization/openshift/timeline/timeline: + title: crunchbase.com + year: N/A + stars: 0 + description: '' +https://feedly.com: + title: feedly.com + year: N/A + stars: 0 + description: '' +https://nativecloud.dev: + title: ==nativecloud.dev== 🌟 + year: N/A + stars: 0 + description: '' +https://kube.events: + title: Kube Events + year: N/A + stars: 0 + description: '' +https://stackoverflow.com/collectives: + title: Stack Overflow Collectives 🌟 + year: N/A + stars: 0 + description: '' +https://stackoverflow.com/collectives/go: + title: Go Collective + year: N/A + stars: 0 + description: '' +https://stackoverflow.com/collectives/gitlab: + title: GitLab Collective + year: N/A + stars: 0 + description: '' +https://stackoverflow.com/collectives/google-cloud: + title: Google Cloud Collective + year: N/A + stars: 0 + description: '' +https://www.getpostman.com: + title: getpostman.com + year: N/A + stars: 0 + description: '' +https://blog.getpostman.com: + title: blog.getpostman.com + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/how-to-use-postman-to-manage-and-execute-your-apis: + title: 'Dzone: how to use postman to manage and execute your APIs' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/api-testing-postman-michael-montgomery: + title: 'Linkedin: API Testing with Postman' + year: N/A + stars: 0 + description: '' +https://medium.com/@michaelkm03/rest-api-test-automation-with-postman-jenkins-1-of-3-860edf3c2a45: + title: 'medium: API Testing with Postman' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/api-testing-postman-build-dynamic-test-suite-michael-montgomery: + title: 'Linkedin: API Testing with Postman β€” Build a Dynamic Test Suite' + year: N/A + stars: 0 + description: '' +https://medium.com/@michaelkm03/api-testing-with-postman-build-a-dynamic-test-suite-e874f4d78e69: + title: 'medium: API Testing with Postman β€” Build a Dynamic Test Suite' + year: N/A + stars: 0 + description: '' +https://medium.com/better-practices/kubernetes-tutorial-b6f302a67426: + title: 'medium: Kubernetes Tutorial: Your Complete Guide to Deploying an App on + AWS with Postman 🌟' + year: N/A + stars: 0 + description: '' +https://vaishnavidontha.hashnode.dev/api-testing-using-postman-part-1: + title: 'vaishnavidontha.hashnode.dev: API Testing using Postman - Part 1' + year: N/A + stars: 0 + description: '' +https://vaishnavidontha.hashnode.dev/api-testing-using-postman-part-2: + title: 'vaishnavidontha.hashnode.dev: API Testing using Postman - Part 2' + year: N/A + stars: 0 + description: '' +https://vaishnavidontha.hashnode.dev/api-testing-using-postman-part-3: + title: 'vaishnavidontha.hashnode.dev: API Testing using Postman - Part 3' + year: N/A + stars: 0 + description: '' +https://blog.postman.com/postmans-proxy-now-fully-supports-https-endpoints: + title: 'blog.postman.com: Postman’s Proxy Now Fully Supports HTTPS Endpoints' + year: N/A + stars: 0 + description: '' +https://dev.to/jburroughs/1-tip-to-double-your-productivity-using-postman-3bdm: + title: 'dev.to: 1 Tip to Double Your Productivity in Postman' + year: N/A + stars: 0 + description: '' +https://blog.postman.com/introducing-secret-variable-type-in-postman: + title: '==blog.postman.com: Introducing the Secret Variable Type in Postman==' + year: N/A + stars: 0 + description: '' +https://blog.postman.com/matrix-postman-internal-tool-microservices: + title: 'blog.postman.com: Meet Matrix: Postman’s Internal Tool for Working with + Microservices' + year: N/A + stars: 0 + description: '' +https://blog.postman.com/postman-first-5-things-to-try: + title: 'blog.postman.com: First 5 Things to Try If You’re New to Postman' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/master-api-testing-with-postman: + title: 'freecodecamp.org: Master API Testing with Postman' + year: N/A + stars: 0 + description: '' +https://learning.postman.com/docs/collections/performance-testing/testing-api-performance: + title: 'learning.postman.com: Simulate user traffic to test your API performance' + year: N/A + stars: 0 + description: '' +https://github.com/postmanlabs/newman: + title: Newman + year: N/A + stars: 0 + description: '' +https://blog.balasundar.com/run-postman-collections-using-newman-and-python: + title: 'blog.balasundar.com: Run Postman collections using Newman and Python' + year: N/A + stars: 0 + description: '' +https://www.postman.com/pynt-io/workspace/pynt/overview: + title: ==Postman Pynt== 🌟 + year: N/A + stars: 0 + description: '' +https://www.drools.org: + title: Drools + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/05/01/automated-api-testing-for-the-kie-server: + title: Automated API testing for the KIE Server 🌟 + year: N/A + stars: 0 + description: '' +https://registry.hub.docker.com/r/jboss/kie-server: + title: KIE Server + year: N/A + stars: 0 + description: '' +https://hoppscotch.io: + title: 'Hoppscotch: Open-Source Alternative to Postman' + year: N/A + stars: 0 + description: '' +https://www.techwebspace.com/get-started-with-the-rest-assured-framework-an-example-based-guide: + title: 'techwebspace.com: Get Started with the REST Assured Framework: An Example-based + Guide' + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/binary-repository-management: + title: 'Dzone refcard: Using Repository Managers' + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/4.8/registry/architecture-component-imageregistry.html: + title: 'docs.openshift.com: Integrated OpenShift Container Platform registry' + year: N/A + stars: 0 + description: '' +https://cloudowski.com/articles/why-managing-container-images-on-openshift-is-better-than-on-kubernetes: + title: 'cloudowski.com: Openshift ImageStreams' + year: N/A + stars: 0 + description: '' +https://quay.io: + title: Quay.io + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/introducing-red-hat-quay-3-registry-your-linux-and-windows-containers: + title: Quay 3.0 released in May 2019 + year: N/A + stars: 0 + description: '' +https://github.com/redhat-cop/quay-operator: + title: Quay Community Edition operator + year: N/A + stars: 0 + description: '' +https://www.openshift.com/products/quay: + title: Quay 3.1 Certified Operator is not available in Openshift and must be purchased + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/red-hat-introduces-open-source-project-quay-container-registry: + title: Red Hat Introduces open source Project Quay container registry + year: N/A + stars: 0 + description: '' +https://github.com/quay: + title: github.com/quay + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/keep-your-applications-secure-with-automatic-rebuilds: + title: 'openshift.com: Keep Your Applications Secure With Automatic Rebuilds' + year: N/A + stars: 0 + description: '' +https://www.sonatype.com/nexus-repository-oss: + title: sonatype.com/nexus-repository-oss + year: N/A + stars: 0 + description: '' +https://help.sonatype.com/repomanager3: + title: Nexus Repository Manager (NXRM) 3 🌟 + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/getting-started-nexus-maven: + title: 'Dzone: Getting started with Nexus' + year: N/A + stars: 0 + description: '' +https://github.com/sonatype-nexus-community/nexus-kubernetes-openshift: + title: 'Sonatype Nexus Community: Nexus Kubernetes OpenShift 🌟' + year: N/A + stars: 0 + description: '' +https://devopscube.com/setup-nexus-kubernetes: + title: 'Devopscube.com: Setup Nexus Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://stackoverflow.com/questions/42766349/run-nexus-3-with-docker-in-a-kubernetes-cluster: + title: 'stackoverflow: run nexus3 with docker in a kubernetes cluster' + year: N/A + stars: 0 + description: '' +https://github.com/jetstack/cert-manager: + title: https://github.com/jetstack/cert-manager/ + year: N/A + stars: 0 + description: '' +https://help.sonatype.com/repomanager3/formats/docker-registry: + title: Docker Registry + year: N/A + stars: 0 + description: '' +https://blog.sonatype.com/using-nexus-3-as-your-repository-part-3-docker-images: + title: 'blog.sonatype.com: Using Nexus 3 as Your Repository – Part 3: Docker Images + 🌟' + year: N/A + stars: 0 + description: '' +https://support.sonatype.com/hc/en-us/articles/360009696054-How-to-delete-docker-images-from-Nexus-Repository-Manager: + title: 'sonatype: how to delete docker images from Nexus Repository Manager' + year: N/A + stars: 0 + description: '' +https://hackernoon.com/cleanup-old-docker-images-from-nexus-repository-617b1004dad8: + title: 'hackermoon.com: cleanup old docker images from nexus repository' + year: N/A + stars: 0 + description: '' +https://guides.sonatype.com/repo3/technical-guides/secure-docker-registries: + title: 'guides.sonatype.com: secure docker registries' + year: N/A + stars: 0 + description: '' +? https://support.sonatype.com/hc/en-us/articles/217542177-Using-Self-Signed-Certificates-with-Nexus-Repository-Manager-and-Docker-Daemon +: title: 'support.sonatype.com: Using self signed certificates with Nexus Repository + Manager and Docker Daemon' + year: N/A + stars: 0 + description: '' +https://support.sonatype.com/hc/en-us/articles/213465768-SSL-Certificate-Guide: + title: 'support.sonatype.com: SSL Certificate Guide' + year: N/A + stars: 0 + description: '' +https://help.sonatype.com/repomanager3/security/configuring-ssl?_ga=2.250230211.411976214.1575978022-1513910029.1575978022: + title: 'help.sonatype.com: Inbound SSL - Configuring to Serve Content via HTTPS' + year: N/A + stars: 0 + description: '' +https://www.nginx.com/blog/using-free-ssltls-certificates-from-lets-encrypt-with-nginx: + title: 'nginx.com: Using Free Let’s Encrypt SSL/TLS Certificates with NGINX' + year: N/A + stars: 0 + description: '' +https://docs.docker.com/registry/insecure: + title: Test an insecure registry 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/Juniper/contrail-docker/wiki/Configure-docker-service-to-use-insecure-registry: + title: Configure Docker Service To Use Insecure Registry + year: N/A + stars: 0 + description: '' +https://forums.docker.com/t/running-an-insecure-registry-insecure-registry/8159: + title: Running an insecure registry –insecure-registry + year: N/A + stars: 0 + description: '' +https://help.sonatype.com/integrations/nexus-and-continuous-integration/nexus-platform-plugin-for-jenkins: + title: Nexus Platform Plugin for Jenkins + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/jenkins-publish-maven-artifacts-to-nexus-oss-using: + title: 'Jenkins: Publish Maven Artifacts to Nexus OSS Using Pipelines or Maven Jobs + 🌟' + year: N/A + stars: 0 + description: '' +https://cloudogu.com/en/blog/cd-with-nexus-jenkins-ces: + title: Continuous Delivery with Sonatype Nexus, Jenkins and the Cloudogu Ecosystem + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=qbO4MTESiJQ: + title: 'youtube: Jenkins Integration with Nexus' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=7NmGSnqLd58: + title: 'youtube: uploading artifacts from jenkins to nexus' + year: N/A + stars: 0 + description: '' +https://github.com/samrocketman/nexus3-config-as-code: + title: github.com/samrocketman/nexus3-config-as-code + year: N/A + stars: 0 + description: '' +https://blog.mimacom.com/automate-nexus: + title: blog.mimacom.com/automate-nexus + year: N/A + stars: 0 + description: '' +https://github.com/cinhtau/sonatype-nexus-waffle: + title: github.com/cinhtau/sonatype-nexus-waffle + year: N/A + stars: 0 + description: '' +https://github.com/mlabouardy/nexus-cli: + title: 'GitHub: Nexus-CLI' + year: N/A + stars: 0 + description: '' +https://nexus3-cli.readthedocs.io: + title: nexus3-cli.readthedocs.io + year: N/A + stars: 0 + description: '' +https://github.com/sonatype-nexus-community: + title: Sonatype Nexus Community 🌟 + year: N/A + stars: 0 + description: '' +https://jfrog.com/blog/jfrog-artifactory-kubernetes-registry: + title: 'JFrog Artifactory: Your Kubernetes Registry' + year: N/A + stars: 0 + description: '' +https://jfrog.com/container-registry: + title: JFrog Container Registry + year: N/A + stars: 0 + description: '' +? https://jfrog.com/whitepaper/the-jfrog-journey-to-kubernetes-best-practices-for-taking-your-containers-all-the-way-to-production +: title: 'The JFrog journey to kubernetes: best practices for taking your containers + all the way to production' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/cloud-devops-with-openshift-and-jfrog: + title: 'openshift.com: Cloud DevOps With OpenShift and JFrog' + year: N/A + stars: 0 + description: '' +https://jfrog.com/blog/how-i-leaped-forward-my-jenkins-build-with-jfrog-pipelines: + title: 'jfrog.com: How I Leaped Forward My Jenkins Build with JFrog Pipelines' + year: N/A + stars: 0 + description: '' +https://jfrog.com/blog/github-vs-jfrog-who-can-do-the-job-for-devops: + title: 'jfrog.com: GitHub vs JFrog: Who Can do the Job for DevOps?' + year: N/A + stars: 0 + description: '' +https://seekingalpha.com/article/4427517-jfrog-reminds-me-of-mongodb: + title: 'seekingalpha.com: JFrog Reminds Me Of MongoDB' + year: N/A + stars: 0 + description: '' +https://www.jfrog.com/confluence/display/JFROG/Kubernetes+Helm+Chart+Repositories: + title: 'jfrog.com: Kubernetes Helm Chart Repositories 🌟' + year: N/A + stars: 0 + description: '' +https://jfrog.com/integration/kubernetes-docker-registry: + title: 'jfrog.com: What Artifactory as your kubernetes docker registry means to + you' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/18333-2: + title: 'openshift.com: Using JFrog''s Artifactory and Red Hat OpenShift Together' + year: N/A + stars: 0 + description: '' +https://goharbor.io: + title: Harbor + year: N/A + stars: 0 + description: '' +https://goharbor.io/docs/2.0.0/install-config/quick-install-script: + title: 'goharbor.io: Deploy Harbor with the Quick Installation Script' + year: N/A + stars: 0 + description: '' +https://github.com/nicholasamorim/ansible-role-harbor: + title: nicholasamorim/ansible-role-harbor + year: N/A + stars: 0 + description: '' +https://github.com/mramanathan/ansible-harbor: + title: mramanathan/ansible-harbor + year: N/A + stars: 0 + description: '' +https://galaxy.ansible.com/mkgin/vmware-harbor: + title: galaxy.ansible.com/mkgin/vmware-harbor + year: N/A + stars: 0 + description: '' +https://freesoft.dev/program/126957220: + title: 'freesoft.dev: Ansible Role: Harbor API Codifying' + year: N/A + stars: 0 + description: '' +https://github.com/uber/kraken: + title: uber/kraken + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/deploy-your-private-docker-registry-as-a-pod-in-kubernetes-f6a489bf0180: + title: 'medium.com/swlh: Deploy Your Private Docker Registry as a Pod in Kubernetes' + year: N/A + stars: 0 + description: '' +https://stackstorm.com: + title: StackStorm.com + year: N/A + stars: 0 + description: '' +https://github.com/StackStorm: + title: github.com/StackStorm + year: N/A + stars: 0 + description: '' +http://www.conceptdraw.com/examples/application-architecture: + title: AWS application-architecture + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/architecture/optimizing-your-aws-infrastructure-for-sustainability-part-i-compute: + title: 'Optimizing your AWS Infrastructure for Sustainability, Part I: Compute' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/architecture/optimizing-your-aws-infrastructure-for-sustainability-part-ii-storage: + title: 'Optimizing your AWS Infrastructure for Sustainability, Part II: Storage' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/architecture/migrate-your-applications-to-containers-at-scale: + title: '==AWS App2Container: Migrate your Applications to Containers at Scale==' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/how-well-architected-enables-junior-engineers-24j: + title: 'dev.to: How Well-Architected Enables Junior Engineers' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/architecture/this-is-my-architecture: + title: ==This is My Architecture== + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/architecture/creating-a-multi-region-application-with-aws-services-part-1-compute-and-security +: title: ==Creating a Multi-Region Application with AWS Services – Part 1, Compute, + Networking, and Security== + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/architecture/creating-a-multi-region-application-with-aws-services-part-2-data-and-replication +: title: ==Creating a Multi-Region Application with AWS Services – Part 2, Data and + Replication== + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/architecture/lets-architect-architecting-microservices-with-containers: + title: ==Let’s Architect! Architecting microservices with containers== + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/de/blogs/mt/strategies-for-consolidating-aws-environments: + title: Strategies for consolidating AWS environments + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/architecture/maintain-visibility-over-the-use-of-cloud-architecture-patterns: + title: Maintain visibility over the use of cloud architecture patterns + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/pt/blogs/compute/architecture-patterns-for-consuming-private-apis-cross-account: + title: Architecture patterns for consuming private APIs cross-account + year: N/A + stars: 0 + description: '' +https://awstip.com/increase-security-and-efficiency-with-a-3-tier-cloud-architecture-bf5e835cd55a: + title: '==awstip.com: Increase Security and Efficiency with a 3-Tier Cloud Architecture==' + year: N/A + stars: 0 + description: '' +https://github.com/ministryofjustice/modernisation-platform/tree/main/architecture-decision-record: + title: '==github.com/ministryofjustice: Modernisation Platform - Architecture Decisions==' + year: N/A + stars: 0 + description: '' +https://docs.aws.amazon.com/wellarchitected/latest/framework/welcome.html: + title: AWS Well Architected Framework + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/well-architected-tool: + title: '==aws.amazon.com/well-architected-tool: AWS Well-Architected Tool==' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2023/04/aws-well-architected-framework: + title: 'infoq.com: AWS Updates the Well-Architected Framework' + year: N/A + stars: 0 + description: '' +https://t.co/hshyLt0r2x: + title: Clean Architecture on Frontend + year: N/A + stars: 0 + description: '' +https://awsfundamentals.com/blog/aws-organizations-the-key-to-managing-your-cloud-infrastructure-effectively: + title: 'AWS Organizations: The Key to Managing Your Cloud Infrastructure Effectively' + year: N/A + stars: 0 + description: '' +https://github.com/aws-samples/well-architected-iac-analyzer: + title: AWS Well-Architected IaC Analyzer + year: N/A + stars: 0 + description: '' +https://www.awsarchitectureblog.com: + title: AWS Architecture Blog + year: N/A + stars: 0 + description: '' +http://blogs.aws.amazon.com: + title: AWS Official Blog + year: N/A + stars: 0 + description: '' +https://github.com/awslabs: + title: AWS Labs GitHub + year: N/A + stars: 0 + description: '' +http://aws.amazon.com/es/quickstart: + title: AWS Quick Start Reference Deployments + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/infoworld-review-amazon-aurora-rocks-mysql: + title: InfoWorld Review – Amazon Aurora Rocks MySQL + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/aws-cost-explorer-update-access-to-ec2-usage-data: + title: AWS Cost Explorer Update – Access to EC2 Usage Data + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/solutions/case-studies/thomas-publishing: + title: Thomas Publishing Case Study + year: N/A + stars: 0 + description: '' +https://wblinks.com/notes/aws-tips-i-wish-id-known-before-i-started: + title: AWS Tips I Wish I'd Known Before I Started (Feb 2014) + year: N/A + stars: 0 + description: '' +https://blog.appdynamics.com/cloud/a-guide-to-performance-challenges-with-aws-ec2-part-1: + title: 'DZone: A Guide to Performance Challenges with AWS EC2: Part 1' + year: N/A + stars: 0 + description: '' +http://cloud.netapp.com/blog/prepare-for-the-day-of-all-cloud: + title: The Truth About Downtime in the Cloud + year: N/A + stars: 0 + description: '' +https://thenewstack.io/avoid-the-5-most-common-amazon-web-services-misconfigurations-in-build-time: + title: 'thenewstack.io: Avoid the 5 Most Common Amazon Web Services Misconfigurations + in Build-Time' + year: N/A + stars: 0 + description: '' +https://foreseeti.com/how-to-become-and-stay-aws-well-architected-in-a-smart-way: + title: 'foreseeti.com: How to become and stay AWS well architected in a smart way' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/architecture/use-templated-answers-to-perform-well-architected-reviews-at-scale: + title: 'AWS Architecture Blog: Use templated answers to perform Well-Architected + reviews at scale' + year: N/A + stars: 0 + description: '' +https://medium.com/@buraktahtacioglu/aws-well-architected-framework-aws-roadmap-80aaa6ca7f53: + title: 'medium.com/@buraktahtacioglu: AWS Well-Architected Framework β€” AWS Roadmap' + year: N/A + stars: 0 + description: '' +https://cbui.dev/every-company-has-an-old-production-aws-account: + title: '==cbui.dev: Every company has an "old" production AWS account==' + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/lambda/latest/dg/lambda-python-how-to-create-deployment-package.html: + title: you can use Python with AWS Lambda + year: N/A + stars: 0 + description: '' +http://www.giantflyingsaucer.com/blog/?p=5730: + title: Build a Python Microservice with Amazon Web Services Lambda & API Gateway + year: N/A + stars: 0 + description: '' +http://www.logicworks.net/blog/2016/01/aws-lambda-echo-cloud-automation: + title: AWS Lambda, Echo, and the Future of Cloud Automation + year: N/A + stars: 0 + description: '' +https://read.acloud.guru/serverless-the-future-of-software-architecture-d4473ffed864: + title: 'Serverless: The Future of Software Architecture?' + year: N/A + stars: 0 + description: '' +https://www.npmjs.com/package/lambda-load-test: + title: 'npmjs.com: Lambda load test' + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/lambda/latest/dg/limits.html: + title: AWS Lambda Limits + year: N/A + stars: 0 + description: '' +http://blog.powerupcloud.com/2016/02/07/aws-inventory-details-in-csv-using-lambda: + title: 'blog.powerupcloud.com: AWS inventory details in CSV using lambda' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/premiumsupport/knowledge-center/start-stop-lambda-cloudwatch: + title: How do I stop and start EC2 instances at regular intervals using AWS Lambda? + (Video) + year: N/A + stars: 0 + description: '' +https://www.youtube.com/channel/UC_vJsnqdpuEoRseFmlkHMkA: + title: 'Youtube channel: AWS Serverless' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/compute/using-amazon-efs-for-aws-lambda-in-your-serverless-applications: + title: Using Amazon EFS for AWS Lambda in your serverless applications + year: N/A + stars: 0 + description: '' +https://blog.usejournal.com/building-a-serverless-back-end-with-aws-5bb3642a3f4: + title: 'blog.usejournal.com: Building a Serverless Back-end with AWS' + year: N/A + stars: 0 + description: '' +https://dashbird.io/blog/deploying-aws-lambda-with-docker: + title: 'dashbird.io: Deploying AWS Lambda with Docker Containers: I Gave it a Try + and Here’s My Review' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/compute/operating-lambda-understanding-event-driven-architecture-part-1: + title: 'aws.amazon.com: Operating Lambda: Understanding event-driven architecture + – Part 1' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/blogs/compute/optimizing-lambda-functions-packaged-as-container-images: + title: 'aws.amazon.com: Optimizing Lambda functions packaged as container images' + year: N/A + stars: 0 + description: '' +https://d1.awsstatic.com/whitepapers/Overview-AWS-Lambda-Security.pdf: + title: Security Overview of AWS Lambda + year: N/A + stars: 0 + description: '' +https://cloudonaut.io/serverless-hybrid-cloud-accessing-an-api-gateway-via-vpn-or-direct-connect: + title: 'cloudonaut.io: Serverless Hybrid Cloud: Accessing an API Gateway via VPN + or Direct Connect' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3210726/serverless-computing-with-aws-lambda.html: + title: 'infoworld.com: Serverless computing with AWS Lambda, Part 1' + year: N/A + stars: 0 + description: '' +https://dashbird.io/blog/optimizing-aws-lambda-for-production: + title: 'dashbird.io: 4 Tips for AWS Lambda Optimization for Production' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/step-functions: + title: AWS Step Functions + year: N/A + stars: 0 + description: '' +https://kothiyal-anuj.medium.com/serverless-diary-the-ultimate-guide-to-caching-in-the-cloud-249f6a06915f: + title: 'kothiyal-anuj.medium.com: Serverless Diary: The Ultimate Guide to **Caching + in the Cloud**' + year: N/A + stars: 0 + description: '' +https://medium.com/galvanize/going-serverless-on-aws-116a04a0defd: + title: 'medium: Going Serverless (on AWS)' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/architecture/data-caching-across-microservices-in-a-serverless-architecture: + title: Data Caching Across Microservices in a Serverless Architecture + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/compute/introducing-aws-sam-pipelines-automatically-generate-deployment-pipelines-for-serverless-applications +: title: 'Introducing AWS SAM Pipelines: Automatically generate deployment pipelines + for serverless applications' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/about-aws/whats-new/2021/07/simplify-ci-cd-configuration-serverless-applications-your-favorite-ci-cd-system-public-preview +: title: Simplify CI/CD configuration for serverless applications and your favorite + CI/CD system β€” Public Preview + year: N/A + stars: 0 + description: '' +https://liavyona09.medium.com/spice-up-your-kubernetes-environment-with-aws-lambda-a07d81347607: + title: 'liavyona09.medium.com: Spice up Your Kubernetes Environment with AWS Lambda' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2021/09/better-price-performance-aws-lambda-functions-aws-graviton2-processor: + title: Achieve up to 34% better price/performance with AWS Lambda Functions powered + by AWS Graviton2 processor + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/compute/deploying-aws-lambda-layers-automatically-across-multiple-regions: + title: ==Deploying AWS Lambda layers automatically across multiple Regions== + year: N/A + stars: 0 + description: '' +https://medium.com/@tarekbecker/serverless-enterprise-grade-multi-tenancy-using-aws-76ff5f4d0a23: + title: 'medium: Serverless enterprise-grade multi-tenancy using AWS | Tarek Becker' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/manage-webhooks-at-scale-with-aws-serverless-fof: + title: 'dev.to: Manage webhooks at scale with AWS Serverless' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/architecture/mistakes-to-avoid-when-implementing-serverless-architecture-with-lambda: + title: Issues to Avoid When Implementing Serverless Architecture with AWS Lambda + year: N/A + stars: 0 + description: '' +https://medium.com/@andrewjr350/misunderstanding-of-serverless-aws-835c7076ea4c: + title: 'medium.com/@andrewjr350: Misunderstanding of Serverless (AWS)' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/how-to-setup-a-basic-serverless-backend-with-aws-lambda-and-api-gateway: + title: 'freecodecamp.org: How to Setup a Basic Serverless REST API with AWS Lambda + and API Gateway' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/compute/migrating-a-monolithic-net-rest-api-to-aws-lambda: + title: Migrating a monolithic .NET REST API to AWS Lambda + year: N/A + stars: 0 + description: '' +? https://medium.com/aws-serverless-microservices-with-patterns-best/cloud-native-microservices-evolves-to-aws-serverless-event-driven-architectures-9a38c473f4f8 +: title: '==medium.com/aws-serverless-microservices-with-patterns-best: Cloud-Native + Microservices Evolves to AWS Serverless Event-driven Architectures==' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/exploring-the-serverless-event-driven-architecture-8d6bda93e823: + title: 'betterprogramming.pub: Exploring the Serverless Event-Driven Architecture' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/lambda-vs-step-functions-the-battle-of-cost-and-performance-5f008045e2ab: + title: '==betterprogramming.pub: Lambda vs. Step Functions: The Battle of Cost and + Performance==' + year: N/A + stars: 0 + description: '' +? https://medium.com/awesome-cloud/aws-difference-between-serverless-lambda-and-containers-kubernetes-serverless-vs-containers-lambda-vs-k8s-a166931870a2 +: title: 'medium.com/awesome-cloud: AWS β€” Difference between Serverless (Lambda) and + Containers (Kubernetes)' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/compute/scaling-aws-lambda-permissions-with-attribute-based-access-control-abac: + title: 'aws.amazon.com: Scaling AWS Lambda permissions with Attribute-Based Access + Control (ABAC)' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/compute/understanding-aws-lambda-scaling-and-throughput: + title: 'aws.amazon.com: Understanding AWS Lambda scaling and throughput' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/mobile/how-to-enforce-user-quota-on-aws-appsync-with-lambda-authorizer: + title: How to enforce user quota on AWS AppSync with Lambda Authorizer + year: N/A + stars: 0 + description: '' +https://aws.plainenglish.io/lets-design-a-serverless-etl-pipeline-with-aws-services-9ab88c95afd4: + title: 'aws.plainenglish.io: Let''s design a serverless ETL pipeline with AWS services' + year: N/A + stars: 0 + description: '' +https://www.theserverlessmindset.com/p/best-serverless-database: + title: 'theserverlessmindset.com: Choosing the Best Database for Your Serverless + Project' + year: N/A + stars: 0 + description: '' +https://github.com/aidansteele/secretsctx: + title: aidansteele/secretsctx + year: N/A + stars: 0 + description: '' +https://faun.pub/serverless-with-spring-boot-aws-lambda-bc76c1de2b12: + title: 'faun.pub: Serverless With Spring Boot & AWS Lambda' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/new-accelerate-your-lambda-functions-with-lambda-snapstart: + title: 'aws.amazon.com: New – Accelerate Your Lambda Functions with Lambda SnapStart' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3681549/aws-lambda-kickstarts-java-functions.html: + title: 'infoworld.com: AWS Lambda kickstarts Java functions' + year: N/A + stars: 0 + description: '' +https://medium.com/@dan.avila7/prueba-tus-proyectos-serverless-de-forma-local-con-serverless-offline-2e555f2b5e9b: + title: 'medium.com/@dan.avila7: Prueba tus proyectos serverless de forma local con + serverless-offline' + year: N/A + stars: 0 + description: '' +https://tutorialsdojo.com/real-time-monitoring-of-5xx-errors-using-aws-lambda-cloudwatch-logs-slack: + title: 'tutorialsdojo.com: Real-time Monitoring of 5XX Errors using AWS Lambda, + CloudWatch Logs and Slack' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/go-fast-and-reduce-risk-using-cdk-to-deploy-your-serverless-applications-on-aws-2i3k: + title: 'dev.to: Go fast and reduce risk: using CDK to deploy your serverless applications + on AWS' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/event-driven-architectures-using-aws-with-example-3d2d: + title: 'dev.to: Event driven architectures using AWS with example' + year: N/A + stars: 0 + description: '' +https://terrateam.io/blog/aws-lambda-function-with-terraform: + title: 'terrateam.io: AWS Lambda Function with Terraform' + year: N/A + stars: 0 + description: '' +https://medium.com/lego-engineering/a-journey-into-serverless-and-handling-step-function-failures-dba51b4e8e99: + title: 'medium.com/lego-engineering: A Journey into Serverless and Handling Step + Function Failures' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/introduction-to-aws-sam-serverless-application-model-12oc: + title: 'dev.to/aws-builders: Introduction to AWS SAM (Serverless Application Model)' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/deploying-awesome-app-on-aws-serverless-services-step-by-step-guide-54bc89e4d236: + title: 'blog.devops.dev: Deploying Awesome App on AWS Serverless Services β€” Step-by-Step + Guide' + year: N/A + stars: 0 + description: '' +? https://medium.com/@sassenthusiast/serverless-simplified-integrating-docker-containers-into-aws-lambda-via-serverless-yml-cdef9be1681e +: title: 'medium.com/@sassenthusiast: Serverless Simplified: Integrating Docker Containers + into AWS Lambda via serverless.yml' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/blogs/containers/developers-guide-to-using-amazon-efs-with-amazon-ecs-and-aws-fargate-part-1: + title: Amazon EFS with Amazon ECS and AWS Fargate – Part 1 + year: N/A + stars: 0 + description: '' +https://www.kdnuggets.com/2020/07/deploy-machine-learning-pipeline-aws-fargate.html: + title: Deploy Machine Learning Pipeline on AWS Fargate + year: N/A + stars: 0 + description: '' +https://www2.deloitte.com/es/es/blog/todo-tecnologia/2021/fargate-con-eks.html: + title: 'deloitte.com: Fargate con EKS' + year: N/A + stars: 0 + description: '' +https://www.element7.io/2022/10/a-hidden-gem-two-ways-to-improve-aws-fargate-container-launch-times: + title: 'element7.io: A Hidden Gem: Two Ways to Improve AWS Fargate Container Launch + Times' + year: N/A + stars: 0 + description: '' +https://medium.com/@HirenDhaduk1/best-choice-to-run-your-containers-aws-fargate-or-aws-lambda-or-both-d9e14685a363: + title: 'medium.com/@HirenDhaduk1: Best choice to run your containers: AWS FARGATE + or AWS LAMBDA or Both?' + year: N/A + stars: 0 + description: '' +https://github.com/awslabs/specctl: + title: github.com/awslabs/specctl + year: N/A + stars: 0 + description: '' +https://medium.com/@mertmengu/aws-sam-cli-advanced-serverless-deployments-07432fee87ab: + title: AWS SAM CLI Advanced Serverless Deployments + year: N/A + stars: 0 + description: '' +https://github.com/okelet/awsipinventory: + title: AWS IP inventory + year: N/A + stars: 0 + description: '' +https://dev.to/dineshrathee12/how-to-copy-a-security-group-with-rules-from-one-aws-account-to-another-account-36mb: + title: 'dev.to: How to Copy a Security Group with Rules from one AWS Account to + Another account' + year: N/A + stars: 0 + description: '' +https://github.com/awslabs/assisted-log-enabler-for-aws: + title: 'github.com/awslabs/assisted-log-enabler-for-aws: Assisted Log Enabler - + Find resources that are not logging, and turn them on' + year: N/A + stars: 0 + description: '' +https://github.com/saml-to/assume-aws-role-action: + title: saml-to/assume-aws-role-action + year: N/A + stars: 0 + description: '' +https://github.com/Levi-Michael/boto3-ec2-s3-management: + title: 'github.com/Levi-Michael/boto3-ec2-s3-management: A python tools base on + AWS boto3 for manage ec2 and s3 buckets' + year: N/A + stars: 0 + description: '' +https://github.com/cavaliercoder/vpc-free: + title: github.com/cavaliercoder/vpc-free + year: N/A + stars: 0 + description: '' +demos.md: + title: ==AWS Samples (Boilerplates)== + year: N/A + stars: 0 + description: '' +https://aws.github.io: + title: OpenSource at AWS + year: N/A + stars: 0 + description: '' +https://github.com/floci-io/floci: + title: Floci - An AWS Local Emulator Alternative + year: N/A + stars: 0 + description: '' +https://steampipe.io: + title: ==steampipe== 🌟 + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/opensource/querying-aws-at-scale-across-apis-regions-and-accounts: + title: ==Querying AWS at scale across APIs, Regions, and accounts== + year: N/A + stars: 0 + description: '' +https://github.com/awslabs/aws-cloudsaga: + title: '==awslabs/aws-cloudsaga: AWS CloudSaga - Simulate security events in AWS==' + year: N/A + stars: 0 + description: '' +https://github.com/willdady/aws-resource-based-policy-collector: + title: 'willdady/aws-resource-based-policy-collector: AWS resource-based policy + collector' + year: N/A + stars: 0 + description: '' +https://github.com/ermetic/access-undenied-aws: + title: ermetic/access-undenied-aws 🌟 + year: N/A + stars: 0 + description: '' +https://ermetic.com/blog/aws/access-undenied-on-aws: + title: 'ermetic.com: Access Undenied on AWS' + year: N/A + stars: 0 + description: '' +https://github.com/ualter/awsbe-site: + title: 'github.com/ualter: AwsBe' + year: N/A + stars: 0 + description: '' +https://github.com/awslabs/amazon-s3-tar-tool: + title: 'github.com/awslabs/amazon-s3-tar-tool: Amazon S3 Tar Tool' + year: N/A + stars: 0 + description: '' +https://github.com/aws-samples/aws-cdk-stack-builder-tool: + title: ==github.com/aws-samples/aws-cdk-stack-builder-tool== + year: N/A + stars: 0 + description: '' +https://github.com/containerscrew/aws-sso-auth: + title: github.com/containerscrew/aws-sso-auth + year: N/A + stars: 0 + description: '' +https://www.cloudcatalog.dev: + title: ==cloudcatalog.dev== + year: N/A + stars: 0 + description: '' +https://github.com/infrahouse/infrahouse-toolkit: + title: github.com/infrahouse/infrahouse-toolkit + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/continuous-integration-and-deployment-on-aws-and-a-wishlist-for-cicd-tools-on-aws-5a13: + title: '==dev.to: Continuous Integration and Deployment on AWS - and a wishlist + for CI/CD Tools on AWS==' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2021/11/aws-toolkits-cloud9-jetbrains-vs-code: + title: AWS Toolkits for Cloud9, JetBrains and VS Code now support interaction with + over 200 new resource types 🌟 + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/mt: + title: AWS Management Tools Blog + year: N/A + stars: 0 + description: '' +https://github.com/salesforce/metabadger: + title: Metabadger + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/cli: + title: Amazon CLI Documentation + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/cli/latest/index.html: + title: AWS CLI Command Reference + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/cli/latest/reference/codepipeline/index.html: + title: New usage examples have been added to the CLI for CodePipeline API Reference + year: N/A + stars: 0 + description: '' +https://pypi.python.org/pypi/ec2-ssh-yplan: + title: 'ec2-ssh-yplan: A pair of command line utilities for finding and SSH-ing + into your Amazon EC2 instances by tag (such as β€˜Name’)' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-python-2-7-in-aws-sdk-for-python-and-aws-cli-v1: + title: Announcing the end of support for Python 2.7 in the AWS SDK for Python and + AWS CLI v1 + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/sdk-for-java: + title: AWS SDK for Java + year: N/A + stars: 0 + description: '' +https://medium.com/circuitpeople/aws-cli-with-jq-and-bash-9d54e2eabaf1: + title: 'medium: AWS CLI with jq and Bash' + year: N/A + stars: 0 + description: '' +https://aws.plainenglish.io/lessons-learned-from-switching-to-aws-sdk-v3-6babe1530a59: + title: 'aws.plainenglish.io: Lessons Learned From Switching to AWS SDK v3' + year: N/A + stars: 0 + description: '' +https://blog.awsfundamentals.com/aws-s3-rm-removing-files: + title: 'blog.awsfundamentals.com: Step-By-Step: Emptying S3 Buckets and Directories + Using the AWS CLI with S3 RM' + year: N/A + stars: 0 + description: '' +https://dev.to/franciscogm/aws-cli-sso-made-easy-3bh9: + title: '==dev.to/franciscogm: AWS CLI SSO made easy==' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/codewhisperer: + title: Amazon CodeWhisperer 🌟 + year: N/A + stars: 0 + description: '' +? https://www.genbeta.com/desarrollo/amazon-lanza-codewhisperer-su-propia-alternativa-a-github-copilot-que-no-insertara-codigo-licenciado-avisar +: title: 'genbeta.com: Amazon lanza CodeWhisperer, su propia alternativa a GitHub + Copilot… que no insertarΓ‘ cΓ³digo ya licenciado sin avisar' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/accelerate-your-terraform-development-with-amazon-codewhisperer: + title: 'hashicorp.com: Accelerate your Terraform development with Amazon CodeWhisperer' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/devops/introducing-amazon-codewhisperer-for-command-line: + title: 'aws.amazon.com/blogs: Introducing Amazon CodeWhisperer for command line' + year: N/A + stars: 0 + description: '' +https://blog.awsfundamentals.com/aws-s3-sync: + title: '==blog.awsfundamentals.com: AWS S3 Sync - An Extensive Guide==' + year: N/A + stars: 0 + description: '' +https://github.com/jcjorel/ec2-spot-converter: + title: ec2-spot-converter + year: N/A + stars: 0 + description: '' +https://techcrunch.com/2021/01/12/vantage-makes-managing-aws-easier: + title: 'techcrunch.com: Vantage makes managing AWS easier' + year: N/A + stars: 0 + description: '' +https://www.vantage.sh: + title: vantage.sh + year: N/A + stars: 0 + description: '' +https://github.com/one2nc/cloudlens: + title: github.com/one2nc/cloudlens 🌟 + year: N/A + stars: 0 + description: '' +https://codecatalyst.aws/explore: + title: Amazon CodeCatalyst + year: N/A + stars: 0 + description: '' +https://github.com/Reaimua/AWS-CLI-Uploader-Project: + title: github.com/Reaimua/AWS-CLI-Uploader-Project + year: N/A + stars: 0 + description: '' +https://github.com/welldone-cloud/aws-list-resources: + title: github.com/welldone-cloud/aws-list-resources + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/how-to-set-up-custom-email: + title: How to Set Up a Custom Email with Cloudflare and Mailgun + year: N/A + stars: 0 + description: '' +https://www.cloudflare.com: + title: cloudflare.com + year: N/A + stars: 0 + description: '' +https://workers.cloudflare.com: + title: Cloudflare workers (Serverless) + year: N/A + stars: 0 + description: '' +https://venturebeat.com/2020/12/22/cloudflare-acquires-linc-to-automate-web-app-deployment: + title: 'venturebeat.com: Cloudflare acquires Linc to automate web app deployment' + year: N/A + stars: 0 + description: '' +https://blog.cloudflare.com/network-performance-update-full-stack-week: + title: 'blog.cloudflare.com: Network Performance Update: Full Stack Week' + year: N/A + stars: 0 + description: '' +https://blog.cloudflare.com/guest-blog-zero-trust-access-kubernetes: + title: 'blog.cloudflare.com: Guest Blog: k8s tunnels with Kudelski Security' + year: N/A + stars: 0 + description: '' +https://blog.cloudflare.com/zero-trust-private-networking-rules: + title: 'blog.cloudflare.com: Zero Trust Private Networking Rules' + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com: + title: Digital Ocean + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com/products/kubernetes: + title: Digital Ocean Kubernetes (DOKS) + year: N/A + stars: 0 + description: '' +https://try.digitalocean.com/cloudplex: + title: try.digitalocean.com/cloudplex + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com/community/tutorials/deepseek-r1-gpu-droplets: + title: How to run Deepseek R1 LLMs on GPU Droplets + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com/community/tools: + title: Community Tools 🌟 + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com/community/tools/nginx: + title: NGINXConfig + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com/docs/app-platform: + title: App Platform + year: N/A + stars: 0 + description: '' +https://try.digitalocean.com/app-platform: + title: App Platform - Digital Ocean PaaS + year: N/A + stars: 0 + description: '' +https://www.theregister.com/2020/10/07/digitalocean_paas_app_platform: + title: 'theregister.com: DigitalOcean decides to head rivals off at the PaaS, floats + App Platform to deploy, run code without juggling servers' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/digitalocean-app-platform-eases-kubernetes-deployments-for-developers: + title: 'thenewstack.io: DigitalOcean App Platform Eases Kubernetes Deployments for + Developers' + year: N/A + stars: 0 + description: '' +https://docs.redhat.com/en/documentation/openshift_container_platform/4.21/html/ai_workloads/red-hat-build-of-kueue: + title: Red Hat Build of Kueue + year: N/A + stars: 0 + description: '' +https://www.opensourceforu.com/2021/12/kubernetes-adoption-widespread-for-big-data-survey/?amp: + title: 'opensourceforu.com: Kubernetes Adoption Widespread for Big Data: Survey' + year: N/A + stars: 0 + description: '' +https://itnext.io/migrating-apache-spark-workloads-from-aws-emr-to-kubernetes-463742b49fda: + title: 'itnext.io: Migrating Apache Spark workloads from AWS EMR to Kubernetes' + year: N/A + stars: 0 + description: '' +https://tomlous.medium.com/ci-cd-for-data-engineers-68b0fd915545: + title: 'tomlous.medium.com: CI/CD for Data Engineers. Reliably Deploying Scala Spark + containers for Kubernetes with Github Actions' + year: N/A + stars: 0 + description: '' +https://www.datamechanics.co/blog-post/apache-spark-3-1-release-spark-on-kubernetes-is-now-ga: + title: 'datamechanics.co: Apache Spark 3.1 Release: Spark on Kubernetes is now Generally + Available' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/run-and-scale-an-apache-spark-application-on-kuber: + title: 'dzone: Run and Scale an Apache Spark Application on Kubernetes' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/running-apache-spark-on-kubernetes: + title: 'dzone: Running Apache Spark on Kubernetes' + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/getting-started-running-spark-workloads-on-openshift: + title: 'cloud.redhat.com: Getting Started running Spark workloads on OpenShift' + year: N/A + stars: 0 + description: '' +https://medium.com/empathyco/running-apache-spark-on-kubernetes-2e64c73d0bb2: + title: 'medium: Running Apache Spark on Kubernetes' + year: N/A + stars: 0 + description: '' +https://hevodata.com/learn/spark-data-pipeline: + title: 'hevodata.com: Building Apache Spark Data Pipeline? Made Easy 101 🌟' + year: N/A + stars: 0 + description: '' +https://coderstan.com/2022/07/15/spark-on-kubernetes-launching-millions-of-spark-executors: + title: 'coderstan.com: Apache Spark on Kubernetesβ€”Lessons Learned from Launching + Millions of Spark Executors (Databricks Data+AI Summit 2022)' + year: N/A + stars: 0 + description: '' +https://spot.io/blog/setting-up-managing-monitoring-spark-on-kubernetes: + title: 'spot.io: Setting up, Managing & Monitoring Spark on Kubernetes' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/master-sparkml-practical-guide-for-machine-learning-1efe1bd9cdce: + title: 'levelup.gitconnected.com: Master SparkML: Practical Guide for Machine Learning' + year: N/A + stars: 0 + description: '' +https://aprenderbigdata.com/databricks: + title: 'aprenderbigdata.com: Databricks: IntroducciΓ³n a Spark en la nube' + year: N/A + stars: 0 + description: '' +https://docs.databricks.com/structured-streaming/scheduler-pools.html: + title: 'docs.databricks.com: Use scheduler pools for multiple streaming workloads' + year: N/A + stars: 0 + description: '' +https://github.com/databrickslabs/ucx: + title: 'github.com/databrickslabs/ucx: Databricks Labs UCX' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/kueue/releases/tag/v0.14.0: + title: Kueue Release v0.14.0 + year: N/A + stars: 0 + description: '' +https://relnotes.k8s.io: + title: '==relnotes.k8s.io: Kubernetes Release Notes==' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/whats-new-kubernetes-1-20: + title: 'sysdig.com: What’s new in Kubernetes 1.20?' + year: N/A + stars: 0 + description: '' +https://www.magalix.com/blog/what-you-should-know-about-kubernetes-1.20: + title: 'magalix: What You Should Know about Kubernetes 1.20' + year: N/A + stars: 0 + description: '' +https://www.zdnet.com/article/kubernetes-dropping-docker-is-not-that-big-of-a-deal: + title: 'zdnet.com: Kubernetes dropping Docker is not that big of a deal' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-1-20-lands-with-44-enhancements: + title: 'thenewstack.io: Kubernetes 1.20 Lands with 44 Enhancements' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-1-20-enhances-the-operator-experience-and-brings-new-features-to-the-container-runtime: + title: 'thenewstack.io: Kubernetes 1.20 Enhances the Operator Experience and Brings + New Features to the Container Runtime' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/kubernetes-is-removing-docker-support-kubernetes-is-not-removing-docker-support: + title: 'openshift.com: Kubernetes is Removing Docker Support, Kubernetes is Not + Removing Docker Support' + year: N/A + stars: 0 + description: '' +https://devopscube.com/kubernetes-v1-21-released: + title: 'devopscube.com: Kubernetes v1.21 Released: Here is What you should know' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-1-21-brings-a-new-memory-manager-more-flexible-scheduling: + title: 'thenewstack.io: Kubernetes 1.21 Brings a New Memory Manager, More Flexible + Scheduling' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2021/04/09/kubernetes-release-1.21-cronjob-ga: + title: 'kubernetes.io: kubernetes 1.21: CronJob Reaches GA' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2021/04/08/kubernetes-1-21-release-announcement: + title: 'kubernetes.io: Kubernetes 1.21: Power to the Community' + year: N/A + stars: 0 + description: '' +? https://devclass.com/2021/04/09/kubernetes-1-21-unloads-pod-security-adds-dual-ipv4-ipv6-networking-and-shuts-down-gracefully +: title: 'devclass.com: Kubernetes 1.21 unloads pod security, adds dual IPv4/IPv6 + networking, and shuts down gracefully' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2021/04/12/introducing-suspended-jobs: + title: 'kubernetes.io: Introducing Suspended Jobs in Kubernetes 1.21' + year: N/A + stars: 0 + description: '' +https://analyticsindiamag.com/kubernetes-v1-21-released-major-updates-latest-features: + title: 'analyticsindiamag.com: Kubernetes v1.21 Released: Major Updates & Latest + Features' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/kubernetes-1.21-grows-innovative-new-features: + title: 'openshift.com: Kubernetes 1.21 Grows Innovative New Features' + year: N/A + stars: 0 + description: '' +https://gist.github.com/jimangel/0014770713cdca8b363816930ef2520f: + title: Kubernetes v1.16 API deprecation testing + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2021/04/23/kubernetes-release-1.21-metrics-stability-ga: + title: 'kubernetes.io: Kubernetes 1.21: Metrics Stability hits GA' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/kubernetes-1-22-whats-new: + title: 'sysdig.com: Kubernetes 1.22 – What’s new?' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2021/07/14/upcoming-changes-in-kubernetes-1-22: + title: 'kubernetes.io: Kubernetes API and Feature Removals In 1.22: Here’s What + You Need To Know' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2021/08/04/kubernetes-1-22-release-announcement: + title: 'kubernetes.io: Kubernetes 1.22: Reaching New Peaks' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/less-is-more-with-kubernetes-1-22: + title: 'thenewstack.io: Less Is More with Kubernetes 1.22' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/whats-new-with-kubernetes-1-22: + title: 'acloudguru.com: What’s new with Kubernetes 1.22?' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2021/04/21/graceful-node-shutdown-beta: + title: 'kubernetes.io: Graceful Node Shutdown Goes Beta' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2021/08/11/kubernetes-1-22-feature-memory-manager-moves-to-beta: + title: 'kubernetes.io: Kubernetes Memory Manager moves to beta' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2021/11/12/are-you-ready-for-dockershim-removal: + title: 'kubernetes.io: Dockershim removal is coming. Are you ready?' + year: N/A + stars: 0 + description: '' +https://medium.com/thermokline/kubernetes-v1-22-ends-cloud-provider-loadbalancer-lock-in-80ed7907695e: + title: 'medium: Kubernetes v1.22 ends Cloud Provider LoadBalancer lock-in' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/kubernetes-1-23-whats-new: + title: 'sysdig.com: Kubernetes 1.23 – What’s new?' + year: N/A + stars: 0 + description: '' +https://www.armosec.io/blog/kubernetes-version-1-23-is-out-everything-you-should-know: + title: 'armosec.io: Kubernetes version 1.23 is out – everything you should know' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-1-23-dual-stack-ipv4-ipv6-cronjobs-ephemeral-volumes: + title: 'thenewstack.io: Kubernetes 1.23: Dual Stack IPv4/IPv6, CronJobs, Ephemeral + Volumes' + year: N/A + stars: 0 + description: '' +https://blog.aquasec.com/kubernetes-version-1.23-security-features: + title: 'blog.aquasec.com: Kubernetes Version 1.23: What’s New for Security?' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2021/12/07/kubernetes-1-23-release-announcement: + title: 'kubernetes.io: Kubernetes 1.23: The Next Frontier' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2022/01/kubernetes-dockershim-removal: + title: 'infoq.com: Kubernetes Proceeding with Deprecation of Dockershim in Upcoming + 1.24 Release' + year: N/A + stars: 0 + description: '' +https://blog.runx.dev/will-that-kubernetes-v1-22-upgrade-break-my-application-cc339dc2e2c7: + title: '==blog.runx.dev: Will That Kubernetes v1.22 Upgrade Break My Application?==' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2022/02/17/dockershim-faq: + title: 'kubernetes.io: Updated: Dockershim Removal FAQ' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2021/07/20/new-kubernetes-release-cadence: + title: '==kubernetes.io: Kubernetes Release Cadence Change: Here’s What You Need + To Know==' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/amazon-eks-now-supports-kubernetes-1-22: + title: 'aws.amazon.com: Amazon EKS now supports Kubernetes 1.22' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/kubernetes-1-24-whats-new: + title: 'sysdig.com: Kubernetes 1.24 – What’s new?' + year: N/A + stars: 0 + description: '' +https://inder-devops.medium.com/its-time-to-migrate-your-container-runtime-kubernetes-1-24-is-coming-f0c0b6b9bb90: + title: 'inder-devops.medium.com: It’s Time to Migrate your Container Runtime, Kubernetes + 1.24 is coming' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2022/08/04/upcoming-changes-in-kubernetes-1-25: + title: 'kubernetes.io: Kubernetes Removals and Major Changes In 1.25' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/kubernetes-1-25-whats-new: + title: 'sysdig.com: Kubernetes 1.25 – What’s new?' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2022/08/23/kubernetes-v1-25-release: + title: 'kubernetes.io: Kubernetes v1.25: Combiner' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2022/08/23/podsecuritypolicy-the-historical-context: + title: 'kubernetes.io: PodSecurityPolicy: The Historical Context 🌟' + year: N/A + stars: 0 + description: '' +https://www.macchaffee.com/blog/2022/psp-deprecation: + title: 'macchaffee.com: The Fumbled Deprecation of PodSecurityPolicies' + year: N/A + stars: 0 + description: '' +https://datree.io/resources/eks-1-22-upgrade-tutorial: + title: 'datree.io: EKS 1.22 Upgrade Tutorial' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2022/11/28/registry-k8s-io-faster-cheaper-ga: + title: 'kubernetes.io: registry.k8s.io: faster, cheaper and Generally Available + (GA)' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/kubernetes-1-26-whats-new: + title: 'sysdig.com: Kubernetes 1.26 – What’s new?' + year: N/A + stars: 0 + description: '' +https://www.armosec.io/blog/kubernetes-1-26-everything-you-should-know: + title: 'armosec.io: Kubernetes Version 1.26: Everything You Should Know' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2022/12/16/kubernetes-1-26-non-graceful-node-shutdown-beta: + title: 'kubernetes.io: Kubernetes 1.26: Non-Graceful Node Shutdown Moves to Beta' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2022/12/23/kubernetes-12-06-fsgroup-on-mount: + title: 'kubernetes.io: Kubernetes 1.26: Support for Passing Pod fsGroup to CSI Drivers + At Mount Time' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2022/12/26/pod-scheduling-readiness-alpha: + title: 'kubernetes.io: Kubernetes 1.26: Pod Scheduling Readiness' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2022/12/27/cpumanager-ga: + title: 'kubernetes.io: Kubernetes v1.26: CPUManager goes GA' + year: N/A + stars: 0 + description: '' +https://itnext.io/unleashing-the-power-of-kubernetes-1-26-56979ee667fd: + title: 'itnext.io: Unleashing the Power of Kubernetes 1.26: Exploring the New ValidatingAdmissionPolicy + Feature with CEL' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2022/12/29/scalable-job-tracking-ga: + title: 'kubernetes.io: Kubernetes 1.26: Job Tracking, to Support Massively Parallel + Batch Workloads, Is Generally Available' + year: N/A + stars: 0 + description: '' +https://alexandrev.medium.com/kubernetes-autoscaling-1-26-a-game-changer-for-keda-users-c718a81fb155: + title: 'alexandrev.medium.com: Kubernetes Autoscaling 1.26: A Game-Changer for KEDA + Users?' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2022/12/30/advancements-in-kubernetes-traffic-engineering: + title: 'kubernetes.io: Kubernetes v1.26: Advancements in Kubernetes Traffic Engineering' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/kubernetes-1-27-whats-new: + title: 'sysdig.com: Kubernetes 1.27 – What’s new?' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2023/04/11/kubernetes-v1-27-release: + title: 'kubernetes.io: Kubernetes v1.27: Chill Vibes' + year: N/A + stars: 0 + description: '' +https://medium.com/@jonathan_37674/kubernetes-1-27-everything-you-should-know-armo-236de6d77272: + title: 'medium.com/@jonathan_37674: Kubernetes 1.27: Everything You Should Know + | ARMO' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-1-27-arrives: + title: 'thenewstack.io: Kubernetes 1.27 Arrives' + year: N/A + stars: 0 + description: '' +https://www.armosec.io/blog/kubernetes-1-27-release: + title: 'armosec.io: Kubernetes 1.27 Release: Enhancements and Security Updates' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2023/05/aws-management-console-private-access: + title: Private Access to the AWS Management Console is generally available + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2023/05/12/in-place-pod-resize-alpha: + title: 'kubernetes.io: Kubernetes 1.27: In-place Resource Resize for Kubernetes + Pods (alpha)' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-1-28-accommodates-the-service-mesh-sudden-outages: + title: 'thenewstack.io: Kubernetes 1.28 Accommodates the Service Mesh, Sudden Outages' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/kubernetes-planternetes-v1-28-non-graceful-node-shutdown-feature-8608d5073519: + title: 'levelup.gitconnected.com: Kubernetes Planternetes v1.28: Non-Graceful Node + Shutdown Feature' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/7/open-source-test-automation-frameworks: + title: 'opensource.com: 9 open source test-automation frameworks' + year: N/A + stars: 0 + description: '' +https://selenium.dev: + title: selenium.dev + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/best-practices-for-selenium-automation-one-must-kn: + title: 'Dzone: best practices for selenium automation' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/top-11-challenges-in-automation-testing-using-sele: + title: 'Dzone: top 11 challenges in autmation testing using selenium' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=vDj5IsWjU0A: + title: 'youtube: execution test Selenium + Grafana + Jenkins' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/why-selenium-grid-is-ideal-for-automated-browser-testing: + title: 'lambdatest.com: Why Selenium Grid Is Ideal For Automated Browser Testing?' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/27-best-practices-selenium-test-automation: + title: 'lambdatest.com: Top 27 Best Practices For Selenium Test Automation' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/complete-guide-to-access-forms-in-selenium-with-java: + title: 'lambdatest.com: Complete Guide To Access Forms In Selenium With Java' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/selenium-ide-what-is-it-why-is-it-must-for-every-qa: + title: 'lambdatest.com: Selenium IDE: What Is It? & Why Is It Must For Every QA?' + year: N/A + stars: 0 + description: '' +https://qautomation.blog/2019/05/07/how-to-run-selenium-script-in-jmeter: + title: 'qautomation.blog: How to run selenium script in JMeter' + year: N/A + stars: 0 + description: '' +https://dev.to/nazliander/using-selenium-within-a-docker-container-ghp: + title: 'dev.to: Using Selenium With Python in a Docker Container' + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/tutorial/selenium-tutorial: + title: 'intellipaat.com: Selenium Tutorial – Learn Selenium from Experts' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/selenium-maven-jenkins-integration: + title: 'lambdatest.com: How To Integrate Jenkins & Maven With Selenium?' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/learning-hub/selenium-4: + title: 'lambdatest.com: Selenium 4 🌟' + year: N/A + stars: 0 + description: '' +https://automationreinvented.blogspot.com/2021/02/how-to-run-test-selenium-tests-from.html: + title: 'automationreinvented.blogspot.com: How to run selenium tests from Jenkins? + Maven and Jenkins Integration with Testng-Selenium? Run selenium maven project + from command line? 🌟' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/selenium: + title: 'lambdatest.com/selenium: Introduction to Selenium Basics' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/selenium-java-tutorial-how-to-test-login-process: + title: 'lambdatest.com: Selenium Webdriver Java Tutorial – Guide for Beginners' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/selenium-github-actions-example: + title: 'lambdatest.com: Complete Guide To Selenium Testing with GitHub Actions 🌟' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/49-common-selenium-exceptions-automation-testing: + title: 'lambdatest.com: 49 Most Common Selenium Exceptions for Automation Testing' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/run-selenium-tests-in-docker: + title: 'lambdatest.com: How To Run Selenium Tests In Docker ? 🌟' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/what-is-deprecated-in-selenium4: + title: 'lambdatest.com: What Is New In Selenium 4 And What Is Deprecated In It? + 🌟' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/upgrade-from-selenium3-to-selenium4: + title: 'lambdatest.com: How To Upgrade From Selenium 3 To Selenium 4?' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/scroll-a-webpage-in-selenium-using-java: + title: 'lambdatest.com: How To Scroll a Page Using Selenium WebDriver?' + year: N/A + stars: 0 + description: '' +https://automationscript.com/parallel-execution-in-selenium-using-jenkins: + title: 'automationscript.com: Parallel Execution In Selenium Using Jenkins' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/modifying-http-request-headers-in-java-using-selenium-webdriver: + title: 'lambdatest.com: How To Modify HTTP Request Headers In JAVA Using Selenium + WebDriver?' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/use-selenium-to-create-a-web-scraping-bot: + title: 'freecodecamp.org: Use Selenium to Create a Web Scraping Bot' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/debunking-selenium-testing-myths: + title: 'lambdatest.com: Debunking The Top 8 Selenium Testing Myths' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/selenium-4-grid-integration-kubernetes-rishi-khanna: + title: 'linkedin.com: Selenium 4 and Grid Integration with Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://automated-360.com/integration/how-to-perform-code-quality-check-for-selenium-test-automation: + title: '==automated-360.com: How to perform Code Quality Check for Selenium Test + Automation? (SonarQube)==' + year: N/A + stars: 0 + description: '' +https://www.testrigtechnologies.com/how-to-write-a-test-automation-selenium-test-script: + title: 'testrigtechnologies.com: Selenium Automation Testing: How to write automated + test scripts using selenium' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/learning-hub/selenium-locators: + title: 'lambdatest.com: Selenium Locators Tutorial 🌟' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/selenium-automation-testing: + title: '==lambdatest.com: Selenium Automation Testing: Basics and Getting Started== + 🌟' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/automated-web-bot-with-selenium-python: + title: 'lambdatest.com: How To Create Automated Web Bot With Selenium In Python' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/learning-hub/python-tutorial: + title: '==lambdatest.com: Selenium Python Tutorial== 🌟' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/why-you-need-build-automation-tools-for-selenium-automation-testing: + title: 'lambdatest.com: Why You Need Build Automation Tools for Selenium Automation + Testing?' + year: N/A + stars: 0 + description: '' +https://robotframework.org: + title: Robot Framework 🌟 + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/cypress-vs-selenium-comparison: + title: 'lambdatest.com: Selenium vs Cypress – Which Is Better in 2021?' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/manage/monitor: + title: Monitor your Azure cloud estate - Cloud Adoption Framework + year: N/A + stars: 0 + description: '' +https://automationqahub.com/how-to-install-playwright-tool: + title: 'automationqahub.com: How to Configure Playwright' + year: N/A + stars: 0 + description: '' +https://automationqahub.com/how-to-build-playwright-page-object-model: + title: 'automationqahub.com: How to build a Playwright Page Object Model' + year: N/A + stars: 0 + description: '' +https://automationqahub.com/how-to-configure-multiple-environments-in-playwright: + title: 'automationqahub.com: How to Configure multiple environments in Playwright' + year: N/A + stars: 0 + description: '' +https://docs.openstack.org/tempest: + title: Tempest Testing Project + year: N/A + stars: 0 + description: '' +https://opensource.com/article/22/1/open-source-testing-framework: + title: 'opensource.com: Why we built an open source testing framework' + year: N/A + stars: 0 + description: '' +http://appium.io: + title: appium.io + year: N/A + stars: 0 + description: '' +https://automationqahub.com/how-to-do-mobile-automation-using-appium-2-0: + title: 'automationqahub.com: How to get started with Appium 2.0' + year: N/A + stars: 0 + description: '' +https://experitest.com/appium-blog/start-automating-your-mobile-tests-with-cucumber-and-appium: + title: 'experitest.com: Start Automating your mobile tests with Cucumber and Appium' + year: N/A + stars: 0 + description: '' +https://medium.com/python-in-plain-english/testing-apis-with-python-4ca51d604ffe: + title: 'medium: Testing APIs with Python 🌟' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/cucumber-with-jenkins-integration: + title: 'lambdatest.com: How To Integrate Cucumber With Jenkins?' + year: N/A + stars: 0 + description: '' +https://tutorials.virtualan.io: + title: 'tutorials.virtualan.io: Idaithalam - Lowcode Test Automation' + year: N/A + stars: 0 + description: '' +https://www.testinglpoint.com/cucumber-interview-question: + title: 'testinglpoint.com: Cucumber Interview Question' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/api-testing-with-cucumber: + title: 'dzone: API Testing With Cucumber' + year: N/A + stars: 0 + description: '' +https://marketplace.atlassian.com/apps/1014681/zephyr-for-jira-test-management: + title: 'Atlassian Marketplace: Zephyr' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/14-of-the-best-automation-testing-tools-available: + title: 'Dzone: 14 of the best automation testing tools available' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/the-power-of-automated-testing-and-test-management: + title: 'Dzone: The power of automated testing and test management' + year: N/A + stars: 0 + description: '' +https://cursor.com/es/learn: + title: Cursor AI Fundamentals Course + year: N/A + stars: 0 + description: '' +https://www.anthropic.com/news/model-context-protocol: + title: 'anthropic.com: Introducing the Model Context Protocol' + year: N/A + stars: 0 + description: '' +https://modelcontextprotocol.io/introduction: + title: 'modelcontextprotocol.io: MCP Official Documentation' + year: N/A + stars: 0 + description: '' +https://t.co/EKsVgKA4xn: + title: IBM IAM for AI Agents + year: N/A + stars: 0 + description: '' +? https://cloud.google.com/blog/topics/developers-practitioners/level-up-your-agents-announcing-googles-official-skills-repository +: title: 'Level Up Your Agents: Announcing Google''s Official Skills Repository' + year: N/A + stars: 0 + description: '' +https://github.com/shanraisshan/claude-code-best-practice: + title: Claude Code Best Practice + year: N/A + stars: 0 + description: '' +https://kiro.dev: + title: 'Kiro: Engineering Rigor for Agentic Development' + year: N/A + stars: 0 + description: '' +https://github.com/robusta-dev/holmesgpt: + title: HolmesGPT (Robusta) + year: N/A + stars: 0 + description: '' +https://github.com/Skyvern-ai/Skyvern: + title: Skyvern + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/azure-sdk/announcing-azure-mcp-server-2-0-stable-release: + title: Announcing Azure MCP Server 2.0 Stable Release for Self-Hosted Agentic Cloud + Automation + year: N/A + stars: 0 + description: '' +https://github.com/punkpeye/awesome-mcp-servers: + title: Awesome MCP Servers + year: N/A + stars: 0 + description: '' +https://pulsemcp.com: + title: PulseMCP + year: N/A + stars: 0 + description: '' +https://mcpbundles.com: + title: MCPBundles + year: N/A + stars: 0 + description: '' +https://github.com/modelcontextprotocol/servers: + title: GitHub MCP Server + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/ai-machine-learning/google-cloud-managed-mcp-for-gemini: + title: Google Cloud Managed MCP + year: N/A + stars: 0 + description: '' +https://github.com/ray-project/kuberay: + title: Kube-Ray + year: N/A + stars: 0 + description: '' +https://github.com/vllm-project/vllm: + title: vLLM on Kubernetes + year: N/A + stars: 0 + description: '' +https://github.com/NVIDIA/gpu-operator: + title: NVIDIA GPU Operator + year: N/A + stars: 0 + description: '' +https://github.com/go-skynet/LocalAI: + title: LocalAI + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/s3/faqs: + title: S3 FAQ + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/AmazonS3/latest/dev/ipv6-access.html: + title: Making Requests to Amazon S3 over IPv6 + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/apn/how-to-build-sparse-ebs-volumes-for-fun-and-easy-snapshotting: + title: How to Build Sparse EBS Volumes for Fun and Easy Snapshotting + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/storagegateway/latest/userguide/GettingStarted-common.html: + title: Getting Started with AWS Storage Gateway + year: N/A + stars: 0 + description: '' +https://devopscube.com/automate-ebs-snapshot-creation-deletion: + title: 'devopscube.com: How to Automate EBS Snapshot Creation, Retention and Deletion' + year: N/A + stars: 0 + description: '' +https://cloudkatha.com/is-s3-region-specific-or-global-what-do-you-think: + title: 'cloudkatha.com: Is S3 Region Specific or Global? What do you think?' + year: N/A + stars: 0 + description: '' +https://cloudkatha.com/why-s3-bucket-names-are-unique-globally: + title: 'cloudkatha.com: This is why S3 Bucket Names are unique Globally' + year: N/A + stars: 0 + description: '' +https://cloudkatha.com/aws-s3-storage-classes-everything-you-need-to-know: + title: 'cloudkatha.com: AWS S3 Storage Classes: Everything You Need to Know' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/storage/a-step-by-step-guide-to-synchronize-data-between-amazon-s3-buckets: + title: A step-by-step guide to synchronize data between Amazon S3 buckets + year: N/A + stars: 0 + description: '' +https://www.percona.com/blog/performance-of-various-ebs-storage-types-in-aws: + title: 'percona.com: Performance of Various EBS Storage Types in AWS' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/blogs/architecture/connect-amazon-s3-file-gateway-using-aws-privatelink-for-amazon-s3: + title: Connect Amazon S3 File Gateway using AWS PrivateLink for Amazon S3 + year: N/A + stars: 0 + description: '' +https://blog.min.io/certificate-based-authentication-with-s3: + title: 'blog.min.io: Certificate-based Authentication for S3' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/s3-glacier-instant-retrieval-deep-dive-which-s3-storage-class-is-right-for-me: + title: '==acloudguru.com: S3 Glacier Instant Retrieval deep dive: Which S3 Storage + Class is right for me?==' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/storage/monitor-amazon-s3-activity-using-s3-server-access-logs-and-pandas-in-python: + title: Monitor Amazon S3 activity using S3 server access logs and Pandas in Python + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/storage/building-an-active-active-latency-based-application-across-multiple-regions: + title: Building an active-active, latency-based application across multiple Regions + 🌟 + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/adding-an-ebs-volume-to-a-running-aws-ec2-instance-311l: + title: 'dev.to: Adding an EBS volume to a running AWS EC2 Instance' + year: N/A + stars: 0 + description: '' +https://awstip.com/uploading-files-to-s3-through-api-gateway-7bb78c0d0483: + title: 'awstip.com: Uploading files to S3 through API Gateway' + year: N/A + stars: 0 + description: '' +https://github.com/ceph/ceph: + title: 'Ceph: A Distributed Object, Block, and File Storage Platform' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/amazon-elastic-file-system-production-ready-in-three-regions: + title: EFS Elastic File System + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2021/01/amazon-elastic-file-system-triples-read-throughput: + title: Amazon Elastic File System triples read throughput + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2021/01/aws-transfer-ftp-efs: + title: 'infoq.com: AWS Transfer Family Introduces Support for EFS' + year: N/A + stars: 0 + description: '' +https://medium.com/@andretost_75145/using-chatgpt-to-learn-kubernetes-and-openshift-15051bc95535: + title: 'medium.com/@andretost_75145: Using ChatGPT to learn Kubernetes and OpenShift' + year: N/A + stars: 0 + description: '' +https://www.ansible.com/blog/ansible-wisdom-and-chatgpt-putting-it-to-the-test: + title: 'ansible.com: Ansible and ChatGPT: Putting it to the test' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/chatgpt-and-software-architecture-308b6e0cc25a: + title: 'betterprogramming.pub: ChatGPT and Software Architecture' + year: N/A + stars: 0 + description: '' +https://www.genbeta.com/a-fondo/era-inteligencia-artificial-microsoft-nuevo-google: + title: 'genbeta.com: En la era de la inteligencia artificial, Microsoft es el nuevo + Google' + year: N/A + stars: 0 + description: '' +https://abcabhishek.substack.com/p/chatgpt-for-generating-sql-as-a-data: + title: 'abcabhishek.substack.com: ChatGPT for generating SQL as a Data Engineer''s + assistant' + year: N/A + stars: 0 + description: '' +https://www.businessinsider.es/uso-chatgpt-50-70-veces-dia-ser-productivo-1228162: + title: 'businessinsider.es: Uso ChatGPT entre 50 y 70 veces al dΓ­a para todo, desde + preparar reuniones hasta quitarme el pegamento de los dedos' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/using-chatgpt-for-questions-specific-to-your-company-data: + title: 'thenewstack.io: Using ChatGPT for Questions Specific to Your Company Data' + year: N/A + stars: 0 + description: '' +https://www.techrepublic.com/article/chatgpt-cheat-sheet: + title: 'techrepublic.com: ChatGPT Cheat Sheet: Complete Guide for 2023' + year: N/A + stars: 0 + description: '' +https://businessinsider.mx/trucos-chatgpt-aminorar-carga-laboranl_vida-profesional: + title: 'businessinsider.mx: 5 trucos de ChatGPT que pueden ayudar a reducir tu carga + laboral' + year: N/A + stars: 0 + description: '' +https://christianmartinezfinancialfox.medium.com/how-to-use-chatgpt-to-improve-your-microsft-excel-skills-41817b6465df: + title: 'christianmartinezfinancialfox.medium.com: How to use ChatGPT to improve + your Microsft Excel skills?' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/developers-put-ai-bots-to-the-test-of-writing-code: + title: 'thenewstack.io: Developers Put AI Bots to the Test of Writing Code' + year: N/A + stars: 0 + description: '' +https://www.aihr.com/blog/chatgpt-prompts-for-hr: + title: 'aihr.com: 21+ ChatGPT Prompts for HR To Accelerate Your Productivity' + year: N/A + stars: 0 + description: '' +? https://christianmartinezfinancialfox.medium.com/tableaugpt-the-ultimate-guide-on-how-to-utilize-its-full-potential-445939e3833d +: title: TableauGPT β€” The Ultimate Guide on how to utilize its full potential in Finance + year: N/A + stars: 0 + description: '' +https://k8sgpt.ai: + title: k8sgpt.ai + year: N/A + stars: 0 + description: '' +https://github.com/robusta-dev/chatgpt-yaml-generator: + title: github.com/robusta-dev/chatgpt-yaml-generator + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/Terraform/comments/1l7my1x/where_is_ai_still_completely_useless_for: + title: 'Discussion: Where is AI Still Completely Useless?' + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/ProgrammerHumor/comments/1tbzih8/techcompaniescuttingdevsforai: + title: Tech companies cutting devs for AI + year: N/A + stars: 0 + description: '' +https://www.cerebras.ai: + title: Cerebras AI + year: N/A + stars: 0 + description: '' +https://github.com/serenakeyitan/awesome-notebookLM-prompts: + title: Awesome NotebookLM Slide Prompts + year: N/A + stars: 0 + description: '' +https://github.com/rasbt/LLMs-from-scratch: + title: LLMs-from-scratch + year: N/A + stars: 0 + description: '' +https://claude101.com: + title: 'Claude 101: Free Guides to Master Claude' + year: N/A + stars: 0 + description: '' +https://www.google.com/share.google?q=rRH2WBGGgW1LON3N1: + title: Think Python + year: N/A + stars: 0 + description: '' +? 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 +: title: 'Microsoft Dragon Copilot: Unified Voice AI Assistant for Healthcare' + year: N/A + stars: 0 + description: '' +? https://www.xataka.com/robotica-e-ia/google-lanza-misil-github-copilot-su-asistente-programacion-ofrece-mucho-uso-gratuito-que-microsoft +: title: Google Launches Gemini Code Assist, Challenging GitHub Copilot with Generous + Free Tier + year: N/A + stars: 0 + description: '' +https://github.blog/changelog/2025-01-15-copilot-users-can-ask-about-a-failed-actions-job-ga: + title: GitHub Copilot Now Explains Failed Actions Jobs (GA) + year: N/A + stars: 0 + description: '' +https://github.com/robusta-dev/kubernetes-chatgpt-bot: + title: github.com/robusta-dev/kubernetes-chatgpt-bot + year: N/A + stars: 0 + description: '' +https://itnext.io/k8sgpt-localai-unlock-kubernetes-superpowers-for-free-584790de9b65: + title: 'itnext.io: K8sGPT + LocalAI: Unlock Kubernetes superpowers for free!' + year: N/A + stars: 0 + description: '' +https://numerous.ai: + title: numerous.ai + year: N/A + stars: 0 + description: '' +https://chat.openai.com/g/g-6eSNNNvsB-kubernetes-terraformer: + title: 'chat.openai.com/g/g-6eSNNNvsB-kubernetes-terraformer: Kubernetes Terraformer' + year: N/A + stars: 0 + description: '' +https://www.cloudquery.io: + title: 'cloudquery.io: Cloud Query: The open-source cloud asset inventory powered + by SQL' + year: N/A + stars: 0 + description: '' +https://www.cloudquery.io/blog/open-source-cloud-asset-inventory-with-cloudquery-and-grafana: + title: 'cloudquery.io: Building an Open-Source Cloud Asset Inventory with CloudQuery + and Grafana' + year: N/A + stars: 0 + description: '' +https://revistacloud.com/serverlesshorrors-la-web-que-recoge-las-peores-pesadillas-del-mundo-serverless: + title: 'ServerlessHorrors: A Web Compiling Nightmares in the Serverless World' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=zQyrhjEAqLs: + title: AWS Cloud Practitioner - Curso Completo 2023 + year: N/A + stars: 0 + description: '' +https://cloudcanvas.co: + title: CloudCanvas - Diagramming for Cloud Infrastructure + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/enterprise-scale/transition: + title: Transitioning an Existing Azure Environment to the Azure Landing Zone Reference + Architecture + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/architecture/landing-zones/subscription-vending: + title: Subscription Vending Implementation Guidance + year: N/A + stars: 0 + description: '' +https://searchitoperations.techtarget.com/news/252467102/Kubernetes-policy-project-takes-enterprise-IT-by-storm: + title: 'searchitoperations.techtarget.com: Kubernetes policy project takes enterprise + IT by storm' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/policy-based-countermeasures-for-kubernetes-part-1: + title: 'amazon.com: Policy-based countermeasures for Kubernetes – Part 1' + year: N/A + stars: 0 + description: '' +https://medium.com/airwalk/automate-policies-enforcement-with-policy-as-code-2f20aac9e2b0: + title: 'medium: Automate policies enforcement with Policy-as-Code 🌟' + year: N/A + stars: 0 + description: '' +https://blog.gitguardian.com/what-is-policy-as-code-an-introduction-to-open-policy-agent: + title: 'blog.gitguardian.com: What is Policy-as-Code? An Introduction to Open Policy + Agent' + year: N/A + stars: 0 + description: '' +https://www.openpolicyagent.org: + title: OPA Open Policy Agent 🌟 + year: N/A + stars: 0 + description: '' +https://www.magalix.com/blog/integrating-open-policy-agent-opa-with-kubernetes-a-deep-dive-tutorial: + title: 'magalix.com: Integrating Open Policy Agent (OPA) With Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://www.fugue.co/blog/5-tips-for-using-the-rego-language-for-open-policy-agent-opa: + title: 'fugue.co: 5 tips for using the Rego language for Open Policy Agent (OPA)' + year: N/A + stars: 0 + description: '' +https://github.com/policy-hub/policy-hub-cli: + title: PolicyHub CLI, a CLI tool that makes Rego policies searchable 🌟 + year: N/A + stars: 0 + description: '' +https://blog.styra.com/blog/integrating-identity-oauth2-and-openid-connect-in-open-policy-agent: + title: 'blog.styra.com: Integrating Identity: OAUTH2 and OPENID CONNECT in Open + Policy Agent' + year: N/A + stars: 0 + description: '' +https://blog.styra.com/blog/rego-unit-testing: + title: 'blog.styra.com: Rego Unit Testing' + year: N/A + stars: 0 + description: '' +https://github.com/instrumenta/policies: + title: 'github.com/instrumenta/policies: A set of shared policies for use with Conftest + and other Open Policy Agent tools' + year: N/A + stars: 0 + description: '' +https://www.itprotoday.com/devops-and-software-development/who-needs-open-policy-agent: + title: 'itprotoday.com: Who Needs Open Policy Agent?' + year: N/A + stars: 0 + description: '' +https://blog.styra.com/blog/dynamic-policy-composition-for-opa: + title: 'blog.styra.com: Dynamic Policy Composition for OPA' + year: N/A + stars: 0 + description: '' +https://blog.styra.com/blog/5-opa-deployment-performance-models-for-microservices: + title: 'blog.styra.com: 5 OPA Deployment Performance Models for Microservices' + year: N/A + stars: 0 + description: '' +https://blog.styra.com/blog/open-policy-agent-the-top-5-kubernetes-admission-control-policies: + title: 'blog.styra.com: Open Policy Agent: The Top 5 Kubernetes Admission Control + Policies' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/getting-open-policy-agent-up-and-running: + title: 'thenewstack.io: Getting Open Policy Agent Up and Running' + year: N/A + stars: 0 + description: '' +https://siegert-maximilian.medium.com/ensure-content-trust-on-kubernetes-using-notary-and-open-policy-agent-485ab3a9423c: + title: 'siegert-maximilian.medium.com: Ensure Content Trust on Kubernetes using + Notary and Open Policy Agent' + year: N/A + stars: 0 + description: '' +https://blog.styra.com/blog/policy-based-infrastructure-guardrails-with-terraform-and-opa: + title: 'blog.styra.com: Policy-based infrastructure guardrails with Terraform and + OPA 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@ravindursr/automated-manifest-file-validation-using-open-policy-agent-and-github-actions-697fa9fd74f0: + title: 'medium: Automated Manifest File Validation Using Open Policy Agent and GitHub + Actions | Ravindu Sandeepa Rathugama' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/weaveworks-adds-policy-as-code-to-secure-kubernetes-apps: + title: 'thenewstack.io: Weaveworks Adds Policy as Code to Secure Kubernetes Apps + (Magalix)' + year: N/A + stars: 0 + description: '' +https://www.fugue.co/blog/securing-a-kubernetes-pod-with-regula-and-open-policy-agent: + title: 'fugue.co: Securing a Kubernetes pod with Regula and Open Policy Agent' + year: N/A + stars: 0 + description: '' +https://dev.to/permit_io/load-external-data-into-opa-the-good-the-bad-and-the-ugly-26lc: + title: 'dev.to: Load external data into OPA: The Good, The Bad, and The Ugly' + year: N/A + stars: 0 + description: '' +https://inspektor.cloud/blog/evaluating-open-policy-agent-in-rust-using-wasm: + title: 'inspektor.cloud: Evaluating open policy agent in rust using wasm' + year: N/A + stars: 0 + description: '' +https://medium.com/4th-coffee/what-is-policy-as-code-an-introduction-to-open-policy-agent-6098463f8461: + title: 'medium.com/4th-coffee: What is Policy-as-Code? An Introduction to Open Policy + Agent' + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/kubernetes-pod-security-policies-opa: + title: 'infracloud.io: Kubernetes Pod Security Policies with Open Policy Agent' + year: N/A + stars: 0 + description: '' +https://banzaicloud.com/blog/istio-opa: + title: 'banzaicloud.com: Istio and Kubernetes ft. OPA policies' + year: N/A + stars: 0 + description: '' +https://medium.com/@siegert.maximilian/ensure-content-trust-on-kubernetes-using-notary-and-open-policy-agent-485ab3a9423c: + title: 'medium: Ensure Content Trust on Kubernetes using Notary and Open Policy + Agent' + year: N/A + stars: 0 + description: '' +https://www.kubermatic.com/blog/using-open-policy-agent-with-kubermatic: + title: 'kubermatic.com: Using Open Policy Agent With Kubermatic Kubernetes Platform' + year: N/A + stars: 0 + description: '' +https://github.com/raspbernetes/k8s-security-policies: + title: k8s-security-policies + year: N/A + stars: 0 + description: '' +https://medium.com/linkbynet/deploying-opa-on-a-gke-cluster-da4d3d77812c: + title: 'medium: Deploying Open Policy Agent (OPA) on a GKE cluster β€” Step by Step' + year: N/A + stars: 0 + description: '' +https://blog.styra.com/blog/using-opa-with-gitops-to-speed-cloud-native-development: + title: 'blog.styra.com: Using OPA with GitOps to speed Cloud-Native development' + year: N/A + stars: 0 + description: '' +https://medium.com/gitguardian/what-is-policy-as-code-an-introduction-to-open-policy-agent-dba1400bb030: + title: 'medium.com/gitguardian: What is Policy-as-Code? An Introduction to Open + Policy Agent' + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/fine-grained-policy-enforcement-in-openshift-with-open-policy-agent: + title: 'blog.openshift.com: Fine-Grained Policy Enforcement in OpenShift with Open + Policy Agent 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/open-policy-agent/contrib/tree/master/wasm/cloudflare-worker: + title: compile OpenPolicyAgent policies into WebAssembly and run them on the edge + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/resources/securing-infrastructure-in-application-pipelines: + title: 'hashicorp.com: Securing Infrastructure In Application Pipelines' + year: N/A + stars: 0 + description: '' +https://www.fugue.co/container-kubernetes: + title: 'Fugue: Container and Kubernetes. Runtime infrastructure security' + year: N/A + stars: 0 + description: '' +https://t.co/cvOceuueCF: + title: IBM Vault 2.0 UI Enhancements and Reporting Improvements + year: N/A + stars: 0 + description: '' +https://github.blog/security/application-security/how-exposed-is-your-code-find-out-in-minutes-for-free: + title: 'GitHub Code Security Risk Assessment: Free Vulnerability Scanning' + year: N/A + stars: 0 + description: '' +https://web-check.xyz: + title: Web-Check + year: N/A + stars: 0 + description: '' +https://www.docker.com/blog/docker-hardened-images-for-every-developer: + title: Docker Hardened Images for Every Developer + year: N/A + stars: 0 + description: '' +https://thenewstack.io/yor-automates-tagging-for-infrastructure-as-code: + title: 'thenewstack.io: Yor Automates Tagging for Infrastructure as Code' + year: N/A + stars: 0 + description: '' +https://yor.io: + title: yor.io + year: N/A + stars: 0 + description: '' +https://www.checkov.io: + title: checkov.io + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/blogs/containers/policy-based-countermeasures-for-kubernetes-part-1: + title: 'aws.amazon.com: Policy-based countermeasures for Kubernetes – Part 1' + year: N/A + stars: 0 + description: '' +https://github.com/tmobile/magtape: + title: MagTape + year: N/A + stars: 0 + description: '' +https://github.com/selefra/selefra: + title: 'Selefra: Selefra is an open-source policy-as-code software that provides + analytics for multi-cloud and SaaS.' + year: N/A + stars: 0 + description: '' +https://kyverno.io: + title: Kyverno 🌟 + year: N/A + stars: 0 + description: '' +https://venturebeat.com/2021/08/10/how-nirmata-plans-to-conquer-kubernetes-complexity-with-open-source-kyverno: + title: 'venturebeat.com: How Nirmata plans to β€˜conquer Kubernetes complexity’ with + open source Kyverno' + year: N/A + stars: 0 + description: '' +https://neonmirrors.net/post/2021-02/kubernetes-policy-comparison-opa-gatekeeper-vs-kyverno: + title: 'neonmirrors.net: Kubernetes Policy Comparison: OPA/Gatekeeper vs Kyverno + 🌟' + year: N/A + stars: 0 + description: '' +https://kyverno.io/policies: + title: 'kyverno.io: 56 sample policies 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/rinkiyakedad/using-kyverno-to-enforce-eks-best-practices-cad: + title: 'dev.to: Using Kyverno To Enforce EKS Best Practices' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/easy-as-one-two-three-policy-management-with-kyverno-on-amazon-eks: + title: 'aws.amazon.com: Easy as one-two-three policy management with Kyverno on + Amazon EKS 🌟' + year: N/A + stars: 0 + description: '' +https://kyverno.io/docs/writing-policies/mutate: + title: 'kyverno.io: Mutating Resources' + year: N/A + stars: 0 + description: '' +https://www.squadcast.com/blog/kyverno-policy-management-in-kubernetes: + title: 'squadcast.com: Kyverno - Policy Management in Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://neonmirrors.net/post/2020-12/exploring-kyverno-part3: + title: 'neonmirrors.net: Exploring Kyverno: Part 3, Generation' + year: N/A + stars: 0 + description: '' +https://kyverno.io/policies/best-practices/check_deprecated_apis: + title: 'kyverno.io: Check deprecated APIs 🌟' + year: N/A + stars: 0 + description: '' +https://kyverno.io/docs/writing-policies/generate: + title: 'kyverno.io: Generating resources into existing namespaces' + year: N/A + stars: 0 + description: '' +https://kyverno.io/policies/other/add-pod-proxies: + title: 'kyverno.io: Add Pod Proxies' + year: N/A + stars: 0 + description: '' +https://kyverno.io/docs/writing-policies/autogen: + title: 'kyverno.io: Auto-Gen Rules for Pod Controllers' + year: N/A + stars: 0 + description: '' +https://kyverno.io/policies/other/require_pdb: + title: 'kyverno.io: Require PodDisruptionBudget' + year: N/A + stars: 0 + description: '' +https://nirmata.com/2021/08/12/kubernetes-supply-chain-policy-management-with-cosign-and-kyverno: + title: 'nirmata.com: Kubernetes Supply Chain Policy Management with Cosign and Kyverno' + year: N/A + stars: 0 + description: '' +https://neonmirrors.net/post/2020-11/exploring-kyverno-intro: + title: 'neonmirrors.net: Exploring Kyverno: Introduction 🌟' + year: N/A + stars: 0 + description: '' +https://nirmata.com/2021/08/18/introducing-kyverno-1-4-2-trusted-and-more-efficient: + title: 'nirmata.com: Introducing Kyverno 1.4.2: Trusted And More Efficient!' + year: N/A + stars: 0 + description: '' +https://searchitoperations.techtarget.com/news/252505548/CNCF-policy-as-code-project-bridges-Kubernetes-security-gaps: + title: 'searchitoperations.techtarget.com: CNCF policy-as-code project bridges Kubernetes + security gaps' + year: N/A + stars: 0 + description: '' +https://github.com/kyverno/policy-reporter: + title: Policy Reporter 🌟 + year: N/A + stars: 0 + description: '' +https://www.sesin.at/2021/08/28/securing-kubernetes-with-kyverno-how-to-protect-your-users-from-themselves-by-ritesh-patel: + title: 'sesin.at: Securing Kubernetes with Kyverno: How to Protect Your Users From + Themselves by Ritesh Patel' + year: N/A + stars: 0 + description: '' +https://movi.hashnode.dev/simplify-kubernetes-cluster-management-with-kyverno-ckt6yxjqy0duy95s14groe7h4: + title: 'movi.hashnode.dev: Simplify Kubernetes Cluster Management with Kyverno' + year: N/A + stars: 0 + description: '' +https://arun-sisodiya.medium.com/kyverno-a-policy-manager-for-kubernetes-286f6e082062: + title: 'arun-sisodiya.medium.com: Kyvernoβ€Šβ€”β€ŠA Kubernetes native policy manager (Policy + as Code)' + year: N/A + stars: 0 + description: '' +https://dev.to/niveditacoder/default-kyverno-policies-for-openebs-4abf: + title: 'dev.to: Default Kyverno Policies for OpenEBS' + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/automate-your-security-practices-and-policies-on-openshift-with-kyverno: + title: 'cloud.redhat.com: Automate Your Security Practices and Policies on OpenShift + With Kyverno 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes/ingress-nginx/issues/7837: + title: A Kyverno policy to block custom snippet configurations for Kubernetes Nginx + ingress (CVE-2021-25742 + year: N/A + stars: 0 + description: '' +https://kyverno.io/policies/best-practices/restrict_image_registries/restrict_image_registries: + title: '==kyverno.io: Restrict Image Registries==' + year: N/A + stars: 0 + description: '' +https://dev.to/mda590/using-kyverno-policies-for-kubernetes-governance-3e17: + title: 'dev.to: Using Kyverno Policies for Kubernetes Governance' + year: N/A + stars: 0 + description: '' +https://kyverno.io/policies/best-practices/require_probes/require_probes: + title: 'kyverno.io: Implementing your best practices is simple with kyverno' + year: N/A + stars: 0 + description: '' +https://medium.com/compass-true-north/governing-multi-tenant-kubernetes-clusters-with-kyverno-3e11ba4a64ad: + title: 'medium.com/compass-true-north: Governing Multi-Tenant Kubernetes Clusters + with Kyverno' + year: N/A + stars: 0 + description: '' +https://medium.com/@haseebshaukat2/kyverno-policy-engine-for-kubernetes-b49f3fac43b9: + title: 'medium.com/@haseebshaukat2: Kyverno β€” Policy Engine for Kubernetes | Muhammad + Haseeb Shaukat' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=0TvhTXddRGE&t=12s: + title: 'youtube: The Rise of Kubernetes Policy Engine | Ep 57' + year: N/A + stars: 0 + description: '' +https://blog.sigstore.dev/how-to-verify-container-images-with-kyverno-using-kms-cosign-and-workload-identity-1e07d2b85061: + title: 'blog.sigstore.dev: How to verify container images with Kyverno using KMS, + Cosign, and Workload Identity' + year: N/A + stars: 0 + description: '' +https://medium.com/@glen.yu/why-i-prefer-kyverno-over-gatekeeper-for-native-kubernetes-policy-management-35a05bb94964: + title: 'medium.com/@glen.yu: Why I prefer Kyverno over Gatekeeper for native Kubernetes + policy management' + year: N/A + stars: 0 + description: '' +https://appsecengineer.com/courses/kubernetes-policy-management-with-kyverno: + title: 'appsecengineer.com: Kubernetes Policy Management with Kyverno' + year: N/A + stars: 0 + description: '' +https://github.com/cloud-custodian/cloud-custodian: + title: Cloud Custodian + year: N/A + stars: 0 + description: '' +https://apolicy.io: + title: Apolicy + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/sysdig-and-apolicy-join-forces-to-help-customer-secure-infrastructure-as-code: + title: 'sysdig.com: Sysdig and Apolicy join forces to help customers secure Infrastructure + As Code and automate remediation' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/entra/fundamentals/configure-security: + title: Configure Microsoft Entra for Increased Security + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/private-link/network-security-perimeter-concepts: + title: Azure Network Security Perimeter Concepts + year: N/A + stars: 0 + description: '' +azure.md: + title: Azure Policy + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/service-mesh-ultimate-guide: + title: 'infoq.com: Service Mesh Ultimate Guide:' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/kubernetes-long-lived-connections: + title: '==Service meshes to the rescue: Load balancing and scaling long-lived connections + in Kubernetes==' + year: N/A + stars: 0 + description: '' +https://blog.christianposta.com/microservices/do-i-need-an-api-gateway-if-i-have-a-service-mesh: + title: 'blog.christianposta.com: Do I Need an API Gateway if I Use a Service Mesh?' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/service-mesh-adds-security-observability-and-traffic-control-to-kubernetes: + title: 'thenewstack.io: Service Mesh Adds Security, Observability and Traffic Control + to Kubernetes' + year: N/A + stars: 0 + description: '' +https://lucperkins.dev/blog/service-mesh-use-cases: + title: 'lucperkins.dev: Service mesh use cases' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/zero-trust-security-with-service-mesh: + title: 'thenewstack.io: Zero-Trust Security with Service Mesh' + year: N/A + stars: 0 + description: '' +https://www.solo.io/blog/identity-federation-for-multi-cluster-kubernetes-and-service-mesh: + title: 'solo.io: Identity Federation for Multi-Cluster Kubernetes and Service Mesh' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2020/10/26/service-mesh-is-still-hard: + title: 'cncf.io: Service Mesh Is Still Hard' + year: N/A + stars: 0 + description: '' +https://medium.com/@maggarwa/part-1-why-red-hat-openshift-service-mesh-54b8b6ae1a8f: + title: 'medium: Part 1 β€” Why Red Hat Openshift Service Mesh? 🌟' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/introducing-openshift-service-mesh-2.0: + title: 'openshift.com: Introducing OpenShift Service Mesh 2.0 🌟' + year: N/A + stars: 0 + description: '' +https://www.weave.works/blog/introduction-to-service-meshes-on-kubernetes-and-progressive-delivery: + title: 'weave.works: Introduction to Service Meshes on Kubernetes and Progressive + Delivery 🌟' + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/hybrid-multi-cloud-service-mesh-based-applications-distributed-deployments: + title: 'rancher.com: Using Hybrid and Multi-Cloud Service Mesh Based Applications + for Distributed Deployments' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/offloading-authentication-and-authorization-from-application-code-to-a-service-mesh: + title: 'thenewstack.io: Offloading Authentication and Authorization from Application + Code to a Service Mesh' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-service-mesh-can-help-devops-achieve-business-goals: + title: 'thenewstack.io: How a Service Mesh Can Help DevOps Achieve Business Goals' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/mutual-tls-microservices-encryption-for-service-mesh: + title: 'thenewstack.io: Mutual TLS: Securing Microservices in Service Mesh' + year: N/A + stars: 0 + description: '' +https://www.cloudops.com/blog/comparing-service-meshes-istio-linkerd-and-consul-connect-citrix-adc: + title: 'cloudops.com: Comparing Service Meshes: Istio, Linkerd, Consul Connect, + and Citrix ADC' + year: N/A + stars: 0 + description: '' +https://platform9.com/blog/kubernetes-service-mesh-a-comparison-of-istio-linkerd-and-consul: + title: 'platform9.com: Kubernetes Service Mesh: A Comparison of Istio, Linkerd and + Consul' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/3/service-mesh: + title: 'opensource.com: Why you should care about service mesh' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/features/when-is-service-mesh-worth-it: + title: '==containerjournal.com: When Is Service Mesh Worth It?==' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/service-meshes-in-the-cloud-native-world: + title: 'thenewstack.io: Service Meshes in the Cloud Native World' + year: N/A + stars: 0 + description: '' +https://www.koyeb.com/blog/service-mesh-and-microservices-improving-network-management-and-observability: + title: 'koyeb.com: Service Mesh and Microservices: Improving Network Management + and Observability' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/accelerate-kubernetes-adoption-with-a-service-mesh: + title: 'thenewstack.io: Accelerate Kubernetes Adoption with a Service Mesh' + year: N/A + stars: 0 + description: '' +https://www.toptal.com/kubernetes/service-mesh-comparison: + title: 'toptal.com: A Kubernetes Service Mesh Comparison 🌟' + year: N/A + stars: 0 + description: '' +https://www.nginx.com/blog/how-to-choose-a-service-mesh: + title: 'nginx.com: How to Choose a Service Mesh 🌟' + year: N/A + stars: 0 + description: '' +? https://www.cncf.io/blog/2021/07/15/networking-with-a-service-mesh-use-cases-best-practices-and-comparison-of-top-mesh-options +: title: 'cncf.io: Networking with a service mesh: use cases, best practices, and + comparison of top mesh options' + year: N/A + stars: 0 + description: '' +https://layer5.io/service-mesh-landscape: + title: 'layer5.io: The Service Mesh Landscape 🌟🌟' + year: N/A + stars: 0 + description: '' +https://blog.polymatic.systems/service-mesh-wars-goodbye-istio-b047d9e533c7: + title: 'blog.polymatic.systems: Service Mesh Wars, Goodbye Istio' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/secure-your-service-mesh-a-13-item-checklist: + title: 'thenewstack.io: Secure Your Service Mesh: A 13-Item Checklist' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/cloud-native-architecture-adoption-part3: + title: 'infoq.com: Adoption of Cloud Native Architecture, Part 3: Service Orchestration + and Service Mesh' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/service-mesh-ultimate-guide-2e: + title: 'infoq.com: Service Mesh Ultimate Guide - Second Edition: Next Generation + Microservices Development' + year: N/A + stars: 0 + description: '' +https://itnext.io/stupid-simple-service-mesh-what-when-why-e9be9e5f4d41: + title: '==itnext.io: Stupid Simple Service Mesh β€” What, When, Why== 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-hidden-costs-of-service-meshes: + title: 'thenewstack.io: The Hidden Costs of Service Meshes' + year: N/A + stars: 0 + description: '' +https://www.learnsteps.com/what-is-a-service-mesh-is-it-born-with-kubernetes: + title: 'learnsteps.com: What is a service mesh? Is it born with Kubernetes?' + year: N/A + stars: 0 + description: '' +https://medium.com/@adarsh.prabhu/microservices-and-the-world-with-a-service-mesh-ec9a709dd4b5: + title: '==medium: Microservices and the World with a Service Mesh== | Adarsh Prabhu' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/presentations/adopting-service-mesh: + title: 'infoq.com: Deploying Service Mesh in Production' + year: N/A + stars: 0 + description: '' +https://devops.com/how-are-api-management-and-service-mesh-different: + title: '==devops.com: How Are API Management and Service Mesh Different?==' + year: N/A + stars: 0 + description: '' +https://devops.com/when-to-use-api-management-and-service-mesh-together: + title: 'devops.com: When to Use API Management and Service Mesh Together' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/presentations/5-challenges-mesh: + title: 'infoq.com: The Top-Five Challenges of Running a Service Mesh in an Enterprise + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/elca-it/service-mesh-performance-evaluation-istio-linkerd-kuma-and-consul-d8a89390d630: + title: 'medium.com/elca-it: Service Mesh Performance Evaluation β€” Istio, Linkerd, + Kuma and Consul' + year: N/A + stars: 0 + description: '' +https://medium.com/@pauldotyu/service-mesh-considerations-117561f30295: + title: 'medium.com/@pauldotyu: Service Mesh Considerations' + year: N/A + stars: 0 + description: '' +? https://medium.com/4th-coffee/a-comprehensive-tutorial-on-service-mesh-istio-envoy-access-log-and-log-filtering-8f3d939c081d +: title: 'medium.com/4th-coffee: A Comprehensive Tutorial on Service Mesh, Istio, + Envoy, Access Log, and Log Filtering' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/presentations/service-mesh-ebpf: + title: 'infoq.com: Sidecars, eBPF and the Future of Service Mesh' + year: N/A + stars: 0 + description: '' +https://medium.com/better-programming/the-roles-of-service-mesh-and-api-gateways-in-microservice-architecture-f6e7dfd61043: + title: 'medium: The Roles of Service Mesh and API Gateways in Microservice Architecture + 🌟' + year: N/A + stars: 0 + description: '' +https://www.medianova.com/en-blog/service-mesh-vs-api-gateway: + title: 'medianova.com: Service Mesh vs. API Gateway' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/prometheus-and-opentelemetry-just-couldnt-get-along: + title: Prometheus and OpenTelemetry Compatibility Issues + year: N/A + stars: 0 + description: '' +https://meshery.io: + title: 'Meshery.io:' + year: N/A + stars: 0 + description: '' +https://itnext.io/service-mesh-testing-tools-frameworks-open-source-7904ee222298: + title: 'itnext.io: Service Mesh Testing β€” Tools & Frameworks (Open Source)' + year: N/A + stars: 0 + description: '' +https://www.consul.io: + title: consul.io + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/consul-in-kubernetes-pushing-to-production-223506bbe8db: + title: 'medium: Consul in Kubernetes β€” Pushing to Production' + year: N/A + stars: 0 + description: '' +https://medium.com/hashicorp-engineering/hashicorp-consul-multi-cloud-and-multi-platform-service-mesh-372a82264e8e: + title: 'medium: HashiCorp Consul: Multi-Cloud and Multi-Platform Service Mesh' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/get-started-with-consul-service-mesh-on-kubernetes: + title: 'hashicorp.com: Get Started with Consul Service Mesh on Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/hashicorp-consul-ingress-gateways-and-l7-traffic-management-in-kubernetes: + title: HashiCorp Consul Ingress Gateways and L7 Traffic Management in Kubernetes + year: N/A + stars: 0 + description: '' +https://learn.hashicorp.com/tutorials/consul/kubernetes-consul-design-patterns: + title: 'learn.hashicorp.com: Consul Service Mesh on Kubernetes Design Patterns' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/disaster-recovery-for-hashicorp-consul-on-kubernetes: + title: 'hashicorp.com: Disaster Recovery for HashiCorp Consul on Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/velotio-perspectives/a-practical-guide-to-hashicorp-consul-part-1-5ee778a7fcf4: + title: 'medium: A Practical Guide to HashiCorp Consul β€” Part 1 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/velotio-perspectives/a-practical-guide-to-hashicorp-consul-part-2-3c0ebc0351e8: + title: 'medium: A Practical Guide to HashiCorp Consul β€” Part 2 🌟' + year: N/A + stars: 0 + description: '' +https://fabiolb.net: + title: Fabio Load Balancer 🌟 + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/getting-started-with-hcp-consul-frequently-asked-questions: + title: 'hashicorp.com: Getting Started with HCP Consul: Frequently Asked Questions' + year: N/A + stars: 0 + description: '' +https://www.consul.io/docs/connect/index.html: + title: consul Connect + year: N/A + stars: 0 + description: '' +https://linkerd.io: + title: Linkerd + year: N/A + stars: 0 + description: '' +https://linkerd.io/2020/06/09/announcing-linkerd-2.8: + title: 'Announcing Linkerd 2.8: simple, secure multi-cluster Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2021/02/25/kubernetes-network-policies-with-cilium-and-linkerd: + title: 'cncf.io: Kubernetes network policies with Cilium and Linkerd' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2021/03/10/protocol-detection-and-opaque-ports-in-linkerd: + title: 'cncf.io: Protocol detection and opaque ports in Linkerd' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/linkerd-2-0-the-service-mesh-for-service-owners-platform-architects-sres: + title: 'thenewstack.io: Linkerd 2.0: The Service Mesh for Service Owners, Platform + Architects, SREs' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2020/12/11/why-linkerd-doesnt-use-envoy: + title: 'cncf.io: Why Linkerd doesn’t use Envoy' + year: N/A + stars: 0 + description: '' +https://linkerd.io/2.10/tasks/multicluster/index.html: + title: 'linkerd.io: Multi-cluster communication' + year: N/A + stars: 0 + description: '' +https://linkerd.io/2021/05/27/linkerd-vs-istio-benchmarks/index.html: + title: 'linkerd.io: Benchmarking Linkerd and Istio' + year: N/A + stars: 0 + description: '' +https://linkerd.io/2021/07/28/announcing-cncf-graduation: + title: 'linkerd.io: Announcing Linkerd''s Graduation' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/features/linkerds-cncf-graduation-due-to-its-simplicity: + title: 'containerjournal.com: Linkerd’s CNCF Graduation Due to its Simplicity' + year: N/A + stars: 0 + description: '' +https://itnext.io/a-practical-guide-for-linkerd-authorization-policies-6cfdb50392e9: + title: 'itnext.io: A Practical Guide for Linkerd Authorization Policies' + year: N/A + stars: 0 + description: '' +https://linkerd.io/2021/11/29/linkerd-vs-istio-benchmarks-2021/index.html: + title: 'linkerd.io: Benchmarking Linkerd and Istio: 2021 Redux' + year: N/A + stars: 0 + description: '' +https://buoyant.io/2021/12/14/locking-down-network-traffic-between-kubernetes-namespaces: + title: 'buoyant.io: Go directly to namespace jail: Locking down network traffic + between Kubernetes namespaces' + year: N/A + stars: 0 + description: '' +https://linkerd.io/2022/03/09/announcing-automated-multi-cluster-failover-for-kubernetes: + title: 'linkerd.io: Announcing automated multi-cluster failover for Kubernetes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/is-linkerd-winning-the-service-mesh-race: + title: 'thenewstack.io: Is Linkerd Winning the Service Mesh Race?' + year: N/A + stars: 0 + description: '' +https://medium.com/attest-product-and-technology/debugging-mislabelled-route-metrics-from-linkerd-dda47fdff04a: + title: 'medium.com/attest-product-and-technology: Debugging mislabelled route metrics + from Linkerd' + year: N/A + stars: 0 + description: '' +https://buoyant.io/service-mesh-academy/upgrading-to-linkerd-2-12: + title: 'buoyant.io: Upgrading to Linkerd 2.12: Zero-trust-ready route-based policy, + Gateway API, access logging' + year: N/A + stars: 0 + description: '' +https://medium.com/@eshiett314/mutual-tls-with-emissary-ingress-and-linkerd-4aa3ffe0413f: + title: 'medium.com/@eshiett314: Mutual TLS with Emissary-Ingress and Linkerd' + year: N/A + stars: 0 + description: '' +https://dev.to/thenjdevopsguy/linkerd-and-gitops-115a: + title: 'dev.to: Linkerd and GitOps' + year: N/A + stars: 0 + description: '' +https://buoyant.io/blog/multi-cluster-multi-region-setup-using-linkerd-service-mesh: + title: 'buoyant.io: Multi-Cluster, Multi-Region Setup using Linkerd Service Mesh' + year: N/A + stars: 0 + description: '' +https://containo.us/maesh: + title: Maesh + year: N/A + stars: 0 + description: '' +https://cloud.google.com/traffic-director: + title: Traffic Director overview + year: N/A + stars: 0 + description: '' +? https://medium.com/cloudzone/google-clouds-traffic-director-what-is-it-and-how-is-it-related-to-the-istio-service-mesh-c199acc64a6d +: title: Google Cloud’s Traffic Director β€” What is it and how is it related to the + Istio service-mesh? + year: N/A + stars: 0 + description: '' +? https://thenewstack.io/google-traffic-director-and-the-l7-internal-load-balancer-intermingles-cloud-native-and-legacy-workloads +: title: '**Google Traffic Director** and the **L7 Internal Load Balancer** Intermingles + **Cloud Native** and **Legacy Workloads**' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2019/04/google-traffic-director: + title: 'infoq.com: Introducing Traffic Director: Google''s Service Mesh Control + Plane' + year: N/A + stars: 0 + description: '' +https://cloudblog.withgoogle.com/products/networking/traffic-director-supports-proxyless-grpc/amp: + title: Traffic Director and gRPCβ€”proxyless services for your service mesh + year: N/A + stars: 0 + description: '' +https://cloud.google.com/load-balancing/docs/l7-internal: + title: L7 Internal HTTP(S) Load Balancing overview + year: N/A + stars: 0 + description: '' +https://www.envoyproxy.io: + title: Envoy + year: N/A + stars: 0 + description: '' +https://blog.envoyproxy.io/examining-load-balancing-algorithms-with-envoy-1be643ea121c: + title: Examining Load Balancing Algorithms with Envoy + year: N/A + stars: 0 + description: '' +https://www.solo.io/blog/why-the-control-plane-matters: + title: 'solo.io: Why the control plane matters. Control planes are different than + data planes. Separating the control plane from data plane 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/jrockway/ekglue: + title: ekglue - Envoy/Kubernetes glue + year: N/A + stars: 0 + description: '' +https://amalaruja.medium.com/basic-http-routing-strategies-with-envoy-376be42559eb: + title: 'amalaruja.medium.com: Basic HTTP Routing Strategies with Envoy' + year: N/A + stars: 0 + description: '' +https://www.envoyproxy.io/docs/envoy/latest/api-docs/xds_protocol: + title: xDS REST and gRPC protocol + year: N/A + stars: 0 + description: '' +https://www.cloudnativedeepdive.com/implementing-istio-from-start-to-finish: + title: Implementing Istio From Start To Finish + year: N/A + stars: 0 + description: '' +istio.md: + title: Istio + year: N/A + stars: 0 + description: '' +https://openservicemesh.io: + title: openservicemesh.io + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/06/30/kourier-a-lightweight-knative-serving-ingress: + title: 'Kourier: A lightweight Knative Serving ingress' + year: N/A + stars: 0 + description: '' +https://medium.com/@anupam.s1602/aws-app-mesh-with-eks-and-canary-deployment-5503d9ba95d6: + title: AWS App Mesh with EKS and Canary deployment + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/gateway-api: + title: Kubernetes Gateway API + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/ingate: + title: 'InGate: Ingress & Gateway API Controller (Archived)' + year: N/A + stars: 0 + description: '' +https://traefik.io/blog/transition-from-ingress-nginx-to-traefik: + title: Transitioning from ingress-nginx to Traefik in Kubernetes + year: N/A + stars: 0 + description: '' +https://blog.cloudtrooper.net/2025/04/02/application-gateway-for-containers-a-not-so-gentle-intro-4: + title: Application Gateway for Containers with AKS Overlay Networking and VNet Flow + Logs + year: N/A + stars: 0 + description: '' +https://www.nginx.com/blog/introducing-nginx-service-mesh: + title: 'nginx.com: Introducing NGINX Service Mesh' + year: N/A + stars: 0 + description: '' +https://www.nginx.com/blog/mtls-architecture-nginx-service-mesh: + title: 'nginx.com: The mTLS Architecture in NGINX Service Mesh' + year: N/A + stars: 0 + description: '' +https://devtools.chrome.com: + title: devtools.chrome.com + year: N/A + stars: 0 + description: '' +https://chrome.google.com/webstore/detail/json-viewer/efknglbfhoddmmfabeihlemgekhhnabb: + title: Port of Firefox's JSON Viewer + year: N/A + stars: 0 + description: '' +https://twitter.com/ChromeDevTools: + title: twitter.com/ChromeDevTools + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com/community/tutorials/how-to-debug-node-js-with-the-built-in-debugger-and-chrome-devtools: + title: 'digitalocean.com: How To Debug Node.js with the Built-In Debugger and Chrome + DevTools' + year: N/A + stars: 0 + description: '' +https://dev.to/otomer/my-12-favorite-chrome-extensions-as-a-web-developer-56eg: + title: 'dev.to: My 12 Favorite Chrome Extensions as a Web Developer' + year: N/A + stars: 0 + description: '' +https://blog.bitsrc.io/google-chrome-experimental-features-for-developers-a9a7cc9d1b30: + title: 'blog.bitsrc.io: Google Chrome Hidden Features Every Developer Should Know' + year: N/A + stars: 0 + description: '' +https://developer.mozilla.org/en-US/docs/Tools/Tools_Toolbox: + title: Firefox DevTools + year: N/A + stars: 0 + description: '' +https://jsontoolbox.com: + title: jsontoolbox.com + year: N/A + stars: 0 + description: '' +https://cloud.google.com: + title: cloud.google.com + year: N/A + stars: 0 + description: '' +https://console.cloud.google.com/products: + title: ==console.cloud.google.com/products== + year: N/A + stars: 0 + description: '' +https://googlecloudcheatsheet.withgoogle.com: + title: '==googlecloudcheatsheet.withgoogle.com: Google Cloud Developer cheat sheet==' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/devops: + title: 'cloud.google.com: DevOps' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/products/tools: + title: Cloud Developer Tools + year: N/A + stars: 0 + description: '' +https://cloud.google.com/code: + title: Google Cloud Code + year: N/A + stars: 0 + description: '' +https://cloud.google.com/cloud-build: + title: Google Cloud Build + year: N/A + stars: 0 + description: '' +https://medium.com/google-cloud/tagged/devops: + title: medium.com/google-cloud/tagged/devops + year: N/A + stars: 0 + description: '' +https://cloud.google.com/docs/compare: + title: Platform comparisons + year: N/A + stars: 0 + description: '' +https://cloud.google.com/docs/compare/aws: + title: AWS and GCP comparison + year: N/A + stars: 0 + description: '' +https://gregsramblings.com/blog/compare-google-cloud-to-aws: + title: Mapping of AWS services to Google Cloud + year: N/A + stars: 0 + description: '' +https://www.whizlabs.com/blog/google-cloud-platform: + title: 'whizlabs.com: Introduction To Google Cloud Platform' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/topics/training-certifications/google-cloud-to-train-more-than-40-million-with-cloud-skills: + title: 'cloud.google.com: Training more than 40 million new people on Google Cloud + skills' + year: N/A + stars: 0 + description: '' +https://inthecloud.withgoogle.com/free-training-21/register.html: + title: Google Cloud Skills Boost + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/topics/developers-practitioners/microservices-architecture-google-cloud: + title: '==cloud.google.com: Microservices architecture on Google Cloud==' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/topics/training-certifications/new-learning-hub-and-benefits-for-google-cloud-innovators: + title: 'cloud.google.com: How to get started with Google Cloud: Introducing our + new learning hub and learning benefits for Innovators' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/application-development/introducing-cloud-shell-editor: + title: 'New Cloud Shell Editor: Get your first cloud-native app running in minutes' + year: N/A + stars: 0 + description: '' +https://www.techradar.com/news/google-cloud-is-making-it-easier-for-developers-to-smuggle-secrets-in-their-code: + title: 'techradar.com: Google Cloud is making it easier for developers to smuggle + β€˜secrets’ in their code' + year: N/A + stars: 0 + description: '' +https://venturebeat.com/2021/03/23/google-cloud-announces-network-connectivity-center-to-simplify-hybrid-cloud-management: + title: 'venturebeat.com: Google Cloud announces Network Connectivity Center to simplify + hybrid cloud management' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/topics/developers-practitioners/demystifying-cloud-spanner-multi-region-configurations: + title: 'cloud.google.com: Demystifying Cloud Spanner multi-region configurations' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/free/docs/aws-azure-gcp-service-comparison: + title: 'cloud.google.com: Compare AWS and Azure services to Google Cloud' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/secret-manager/docs/best-practices: + title: 'cloud.google.com: Secret Manager Best Practices' + year: N/A + stars: 0 + description: '' +? https://cloud.google.com/blog/products/identity-security/how-to-authenticate-service-accounts-to-help-keep-applications-secure +: title: 'cloud.google.com: Choose the best way to use and authenticate service accounts + on Google Cloud' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/gcp/5-google-cloud-product-cheat-sheets-2021: + title: 'cloud.google.com: 5 cheat sheets to help you get started on your Google + Cloud journey 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/configuring-for-high-availability-in-google-cloud-platform: + title: 'thenewstack.io: Configuring the Google Cloud Platform for High Availability' + year: N/A + stars: 0 + description: '' +https://www.zdnet.com/article/google-cloud-rolls-out-new-security-tools-as-threat-landscape-heats-up: + title: 'zdnet.com: Google Cloud rolls out new security tools as threat landscape + heats up' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/networking/private-service-connect-is-now-generally-available: + title: 'cloud.google.com: Consume services faster, privately and securely - Private + Service Connect now in GA' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/vpc/docs/vpc: + title: 'cloud.google.com: VPN network overview' + year: N/A + stars: 0 + description: '' +https://kinsta.com/blog/google-cloud-hosting: + title: 'kinsta.com: Top 7 Advantages of Choosing Google Cloud Hosting' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/operations/better-access-to-observability-data-for-virtual-machines: + title: 'cloud.google.com: Monitor and troubleshoot your VMs in context for faster + resolution' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2021/08/google-cloud-cas-ga: + title: 'infoq.com: Google Releases Its Certificate Authority Service into General + Availability' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/topics/developers-practitioners/your-google-cloud-database-options-explained: + title: 'cloud.google.com: Your Google Cloud database options, explained' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/topics/developers-practitioners/container-story-google-kubernetes-engine: + title: 'cloud.google.com: A container story - Google Kubernetes Engine' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/compute/guide-to-cost-optimization-through-automated-vm-management: + title: 'cloud.google.com: Save money and time with automated VM management and suspend/resume' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/topics/developers-practitioners/traffic-director-explained: + title: 'cloud.google.com: Traffic Director explained!' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/topics/developers-practitioners/how-transfer-your-data-google-cloud: + title: 'cloud.google.com: How to transfer your data to Google Cloud' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/topics/developers-practitioners/cloud-dns-explained: + title: 'cloud.google.com: Cloud DNS explained!' + year: N/A + stars: 0 + description: '' +? https://cloud.google.com/blog/topics/developers-practitioners/where-should-i-run-my-stuff-choosing-google-cloud-compute-option +: title: 'cloud.google.com: Where should I run my stuff? Choosing a Google Cloud compute + option' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/topics/developers-practitioners/what-cloud-load-balancing: + title: 'cloud.google.com: What is Cloud Load Balancing?' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/topics/developers-practitioners/google-cloud-networking-overview: + title: 'cloud.google.com: Google Cloud Networking overview 🌟🌟' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/topics/developers-practitioners/service-orchestration-google-cloud: + title: 'cloud.google.com: Service orchestration on Google Cloud' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/serverless/the-next-big-evolution-in-cloud-computing: + title: 'cloud.google.com: The next big evolution in serverless computing' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/identity-security/enabling-keyless-authentication-from-github-actions: + title: '==cloud.google.com: Enabling keyless authentication from GitHub Actions==' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/identity-security/announcing-general-availability-of-google-cloud-ids: + title: 'cloud.google.com: Cloud IDS for network-based threat detection is now generally + available' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/topics/developers-practitioners/devops-and-cicd-google-cloud-explained: + title: 'cloud.google.com: DevOps and CI/CD on Google Cloud explained' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/topics/developers-practitioners/what-cloud-cdn-and-how-does-it-work: + title: 'cloud.google.com: What is Cloud CDN and how does it work?' + year: N/A + stars: 0 + description: '' +https://www.networkmanagementsoftware.com/google-cloud-platform-gcp-networking-fundamentals: + title: '==networkmanagementsoftware.com: Google Cloud Platform (GCP) Networking + Fundamentals==' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/topics/developers-practitioners/service-directory-cheat-sheet: + title: '==cloud.google.com: Service Directory cheat sheet==' + year: N/A + stars: 0 + description: '' +? https://medium.com/google-cloud/design-your-landing-zone-design-considerations-part-4-iac-gitops-and-ci-cd-google-cloud-ae3f533c6dbd +: title: 'medium.com/google-cloud: Design your Landing Zone β€” Design Considerations + Part 4β€” IaC, GitOps and CI/CD (Google Cloud Adoption Series)' + year: N/A + stars: 0 + description: '' +https://devlibrary.withgoogle.com: + title: devlibrary.withgoogle.com 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/GoogleCloudPlatform: + title: github.com/GoogleCloudPlatform + year: N/A + stars: 0 + description: '' +https://github.com/GoogleCloudPlatform/cloud-code-samples: + title: github.com/GoogleCloudPlatform/cloud-code-samples 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/kelseyhightower/cmd-tutorial: + title: kelseyhightower/cmd-tutorial + year: N/A + stars: 0 + description: '' +https://cloud.google.com/kubernetes-engine/docs/add-on/config-sync/overview: + title: Config Sync Overview + year: N/A + stars: 0 + description: '' +https://cloud.google.com/appsheet: + title: Google Cloud AppSheet + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3640975/google-cloud-appsheet-review-no-code-with-extras.html: + title: 'infoworld.com: Google Cloud AppSheet review: No-code with extras' + year: N/A + stars: 0 + description: '' +https://engineering.mercari.com/en/blog/entry/20211222-kubernetes-based-spanner-autoscaler: + title: 'engineering.mercari.com: Kubernetes based autoscaler for Cloud Spanner' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/serverless/learn-how-to-use-advanced-vpc-functionality-with-your-cloud-functions: + title: Cloud Functions, meet VPC functionality + year: N/A + stars: 0 + description: '' +https://cloud.google.com/anthos: + title: Anthos 🌟 + year: N/A + stars: 0 + description: '' +? https://www.forbes.com/sites/janakirammsv/2019/04/14/everything-you-want-to-know-about-anthos-googles-hybrid-and-multi-cloud-platform +: title: Everything You Want To Know About Anthos - Google's Hybrid And Multi-Cloud + Platform + year: N/A + stars: 0 + description: '' +https://itnext.io/anthos-multi-cluster-management-aa6f2c03120d: + title: 'itnext.io: Anthos β€” Multi-cluster Management' + year: N/A + stars: 0 + description: '' +https://itnext.io/ingress-for-anthos-multi-cluster-ingress-and-global-service-load-balancing-c56c57b97e82: + title: 'itnext.io: Ingress for Anthos β€” Multi-cluster Ingress and Global Service + Load Balancing' + year: N/A + stars: 0 + description: '' +? https://cloud.google.com/solutions/partners/a-hybrid-cloud-native-devsecops-pipeline-with-jfrog-artifactory-and-gke-on-prem +: title: A hybrid cloud-native DevSecOps pipeline with JFrog Artifactory and GKE on-prem + 🌟 + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/topics/anthos/windows-server-support-comes-to-anthos-on-prem: + title: Bringing Kubernetes’ goodness to Windows Server apps with Anthos + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/containers-kubernetes/google-cloud-anthos-multicloud-api-and-gke-on-azure-ga: + title: 'cloud.google.com: Anthos makes multi-cloud easier with new API, support + for Azure' + year: N/A + stars: 0 + description: '' +https://medium.com/google-cloud/anthos-at-home-spinning-up-a-bare-metal-anthos-cluster-on-dumpster-servers-5bcef301cfa5: + title: 'medium.com/google-cloud: Anthos-at-Home: Spinning Up a Bare-Metal Anthos + Cluster on Dumpster Servers' + year: N/A + stars: 0 + description: '' +https://anderfernandez.com/blog/automatizar-script-python-google-cloud: + title: 'anderfernandez.com: CΓ³mo automatizar un script de Python en Google Cloud' + year: N/A + stars: 0 + description: '' +https://github.com/GoogleCloudPlatform/buildpacks: + title: Google Cloud Buildpacks + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/devops-sre/google-cloud-deploy-automates-deploys-to-gke: + title: 'cloud.google.com: Introducing Google Cloud Deploy: Managed continuous delivery + to GKE' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/devops-sre/google-cloud-deploy-now-ga: + title: 'cloud.google.com: Google Cloud Deploy, now GA, makes it easier to do continuous + delivery to GKE' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2022/02/google-cloud-deploy: + title: 'infoq.com: Google''s Managed Continuous Delivery Service for Kubernetes + Moves to GA' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/topics/developers-practitioners/testing-cloud-sql-failover-where-begin: + title: 'Testing Cloud SQL failover: Where to begin' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/api-management/google-cloud-announces-apigee-integration: + title: 'Announcing Apigee Integration: An API-first approach for connecting data + and applications' + year: N/A + stars: 0 + description: '' +https://github.com/google/agents-cli: + title: Google Agents CLI + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/en/blog/terraform-provider-for-google-cloud-7-0-is-now-ga: + title: Terraform Provider for Google Cloud 7.0 is now GA + year: N/A + stars: 0 + description: '' +https://github.com/kloeckner-i/db-auth-gateway: + title: db-auth-gateway + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/application-development/google-cloud-cli-declarative-export-preview: + title: '==cloud.google.com: Declarative Export. Build your perfect Google Cloud + infrastructure using Terraform and the gcloud CLI==' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/sdk/docs/cheatsheet?hl=en: + title: '==cloud.google.com: The gcloud tool cheat sheet==' + year: N/A + stars: 0 + description: '' +https://github.com/GoogleCloudPlatform/k8s-config-connector: + title: 'github.com/GoogleCloudPlatform/k8s-config-connector: GCP Config Connector' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/web-scraping-google-sheets: + title: 'freecodecamp.org: Web Scraping with Google Sheets – How to Scrape Web Pages + with Built-in Functions' + year: N/A + stars: 0 + description: '' +https://www.guru99.com/ai-tutorial.html: + title: '==guru99.com: Artificial Intelligence Tutorial for Beginners: Learn Basics + of AI== 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://www.technologyreview.com/2021/03/26/1021258/ai-pioneer-andrew-ng-machine-learning-business: + title: '==technologyreview.com: Andrew Ng: Forget about building an AI-first business. + Start with a mission== 🌟' + year: N/A + stars: 0 + description: '' +https://www.technologyreview.es/s/13258/las-empresas-que-empiezan-lo-grande-con-la-ia-fracasan-mas: + title: '==technologyreview.es: "Las empresas que empiezan a lo grande con la IA + fracasan mΓ‘s"== 🌟' + year: N/A + stars: 0 + description: '' +https://www.cio.com/article/350337/make-better-ai-infrastructure-decisions-why-hybrid-cloud-is-a-solid-fit.html: + title: 'cio.com: Make Better AI Infrastructure Decisions: Why Hybrid Cloud is a + Solid Fit 🌟' + year: N/A + stars: 0 + description: '' +https://hipertextual.com/2023/02/diferencias-ia-machine-learning: + title: 'hipertextual.com: Diferencias entre Inteligencia Artificial, Machine Learning + y Deep Learning' + year: N/A + stars: 0 + description: '' +https://www.businessinsider.es/ingenieros-software-estan-aterrorizados-posibilidad-ser-sustituidos-ia-1238112: + title: 'businessinsider.es: Los ingenieros de software estΓ‘n aterrorizados ante + la posibilidad de ser sustituidos por la IA' + year: N/A + stars: 0 + description: '' +https://computerhoy.com/tecnologia/deep-learning-considera-revolucion-ia-1241180: + title: 'computerhoy.com: ΒΏQuΓ© es el ''Deep Learning'' y por quΓ© se considera una + revoluciΓ³n en la inteligencia artificial?' + year: N/A + stars: 0 + description: '' +https://poloclub.github.io/cnn-explainer: + title: 'poloclub.github.io: What is a Convolutional Neural Network?' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/ace-your-deep-learning-job-interview: + title: 'freecodecamp.org: Ace Your Deep Learning Job Interview' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/deep-learning-fundamentals-handbook-start-a-career-in-ai: + title: 'freecodecamp.org: Deep Learning Fundamentals Handbook – What You Need to + Know to Start Your Career in AI' + year: N/A + stars: 0 + description: '' +https://aman.ai/primers/ai: + title: '==aman.ai/primers/ai: Distilled AI==' + year: N/A + stars: 0 + description: '' +https://aman.ai/primers/ai/LLM: + title: '==aman.ai/primers/ai/LLM: Primers - Overview of Large Language Models==' + year: N/A + stars: 0 + description: '' +? https://www.forbesargentina.com/innovacion/por-nvidia-google-microsoft-apuestan-miles-millones-modelos-llm-ia-generativa-biotecnologia-n49278 +: title: 'forbesargentina.com: Por quΓ© Nvidia, Google y Microsoft apuestan miles de + millones en modelos LLM de IA Generativa para biotecnologΓ­a' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=1Lat8dP7Eq0: + title: 'youtube: AWS re:Invent 2023 - From hype to impact: Building a generative + AI architecture (ARC217)' + year: N/A + stars: 0 + description: '' +https://developers.google.com/machine-learning/crash-course?hl=es-419: + title: Machine Learning Crash Course + year: N/A + stars: 0 + description: '' +https://github.com/microsoft/ML-For-Beginners: + title: '==github.com/microsoft/ML-For-Beginners: Machine Learning for Beginners + - A Curriculum==' + year: N/A + stars: 0 + description: '' +https://www.amazon.science/base-tts-samples: + title: ==amazon.science/base-tts-samples== + year: N/A + stars: 0 + description: '' +https://github.com/NielsRogge/Transformers-Tutorials: + title: github.com/NielsRogge/Transformers-Tutorials + year: N/A + stars: 0 + description: '' +https://aman.ai/primers/ai/transformers: + title: 'aman.ai: Transformers' + year: N/A + stars: 0 + description: '' +https://aman.ai/primers/ai/bert: + title: 'aman.ai: Primers β€’ Bidirectional Encoder Representations from Transformers + (BERT)' + year: N/A + stars: 0 + description: '' +https://aman.ai/primers/ai/gpt: + title: 'aman.ai: Primers β€’ Generative Pre-trained Transformer (GPT)' + year: N/A + stars: 0 + description: '' +https://cursor.com/blog/cloud-agent-development-environments: + title: Development Environments for Cloud Agents + year: N/A + stars: 0 + description: '' +https://cursor.com/docs/bugbot: + title: Cursor Bugbot Effort Levels Documentation + year: N/A + stars: 0 + description: '' +https://anthropic.skilljar.com/claude-code-in-action: + title: Claude Code in Action + year: N/A + stars: 0 + description: '' +https://www.docker.com/llm: + title: Docker for LLMs + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/blog/finopsblog/learn-to-manage-investments-and-cost-efficiency-of-azure-and-ai-workloads/4396862 +: title: Learn to Manage Investments and Cost Efficiency of Azure and AI Workloads + year: N/A + stars: 0 + description: '' +https://johnlokerse.dev/2025/02/10/automate-pull-request-descriptions-in-azure-devops-with-azure-openai: + title: Automate Pull Request Descriptions in Azure DevOps with Azure OpenAI + year: N/A + stars: 0 + description: '' +https://github.com/tensorchord/Awesome-LLMOps: + title: 'github.com/tensorchord/Awesome-LLMOps: Awesome LLMOps' + year: N/A + stars: 0 + description: '' +https://valohai.com/blog/llmops: + title: valohai.com/blog/llmops/ + year: N/A + stars: 0 + description: '' +https://github.com/mlabonne/llm-course: + title: github.com/mlabonne/llm-course + year: N/A + stars: 0 + description: '' +https://itnext.io/deploy-flexible-and-custom-setups-with-anything-llm-on-kubernetes-a2b5687f2bcc: + title: 'itnext.io: Deploy Flexible and Custom Setups with Anything LLM on Kubernetes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/ignore-prior-instructions-ai-still-befuddled-by-basic-reasoning: + title: 'Ignore Prior Instructions: AI Still Befuddled by Basic Reasoning' + year: N/A + stars: 0 + description: '' +https://mad.firstmark.com: + title: 'mad.firstmark.com: The MAD (ML/AI/Data) Landscape' + year: N/A + stars: 0 + description: '' +https://github.com/openai/openai-cookbook: + title: 'github.com/openai/openai-cookbook: OpenAI Cookbook' + year: N/A + stars: 0 + description: '' +? https://www.xataka.com/robotica-e-ia/microsoft-no-quiere-poner-todos-huevos-cesta-anuncia-asociacion-mistral-ai-openai-europa +: title: 'xataka.com: Microsoft no quiere poner todos los huevos en la misma cesta: + anuncia una asociaciΓ³n con Mistral AI, la OpenAI de Europa' + year: N/A + stars: 0 + description: '' +https://markrosscloud.medium.com/introducing-kiro-aws-agentic-ai-based-ide-cded711b1409: + title: 'Introducing Kiro: AWS Agentic AI-Based IDE' + year: N/A + stars: 0 + description: '' +http://blog.aks.azure.com/2025/04/02/Scaling-Kubernetes-for-AI-and-Data-intensive-Workloads: + title: 'Limitless Kubernetes Scaling for AI and Data-intensive Workloads: The AKS + Fleet Strategy' + year: N/A + stars: 0 + description: '' +https://www.warp.dev: + title: 'Warp: The Agentic Development Environment' + year: N/A + stars: 0 + description: '' +https://collabnix.com/the-rise-of-kubernetes-and-ai-kubectl-openai-plugin: + title: 'collabnix.com: The Rise of Kubernetes and AI – Kubectl OpenAI plugin' + year: N/A + stars: 0 + description: '' +https://markaicode.com/terraform-ai-infrastructure-as-code: + title: 'Terraform 2.0 in Practice: Using AI to Generate Infrastructure as Code' + year: N/A + stars: 0 + description: '' +https://masterpoint.io/blog/ai-meets-tf-prompt-strategies-for-test-generation: + title: 'AI Meets Terraform: Prompt Strategies for Test Generation' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/aws/ide-extension-for-aws-application-composer-enhances-visual-modern-applications-development-with-ai-generated-iac +: title: IDE extension for AWS Application Composer enhances visual modern applications + development with AI-generated IaC + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/dotnet/extend-your-coding-agent-with-dotnet-skills: + title: Extend your coding agent with .NET Skills + year: N/A + stars: 0 + description: '' +https://docs.github.com/en/copilot/get-started/best-practices: + title: Best Practices for Using GitHub Copilot + year: N/A + stars: 0 + description: '' +https://t.co/FhNsA9iy4Q: + title: Programming with GitHub Copilot Agent Mode + year: N/A + stars: 0 + description: '' +? https://www.xataka.com/servicios/copilot-chatgpt-gpt-4-han-cambiado-para-siempre-mundo-programacion-esto-que-opinan-expertos +: title: 'xataka.com: https://www.xataka.com/servicios/copilot-chatgpt-gpt-4-han-cambiado-para-siempre-mundo-programacion-esto-que-opinan-expertos' + year: N/A + stars: 0 + description: '' +https://blog.redbrickai.com/blog-posts/fast-meta-sam-for-medical-imaging: + title: 'blog.redbrickai.com: F.A.S.T. ⚑️ Meta AI’s Segment Anything for Medical + Imaging' + year: N/A + stars: 0 + description: '' +https://github.com/SkalskiP/top-cvpr-2023-papers: + title: github.com/SkalskiP/top-cvpr-2023-papers + year: N/A + stars: 0 + description: '' +https://github.com/openops-cloud/openops: + title: 'OpenOps: No-Code FinOps Automation Platform with AI' + year: N/A + stars: 0 + description: '' +https://cast.ai: + title: CAST AI + year: N/A + stars: 0 + description: '' +https://www.apmdigest.com/aiops-itops-1: + title: 'apmdigest.com: What Can AIOps Do For IT Ops? - Part 1' + year: N/A + stars: 0 + description: '' +https://www.apmdigest.com/aiops-itops-2: + title: 'apmdigest.com: What Can AIOps Do For IT Ops? - Part 2' + year: N/A + stars: 0 + description: '' +https://www.apmdigest.com/aiops-itops-3: + title: 'apmdigest.com: What Can AIOps Do For IT Ops? - Part 3' + year: N/A + stars: 0 + description: '' +https://www.apmdigest.com/aiops-itops-4: + title: 'apmdigest.com: What Can AIOps Do For IT Ops? - Part 4' + year: N/A + stars: 0 + description: '' +https://www.apmdigest.com/aiops-itops-5: + title: 'apmdigest.com: What Can AIOps Do For IT Ops? - Part 5' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-urgency-driving-aiops-into-your-enterprise: + title: 'thenewstack.io: The Urgency Driving AIOps into Your Enterprise' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/intelligent-automation-whats-the-missing-piece-of-aiops: + title: 'thenewstack.io: Intelligent Automation: What’s the Missing Piece of AIOps?' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3673891/5-best-practices-for-securing-cicd-pipelines.html: + title: 'infoworld.com: 5 best practices for securing CI/CD pipelines' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/aiops-reliability-engineering: + title: 'infoq.com: AIOps: Site Reliability Engineering at Scale' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/accelerating-ai-adoption-on-azure-with-terraform: + title: 'hashicorp.com: Accelerating AI adoption on Azure with Terraform' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/solutions/ai-infrastructure-management: + title: 'hashicorp.com: AI for infrastructure management' + year: N/A + stars: 0 + description: '' +https://platformengineering.org/blog/ai-is-changing-the-future-of-platform-engineering-are-you-ready: + title: 'platformengineering.org: AI is changing the future of platform engineering. + Are you ready?' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/industries/bmw-group-develops-a-genai-assistant-to-accelerate-infrastructure-optimization-on-aws +: title: 'aws.amazon.com/blogs/industries: BMW Group Develops a GenAI Assistant to + Accelerate Infrastructure Optimization on AWS' + year: N/A + stars: 0 + description: '' +? https://github.blog/ai-and-ml/github-copilot/github-copilot-cli-for-beginners-getting-started-with-github-copilot-cli/?utm_source=twitter-cli-beginners-getting-started-cta&utm_medium=social&utm_campaign=dev-pod-copilot-cli-2026 +: title: 'GitHub Copilot CLI for Beginners: Getting Started' + year: N/A + stars: 0 + description: '' +https://ettema.dev/posts/ai-multi-repo-workspaces: + title: Using Workspaces for AI Changes Across Multiple Repos + year: N/A + stars: 0 + description: '' +https://github.com/TabularisDB/tabularis/blob/main/README.es.md: + title: 'Tabularis: Open Source Desktop Client for Modern Databases with AI and MCP + Integration' + year: N/A + stars: 0 + description: '' +https://github.com/mattpocock/skills: + title: Skills for Real Engineers + year: N/A + stars: 0 + description: '' +https://thomasthornton.cloud/draw-io-mcp-for-diagram-generation-why-its-worth-using: + title: 'Draw.io MCP for Diagram Generation: Why It’s Worth Using' + year: N/A + stars: 0 + description: '' +https://github.com/davila7/claude-code-templates: + title: Claude Code Templates + year: N/A + stars: 0 + description: '' +https://github.com/ned1313/quiz-grader: + title: Quiz Grader + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/devops/azure-devops-mcp-server-public-preview: + title: Azure DevOps MCP Server Public Preview + year: N/A + stars: 0 + description: '' +https://github.com/jupyterlab/jupyter-ai: + title: github.com/jupyterlab/jupyter-ai + year: N/A + stars: 0 + description: '' +https://github.com/XingangPan/DragGAN: + title: github.com/XingangPan/DragGAN + year: N/A + stars: 0 + description: '' +https://www.ansible.com: + title: ansible.com + year: N/A + stars: 0 + description: '' +https://docs.ansible.com: + title: docs.ansible.com + year: N/A + stars: 0 + description: '' +https://www.edureka.co/blog/what-is-ansible: + title: 'dureka.co: What Is Ansible?' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/part-2-deploying-applications: + title: 'Dzone: Part 2: Deploying Applications' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/10-easy-to-use-modules-in-ansible-1: + title: 'Dzone: 10 easy to use modules in ansible' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/running-ansible-at-scale: + title: 'Dzone: Running Ansible at Scale' + year: N/A + stars: 0 + description: '' +https://www.udemy.com/ansible-essentials-simplicity-in-automation: + title: 'Udemy.com: Ansible Essentials: Simplicity in Automation (Free Tutorial)' + year: N/A + stars: 0 + description: '' +https://medium.com/avmconsulting-blog/deploying-microservices-via-ansible-in-cloud-platform-a03d46b7bd68: + title: Deployment of Microservices in Cloud With Ansible + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/9/install-packages-ansible: + title: 'opensource.com: How to install software with Ansible' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/9/ansible-modules-kubernetes: + title: 'opensource.com: Automate your container orchestration with Ansible modules + for Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/19/2/quickstart-guide-ansible: + title: 'opensource.com: A quickstart guide to Ansible 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/9/ansible: + title: 'opensource.com: 7 things you can do with Ansible right now' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/10/calendar-ansible: + title: 'opensource.com: Integrate your calendar with Ansible to avoid schedule conflicts + 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/10/first-day-ansible: + title: 'opensource.com: My first day using Ansible' + year: N/A + stars: 0 + description: '' +https://siliconangle.com/2020/10/13/red-hat-ties-ansible-automation-kubernetes-cluster-management: + title: 'siliconangle.com: Red Hat ties Ansible automation to Kubernetes cluster + management 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/red-hat-brings-ansible-automation-to-kubernetes: + title: 'thenewstack.io: Red Hat Brings Ansible Automation to Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/ansible-and-openshift-connecting-for-success: + title: 'openshift.com: Ansible and OpenShift: Connecting for Success 🌟' + year: N/A + stars: 0 + description: '' +https://www.zdnet.com/article/red-hat-expands-ansible-ready-to-run-cloud-programs: + title: 'zdnet.com: ed Hat expands Ansible ready to run cloud programs 🌟' + year: N/A + stars: 0 + description: '' +https://www.theregister.com/2020/10/14/redhat_ansible_kubernetes: + title: 'theregister.com: Juggling Ansible, OpenShift and K8s? This is for you: Red + Hat couples automation to cluster management' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/services/training/do007-ansible-essentials-simplicity-automation-technical-overview: + title: 'redhat.com: Ansible Essentials: Simplicity in Automation Technical Overview + (Free Course) 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/10/ansible-modules-linux: + title: 'opensource.com: 10 Ansible modules for Linux system automation c' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/renewed-thrill-ansible: + title: 'redhat.com: Renewing my thrill at work with Ansible' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/12/ansible-lab: + title: 'opensource.com: Set up an Ansible lab in 20 minutes' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/1/improve-ansible-play: + title: 'opensource.com: 4 lines of code to improve your Ansible play' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/demystifying-ansible-sysadmins: + title: 'redhat.com: Demystifying Ansible for Linux sysadmins 🌟' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/ansible-quick-start: + title: 'redhat.com: Quick start guide to Ansible for Linux sysadmins 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/1/ansible: + title: 'opensource.com: 10 ways Ansible is for everyone 🌟' + year: N/A + stars: 0 + description: '' +https://www.ansible.com/blog/ansible-network-resource-modules-deep-dive-on-return-values: + title: 'ansible.com: Ansible Network Resource Modules: Deep Dive on Return Values' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/ansible-what-marcel-koert: + title: 'linkedin.com: Ansible what is it and what not' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/automate-reboot-ansible: + title: 'redhat.com: How to automate system reboots using the Ansible reboot module' + year: N/A + stars: 0 + description: '' +https://developer.okta.com/blog/2021/02/05/okta-ansible: + title: 'developer.okta.com: Tutorial: Ansible and Account Automation with Okta' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/how-start-ansible: + title: 'redhat.com: Got automation? Here''s a quick guide to get you up to speed + on Ansible 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/2/ansible-origin-story: + title: 'opensource.com: How Ansible got started and grew' + year: N/A + stars: 0 + description: '' +https://www.ansible.com/blog/announcing-the-community-ansible-3.0.0-package: + title: 'ansible.com: Announcing the Community Ansible 3.0.0 Package 🌟' + year: N/A + stars: 0 + description: '' +https://www.toptechskills.com/ansible-tutorials-courses: + title: 'toptechskills.com: Ansible Tutorials & Courses 🌟' + year: N/A + stars: 0 + description: '' +https://www.toptechskills.com/ansible-tutorials-courses/speed-up-ansible-playbooks-pipelining-mitogen: + title: 'toptechskills.com: How to Speed Up Your Ansible Playbooks Over 600% 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/3/ansible-sysadmin: + title: 'opensource.com: 5 everyday sysadmin tasks to automate with Ansible 🌟' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/developing-ansible-role: + title: 'redhat.com: 8 steps to developing an Ansible role in Linux 🌟' + year: N/A + stars: 0 + description: '' +https://www.ansible.com/resources/whitepapers/ansible-in-depth: + title: 'ansible.com: Ansible whitepaper' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/configure-gmail-using-ansible: + title: 'redhat.com: How to use Ansible to send an email using Gmail' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/reverse-proxy-ansible: + title: 'redhat.com: How to use Ansible to configure a reverse proxy 🌟' + year: N/A + stars: 0 + description: '' +https://groups.google.com/g/ansible-devel/c/CdQ7eWUUm8k?pli=1: + title: Ansible 3.3.0 released + year: N/A + stars: 0 + description: '' +https://fedoramagazine.org/using-ansible-to-configure-podman-containers: + title: 'fedoramagazine.org: Using Ansible to configure Podman containers 🌟' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/ansible-vs-puppet-which-is-right-for-you: + title: 'acloudguru.com: Ansible vs Puppet: Which is right for you?' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/install-ansible-way: + title: 'redhat.com: Add a repo and install a package the Ansible way' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/introduction-rhel-system-roles: + title: 'redhat.com: Introduction to RHEL System Roles 🌟' + year: N/A + stars: 0 + description: '' +https://linuxtechlab.com/ansible-tutorial-simple-commands: + title: 'linuxtechlab.com: Ansible Tutorial: Introduction to simple Ansible commands' + year: N/A + stars: 0 + description: '' +https://k21academy.com/ansible/ansible-for-beginners: + title: 'k21academy.com: Ansible for Beginners | Overview | Architecture & Use Cases + 🌟' + year: N/A + stars: 0 + description: '' +https://k21academy.com/ansible/day2-live-session-review-and-q-a: + title: 'k21academy.com: Ansible for Beginners Day2 Live Session Review and Q/A 🌟' + year: N/A + stars: 0 + description: '' +https://analyticsindiamag.com/ansible-vs-docker-a-detailed-comparison-of-devops-tools: + title: 'analyticsindiamag.com: Ansible vs Docker: A Detailed Comparison Of DevOps + Tools' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/6-code-pushes-aap: + title: 'redhat.com: 6 steps to automating code pushes with Ansible Automation Platform + 🌟' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/ansible-create-users-csv: + title: 'redhat.com: 4 steps to create Linux users from a csv file with Ansible' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/faq/how-to-define-multiple-when-conditions-in-ansible: + title: 'cyberciti.biz: How to define multiple when conditions in Ansible' + year: N/A + stars: 0 + description: '' +https://dev.to/grayhat/devops-101-introduction-to-ansible-1n64: + title: 'dev.to: DevOps 101 : Introduction to Ansible' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/python-venv-ansible: + title: 'redhat.com: How to set up and use Python virtual environments for Ansible' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/ansible-ad-hoc-commands: + title: 'redhat.com: Deep dive into Ansible ad hoc commands' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/software-packages-ansible: + title: 'redhat.com: How to install software packages with an Ansible playbook' + year: N/A + stars: 0 + description: '' +https://getbetterdevops.io/build-docker-images-using-ansible-and-packer: + title: 'getbetterdevops.io: Build Docker Images Using Ansible and Packer' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/08/30/automate-red-hat-jboss-web-server-deployments-ansible: + title: 'developers.redhat.com: Automate Red Hat JBoss Web Server deployments with + Ansible' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/ansible-templates-configuration: + title: 'redhat.com: How to create dynamic configuration files using Ansible templates' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/ansiblefest-sysadmins: + title: 'redhat.com: 16 AnsibleFest presentations for sysadmins' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/9/keep-folders-tidy-ansible: + title: 'opensource.com: How I keep my file folders tidy with Ansible' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/09/27/four-reasons-developers-should-use-ansible: + title: 'developers.redhat.com: Four reasons developers should use Ansible' + year: N/A + stars: 0 + description: '' +https://vitux.com/how-to-speed-up-an-ansible-playbook: + title: 'vitux.com: How to speed-up an Ansible Playbook 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=mc20VwxYaGE&t=3s&ab_channel=CLOUDLEARNHUB: + title: 'youtube: Ansible Automation | How to Secure and Protect Critical Information + Playbooks Using Ansible Vault' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/22/1/learn-ansible: + title: '==opensource.com: 9 ways to learn Ansible this year== 🌟' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/operations/use-ansible-to-deploy-the-google-cloud-ops-agent: + title: 'cloud.google.com: How to deploy the Google Cloud Ops Agent with Ansible' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/getting-started-quickly-with-ansible-ad-hoc-commands: + title: 'cloudbees.com: Getting Started Quickly With Ansible Ad Hoc Commands' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/faster-ansible-playbook-execution: + title: 'redhat.com: 8 ways to speed up your Ansible playbooks' + year: N/A + stars: 0 + description: '' +https://www.middlewareinventory.com/blog/ansible-list-examples-how-to-create-and-append-items-to-list: + title: 'middlewareinventory.com: Ansible List Examples – How to create and append + items to List 🌟' + year: N/A + stars: 0 + description: '' +https://www.middlewareinventory.com/blog/ansible-dict: + title: 'middlewareinventory.com: Ansible Dictionary – How to create and add items + to dict' + year: N/A + stars: 0 + description: '' +https://www.middlewareinventory.com/blog/ansible-aws_s3-example: + title: 'middlewareinventory.com: How to use ansible with S3 – Ansible aws_s3 examples + | Devops Junction' + year: N/A + stars: 0 + description: '' +https://www.techbeatly.com/ansible-for-infrastructure-provisioning-in-aws-ansible-real-life-series: + title: 'techbeatly.com: Ansible for Infrastructure Provisioning in AWS | Ansible + Real Life Series - youtube' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/ansible-dynamic-inventories: + title: '==redhat.com: How to create dynamic inventory files in Ansible==' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/ansible-dynamic-inventory-python: + title: '==redhat.com: How to write a Python script to create dynamic Ansible inventories==' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/ansible-plugin-inventory-files: + title: '==redhat.com: How to write an Ansible plugin to create inventory files==' + year: N/A + stars: 0 + description: '' +https://www.dlford.io/ansible-orchestration-how-to-home-lab-part-10: + title: 'dlford.io: Orchestrate Your Systems with Ansible Playbooks - How to Home + Lab Part 10 🌟' + year: N/A + stars: 0 + description: '' +https://learning-devops-tools-with-nandita.blogspot.com/2022/08/overview-of-ansible-and-ansible.html: + title: 'learning-devops-tools-with-nandita.blogspot.com: Overview of Ansible and + Ansible Playbooks' + year: N/A + stars: 0 + description: '' +https://blog.learncodeonline.in/everything-about-ansible-variables: + title: 'blog.learncodeonline.in: Everything about Ansible Variables 🌟' + year: N/A + stars: 0 + description: '' +https://blog.learncodeonline.in/managing-file-operations-with-ansible: + title: 'blog.learncodeonline.in: Managing File Operations With Ansible 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2022/10/25/how-install-vms-and-ansible-automation-platform-mac-m1: + title: 'developers.redhat.com: How to install VMs and Ansible Automation Platform + on Mac M1' + year: N/A + stars: 0 + description: '' +https://devopscube.com/setup-ansible-aws-dynamic-inventory: + title: 'devopscube.com: How to Setup Ansible AWS Dynamic Inventory' + year: N/A + stars: 0 + description: '' +https://www.ansible.com/blog/creating-custom-rules-for-ansible-lint: + title: 'ansible.com: Creating Custom Rules for Ansible Lint' + year: N/A + stars: 0 + description: '' +https://www.ansible.com/blog/top-10-ansible-blogs-2022: + title: 'ansible.com: The Top 10 Ansible Blogs of 2022' + year: N/A + stars: 0 + description: '' +https://tomsitcafe.com/2023/02/14/getting-started-with-ansible-playbooks-more-steps-towards-devops: + title: 'tomsitcafe.com: Getting started with Ansible playbooks: more steps towards + DevOps' + year: N/A + stars: 0 + description: '' +https://tomsitcafe.com/2023/02/17/conditional-statements-making-decisions-in-ansible-code: + title: 'tomsitcafe.com: Conditional statements – making decisions in Ansible code' + year: N/A + stars: 0 + description: '' +https://tomsitcafe.com/2023/03/06/how-to-implement-and-use-handlers-in-ansible-code: + title: 'tomsitcafe.com: How to implement and use handlers in Ansible code?' + year: N/A + stars: 0 + description: '' +https://tomsitcafe.com/2023/03/13/configuration-file-blueprints-jinja2-templates-in-the-ansible-code: + title: 'tomsitcafe.com: Configuration file blueprints: Jinja2 templates in the Ansible + code' + year: N/A + stars: 0 + description: '' +https://tomsitcafe.com/2023/03/16/handling-sensitive-data-with-ansible-vault-encrypting-strings-instead-of-files: + title: 'tomsitcafe.com: Handling sensitive data with Ansible Vault: encrypting strings + instead of files' + year: N/A + stars: 0 + description: '' +https://www.ansible.com/blog/kubernetes-meets-event-driven-ansible: + title: 'ansible.com: Kubernetes Meets Event-Driven Ansible 🌟' + year: N/A + stars: 0 + description: '' +https://sayali.hashnode.dev/day-56-understanding-ad-hoc-commands-in-ansible: + title: '==sayali.hashnode.dev: Day 56: Understanding Ad-hoc commands in Ansible== + 🌟' + year: N/A + stars: 0 + description: '' +https://tomsitcafe.com/2023/05/11/lets-use-a-more-flexible-directory-structure-for-an-ansible-project: + title: 'tomsitcafe.com: Let’s use a more flexible directory structure for an Ansible + project' + year: N/A + stars: 0 + description: '' +https://tomsitcafe.com/2023/05/15/ansible-semaphore-a-modern-open-source-gui-for-our-ansible-automation: + title: 'tomsitcafe.com: Enhancing Ansible Automation: Exploring the Power of Ansible + Semaphore, a Modern Open-Source GUI' + year: N/A + stars: 0 + description: '' +https://tomsitcafe.com/2023/06/02/mastering-ansible-navigating-the-most-common-errors-and-mistakes: + title: 'tomsitcafe.com: Mastering Ansible: Navigating the Most Common Errors and + Mistakes' + year: N/A + stars: 0 + description: '' +https://tomsitcafe.com/2023/06/09/automating-apis-with-ansible-a-comprehensive-guide: + title: 'tomsitcafe.com: Automating APIs with Ansible: A Comprehensive Guide' + year: N/A + stars: 0 + description: '' +https://medium.com/@Techie1/networking-tasks-in-production-using-ansible-b09d0a6121f7: + title: 'medium.com/@Techie1: Networking tasks in production using Ansible' + year: N/A + stars: 0 + description: '' +https://medium.com/cloud-native-daily/getting-started-with-ansible-a-comprehensive-guide-for-devops-beginners-fd2fb3fd7a40: + title: 'medium.com/cloud-native-daily: Getting Started with Ansible: A Comprehensive + Guide for DevOps Beginners' + year: N/A + stars: 0 + description: '' +https://devopsinside.com/how-kubernetes-is-killing-tools-like-ansible: + title: 'devopsinside.com: Is Kubernetes killing tools like Ansible?' + year: N/A + stars: 0 + description: '' +https://community.ibm.com/community/user/ibmz-and-linuxone/blogs/daniel-jast1/2023/12/07/red-hat-aap-on-ibm-z-and-linuxone: + title: 'community.ibm.com: Red Hat Ansible Automation Platform on IBM Z and IBM + LinuxONE is generally available now!' + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/ansible-vs-kubernetes-vs-docker: + title: 'intellipaat.com: Ansible vs Kubernetes vs Docker' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/ansible-lists-dictionaries-yaml: + title: 'redhat.com/sysadmin/ansible-lists-dictionaries-yaml: How to work with lists + and dictionaries in Ansible 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/naveensilver/Ansible: + title: github.com/naveensilver/Ansible + year: N/A + stars: 0 + description: '' +https://ansible.ai: + title: ==ansible.ai== + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/technologies/management/ansible/ansible-lightspeed: + title: 'redhat.com: Red Hat Ansible Lightspeed with IBM watsonx Code Assistant' + year: N/A + stars: 0 + description: '' +https://www.semui.co: + title: ==Semaphore UI== 🌟 + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-to-put-a-gui-on-ansible-using-semaphore: + title: 'thenewstack.io: How to Put a GUI on Ansible, Using Semaphore' + year: N/A + stars: 0 + description: '' +https://infraxpertzz.com/deploying-custom-files-with-jinja2-template: + title: 'infraxpertzz.com: Deploying Custom Files with Jinja2 Template 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/pallets/jinja: + title: jinja 🌟 + year: N/A + stars: 0 + description: '' +https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_general.html: + title: 'docs.ansible.com: Developing Ansible modules' + year: N/A + stars: 0 + description: '' +https://techforce1.nl/creating-your-first-ansible-module: + title: 'techforce1.nl: Creating your first Ansible module' + year: N/A + stars: 0 + description: '' +https://linuxctl.com/2017/01/ansible---interacting-with-external-rest-api: + title: 'linuxctl.com: Ansible - Interacting with external REST API' + year: N/A + stars: 0 + description: '' +https://steampunk.si/blog/let-us-give-ansible-a-rest: + title: 'steampunk.si: Let us give Ansible a REST' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/ansible-web-endpoints: + title: 'redhat.com: Using Ansible to interact with web endpoints' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/9/ansible-rest-apis: + title: 'opensource.com: Using Ansible with REST APIs' + year: N/A + stars: 0 + description: '' +https://www.ansible.com/automating-business-applications-rest-api: + title: 'ansible.com: Automating your business application''s REST API with Ansible' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?list=PLVx1qovxj-al0Knm1A0eEXfGyd5kCi16p: + title: 'youtube playlist: Ansible Tutorial - by Thetips4you 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?list=PLOwxB_PX3s3WSfhzVtwhxXwy7QpkmtnzR: + title: 'youtube playlist: Ansible Tutorial - by Infra Xpertzz 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=pJFZ5h9fT5o&ab_channel=InfraXpertzz: + title: 'youtube.com: Ansible Tutorial Part 8 - Implementing Handlers and Handling + Task Failures' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?list=PLWZKNB9waqIXEL-NIapWwIADPtkspe9vk: + title: 'youtube: Ansible for beginners - by XavkiEn' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=NgRuap0MmZw&ab_channel=XavkiEn: + title: 'youtube: Exercises / Monitoring : How to install node exporter 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/geerlingguy/ansible-for-devops: + title: Ansible for DevOps Examples + year: N/A + stars: 0 + description: '' +https://github.com/k3s-io/k3s-ansible: + title: github.com/k3s-io/k3s-ansible 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/PyratLabs/ansible-role-k3s: + title: github.com/PyratLabs/ansible-role-k3s 🌟 + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/09/28/set-modcluster-red-hat-jboss-web-server-ansible: + title: 'developers.redhat.com: Set up mod_cluster for Red Hat JBoss Web Server with + Ansible' + year: N/A + stars: 0 + description: '' +https://www.middlewareinventory.com/blog/ansible-playbook-example: + title: '==middlewareinventory.com: Ansible Playbook Examples – Sample Ansible Playbooks + | Devops Junction==' + year: N/A + stars: 0 + description: '' +https://github.com/ansible-collections: + title: Ansible Collections 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/ansible-collections/amazon.aws: + title: Amazon AWS Collection 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/Radware/radware-ansible: + title: 'Radware/radware-ansible: Radware Ansible Collection' + year: N/A + stars: 0 + description: '' +https://www.ansible.com/blog/based-validated-network-content: + title: 'ansible.com: Fundamentals of Network Automation with Ansible Validated Content + using the network.base collection' + year: N/A + stars: 0 + description: '' +? 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 +: title: 'redhat.com: Red Hat Ansible Automation Platform Enhancements and New Certified + Ansible Content Collections Refine the Automation Experience to Drive Business + Imperatives' + year: N/A + stars: 0 + description: '' +https://www.ansible.com/blog/now-available-red-hat-ansible-automation-platform-1.2: + title: 'ansible.com: Red Hat Ansible Automation Platform 1.2' + year: N/A + stars: 0 + description: '' +https://pypi.org/project/ansible-navigator: + title: 'pypi.org: ansible-navigator 🌟' + year: N/A + stars: 0 + description: '' +https://www.ansible.com/blog/introducing-ansible-automation-platform-2: + title: 'ansible.com: Introducing Ansible Automation Platform 2' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/datacenter-edge-open-hybrid-cloud-vision-red-hat-ansible-automation-platform-2: + title: 'redhat.com: From the datacenter to the edge: The open hybrid cloud vision + for Red Hat Ansible Automation Platform 2' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/redefining-possibilities-it-automation-across-your-ecosystem-red-hat-partners: + title: 'redhat.com: Redefining the possibilities of IT automation across your ecosystem + with Red Hat partners' + year: N/A + stars: 0 + description: '' +https://www.crn.com/news/cloud/ibm-s-red-hat-reveals-ansible-automation-platform-2-early-access: + title: 'crn.com: IBM’s Red Hat Reveals Ansible Automation Platform 2 Early Access' + year: N/A + stars: 0 + description: '' +https://devops.com/red-hat-extends-scope-of-ansible-automation-ambitions: + title: 'devops.com: Red Hat Extends Scope of Ansible Automation Ambitions' + year: N/A + stars: 0 + description: '' +? https://www.redhat.com/en/about/press-releases/red-hat-ansible-automation-platform-2-drives-cloud-native-automation-and-helps-developers-become-automators +: title: 'redhat.com: Red Hat Ansible Automation Platform 2 Drives Cloud-Native Automation + and Helps Developers Become Automators' + year: N/A + stars: 0 + description: '' +https://www.ansible.com/blog/whats-new-in-ansible-automation-platform-2-automation-controller: + title: 'ansible.com: What''s new in Ansible Automation Platform 2: automation controller' + year: N/A + stars: 0 + description: '' +https://www.ansible.com/blog/whats-new-in-ansible-automation-platform-2-automation-content-navigator: + title: 'ansible.com: What''s new in Ansible Automation Platform 2: automation content + navigator' + year: N/A + stars: 0 + description: '' +https://venturebeat.com/2021/12/08/red-hat-brings-its-ansible-it-automation-engine-to-azure: + title: 'venturebeat.com: Red Hat brings Ansible IT automation engine to Azure' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/about/press-releases/red-hat-brings-industry-leading-ansible-automation-platform-microsoft-azure: + title: 'redhat.com: Red Hat Brings Industry-Leading Ansible Automation Platform + to **Microsoft Azure**' + year: N/A + stars: 0 + description: '' +https://www.wraltechwire.com/2021/12/11/red-hat-expands-hybrid-cloud-efforts-in-ansible-deal-with-microsoft-azure: + title: 'wraltechwire.com: Red Hat expands hybrid cloud efforts in Ansible deal with + Microsoft Azure' + year: N/A + stars: 0 + description: '' +https://www.ansible.com/products/automation-services-catalog: + title: 'ansible.com: Automation services catalog, the newest addition to the Ansible + Automation Platform' + year: N/A + stars: 0 + description: '' +https://access.redhat.com/articles/4993781: + title: List of Red Hat Supported Maintained Ansible Collections 🌟 + year: N/A + stars: 0 + description: '' +https://www.ansible.com/blog/automating-red-hat-satellite-with-ansible: + title: 'ansible.com: Automating Red Hat Satellite with Ansible' + year: N/A + stars: 0 + description: '' +https://galaxy.ansible.com/t_systems_mms/letsencrypt: + title: 'galaxy.ansible.com: letsencrypt' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/3/ansible-collections: + title: 'opensource.com: 5 tips for choosing an Ansible collection that''s right + for you' + year: N/A + stars: 0 + description: '' +https://www.ansible.com/blog/announcing-the-red-hat-enterprise-linux-certified-ansible-collection: + title: 'ansible.com: Announcing the Red Hat Enterprise Linux Certified Ansible Collection + 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?app=desktop&v=AXnDrGgLaF0&feature=share&ab_channel=RobertdeBock: + title: 'youtube: Ansible Collections 🌟' + year: N/A + stars: 0 + description: '' +https://docs.ansible.com/ansible/latest/user_guide/playbooks.html: + title: 'docs.ansible.com: Working With Playbooks' + year: N/A + stars: 0 + description: '' +https://www.linuxtechi.com/how-to-use-loops-in-ansible-playbook: + title: 'linuxtechi.com: How to Use Loops in Ansible Playbook' + year: N/A + stars: 0 + description: '' +https://blog.t-systems-mms.com/tech-insights/ansible-lets-encrypt-collection: + title: Ansible Let's Encrypt Collection + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/troubleshoot-ansible-playbooks: + title: 'redhat.com: 6 troubleshooting skills for Ansible playbooks 🌟' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/extra-variables-ansible-playbook: + title: 'redhat.com: How to pass extra variables to an Ansible playbook' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/running-ansible-playbooks-from-jenkins: + title: 'Dzone: Running Ansible Playbooks From Jenkins' + year: N/A + stars: 0 + description: '' +https://itnext.io/ansible-and-jenkins-automate-your-scritps-8dff99ef653: + title: 'itnext.io: Ansible and Jenkins β€” automate your scritps 🌟' + year: N/A + stars: 0 + description: '' +https://www.ansible.com/products/tower: + title: Ansible Tower + year: N/A + stars: 0 + description: '' +https://docs.ansible.com/ansible-tower/index.html: + title: Ansible Tower Docs + year: N/A + stars: 0 + description: '' +https://github.com/ansible/awx: + title: Ansible AWX + year: N/A + stars: 0 + description: '' +https://github.com/ansible/awx-operator: + title: AWX Operator + year: N/A + stars: 0 + description: '' +https://www.ansible.com/blog/topic/ansible-tower: + title: ansible.com/blog/topic/ansible-tower + year: N/A + stars: 0 + description: '' +https://www.ansible.com/blog/red-hat-ansible-tower-monitoring-using-prometheus-node-exporter-grafana: + title: 'Red Hat Ansible Tower Monitoring: Using Prometheus + Node Exporter + Grafana' + year: N/A + stars: 0 + description: '' +https://www.linuxsysadmins.com/install-ansible-awx-on-kubernetes: + title: 'linuxsysadmins.com: Install Ansible AWX on Kubernetes in 5 minutes' + year: N/A + stars: 0 + description: '' +https://steampunk.si/blog/managing-infrastructure-using-ansible-tower: + title: 'steampunk.si: Managing infrastructure using Ansible Tower' + year: N/A + stars: 0 + description: '' +https://www.maquinasvirtuales.eu/docker-swarm-instalar-ansible-awx: + title: 'maquinasvirtuales.eu: Docker Swarm: Instalar Ansible AWX' + year: N/A + stars: 0 + description: '' +https://www.techsupportpk.com/2020/03/how-to-install-ansible-awx-centos-rhel-7-8.html: + title: 'techsupportpk.com: Install Ansible AWX on CentOS, RHEL 7, 8' + year: N/A + stars: 0 + description: '' +https://medium.com/@claudio.domingos/ansible-awx-from-scratch-to-rest-api-part-4-of-8-4aa860d823f6: + title: 'medium: Ansible AWX: from scratch to REST API (part 4 of 8)' + year: N/A + stars: 0 + description: '' +https://galaxy.ansible.com/geerlingguy/awx: + title: galaxy.ansible.com/geerlingguy/awx 🌟 + year: N/A + stars: 0 + description: '' +https://galaxy.ansible.com/awx/awx: + title: 'AWX Ansible Collection: galaxy.ansible.com/awx/awx' + year: N/A + stars: 0 + description: '' +https://app.vagrantup.com/ansible/boxes/tower: + title: 'vagrant: ansible tower' + year: N/A + stars: 0 + description: '' +https://app.vagrantup.com/krlex/boxes/centos-awx: + title: 'vagrant: centos-awx' + year: N/A + stars: 0 + description: '' +https://github.com/tom-256/ansible-awx-packer: + title: github.com/tom-256/ansible-awx-packer + year: N/A + stars: 0 + description: '' +https://github.com/scorputty/packer-centos-awx: + title: github.com/scorputty/packer-centos-awx + year: N/A + stars: 0 + description: '' +https://github.com/jsmartin/ansible-tower-packer: + title: github.com/jsmartin/ansible-tower-packer + year: N/A + stars: 0 + description: '' +https://artifacthub.io/packages/search?ts_query_web=awx&sort=relevance&page=1: + title: 'artifacthub.io: Helm Charts - AWX' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/marketplace/search/results?searchTerms=tower: + title: 'AWS Marketplace (AMIs): AWX/Tower' + year: N/A + stars: 0 + description: '' +https://www.jenkins.io: + title: Jenkins + year: N/A + stars: 0 + description: '' +https://www.theforeman.org: + title: Foreman + year: N/A + stars: 0 + description: '' +https://galaxy.ansible.com/theforeman/foreman: + title: Ansible Modules to manage Foreman and Katello installations + year: N/A + stars: 0 + description: '' +https://github.com/theforeman/foreman-ansible-modules: + title: Foreman Ansible Modules (FAM) + year: N/A + stars: 0 + description: '' +https://community.theforeman.org/t/rfc-operations-ansible-collection/20971: + title: 'RFC: Foreman Operations Ansible Collection' + year: N/A + stars: 0 + description: '' +https://theforeman.org/2021/01/updating-foreman-inventory-with-system-facts.html: + title: 'theforeman.org: Updating Foreman inventory with system facts' + year: N/A + stars: 0 + description: '' +https://theforeman.org/2021/09/foreman-30-is-here.html: + title: 'theforeman.org: Foreman 3.0 is here!' + year: N/A + stars: 0 + description: '' +https://www.ansible.com/blog/fast-vs-easy-benchmarking-ansible-operators-for-kubernetes: + title: 'ansible.com: Fast vs Easy: Benchmarking Ansible Operators for Kubernetes' + year: N/A + stars: 0 + description: '' +https://molecule.readthedocs.io: + title: Ansible Molecule + year: N/A + stars: 0 + description: '' +https://www.jeffgeerling.com/blog/2018/testing-your-ansible-roles-molecule: + title: 'jeffgeerling.com: Testing your Ansible roles with Molecule' + year: N/A + stars: 0 + description: '' +https://www.ansible.com/hubfs//AnsibleFest%20ATL%20Slide%20Decks/Practical%20Ansible%20Testing%20with%20Molecule.pdf: + title: 'PDF: Practical Ansible Testing with Molecule' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/18/12/testing-ansible-roles-molecule: + title: 'opensource.com: Testing Ansible roles with Molecule' + year: N/A + stars: 0 + description: '' +https://medium.com/@moep_moep/test-driven-development-with-ansible-using-molecule-3386cef987ac: + title: 'medium.com: Test driven Development with Ansible using Molecule' + year: N/A + stars: 0 + description: '' +https://tomsitcafe.com/2023/04/27/how-to-test-ansible-code-with-molecule: + title: 'tomsitcafe.com: How to test Ansible code with Molecule' + year: N/A + stars: 0 + description: '' +https://www.ansiblefordevops.com: + title: ansiblefordevops.com + year: N/A + stars: 0 + description: '' +https://www.ansibleforkubernetes.com: + title: ansibleforkubernetes.com 🌟 + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/engage/automated-enterprise-ebook-20171107: + title: 'redhat.com: The Automated Enterprise' + year: N/A + stars: 0 + description: '' +https://github.com/automateyournetwork/automate_your_network: + title: 'github.com/automateyournetwork/automate_your_network: Automate Your Network + - John Capobianco - July 1st 2023' + year: N/A + stars: 0 + description: '' +https://galaxy.ansible.com: + title: galaxy.ansible.com + year: N/A + stars: 0 + description: '' +https://galaxy.ansible.com/geerlingguy: + title: galaxy.ansible.com/geerlingguy + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/ansible-system-role: + title: 'redhat.com: A brief introduction to Ansible roles for Linux system administration + 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/geerlingguy/ansible-role-docker: + title: 'Ansible Role: Docker 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/Tronde/ansible-role-rhel-patchmanagement: + title: Tronde/ansible-role-rhel-patchmanagement + year: N/A + stars: 0 + description: '' +https://github.com/konstruktoid/ansible-hvault-inventory: + title: 'konstruktoid/ansible-hvault-inventory: Dynamic Ansible inventory using HashiCorp + Vault SSH OTP and local password rotation' + year: N/A + stars: 0 + description: '' +https://medium.com/opstree-technology/ansible-helm-diff-plugin-63e1cda299a3: + title: 'medium.com/opstree-technology: Understanding Ansible: Helm diff plugin 🌟' + year: N/A + stars: 0 + description: '' +https://docs.ansible.com/ansible/latest/collections/kubernetes/core/helm_module.html: + title: 'docs.ansible.com: kubernetes.core.helm module – Manages Kubernetes packages + with the Helm package manager' + year: N/A + stars: 0 + description: '' +https://docs.ansible.com/ansible/latest/collections/kubernetes/core/helm_plugin_module.html: + title: 'docs.ansible.com: kubernetes.core.helm_plugin module – Manage Helm plugins' + year: N/A + stars: 0 + description: '' +https://github.com/jdauphant/awesome-ansible: + title: https://github.com/jdauphant/awesome-ansible + year: N/A + stars: 0 + description: '' +https://github.com/awesome-devops/awesome-ansible: + title: https://github.com/awesome-devops/awesome-ansible + year: N/A + stars: 0 + description: '' +https://www.packetcoders.io/the-beginners-guide-to-the-ansible-inventory: + title: The Beginner’s Guide to the Ansible Inventory + year: N/A + stars: 0 + description: '' +https://docs.ansible.com/ansible/latest/scenario_guides/cloud_guides.html: + title: Public Cloud Guides 🌟 + year: N/A + stars: 0 + description: '' +https://www.redhat.com/es/about/videos/ansible-automate-microsoft-azure: + title: Ansible to automate Microsoft Azure + year: N/A + stars: 0 + description: '' +https://medium.com/@ayushsingh1525/aws-configuration-with-apache-server-in-ec2-using-ansible-2ef61f98872e: + title: 'medium: AWS Configuration with Web Server in EC2 Using Ansible' + year: N/A + stars: 0 + description: '' +https://docs.ansible.com/ansible/latest/collections/kubernetes/core/k8s_module.html: + title: '==docs.ansible.com: kubernetes.core.k8s – Manage Kubernetes (K8s) objects==' + year: N/A + stars: 0 + description: '' +https://adamtheautomator.com/ansible-kubernetes: + title: 'adamtheautomator.com: How to Use the Ansible Kubernetes Module' + year: N/A + stars: 0 + description: '' +https://galaxy.ansible.com/nginxinc/nginx_core: + title: galaxy.ansible.com/nginxinc/nginx_core + year: N/A + stars: 0 + description: '' +https://www.nginx.com/blog/announcing-nginx-core-collection-ansible: + title: 'nginx.com: Announcing the NGINX Core Collection for Ansible' + year: N/A + stars: 0 + description: '' +? https://www.dynatrace.com/news/blog/achieve-faster-time-to-value-by-deploying-thousands-of-oneagents-at-once-with-ansible-preview +: title: 'dynatrace.com: Achieve faster time to value by deploying thousands of OneAgents + at once with Ansible (Preview)' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/mssql-linux-easy: + title: 'redhat.com: Using Ansible to deploy Microsoft SQL Server 2019 on Red Hat + Enterprise Linux 8' + year: N/A + stars: 0 + description: '' +https://oci-ansible-collection.readthedocs.io: + title: oci-ansible-collection.readthedocs.io + year: N/A + stars: 0 + description: '' +https://github.com/oravirt/ansible-oracle: + title: github.com/oravirt/ansible-oracle + year: N/A + stars: 0 + description: '' +https://github.com/oravirt/ansible-oracle-modules: + title: github.com/oravirt/ansible-oracle-modules + year: N/A + stars: 0 + description: '' +https://oravirt.wordpress.com/2014/10/01/getting-started-with-ansible-oracle: + title: 'oravirt.wordpress.com: Getting started with ansible-oracle' + year: N/A + stars: 0 + description: '' +https://oravirt.wordpress.com/2014/11/05/changes-in-ansible-oracle-v1-2: + title: 'oravirt.wordpress.com: Changes in ansible-oracle v1.2' + year: N/A + stars: 0 + description: '' +https://github.com/abessifi/ansible-sqlplus: + title: github.com/abessifi/ansible-sqlplus + year: N/A + stars: 0 + description: '' +https://stackoverflow.com/questions/41796466/ansible-playbook-to-execute-oracle-script: + title: 'stackoverflow.com: Ansible playbook to execute Oracle script' + year: N/A + stars: 0 + description: '' +https://stackoverflow.com/questions/41341823/running-oracle-sql-scripts-with-ansible-playbook: + title: 'stackoverflow.com: Running Oracle SQL scripts with Ansible playbook' + year: N/A + stars: 0 + description: '' +https://github.com/ansistrano: + title: Ansistrano + year: N/A + stars: 0 + description: '' +https://capistranorb.com: + title: Capistrano + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/9/ansible-anacron-automation: + title: 'opensource.com: How I use Ansible and anacron for automation' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/2/linux-automation: + title: 'opensource.com: Use anacron for a better crontab' + year: N/A + stars: 0 + description: '' +https://simple.wikipedia.org/wiki/Application_programming_interface: + title: 'wikipedia: API Application Programming Interface' + year: N/A + stars: 0 + description: '' +https://www.postman.com/what-is-an-api: + title: 'postman.com: What is an API?' + year: N/A + stars: 0 + description: '' +https://github.com/public-apis/public-apis: + title: '==github.com/public-apis/public-apis: Try Public APIs for free== 🌟' + year: N/A + stars: 0 + description: '' +https://apifriends.com/api-management/what-is-an-api: + title: 'apifriends.com: What is an API?' + year: N/A + stars: 0 + description: '' +https://www.axway.com/en/products/api-management/what-is-api-management: + title: 'axway.com: What is API Management?' + year: N/A + stars: 0 + description: '' +https://blogs.mulesoft.com/dev/api-dev/apis-versus-web-services: + title: 'mulesoft.com: APIs versus web services' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?list=PLM-7VG-sgbtBBnWb2Jc5kufgtWYEmiMAw: + title: 'Youtube Playlist: Introduction to APIs' + year: N/A + stars: 0 + description: '' +https://devdocs.io: + title: ==Devdocs.io API Documentation== 🌟 + year: N/A + stars: 0 + description: '' +https://thenewstack.io/5-ways-to-succeed-with-an-api-gateway: + title: 'thenewstack.io: 5 Ways to Succeed with an API Gateway' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/architect/apis-soap-rest-graphql-grpc: + title: 'redhat.com: An Architect''s guide to APIs: SOAP, REST, GraphQL, and gRPC + 🌟' + year: N/A + stars: 0 + description: '' +https://amazicworld.com/why-apis-cant-be-missed-when-it-comes-to-devops: + title: 'amazicworld.com: Why APIs can’t be missed when it comes to DevOps' + year: N/A + stars: 0 + description: '' +https://medium.com/easyread/api-gateway-part-1-7901ba703f9: + title: 'medium: API Gateway Part 1' + year: N/A + stars: 0 + description: '' +https://medium.com/easyread/api-gateway-part-2-7264ee5be187: + title: 'medium: API Gateway Part 2' + year: N/A + stars: 0 + description: '' +https://snipcart.com/blog/api-vs-microservices-architecture: + title: 'snipcart.com: API vs. Microservices: A Beginners Guide to Understand Them + 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=UxZiDZsQoZI&ab_channel=TinyStacks: + title: 'youtube: Local CRUD API Express App with Docker in 5 min' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/rest-api-best-practices-rest-endpoint-design-examples: + title: 'freecodecamp.org: REST API Best Practices – REST Endpoint Design Examples + 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/api-throttling-strategies: + title: 'dzone: API Throttling Strategies When Clients Exceed Their Limit' + year: N/A + stars: 0 + description: '' +https://abdulrwahab.medium.com/api-architecture-best-practices-for-designing-rest-apis-bf907025f5f: + title: 'abdulrwahab.medium.com: API Architecture β€” Design Best Practices for REST + APIs' + year: N/A + stars: 0 + description: '' +https://blog.bitsrc.io/api-vs-microservices-are-you-using-2-terms-for-the-same-concept-b51f13f5974e: + title: 'blog.bitsrc.io: API vs Microservices β€” Are you using 2 terms for the same + concept?' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/best-practice-and-cheat-sheet-for-rest-api-design-6a6e12dfa89f: + title: 'blog.devgenius.io: Principles & Best practices of REST API Design' + year: N/A + stars: 0 + description: '' +https://www.troyhunt.com/your-api-versioning-is-wrong-which-is: + title: 'troyhunt.com: Your API versioning is wrong, which is why I decided to do + it 3 different wrong ways' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/Standardized-Specification-Driven-API-Lifecycle: + title: 'infoq.com: A Standardized, Specification-Driven API Lifecycle' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/whats-wrong-with-your-crudy-interfaces-besides-everything-bde4f4c8cb8a: + title: 'levelup.gitconnected.com: What’s Wrong With Your CRUD APIsβ€” Besides Everything?' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/exploring-the-api-first-design-pattern: + title: '==dzone: Exploring the API-First Design Pattern==' + year: N/A + stars: 0 + description: '' +? https://www.genbeta.com/desarrollo/hace-20-anos-este-correo-jeff-bezos-amazon-cambio-para-siempre-forma-que-programamos-apps +: title: 'genbeta.com: Hace 20 aΓ±os, este correo de Jeff Bezos en Amazon cambiΓ³ para + siempre la forma en que programamos apps' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-to-achieve-api-governance: + title: 'thenewstack.io: How to Achieve API Governance' + year: N/A + stars: 0 + description: '' +https://jkebertz.medium.com/the-art-of-writing-amazing-rest-apis-dc4c4100478d: + title: 'jkebertz.medium.com: The Art of Writing Amazing REST APIs' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/rest-api-design-best-practices-build-a-rest-api: + title: 'freecodecamp.org: REST API Design Best Practices Handbook – How to Build + a REST API with JavaScript, Node.js, and Express.js' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/presentations/api-design-implement-document: + title: 'infoq.com: Modern API Development and Deployment, from API Gateways to Sidecars' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/how-to-deprecate-apis-the-right-way-371c1cbf1723: + title: 'betterprogramming.pub: How To Deprecate APIs the Right Way' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/rest-vs-messaging-for-microservices: + title: 'dzone.com: REST vs. Messaging for Microservices 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@ezinneanne/best-api-documentation-tools-you-need-cf3ef2c47e89: + title: 'medium.com/@ezinneanne: Best API documentation tools you need' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/public-apis-for-developers: + title: '==freecodecamp.org: Public APIs Developers Can Use in Their Projects==' + year: N/A + stars: 0 + description: '' +https://blog.postman.com/how-to-choose-between-rest-vs-graphql-vs-grpc-vs-soap: + title: '==blog.postman.com: How to choose between REST vs. GraphQL vs. gRPC vs. + SOAP==' + year: N/A + stars: 0 + description: '' +https://www.postman.com/api-platform/api-versioning: + title: 'postman.com: API versioning' + year: N/A + stars: 0 + description: '' +https://foojay.io/today/the-evolution-of-apis-from-restful-to-event-driven: + title: 'foojay.io: The Evolution of APIs: From RESTful to Event-Driven' + year: N/A + stars: 0 + description: '' +https://blog.hubspot.com/website/api-gateway-vs-load-balancer: + title: 'blog.hubspot.com: API Gateway vs. Load Balancer: What''s The Difference?' + year: N/A + stars: 0 + description: '' +https://writersbyte.com/introduction-to-apis-with-python-fastapi: + title: 'writersbyte.com: Introduction to APIs with Python FastAPI' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/rest-apis-with-python-f330c7ffc6ab: + title: '==blog.devgenius.io: REST APIs with Python== 🌟' + year: N/A + stars: 0 + description: '' +? https://www.zdnet.com/article/apis-published-apis-consumed-mainstream-enterprises-increasingly-behave-like-software-vendors +: title: 'APIs published, APIs consumed: mainstream enterprises increasingly behave + like software vendors' + year: N/A + stars: 0 + description: '' +http://seguridad-informacion.blogspot.com/2020/07/you-bet-that-apis-power-devops-tools.html: + title: You Bet That APIs Power DevOps Tools + year: N/A + stars: 0 + description: '' +https://www.postman.com/resources/infographics/api-survey-2019: + title: 'postman.com: 2019 Postman State of the API Report 🌟' + year: N/A + stars: 0 + description: '' +https://blog.postman.com/capture-responses-using-the-postman-proxy: + title: 'blog.postman.com: You Can Now Capture Responses Using the Postman Proxy' + year: N/A + stars: 0 + description: '' +https://smartbear.com/resources/ebooks/the-state-of-api-2019-report: + title: 'smartbear.com: The State of API 2019 Report 🌟' + year: N/A + stars: 0 + description: '' +https://apifriends.com/api-creation/different-types-apis: + title: 'apifriends.com: What are the different types of APIs? 🌟' + year: N/A + stars: 0 + description: '' +https://vishnuch.tech/interprocess-communication-in-microservices: + title: 'vishnuch.tech: Interprocess Communication in Microservices 🌟' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/SOAP: + title: 'wikipedia: SOAP' + year: N/A + stars: 0 + description: '' +https://www.geeksforgeeks.org/basics-of-soap-simple-object-access-protocol: + title: 'geeksforgeeks.org: Basics of SOAP – Simple Object Access Protocol' + year: N/A + stars: 0 + description: '' +https://www.guru99.com/soap-simple-object-access-protocol.html: + title: 'guru99.com: SOAP Web Services Tutorial: Simple Object Access Protocol. What + is SOAP?' + year: N/A + stars: 0 + description: '' +http://www.jitendrazaa.com/blog/java/create-soap-message-using-java: + title: 'jitendrazaa.com: Create SOAP message using Java' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/creating-a-soap-web-service-with-spring-boot-start: + title: 'dzone: Creating a SOAP Web Service With Spring Boot Starter Web Services' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Representational_state_transfer: + title: 'wikipedia: REST' + year: N/A + stars: 0 + description: '' +https://www.geeksforgeeks.org/rest-api-introduction: + title: 'geeksforgeeks.org: REST API (Introduction)' + year: N/A + stars: 0 + description: '' +https://www.geeksforgeeks.org/rest-api-architectural-constraints: + title: 'geeksforgeeks.org: REST API Architectural Constraints' + year: N/A + stars: 0 + description: '' +https://www.mulesoft.com/resources/api/restful-api: + title: 'mulesoft.com: What is a RESTful API?' + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/rest-foundations-restful: + title: 'Dzone refcard: Foundations of **RESTful Architecture** 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/rest-api-tutorials: + title: 'Dzone: REST API tutorials' + year: N/A + stars: 0 + description: '' +https://dev.to/shreyazz/make-your-own-api-under-30-lines-of-code-4doh: + title: 'dev.to: Make your own API under 30 lines of code 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/rest-api-versioning-strategies-1: + title: 'dzone: REST API Versioning Strategies' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/what-is-rest-rest-api-definition-for-beginners: + title: 'freecodecamp.org: What is REST? Rest API Definition for Beginners' + year: N/A + stars: 0 + description: '' +https://javarevisited.blogspot.com/2022/08/how-to-post-json-data-with-curl-command.html: + title: '==javarevisited.blogspot.com: How to send POST Request with JSON Payload + using Curl Command in Linux to Test RESTful Web Services?==' + year: N/A + stars: 0 + description: '' +https://medium.com/@shubhadeepchat/best-practices-for-good-rest-api-design-b5fae9a62c86: + title: 'medium.com/@shubhadeepchat: Best Practices for good REST API Design' + year: N/A + stars: 0 + description: '' +https://blog.bytebytego.com/p/ep94-rest-api-cheatsheet: + title: 'blog.bytebytego.com: EP94: REST API Cheatsheet' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/build-consume-and-document-a-rest-api: + title: '==freecodecamp.org: The REST API Handbook – How to Build, Test, Consume, + and Document REST APIs==' + year: N/A + stars: 0 + description: '' +https://www.openapis.org: + title: OpenAPI + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/OpenAPI_Specification: + title: 'Wikipedia: OpenAPI Specification 🌟' + year: N/A + stars: 0 + description: '' +https://www.openapis.org/faq: + title: OpenAPI FAQ. What is OpenAPI Specification (OAS)? OpenAPI Specification + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Remote_procedure_call: + title: 'wikipedia: RPC Remote Procedure Call' + year: N/A + stars: 0 + description: '' +https://open-rpc.org: + title: open-rpc.org lightweight RPC framework 🌟 + year: N/A + stars: 0 + description: '' +https://grpc.io: + title: gRPC + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/GRPC: + title: 'wikipedia: gRPC' + year: N/A + stars: 0 + description: '' +https://developers.googleblog.com/2015/02/introducing-grpc-new-open-source-http2.html: + title: 'developers.googleblog.com: Introducing gRPC, a new open source HTTP/2 RPC + Framework' + year: N/A + stars: 0 + description: '' +https://nordicapis.com/using-grpc-to-connect-a-microservices-ecosystem: + title: 'nordicapis.com: Using gRPC to Connect a Microservices Ecosystem' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2021/07/19/think-grpc-when-you-are-architecting-modern-microservices: + title: 'cncf.io: Think gRPC, when you are architecting modern microservices!' + year: N/A + stars: 0 + description: '' +https://itnext.io/a-minimalist-guide-to-grpc-e4d556293422: + title: 'itnext.io: A minimalist guide to gRPC' + year: N/A + stars: 0 + description: '' +https://gendocu.com: + title: '==gendocu.com: RPC API Developer Portal==' + year: N/A + stars: 0 + description: '' +https://medium.com/javarevisited/microservices-communication-using-grpc-protocol-dc3a2f8b648d: + title: '==medium.com/javarevisited: Microservices communication using gRPC Protocol==' + year: N/A + stars: 0 + description: '' +https://blog.getambassador.io/implementing-grpc-web-with-emissary-ingress-22aa0d86aac: + title: 'blog.getambassador.io: Implementing gRPC-Web with Emissary-ingress' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/WebSocket: + title: WebSocket + year: N/A + stars: 0 + description: '' +https://banksco.de/p/state-of-realtime-web-2016.html: + title: The State of Real-Time Web in 2016 + year: N/A + stars: 0 + description: '' +https://blogs.akamai.com/2012/07/spdy-and-websocket-support-at-akamai.html: + title: SPDY and WebSocket Support at Akamai + year: N/A + stars: 0 + description: '' +https://spring.io/blog/2021/01/25/ymnnalft-websockets: + title: 'spring.io: YMNNALFT: Websockets' + year: N/A + stars: 0 + description: '' +https://blog.bitsrc.io/deep-dive-into-websockets-e6c4c7622423: + title: 'blog.bitsrc.io: Deep Dive into WebSockets' + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2022/04/05/how-to-use-websockets-to-visualize-real-time-iot-data-in-grafana: + title: '==grafana.com: How to use WebSockets to visualize real-time IoT data in + Grafana==' + year: N/A + stars: 0 + description: '' +https://socket.io: + title: Socket.io + year: N/A + stars: 0 + description: '' +https://itnext.io/differences-between-websockets-and-socket-io-a9e5fa29d3dc: + title: 'itnext.io: Differences between WebSockets and Socket.IO' + year: N/A + stars: 0 + description: '' +https://www.asyncapi.com: + title: AsyncAPI + year: N/A + stars: 0 + description: '' +https://thenewstack.io/asyncapi-could-be-the-default-api-format-for-event-driven-architectures: + title: 'thenewstack.io: AsyncAPI Could Be the Default API Format for Event-Driven + Architectures' + year: N/A + stars: 0 + description: '' +https://microcks.io/blog/simulating-cloudevents-with-asyncapi: + title: 'microcks.io: Simulating CloudEvents with AsyncAPI and Microcks' + year: N/A + stars: 0 + description: '' +https://www.asyncapi.com/blog/asyncapi-cloud-events: + title: 'asyncapi.com: AsyncAPI and CloudEvents' + year: N/A + stars: 0 + description: '' +https://blog.bitsrc.io/not-all-microservices-need-to-be-rest-3-alternatives-to-the-classic-41cedbf1a907: + title: 'blog.bitsrc.io: Not All Microservices Need to Be REST β€” 3 Alternatives to + the Classic' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/truth-about-soap-vs-rest-vs-grpc-vs-graphql-checklist-f50bcb475adf: + title: 'levelup.gitconnected.com: Truth About { SOAP vs REST vs GRPC vs GraphQL + } Checklist' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/rest-rpc-graphql-what-to-choose-c57c78c0593d: + title: 'medium: REST, RPC, GraphQL… What to choose?' + year: N/A + stars: 0 + description: '' +https://blog.logrocket.com/graphql-vs-grpc-vs-rest-choosing-right-api: + title: 'blog.logrocket.com: GraphQL vs. gRPC vs. REST: Choosing the right API' + year: N/A + stars: 0 + description: '' +https://medium.com/dlt-labs-publication/grpc-vs-rest-performance-test-using-jmeter-f17e5ba1c23b: + title: 'medium.com/dlt-labs-publication: gRPC vs. REST β€” Performance Test using + JMeter' + year: N/A + stars: 0 + description: '' +https://www.geeksforgeeks.org/difference-between-rest-api-and-soap-api: + title: 'geeksforgeeks.org: Difference between REST API and SOAP API' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/comprehensive-guide-rest-vs-soap: + title: 'dzone: A Comprehensive Guide to REST vs. SOAP' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/comparing-restful-apis-and-soap-apis: + title: 'dzone: Comparing RESTful APIs and SOAP APIs Using MuleSoft as an Example' + year: N/A + stars: 0 + description: '' +https://www.reply.com/solidsoft-reply/en/content/webservices-soap-and-rest-a-simple-introduction: + title: 'reply.com: Web Services: SOAP and REST - A Simple Introduction' + year: N/A + stars: 0 + description: '' +https://www.baeldung.com/cs/rest-vs-soap: + title: 'baeldung.com: REST vs SOAP' + year: N/A + stars: 0 + description: '' +https://code.tutsplus.com/tutorials/rest-vs-grpc-battle-of-the-apis--cms-30711: + title: 'REST vs. gRPC: Battle of the APIs' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/comparing-openapi-with-grpc: + title: Comparing OpenAPI With gRPC 🌟 + year: N/A + stars: 0 + description: '' +https://www.imaginarycloud.com/blog/grpc-vs-rest: + title: 'imaginarycloud.com: gRPC vs REST: Comparing APIs Architectural Styles' + year: N/A + stars: 0 + description: '' +https://www.danhacks.com/software/grpc-rest-graphql.html: + title: 'danhacks.com: REST vs. GraphQL vs. gRPC' + year: N/A + stars: 0 + description: '' +https://apidog.com: + title: APIDog + year: N/A + stars: 0 + description: '' +https://openapi-generator.tech: + title: OpenAPI Generator 🌟 + year: N/A + stars: 0 + description: '' +https://dev.to/javinpaul/7-api-tools-for-rest-developers-and-testers-n67: + title: 'dev.to: 7 API Tools for REST Developers and Testers' + year: N/A + stars: 0 + description: '' +http://www.softwaretestingportal.com/2020/03/31/api-testing: + title: 'softwaretestingportal.com: API Testing, Key Terminologies and more...' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/10-api-testing-tips-for-beginners-soap-amp-rest: + title: 'dzone.com: 10 API Testing Tips for Beginners (SOAP and REST)' + year: N/A + stars: 0 + description: '' +https://blog.testproject.io/2020/06/25/top-10-api-testing-tools-to-watch-in-2020: + title: 'blog.testproject.io: Top 10 API Testing Tools to Watch in 2020 🌟' + year: N/A + stars: 0 + description: '' +https://mockoon.com: + title: mockoon 🌟 + year: N/A + stars: 0 + description: '' +https://pythonium.net/mockapy: + title: mockapy + year: N/A + stars: 0 + description: '' +https://thenewstack.io/4-essential-tools-for-protecting-apis-and-web-applications: + title: 'thenewstack.io: 4 Essential Tools for Protecting APIs and Web Applications' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=b0D_bkcT4a4&t=1s&ab_channel=SoftwareDiagnosticsCenter: + title: 'youtube: API Testing Part 1- API Core Concepts' + year: N/A + stars: 0 + description: '' +https://blog.testproject.io/2021/06/16/api-testing-101: + title: 'blog.testproject.io: API Testing 101 🌟' + year: N/A + stars: 0 + description: '' +https://microcks.io: + title: microcks.io 🌟 + year: N/A + stars: 0 + description: '' +https://www.tricentis.com/blog/automated-continuous-performance-testing: + title: 'tricentis.com: Getting started with automated continuous performance testing' + year: N/A + stars: 0 + description: '' +https://dev.to/katalon/top-15-automated-api-testing-tools-lasted-update-32ip: + title: 'dev.to: Top 15 Automated API Testing Tools' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/9/unit-test-python: + title: 'opensource.com: 3 ways to test your API with Python' + year: N/A + stars: 0 + description: '' +https://graphql.org: + title: GraphQL + year: N/A + stars: 0 + description: '' +https://devops.com/hansura-launches-beta-of-graphql-based-remote-joins-tool: + title: Hasura Launches Beta of GraphQL-Based Remote Joins Tool + year: N/A + stars: 0 + description: '' +https://thenewstack.io/why-backend-developers-should-fall-in-love-with-graphql-too: + title: 'thenewstack.io: Why Backend Developers Should Fall in Love with GraphQL + too' + year: N/A + stars: 0 + description: '' +https://blog.dream11engineering.com/lessons-learned-from-running-graphql-at-scale-2ad60b3cefeb: + title: 'blog.dream11engineering.com: Lessons learned from running GraphQL at scale' + year: N/A + stars: 0 + description: '' +https://world.hey.com/sammy.henningsson/another-rest-vs-graphql-comparison-8e8357bb: + title: 'world.hey.com: Another REST vs GraphQL comparison' + year: N/A + stars: 0 + description: '' +https://medium.datadriveninvestor.com/everything-you-wanted-to-know-about-graphql-but-were-afraid-to-ask-ad66980116cb: + title: 'medium.datadriveninvestor.com: Everything You Wanted to Know About GraphQL + (But Were Afraid to Ask)' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/building-graphql-server-using-schema-first-approach-in-python-68aeee38bcc3: + title: 'betterprogramming.pub: Building GraphQL Server Using Schema-first Approach + in Python' + year: N/A + stars: 0 + description: '' +https://hasura.io: + title: Hasura 🌟 + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/4-awesome-browser-apis-you-might-not-be-using-yet-726d3e3237d2: + title: 'betterprogramming.pub: 4 Awesome Browser APIs You Might Not Be Using Yet' + year: N/A + stars: 0 + description: '' +https://devops.com/web-application-security-is-not-api-security: + title: 'devops.com: Web Application Security is not API Security 🌟' + year: N/A + stars: 0 + description: '' +https://biztechmagazine.com/article/2021/07/6-steps-improved-api-security: + title: 'biztechmagazine.com: 6 Steps to Improved API Security' + year: N/A + stars: 0 + description: '' +https://portswigger.net/daily-swig/introducing-vapi-an-open-source-lab-environment-to-learn-about-api-security: + title: 'portswigger.net: Introducing vAPI – an open source lab environment to learn + about API security' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/developer-beware-the-3-api-security-risks-you-cant-overlook: + title: 'thenewstack.io: Developer, Beware: The 3 API Security Risks You Can’t Overlook' + year: N/A + stars: 0 + description: '' +https://medium.com/@sajjadfazlani/how-to-protect-your-apis-and-microservices-f22b99ce2322: + title: '==medium.com/@sajjadfazlani: How to protect your APIs and Microservices?== + 🌟' + year: N/A + stars: 0 + description: '' +https://publicapis.io: + title: Public APIs Directory + year: N/A + stars: 0 + description: '' +http://free-web-services.com: + title: free-web-services.com + year: N/A + stars: 0 + description: '' +https://swagger.io/tools/swaggerhub: + title: 'SwaggerHub: Free Web Service' + year: N/A + stars: 0 + description: '' +https://www.programmableweb.com: + title: programmableweb.com + year: N/A + stars: 0 + description: '' +https://any-api.com: + title: any-api.com + year: N/A + stars: 0 + description: '' +https://rapidapi.com: + title: Rapid API + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Open_banking: + title: Open Banking + year: N/A + stars: 0 + description: '' +https://thenewstack.io/a-digital-transformation-journey-in-the-banking-sector: + title: 'thenewstack.io: A Digital Transformation Journey in the Banking Sector' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/true-success-in-process-automation-requires-microservices: + title: 'thenewstack.io: True Success in Process Automation Requires Microservices' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-platform-ops-teams-should-think-about-api-strategy: + title: 'thenewstack.io: How Platform Ops Teams Should Think About API Strategy' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/how-to-create-rest-api-with-spring-boot: + title: 'Dzone: How to Create a REST API With Spring Boot' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/spring-boot-restful-web-service-complete-example: + title: 'Dzone: Step-By-Step Spring Boot RESTful Web Service Complete Example' + year: N/A + stars: 0 + description: '' +https://www.oscarblancarteblog.com/2018/06/25/creando-un-api-rest-en-java-parte-1: + title: Creando un API REST en Java (parte 1) + year: N/A + stars: 0 + description: '' +https://dev.to/fllstck/rapid-api-creation-with-aws-amplify-3c8i: + title: 'dev.to: Rapid API Creation with AWS Amplify' + year: N/A + stars: 0 + description: '' +https://portal.dev: + title: portal.dev + year: N/A + stars: 0 + description: '' +https://github.com/bee-travels/openapi-comment-parser: + title: openapi-comment-parser + year: N/A + stars: 0 + description: '' +https://www.techrepublic.com/article/ibm-creates-an-open-source-tool-to-simplify-api-documentation: + title: IBM creates an open source tool to simplify API documentation + year: N/A + stars: 0 + description: '' +https://mux.com: + title: 'Mux: The API to Video' + year: N/A + stars: 0 + description: '' +https://softwareengineeringdaily.com/2020/12/29/kubernetes-vs-serverless-with-matt-ward-repeat: + title: 'softwareengineeringdaily.com: Kubernetes vs. Serverless with Matt Ward (podcast) + 🌟' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/presentations/API-Business-Models: + title: API Business Models. 20 Models in 20 Minutes + year: N/A + stars: 0 + description: '' +https://argoproj.github.io/argo-events: + title: 'argoproj.github.io: Argo Events - The Event-driven Workflow Automation Framework' + year: N/A + stars: 0 + description: '' +https://mkdev.me/posts/why-and-when-do-you-need-argo-cd: + title: Why and when do you need Argo CD? + year: N/A + stars: 0 + description: '' +https://github.com/argoproj/argo-cd/pull/26601: + title: 'feat(ui): Add AppSet to Application Resource Tree in Argo CD' + year: N/A + stars: 0 + description: '' +https://argoproj.github.io/argo-cd: + title: 'argoproj.github.io: Argo CD - Declarative GitOps for Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=QrLwFEXvxbo&ab_channel=HoussemDellai: + title: 'youtube: GitOps with Argo-CD & Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/openshift-authentication-integration-with-argocd: + title: 'openshift.com: OpenShift Authentication Integration with ArgoCD' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/applied-gitops-with-argocd: + title: 'thenewstack.io: Applied GitOps with ArgoCD' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/why-argo-cd-is-the-lifeline-of-gitops: + title: 'thenewstack.io: Why ArgoCD Is the Lifeline of GitOps' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/getting-started-with-applicationsets: + title: 'openshift.com: Getting Started with ApplicationSets' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/argo-cd-a-tool-for-kubernetes-devops-c46f2881edfe: + title: 'medium: Argo CD: A Tool for Kubernetes DevOps' + year: N/A + stars: 0 + description: '' +https://itnext.io/argocd-users-access-and-rbac-ddf9f8b51bad: + title: 'itnext.io: ArgoCD: users, access, and RBAC' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/7/automating-argo-cd: + title: 'opensource.com: Automatically create multiple applications in Argo CD' + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/how-to-use-argocd-deployments-with-github-tokens: + title: 'cloud.redhat.com: How to Use ArgoCD Deployments with GitHub Tokens' + year: N/A + stars: 0 + description: '' +https://blog.risingstack.com/argo-cd-kubernetes-tutorial: + title: 'blog.risingstack.com: Argo CD Kubernetes Tutorial' + year: N/A + stars: 0 + description: '' +https://www.wecloudpro.com/2021/11/28/Argocd-helm.html: + title: 'wecloudpro.com: Deploying Helm Charts with ArgoCD' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/gitops-on-kubernetes-deciding-between-argo-cd-and-flux: + title: '==thenewstack.io: GitOps on Kubernetes: Deciding Between Argo CD and Flux==' + year: N/A + stars: 0 + description: '' +https://medium.com/gumgum-tech/streamlining-your-kubernetes-adoption-with-helmfile-argocd-and-gitops-211937e21e29: + title: 'medium.com/gumgum-tech: Streamlining your Kubernetes adoption with Helmfile + / ArgoCD and GitOps' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/getting-started-with-argocd-on-your-kubernetes-cluster-552ca5d8cf41: + title: 'levelup.gitconnected.com: Getting Started With ArgoCD on your Kubernetes + Cluster' + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com/community/tutorials/how-to-deploy-to-kubernetes-using-argo-cd-and-gitops: + title: 'digitalocean.com: How to Deploy to Kubernetes using Argo CD and GitOps' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/cloud-native-ci-cd-with-tekton-and-argocd-on-aws: + title: 'aws.amazon.com: Cloud Native CI/CD with Tekton and ArgoCD on AWS' + year: N/A + stars: 0 + description: '' +https://blog.argoproj.io/new-sync-and-diff-strategies-in-argocd-44195d3f8b8c: + title: 'blog.argoproj.io: New sync and diff strategies in ArgoCD' + year: N/A + stars: 0 + description: '' +https://igboie.medium.com/kubernetes-ci-cd-with-github-github-actions-and-argo-cd-36b88b6bda64: + title: 'igboie.medium.com: Kubernetes CI/CD with GitHub, GitHub Actions and Argo + CD' + year: N/A + stars: 0 + description: '' +https://medium.com/containers-101/using-gitops-multiple-argo-instances-and-environments-with-argo-cd-at-scale-e6b19c86be36: + title: 'medium.com/containers-101: Using GitOps, Multiple Argo Instances, and Environments + with Argo CD at Scale' + year: N/A + stars: 0 + description: '' +https://blog.argoproj.io/best-practices-for-multi-tenancy-in-argo-cd-273e25a047b0: + title: 'blog.argoproj.io: Best Practices for Multi-tenancy in Argo CD' + year: N/A + stars: 0 + description: '' +https://medium.com/@ScrumPokerPro/cloud-native-architecture-with-kubernetes-and-argocd-ebecda7784b8: + title: 'medium.com/@ScrumPokerPro: Cloud native architecture with Kubernetes and + ArgoCD' + year: N/A + stars: 0 + description: '' +https://faun.pub/deploying-argo-cd-and-sealed-secrets-with-helm-8de12f53051b: + title: 'faun.pub: Deploying Argo CD and Sealed Secrets with Helm' + year: N/A + stars: 0 + description: '' +? https://amralaayassen.medium.com/how-to-create-argocd-applications-automatically-using-applicationset-automation-of-the-gitops-59455eaf4f72 +: title: 'amralaayassen.medium.com: How to create ArgoCD Applications Automatically + using ApplicationSet? β€œAutomation of GitOps”' + year: N/A + stars: 0 + description: '' +https://blog.getambassador.io/gitops-in-kubernetes-with-argocd-c6ea0e510741: + title: 'blog.getambassador.io: GitOps in Kubernetes with ArgoCD' + year: N/A + stars: 0 + description: '' +https://blog.akuity.io/unveil-the-secret-ingredients-of-continuous-delivery-at-enterprise-scale-with-argo-cd-7c5b4057ee49: + title: 'blog.akuity.io: Unveil the Secret Ingredients of Continuous Delivery at + Enterprise Scale with Argo CD' + year: N/A + stars: 0 + description: '' +https://dev.to/camptocamp-ops/towards-a-modular-devops-stack-257c: + title: 'dev.to: Towards a Modular DevOps Stack' + year: N/A + stars: 0 + description: '' +https://datree.io/resources/argocd-best-practices-you-should-know: + title: 'datree.io: ArgoCD Best Practices' + year: N/A + stars: 0 + description: '' +https://devops.com/the-argo-project-making-gitops-practical: + title: '==devops.com: The Argo Project: Making GitOps Practical==' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2022/06/28/manage-kubernetes-cluster-with-terraform-and-argo-cd: + title: 'piotrminkowski.com: Manage Kubernetes Cluster with Terraform and Argo CD. + Create Kakfa Cluster using GitOps 🌟' + year: N/A + stars: 0 + description: '' +https://prashant-48386.medium.com/continuous-delivery-for-kubernetes-with-argo-cd-9d5f3b69f1db: + title: 'prashant-48386.medium.com: Continuous Delivery for Kubernetes With Argo + CD' + year: N/A + stars: 0 + description: '' +https://medium.com/@outlier.developer/getting-started-with-argocd-for-gitops-kubernetes-deployments-fafc2ad2af0: + title: 'medium.com/@outlier.developer: Getting Started with ArgoCD for GitOps Kubernetes + Deployments' + year: N/A + stars: 0 + description: '' +https://medium.com/@hmquan08011996/setup-microservices-on-kubernetes-automating-kubernetes-with-argocd-cb94622dac5b: + title: 'medium.com/@hmquan08011996: Setup Microservices on Kubernetes β€” Automating + Kubernetes with ArgoCD' + year: N/A + stars: 0 + description: '' +https://www.datree.io/resources/argocd-best-practices-you-should-know: + title: 'datree.io: ArgoCD Best Practices You Should Know' + year: N/A + stars: 0 + description: '' +https://kamsjec.medium.com/argocd-setup-on-kubernetes-openshift-cluster-f7340344c017: + title: 'kamsjec.medium.com: ArgoCD Setup on Kubernetes/OpenShift Cluster' + year: N/A + stars: 0 + description: '' +https://medium.com/@versentfastforward/gitops-and-argocd-to-automate-kubernetes-deployments-640f3a086865: + title: 'medium.com/@versentfastforward: GitOps on Kubernetes with ArgoCD' + year: N/A + stars: 0 + description: '' +https://medium.com/@versentfastforward/one-click-bootstrap-deployment-of-argocd-e06f848aacc5: + title: 'medium.com/@versentfastforward: One-click Bootstrap Deployment of ArgoCD' + year: N/A + stars: 0 + description: '' +https://medium.com/@versentfastforward/structuring-your-repo-for-argocd-part-1-582817713b0: + title: 'medium.com/@versentfastforward: Structuring Your Repo for ArgoCD, Part 1' + year: N/A + stars: 0 + description: '' +https://faun.pub/continuous-deployments-of-kubernetes-applications-using-argo-cd-gitops-helm-charts-9df917caa2e4: + title: 'faun.pub: Continuous Deployments of Kubernetes Applications using Argo CD + GitOps & Helm Charts' + year: N/A + stars: 0 + description: '' +? https://jamalshahverdiev.medium.com/argocd-applicationset-with-applications-image-updater-and-notification-controller-with-sso-bba3182dad8a +: title: 'jamalshahverdiev.medium.com: ArgoCD ApplicationSet with Applications, Image + Updater and Notification controller with SSO' + year: N/A + stars: 0 + description: '' +https://kubebyexample.com/learning-paths/argo-cd/argo-cd-overview: + title: 'kubebyexample.com: Argo CD Overview 🌟' + year: N/A + stars: 0 + description: '' +https://faun.pub/hygiene-of-argocd-built-automation-at-a-scale-cf63ee459510: + title: 'faun.pub: Hygiene of an ArgoCD-built automation at a scale' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/argo-cd-introduction-4b16f50b0d56: + title: 'blog.devgenius.io: Argo CD Introduction' + year: N/A + stars: 0 + description: '' +https://dev.to/timtsoitt/argo-cd-and-sealed-secrets-is-a-perfect-match-1dbf: + title: '==dev.to: Argo CD and Sealed Secrets is a perfect match==' + year: N/A + stars: 0 + description: '' +https://figments.medium.com/argocd-the-first-step-towards-gitops-899732fbc33e: + title: 'figments.medium.com: ArgoCD: The first step towards GitOps' + year: N/A + stars: 0 + description: '' +https://medium.com/@nsfabrice2009/how-to-install-argocd-on-k8s-cluster-ad9084c71f16: + title: 'medium.com/@nsfabrice2009: How to install ArgoCD on k8s cluster' + year: N/A + stars: 0 + description: '' +https://akuity.io/blog/argo-cd-architectures-explained: + title: 'akuity.io: How many do you need? - Argo CD Architectures Explained' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2022/12/09/manage-multiple-kubernetes-clusters-with-argocd: + title: 'piotrminkowski.com: Manage Multiple Kubernetes Clusters with ArgoCD 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/containers-101/how-to-install-and-upgrade-argo-cd-a64f4635f97b: + title: 'medium.com/containers-101: How to Install and Upgrade Argo CD' + year: N/A + stars: 0 + description: '' +https://medium.com/containers-101/best-practices-for-argo-cd-8253bcd31897: + title: 'medium.com/containers-101: Argo CD Best Practices' + year: N/A + stars: 0 + description: '' +https://github.com/crumbhole/argocd-lovely-plugin: + title: 'github.com/crumbhole/argocd-lovely-plugin: argocd-lovely-plugin' + year: N/A + stars: 0 + description: '' +https://gokhan-karadas1992.medium.com/argocd-kubevela-integration-eb88dc0484e0: + title: 'gokhan-karadas1992.medium.com: ArgoCD + Kubevela Integration' + year: N/A + stars: 0 + description: '' +https://blog.tanmaysarkar.tech/beginners-guide-to-argo-cd: + title: '==blog.tanmaysarkar.tech: Beginners Guide to Argo CD==' + year: N/A + stars: 0 + description: '' +https://medium.com/devops-techable/gitops-with-argocd-running-in-kubernetes-for-deployment-processing-c5d21770ca97: + title: 'medium.com/devops-techable: GitOps with ArgoCD running in Kubernetes for + deployment processing' + year: N/A + stars: 0 + description: '' +https://seraf.dev/argocd-tutorial-with-terraform-af77ddea2e6e: + title: 'seraf.dev: ArgoCD Tutorial β€” (with Terraform)' + year: N/A + stars: 0 + description: '' +https://medium.com/@eduard.mihai.lemnaru/auto-update-helm-chart-version-using-argocd-4936933a2bac: + title: 'medium.com/@eduard.mihai.lemnaru: Auto-update helm chart version using ArgoCD' + year: N/A + stars: 0 + description: '' +https://53jk1.medium.com/argocd-the-continuous-delivery-solution-for-kubernetes-ae5b008e76d1: + title: '53jk1.medium.com: ArgoCD: The Continuous Delivery Solution for Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/myspotontheweb/gitops-workloads-demo: + title: github.com/myspotontheweb/gitops-workloads-demo + year: N/A + stars: 0 + description: '' +https://medium.com/@jon.mclean/argocd-the-gitops-way-90f7eb0d2606: + title: 'medium.com/@jon.mclean: ArgoCD: The GitOps Way' + year: N/A + stars: 0 + description: '' +? https://medium.com/@devopsrockers/blue-green-deployment-on-eks-using-argocd-with-kubecost-istio-external-dns-grafana-prometheus-d5d5508f0748 +: title: 'medium.com/@devopsrockers: Blue-Green Deployment on EKS using Argocd with + Kubecost, Istio, External DNS, Grafana-Prometheus and More: β€œBuild, Deploy a Resilient + and Observability-Driven Application”' + year: N/A + stars: 0 + description: '' +https://medium.com/@samuelbagattin/partial-helm-values-encryption-using-aws-kms-with-argocd-aca1c0d36323: + title: 'medium.com/@samuelbagattin: Partial Helm values encryption using AWS KMS + with ArgoCD' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/gitops-at-scale-69639c9a3dd7: + title: 'blog.devops.dev: GitOps at Scale' + year: N/A + stars: 0 + description: '' +https://medium.com/@jerome.decoster/create-temporary-environment-from-pull-request-with-argocd-applicationset-1cef9803223a: + title: 'medium.com/@jerome.decoster: Create temporary environment from Pull Request + with ArgoCD ApplicationSet' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2023/05/05/manage-kubernetes-operators-with-argocd: + title: 'piotrminkowski.com: Manage Kubernetes Operators with ArgoCD' + year: N/A + stars: 0 + description: '' +https://medium.com/@geoffrey.muselli/argocd-multi-cluster-helm-charts-installation-in-mono-repo-0a406ff7c578: + title: 'medium.com/@geoffrey.muselli: ArgoCD: Multi-cluster Helm charts management + in mono-repo' + year: N/A + stars: 0 + description: '' +https://itnext.io/build-a-lightweight-internal-developer-platform-with-argo-cd-and-kubernetes-labels-4c0e52c6c0f4: + title: 'itnext.io: Build a Lightweight Internal Developer Platform with Argo CD + and Kubernetes Labels' + year: N/A + stars: 0 + description: '' +https://medium.com/otomi-platform/helmfile-and-argocd-better-together-f8d4587263ff: + title: 'medium.com/otomi-platform: Helmfile and ArgoCD are better together' + year: N/A + stars: 0 + description: '' +https://overcast.blog/gitops-with-argocd-for-kubernetes-tips-and-tricks-4b926ba75f88: + title: 'overcast.blog: GitOps with ArgoCD for Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/globant/using-multiple-sources-for-a-helm-chart-deployment-in-argocd-cf3cd2d598fc: + title: 'medium.com/globant: Using multiple sources for a Helm Chart deployment in + ArgoCD' + year: N/A + stars: 0 + description: '' +https://faun.pub/argocd-finalizer-shield-protecting-your-clusters-from-unintended-deletion-c7929a82d983: + title: 'faun.pub: ArgoCD Finalizer Shield: Protecting Your Production Clusters from + Unintended Deletion' + year: N/A + stars: 0 + description: '' +https://overcast.blog/kubernetes-argocd-gitlab-webhook-configuration-30bc5a75139e: + title: 'overcast.blog: Kubernetes β€” ArgoCD β€” Gitlab Webhook Configuration' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2024/06/06/enhance-kubernetes-deployment-efficiency-argo-cd-and-applicationset: + title: 'developers.redhat.com: Enhance Kubernetes deployment efficiency with Argo + CD and ApplicationSet' + year: N/A + stars: 0 + description: '' +https://dev.to/amplication/extending-gitops-effortless-continuous-integration-and-deployment-on-kubernetes-1oem: + title: '==dev.to: Extending GitOps: Effortless continuous integration and deployment + on Kubernetes==' + year: N/A + stars: 0 + description: '' +? https://dev.to/devsatasurion/deploying-applications-with-github-actions-and-argocd-to-eks-best-practices-and-techniques-4epc +: title: 'dev.to/devsatasurion: Deploying Applications with GitHub Actions and ArgoCD + to EKS: Best Practices and Techniques' + year: N/A + stars: 0 + description: '' +https://threatpost.com/argo-cd-security-bug-kubernetes-cloud-apps/178239: + title: 'threatpost.com: Argo CD Security Bug Opens Kubernetes Cloud Apps to Attackers' + year: N/A + stars: 0 + description: '' +https://thehackernews.com/2022/02/new-argo-cd-bug-could-let-hackers-steal.html: + title: 'thehackernews.com: New Argo CD Bug Could Let Hackers Steal Secret Info from + Kubernetes Apps' + year: N/A + stars: 0 + description: '' +https://www.armosec.io/blog/cve-2022-24348-argo-kubernetes: + title: 'armosec.io: CVE 2022-24348 – Argo CD High Severity Vulnerability and its + impact on Kubernetes' + year: N/A + stars: 0 + description: '' +https://securityaffairs.co/wordpress/127708/hacking/kubernetes-argo-cd-flaw.html: + title: 'securityaffairs.co: Argo CD flaw could allow stealing sensitive data from + Kubernetes Apps' + year: N/A + stars: 0 + description: '' +? https://www.infoworld.com/article/3650659/how-to-protect-your-kubernetes-infrastructure-from-the-argo-cd-vulnerability.html +: title: 'infoworld.com: How to protect your Kubernetes infrastructure from the Argo + CD vulnerability' + year: N/A + stars: 0 + description: '' +https://dnastacio.medium.com/gitops-argocd-security-cbb6fb6378bb: + title: 'dnastacio.medium.com: Six critical blindspots while securing Argo CD' + year: N/A + stars: 0 + description: '' +https://github.com/cloudposse-terraform-components/aws-eks-argocd: + title: AWS EKS Argo CD Terraform Component + year: N/A + stars: 0 + description: '' +https://github.com/argoproj-labs/argocd-autopilot: + title: 'argoproj-labs/argocd-autopilot: Argo-CD Autopilot' + year: N/A + stars: 0 + description: '' +https://github.com/argoproj-labs/applicationset: + title: 'argoproj-labs/applicationset: Argo CD ApplicationSet Controller' + year: N/A + stars: 0 + description: '' +https://github.com/IBM/argocd-vault-plugin: + title: IBM/argocd-vault-plugin + year: N/A + stars: 0 + description: '' +https://github.com/argoproj-labs/argocd-vault-plugin: + title: ==argoproj-labs/argocd-vault-plugin== + year: N/A + stars: 0 + description: '' +https://github.com/crumbhole/argocd-vault-replacer: + title: github.com/crumbhole/argocd-vault-replacer + year: N/A + stars: 0 + description: '' +https://argoproj.github.io/argo-rollouts: + title: argoproj.github.io/argo-rollouts/ + year: N/A + stars: 0 + description: '' +https://jijujacob27.medium.com/sharded-saas-applications-on-kubernetes-using-helm-argocd-and-argo-rollouts-a683c66f8646: + title: 'jijujacob27.medium.com: Sharded applications on Kubernetes using Helm, ArgoCD, + and Argo-Rollouts' + year: N/A + stars: 0 + description: '' +https://medium.com/@ej.sta.ana/easy-blue-green-deployment-on-openshift-container-platform-using-argo-rollouts-4d514b3c5c0f: + title: 'medium.com/@ej.sta.ana: Easy Blue-Green Deployment on Openshift Container + Platform using Argo Rollouts' + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/progressive-delivery-argo-rollouts-blue-green-deployment: + title: 'infracloud.io: Progressive Delivery with Argo Rollouts : Blue-Green Deployment' + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/progressive-delivery-argo-rollouts-canary-deployment: + title: 'infracloud.io: Progressive Delivery with Argo Rollouts: Canary Deployment' + year: N/A + stars: 0 + description: '' +https://medium.com/everything-full-stack/deployment-strategies-argo-rollouts-1980fc0685e6: + title: 'medium.com/everything-full-stack: Deployment Strategies: Argo Rollouts' + year: N/A + stars: 0 + description: '' +https://faun.pub/kubernetes-practice-automating-blue-green-deployment-with-argo-rollouts-2279aa890c53: + title: 'faun.pub: Kubernetes Practice β€” Automating Blue/Green Deployment with Argo + Rollouts' + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/blue-green-deployments-dns-routing: + title: 'infracloud.io: How to Setup Blue Green Deployments with DNS Routing 🌟' + year: N/A + stars: 0 + description: '' +https://codefresh.io/blog/progressive-delivery-for-kubernetes-config-maps-using-argo-rollouts: + title: 'codefresh.io: Progressive delivery for Kubernetes Config Maps using Argo + Rollouts' + year: N/A + stars: 0 + description: '' +https://faun.pub/how-helm-subcharts-make-the-transition-to-argo-rollouts-a-breeze-aaf160924dbf: + title: 'faun.pub: How Helm Subcharts Make the Transition to Argo Rollouts a Breeze' + year: N/A + stars: 0 + description: '' +https://dev.to/intuitdev/migrating-cicd-from-jenkins-to-argo-1km4: + title: Migrating CI/CD from Jenkins to Argo Workflows + year: N/A + stars: 0 + description: '' +https://blog.argoproj.io/whats-new-in-argo-workflows-v3-3-dd051d2f1c7: + title: 'blog.argoproj.io: What’s new in Argo Workflows v3.3' + year: N/A + stars: 0 + description: '' +https://dev.to/crenshaw_dev/the-three-meanings-of-template-in-argo-workflows-2paf: + title: 'dev.to: The three meanings of "template" in Argo Workflows' + year: N/A + stars: 0 + description: '' +https://blog.argoproj.io/practical-argo-workflows-hardening-dd8429acc1ce: + title: 'blog.argoproj.io: Practical Argo Workflows Hardening 🌟' + year: N/A + stars: 0 + description: '' +https://blog.argoproj.io/architecting-workflows-for-reliability-d33bd720c6cc: + title: 'blog.argoproj.io: Architecting Workflows For Reliability' + year: N/A + stars: 0 + description: '' +https://medium.com/atlantbh/implementing-ci-cd-pipeline-using-argo-workflows-and-argo-events-6417dd157566: + title: 'medium.com/atlantbh: Implementing CI/CD pipeline using Argo Workflows and + Argo Events 🌟' + year: N/A + stars: 0 + description: '' +https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/co-located-events/argocon: + title: ArgoCon North America 2026 Call for Proposals + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Tutorials.RestoringFromSnapshot.html: + title: 'Tutorial: Restoring a DB Instance from a DB Snapshot' + year: N/A + stars: 0 + description: '' +https://medium.com/airbnb-engineering/how-we-partitioned-airbnb-s-main-database-in-two-weeks-55f7e006ff21: + title: 'Partitioning MySQL on RDS: "How We Partitioned Airbnb’s Main Database in + Two Weeks"' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/amazon-rds-for-sql-server-support-for-windows-authentication: + title: Amazon RDS for SQL Server – Support for Windows Authentication + year: N/A + stars: 0 + description: '' +http://blog.rubyroidlabs.com/2016/04/postgresql-9-5: + title: Why Support of PostgreSQL 9.5 by Amazon RDS is Such Great News + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/getting-started/tutorials/create-mysql-db: + title: 'AWS Tutorials: Create and Connect to a MySQL Database with Amazon RDS' + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html: + title: Working with PostgreSQL, MySQL, and MariaDB Read Replicas - Amazon + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html: + title: Working with an Amazon RDS DB Instance in a VPC + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateOracleInstance.html: + title: Creating a DB Instance Running the Oracle Database Engine + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2016/10/oracle-database-on-the-aws-cloud-quick-start-reference-deployment: + title: 'Oracle Database on the AWS Cloud: Quick Start Reference Deployment' + year: N/A + stars: 0 + description: '' +https://www.besanttechnologies.com/amazon-web-services-relational-database: + title: 'besanttechnologies.com: AWS – Relational Database Service' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/database/introducing-the-aurora-storage-engine: + title: Introducing the Aurora Storage Engine + year: N/A + stars: 0 + description: '' +https://sysadminxpert.com/how-to-enable-slow-query-logs-in-aws-rds-mysql: + title: 'sysadminxpert.com: How to Enable Slow Query Logs in AWS RDS MySQL' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/new-create-microsoft-sql-server-instances-of-amazon-rds-on-aws-outposts: + title: New – Create Microsoft SQL Server Instances of Amazon RDS on AWS Outposts + year: N/A + stars: 0 + description: '' +https://www.percona.com/blog/2019/12/19/the-benefits-of-amazon-rds-for-mysql: + title: 'percona.com: The Benefits of Amazon RDS for MySQL' + year: N/A + stars: 0 + description: '' +https://www.migops.com/blog/2021/11/26/is-aurora-postgresql-really-faster-and-cheaper-than-rds-postgresql-benchmarking: + title: 'migops.com: Is Aurora PostgreSQL really faster and cheaper than RDS PostgreSQL + – Benchmarking' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/database/auditing-for-highly-regulated-industries-using-amazon-aurora-postgresql: + title: ==Auditing for highly regulated industries using Amazon Aurora PostgreSQL== + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/amazon-rds-multi-az-db-cluster: + title: 'New Amazon RDS for MySQL & PostgreSQL Multi-AZ Deployment Option: Improved + Write Performance & Faster Failover' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/database/amazon-aurora-postgresql-blue-green-deployment-using-fast-database-cloning: + title: Amazon Aurora PostgreSQL blue/green deployment using fast database cloning + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/database/securely-connect-to-an-amazon-rds-or-amazon-ec2-database-instance-remotely-with-your-preferred-gui +: title: Securely connect to an Amazon RDS or Amazon EC2 database instance remotely + with your preferred GUI + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/database/modernize-database-stored-procedures-to-use-amazon-aurora-postgresql-federated-queries-pg_cron-and-aws-lambda +: title: Modernize database stored procedures to use Amazon Aurora PostgreSQL federated + queries, pg_cron, and AWS Lambda + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/architecture/lets-architect-architecting-with-amazon-dynamodb: + title: Let’s Architect! Architecting with Amazon DynamoDB + year: N/A + stars: 0 + description: '' +https://itnext.io/manage-redis-on-aws-from-kubernetes-eeadba7eb889: + title: 'itnext.io: Manage Redis on AWS from Kubernetes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/diving-into-aws-databases-amazon-rds-and-dynamodb-explained: + title: 'thenewstack.io: Diving into AWS Databases: Amazon RDS and DynamoDB Explained' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/aws-database-migration-service: + title: AWS Database Migration Service + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/dms/learn-more: + title: 'Whitepaper: Migrating Your Databases to AWS' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/database/replicate-and-transform-data-in-amazon-aurora-postgresql-across-multiple-regions-using-aws-dms +: title: Replicate and transform data in Amazon Aurora PostgreSQL across multiple + Regions using AWS DMS + year: N/A + stars: 0 + description: '' +? 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 +: title: 'Amazon RDS for PostgreSQL Enhancements: Support for new minor versions, + Logical Replication, and Amazon RDS PostgreSQL as a source for AWS DMS' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/database/migrating-oracle-databases-with-near-zero-downtime-using-aws-dms: + title: Migrating Oracle databases with near-zero downtime using AWS DMS + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/database/migrating-a-commercial-database-to-open-source-with-aws-sct-and-aws-dms: + title: Migrating a commercial database to open source with AWS SCT and AWS DMS + year: N/A + stars: 0 + description: '' +https://www.revenuecat.com/blog/replicating-a-postgresql-cluster-to-redshift: + title: 'revenuecat.com: Replicating a postgresql cluster to redshift' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/blogs/aws/amazon-rds-proxy-now-generally-available: + title: Amazon RDS Proxy – Now Generally Available + year: N/A + stars: 0 + description: '' +http://cloudacademy.com/blog/migrating-data-to-aws: + title: 'cloudacademy.com: Migrating Data to AWS Using the AWS Schema Conversion + Tool: A Preview' + year: N/A + stars: 0 + description: '' +http://aws.amazon.com/about-aws/whats-new/2016/01/aws-schema-conversion-tool-postgresql-support: + title: AWS Schema Conversion Tool now supports PostgreSQL as conversion target + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/SchemaConversionTool/latest/userguide/CHAP_SchemaConversionTool.Converting.CreateProject.html: + title: Creating an AWS Schema Conversion Tool Project + year: N/A + stars: 0 + description: '' +? 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 +: title: AWS Schema Conversion Tool now supports conversions from Oracle DW and Teradata + to Amazon Redshift, Embedded Code Conversion, and Cloud native Code Optimization + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/redshift/latest/dg/tutorial-tuning-tables.html: + title: 'Tutorial: Tuning Table Design' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/about-aws/whats-new/2016/06/easily-model-your-app-data-in-a-nosql-database-with-aws-mobile-hub: + title: Easily model your app data in a NoSQL database with AWS Mobile Hub + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/getting-started-with-sns-and-sqs-3m4i: + title: 'dev.to: Getting started with SNS and SQS' + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-limits.html: + title: Limits in Amazon SQS + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/sqs/faqs: + title: Amazon SQS FAQs + year: N/A + stars: 0 + description: '' +https://enlear.academy/how-to-build-a-scalable-email-service-using-aws-d404b347a7fb: + title: 'enlear.academy: How To Build a Scalable Email Notification Service Using + AWS' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/when-to-sns-or-sqs-2aji: + title: '==dev.to: When to SNS or SQS==' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/compute/building-an-event-driven-application-with-amazon-eventbridge: + title: ==Building an event-driven application with Amazon EventBridge== + year: N/A + stars: 0 + description: '' +https://faun.pub/implementing-event-driven-architecture-with-aws-eventbridge-event-driven-messaging-pattern-9d29262bfade: + title: 'faun.pub: Implementing Event Driven Architecture With AWS EventBridge β€” + Event-Driven Messaging Pattern' + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/application-discovery/latest/userguide/what-is-appdiscovery.html: + title: AWS Application Discovery Service + year: N/A + stars: 0 + description: '' +http://aws.amazon.com/documentation/elastic-beanstalk: + title: AWS Elastic Beanstalk Documentation + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/php-ha-tutorial.html: + title: Deploying a High-Availability PHP Application with an External Amazon RDS + Database to Elastic Beanstalk + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_PHP_eb.html: + title: Creating and Deploying PHP Applications on AWS Elastic Beanstalk + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2016/08/aws-elastic-beanstalk-supports-asp-net-core-and-multi-app-net-support: + title: AWS Elastic Beanstalk Supports ASP.NET Core and Multi-App .NET Support + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2016/08/aws-elastic-beanstalk-supports-application-load-balancer: + title: AWS Elastic Beanstalk Supports Application Load Balancer + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environments-cfg-applicationloadbalancer.html: + title: Configuring an Application Load Balancer + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2016/08/aws-elastic-beanstalk-supports-nginx-proxy-server-with-tomcat: + title: AWS Elastic Beanstalk Supports Nginx Proxy Server with Tomcat + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/opsworks: + title: AWS OpsWorks + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=cj_LoG6C2xk&list=PLR3sVanzLpJN6BiYS20K4BMPpiDGifbZy: + title: 'youtube: AWS OpsWorks Overview and Demo' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/cloudcontrolapi: + title: AWS Cloud Control API + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/announcing-aws-cloud-control-api: + title: AWS Cloud Control API, a Uniform API to Access AWS & Third-Party Services + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/vmware: + title: VMware Cloud on AWS + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/aws-application-discovery-service-update-agentless-discovery-for-vmware: + title: AWS Application Discovery Service Update – Agentless Discovery for VMware + year: N/A + stars: 0 + description: '' +http://blog.rackspace.com/patch-and-ami-management-for-windows-on-aws: + title: 'blog.rackspace.com: Patch and AMI Management for Windows on AWS' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/en/iot: + title: aws.amazon.com/en/iot + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/iot/latest/developerguide/what-is-aws-iot.html: + title: What Is AWS IoT? + year: N/A + stars: 0 + description: '' +? https://developer.amazon.com/public/community/post/TxDJWS16KUPVKO/New-Alexa-Skills-Kit-Template-Build-a-Trivia-Skill-in-under-an-Hour +: title: 'New Alexa Skills Kit Template: Build a Trivia Skill in under an Hour' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/partners: + title: AWS Partner Network + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/partners/technology: + title: APN Technology Partners + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/partners/consulting: + title: APN Consulting Partners + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/apn: + title: AWS Partner Network (APN) blog + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/apn/active-directory-single-sign-on-sso-on-aws-with-bitium: + title: Active Directory Single Sign-On (SSO) on AWS with Bitium + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/apn/how-to-deploy-a-high-availability-web-service-on-aws-using-spotinst: + title: How to Deploy a High Availability Web Service on AWS Using Spotinst + year: N/A + stars: 0 + description: '' +https://www.appmeshworkshop.com: + title: AWS App Mesh Workshop + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/leveraging-app-mesh-with-amazon-eks-in-a-multi-account-environment: + title: 'amazon.com: Leveraging App Mesh with Amazon EKS in a Multi-Account environment' + year: N/A + stars: 0 + description: '' +https://github.com/aws/amazon-ec2-metadata-mock: + title: Amazon EC2 Metadata Mock + year: N/A + stars: 0 + description: '' +https://localstack.cloud: + title: localstack.cloud + year: N/A + stars: 0 + description: '' +https://github.com/localstack/localstack: + title: github.com/localstack/localstack + year: N/A + stars: 0 + description: '' +https://github.com/omenking/localstack-gitpod-template: + title: 'github.com/omenking/localstack-gitpod-template: LocalStack Gitpod Template' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/premiumsupport/knowledge-center/troubleshoot-service-quotas-cli-commands: + title: How can I troubleshoot errors using the AWS CLI to manage my service quota + requests? + year: N/A + stars: 0 + description: '' +https://awscli.amazonaws.com/v2/documentation/api/latest/reference/service-quotas/get-service-quota.html: + title: 'AWS API: get-service-quota' + year: N/A + stars: 0 + description: '' +https://techcrunch.com/2020/12/15/aws-introduces-new-chaos-engineering-as-a-service-offering: + title: 'techcrunch.com: AWS introduces new Chaos Engineering as a Service offering' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/quickstart/architecture/superwerker: + title: superwerker + year: N/A + stars: 0 + description: '' +https://blog.logrocket.com/aws-amplify-and-react-native-a-tutorial: + title: 'blog.logrocket.com: AWS Amplify and React Native: A tutorial' + year: N/A + stars: 0 + description: '' +https://dev.to/aws/10-new-aws-amplify-features-to-check-out-4291: + title: 'dev.to: 10 New AWS Amplify Features to Check Out' + year: N/A + stars: 0 + description: '' +https://docs.amplify.aws/javascript/build-a-backend/auth/set-up-auth: + title: 'docs.amplify.aws: Set up Amplify Auth' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/apprunner: + title: AWS App Runner 🌟 + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/aws-app-runner-how-to-deploy-containerized-applications-using-app-runner-1f7c: + title: 'dev.to: AWS App Runner : How to deploy containerized applications using + App Runner' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/architecting-for-resiliency-on-aws-app-runner: + title: Architecting for resiliency on AWS App Runner + year: N/A + stars: 0 + description: '' +https://thenewstack.io/remote-debugging-in-aws-the-missing-link-in-your-debugging-toolset: + title: 'thenewstack.io: Remote Debugging in AWS: The Missing Link in Your Debugging + Toolset' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/cdk: + title: CDK + year: N/A + stars: 0 + description: '' +https://www.bbvanexttechnologies.com/como-definir-infraestructura-como-codigo-en-aws-con-cdk: + title: 'bbvanexttechnologies.com: CΓ³mo definir infraestructura como cΓ³digo en AWS + con CDK' + year: N/A + stars: 0 + description: '' +https://itnext.io/aws-cdk-for-eks-handling-helm-charts-aa002afedde4: + title: 'itnext.io: AWS CDK for EKS β€” Handling Helm Charts' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/aws-cdk-v2-three-tier-serverless-application: + title: '==freecodecamp.org: AWS CDK v2 Tutorial – How to Create a Three-Tier Serverless + Application==' + year: N/A + stars: 0 + description: '' +https://medium.com/contino-engineering/weve-begun-to-move-towards-the-aws-cdk-and-here-s-why-69c8fad688b3: + title: 'medium.com/contino-engineering: We’ve begun to move towards the AWS CDK + and here’s why' + year: N/A + stars: 0 + description: '' +https://medium.com/simform-engineering/infrastructure-as-code-and-ci-cd-in-practice-with-aws-cdk-bd0685b361f8: + title: 'medium.com/simform-engineering: Infrastructure as Code and CI/CD in Practice + with AWS CDK' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/devops/announcing-cdk-migrate-a-single-command-to-migrate-to-the-aws-cdk: + title: '==Announcing CDK Migrate: A single command to migrate to the AWS CDK==' + year: N/A + stars: 0 + description: '' +https://sst.dev/blog/moving-away-from-cdk.html: + title: '==sst.dev: Moving away from CDK: CDK doesn’t create the infrastructure you + define==' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/about-aws/whats-new/2022/05/aws-systems-manager-support-port-forwarding-remote-hosts-using-session-manager +: title: 'aws.amazon.com: AWS Systems Manager announces support for port forwarding + to remote hosts using Session Manager' + year: N/A + stars: 0 + description: '' +https://faun.pub/using-aws-session-manager-for-port-forwarding-to-remote-hosts-8168589ba579: + title: 'faun.pub: Using AWS Session Manager For Port Forwarding To Remote Hosts' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/cloudendure-migration: + title: AWS Cloud Endure Migration + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/architecture/architecting-a-highly-available-serverless-microservices-based-ecommerce-site: + title: Architecting a Highly Available Serverless, Microservices-Based Ecommerce + Site + year: N/A + stars: 0 + description: '' +http://www.theregister.co.uk/2016/07/13/trainline_dumps_oracle_microsoft_goes_full_aws_cto_interview: + title: Trainline.com dumps Oracle and Microsoft, gulps AWS Kool-Aid + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=IUvUmqu1MBQ: + title: London DevOps - Trainline, A DevOps Journey - Chris Turvil + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/solutions/case-studies/trainline: + title: 'aws.amazon.com: Trainline Case Study' + year: N/A + stars: 0 + description: '' +https://treblle.com/blog/how-does-treblle-scale-on-aws-without-breaking-the-bank: + title: 'treblle.com: How does Treblle scale on AWS without breaking the bank?' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/hpc/creating-a-digital-map-of-covid-19-virus-for-discovery-of-new-treatment-compounds: + title: 'aws.amazon.com: Creating a digital map of COVID-19 virus for discovery of + new treatment compounds' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/lightsail: + title: AWS LightSail + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/architecture/optimize-your-modern-data-architecture-for-sustainability-part-1-data-ingestion-and-data-lake +: title: 'aws.amazon.com: Optimize your modern data architecture for sustainability: + Part 1 – data ingestion and data lake' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-heroes/automatic-api-key-rotation-for-amazon-managed-grafana-2h68: + title: 'dev.to: Automatic API Key rotation for Amazon Managed Grafana' + year: N/A + stars: 0 + description: '' +? https://medium.com/@mike_tyson_cloud/aws-landing-zone-mastering-the-architecture-best-practices-and-design-secrets-a37746f72962 +: title: 'medium.com/@mike_tyson_cloud: AWS Landing Zone: Mastering the Architecture + β€” Best Practices and Design Secrets' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/blogs/apn/aws-networking-for-developers: + title: AWS Networking for Developers + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/elastic-network-adapter-high-performance-network-interface-for-amazon-ec2: + title: Elastic Network Adapter + year: N/A + stars: 0 + description: '' +http://www.netdesignarena.com/index.php/2020/04/15/new-blog-series-aws-cloud-networking-zero-to-hero: + title: AWS Cloud Networking – Zero to Hero + year: N/A + stars: 0 + description: '' +https://cloudonaut.io/what-architects-need-to-know-about-networking-on-aws: + title: 'cloudonaut.io: What Architects Need to Know About Networking on AWS' + year: N/A + stars: 0 + description: '' +https://cloudonaut.io/advanved-aws-networking-pitfalls-that-you-should-avoid: + title: 'cloudonaut.io: Advanced AWS Networking: Pitfalls That You Should Avoid' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/networking-and-content-delivery/resolve-dns-names-of-network-load-balancer-nodes-to-limit-cross-zone-traffic +: title: Resolve DNS names of Network Load Balancer nodes to limit cross-Zone traffic + year: N/A + stars: 0 + description: '' +https://github.com/seligman/aws-ip-ranges: + title: 'github.com/seligman/aws-ip-ranges: AWS''s ip-ranges.json' + year: N/A + stars: 0 + description: '' +https://medium.com/avmconsulting-blog/building-a-global-network-with-aws-transit-gateway-7ab0e5222f12: + title: 'medium: Building a Global Network with AWS Transit Gateway' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/networking-and-content-delivery/creating-active-passive-bgp-connections-over-aws-direct-connect +: title: 'aws.amazon.com: Creating active/passive BGP connections over AWS Direct + Connect' + year: N/A + stars: 0 + description: '' +https://towardsaws.com/networking-basics-in-aws-ab72882855c4: + title: 'towardsaws.com: Networking Basics in AWS' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/products/networking/network-operations: + title: 'aws.amazon.com: Network operations with AWS Network Manager' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/compute/secure-connectivity-from-public-to-private-introducing-ec2-instance-connect-endpoint-june-13-2023 +: title: 'Secure Connectivity from Public to Private: Introducing EC2 Instance Connect + Endpoint' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/premiumsupport/knowledge-center/transfer-domain-to-aws: + title: How do I transfer a domain to AWS from another registrar? + year: N/A + stars: 0 + description: '' +? https://docs.aws.amazon.com/whitepapers/latest/aws-best-practices-ddos-resiliency/configuring-route53-for-cost-protection-from-nxdomain-attacks.html +: title: Configuring Route 53 for cost protection from NXDOMAIN attacks + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=HinwLb2lpLQ: + title: 'AWS Summit Series 2016 | London: Deep Dive on Elastic Load Balancing' + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/what-is-load-balancing.html: + title: 'docs.aws.amazon.com: What Is Elastic Load Balancing?' + year: N/A + stars: 0 + description: '' +https://ably.com/blog/limits-aws-network-load-balancers: + title: 'ably.com: Balancing act: the current limits of AWS network load balancers' + year: N/A + stars: 0 + description: '' +https://luis-sena.medium.com/automated-aws-load-balancer-warm-up-d0b4084c8bbc: + title: '==luis-sena.medium.com: Automated AWS Load Balancer Warm-Up==' + year: N/A + stars: 0 + description: '' +https://dashbird.io/blog/aws-application-load-balancer: + title: '==dashbird.io: AWS Elastic Load Balancing from a Serverless perspective==' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/elasticloadbalancing/applicationloadbalancer: + title: Application Load Balancer + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/new-aws-application-load-balancer: + title: aws blogs - New – AWS Application Load Balancer + year: N/A + stars: 0 + description: '' +? https://medium.com/ankercloud-engineering/10-reasons-why-you-should-think-about-using-an-aws-application-loadbalancer-945f57816c34 +: title: 'medium: 10 reasons why you should think about using an AWS Application Load + Balancer' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/introducing-aws-load-balancer-controller: + title: Introducing the AWS Load Balancer Controller + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/devops/blue-green-deployments-with-application-load-balancer: + title: Fine-tuning blue/green deployments on application load balancer + year: N/A + stars: 0 + description: '' +https://faun.pub/end-to-end-ssl-encryption-with-aws-application-load-balancer-b43db918bd9e: + title: 'faun.pub: End To End SSL Encryption With AWS Application Load Balancer' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2024/03/application-load-balancer-http-keepalive-duration: + title: 'aws.amazon.com/about-aws: Application Load Balancer enables configuring + HTTP client keepalive duration' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/apn/centralized-traffic-inspection-with-gateway-load-balancer-on-aws: + title: Centralized Traffic Inspection with Gateway Load Balancer on AWS + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2024/08/aws-waf-rate-based-rules-lower-rate-limits: + title: AWS WAF enhances rate-based rules to support lower rate limits + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2016/09/nginx-plus-on-the-aws-cloud-quick-start-reference-deployment: + title: 'NGINX Plus on the AWS Cloud: Quick Start Reference Deployment' + year: N/A + stars: 0 + description: '' +http://aws-latency.altaircp.com: + title: Find the fastest region from your location + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/groups/49531/49531-6092152919937794052: + title: Linkedin Discussion + year: N/A + stars: 0 + description: '' +https://medium.com/aws-activate-startup-blog/optimizing-latency-and-bandwidth-for-aws-traffic-cdfd18d0d0f7: + title: 'medium.com: Optimizing Latency and Bandwidth for AWS Traffic' + year: N/A + stars: 0 + description: '' +https://t.co/PPlhHZx5Bh: + title: 'Azure ExpressRoute Resiliency: Best Practices for Production-Critical Workloads' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Amazon_Virtual_Private_Cloud: + title: AWS-VPC + year: N/A + stars: 0 + description: '' +http://www.linuxjournal.com/content/aws-ec2-vpc-cli: + title: 'linuxjournal.com: AWS EC2 VPC CLI' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/about-aws/whats-new/2016/07/build-a-modular-and-scalable-amazon-vpc-architecture-with-new-quick-start +: title: Build a Modular and Scalable Amazon VPC Architecture with New Quick Start + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2016/08/specifying-the-vpc-for-your-amazon-rds-db-instance: + title: Specifying the VPC for your Amazon RDS DB Instance + year: N/A + stars: 0 + description: '' +https://awsfundamentals.blogspot.com/2019/12/aws-vpc-fundamental.html: + title: 'awsfundamentals.blogspot.com: AWS Virtual Private Cloud - VPC' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/architecture/reduce-cost-and-increase-security-with-amazon-vpc-endpoints: + title: Reduce Cost and Increase Security with Amazon VPC Endpoints + year: N/A + stars: 0 + description: '' +https://ealtili.medium.com/deepdive-to-vpcs-and-connections-to-vpc-2de3fb164d7c: + title: 'ealtili.medium.com: Deepdive to VPCs and Connections to VPC' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/networking-and-content-delivery/centralize-access-using-vpc-interface-endpoints: + title: Centralize access using VPC interface endpoints to access AWS services across + multiple VPCs + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/aws-creating-a-vpc-with-an-auto-scaling-group-using-t2-micro-instances-4ac2c5c7795b: + title: '==betterprogramming.pub: AWS: Creating a VPC With an Auto-scaling Group + Using T2.micro Instances==' + year: N/A + stars: 0 + description: '' +https://alanblackmore.medium.com/what-is-aws-vpc-peering-af85c1e29fb2: + title: 'alanblackmore.medium.com: What is AWS VPC Peering? 🌟' + year: N/A + stars: 0 + description: '' +https://awstip.com/setting-up-aws-vpc-endpoint-connection-d4294d0c2204: + title: 'awstip.com: Setting Up AWS VPC Endpoint Connection' + year: N/A + stars: 0 + description: '' +https://towardsaws.com/how-to-centralize-vpc-endpoints-in-aws-64c68b5b9d50: + title: 'towardsaws.com: How to centralize VPC endpoints in AWS' + year: N/A + stars: 0 + description: '' +https://cloudonaut.io/aws-client-vpn-connected-with-the-cloud: + title: 'cloudonaut.io: AWS Client VPN: Connected with the Cloud' + year: N/A + stars: 0 + description: '' +https://tailscale.com/kb/1021/install-aws: + title: 'tailscale.com: Connect to an AWS VPC using subnet routes' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2016/09/amazon-cloudfront-now-supports-http2: + title: Amazon CloudFront now supports HTTP/2 + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/de/blogs/networking-and-content-delivery/authorizationedge-using-cookies-protect-your-amazon-cloudfront-content-from-being-downloaded-by-unauthenticated-users +: title: 'aws.amazon.com: Authorization@Edge using cookies: Protect your Amazon CloudFront + content from being downloaded by unauthenticated users' + year: N/A + stars: 0 + description: '' +https://www.alexdebrie.com/posts/api-gateway-elements: + title: 'alexdebrie.com: A Detailed Overview of AWS API Gateway' + year: N/A + stars: 0 + description: '' +https://towardsaws.com/accessing-a-private-rest-api-from-another-private-rest-api-in-aws-api-gateway-5112b835c0d4: + title: 'towardsaws.com: Accessing a Private REST API from another Private REST API + in AWS API Gateway' + year: N/A + stars: 0 + description: '' +https://faun.pub/using-aws-api-gateway-as-proxy-to-our-internal-application-369eb115db70: + title: 'faun.pub: Using AWS API Gateway As Proxy To Our Internal Application' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/compute/architecture-patterns-for-consuming-private-apis-cross-account: + title: 'aws.amazon.com: Architecture patterns for consuming private APIs cross-account' + year: N/A + stars: 0 + description: '' +http://blogs.aws.amazon.com/security: + title: AWS Security Blog + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/security: + title: AWS Security + year: N/A + stars: 0 + description: '' +https://docs.aws.amazon.com/security: + title: AWS Security docs + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/SSL-on-an-instance.html: + title: 'Tutorial: Configure Apache Web Server on Amazon Linux to use SSL/TLS' + year: N/A + stars: 0 + description: '' +http://blogs.aws.amazon.com/security/post/Tx4QX7W51NDSLO/The-Most-Popular-AWS-Security-Blog-Posts-in-2015: + title: The Most Popular AWS Security Blog Posts in 2015 + year: N/A + stars: 0 + description: '' +https://medium.com/@espringe/amazon-s-customer-service-backdoor-be375b3428c4: + title: Amazon’s customer service backdoor + year: N/A + stars: 0 + description: '' +http://blogs.aws.amazon.com/security/post/Tx3PTTZB14FWPBA/Announcing-Industry-Best-Practices-for-Securing-AWS-Resources: + title: Announcing Industry Best Practices for Securing AWS Resources + year: N/A + stars: 0 + description: '' +http://blogs.aws.amazon.com/security/post/Tx2N52FR8XGJVL3/The-Most-Viewed-AWS-Security-Blog-Posts-so-Far-in-2016: + title: The Most Viewed AWS Security Blog Posts so Far in 2016 + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/blogs/apn/oracle-database-encryption-options-on-amazon-rds: + title: Oracle Database Encryption Options on Amazon RDS + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2016/06/learn-aws-security-fundamentals-with-free-and-online-training: + title: Learn AWS Security Fundamentals with Free and Online Training + year: N/A + stars: 0 + description: '' +http://blogs.aws.amazon.com/security/post/TxK5WUJK3DG9G8/How-to-Restrict-Amazon-S3-Bucket-Access-to-a-Specific-IAM-Role: + title: How to Restrict Amazon S3 Bucket Access to a Specific IAM Role + year: N/A + stars: 0 + description: '' +? http://blogs.aws.amazon.com/security/post/Tx6QAIBSQTJPHB/Updated-Whitepaper-Available-AWS-Best-Practices-for-DDoS-Resiliency +: title: 'Updated Whitepaper Available: AWS Best Practices for DDoS Resiliency' + year: N/A + stars: 0 + description: '' +? http://blogs.aws.amazon.com/security/post/Tx3KVD6T490MM47/In-Case-You-Missed-These-AWS-Security-Blog-Posts-from-June-July-and-August +: title: 'AWS Security Blog: In Case You Missed These: AWS Security Blog Posts from + June, July, and August 2016' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/about-aws/whats-new/2016/08/amazon-inspector-announces-general-availability-for-windows: + title: Amazon Inspector Announces General Availability for Windows + year: N/A + stars: 0 + description: '' +https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html: + title: 'encrypt and decrypt data: Importing Key Material in AWS Key Management Service + (AWS KMS)' + year: N/A + stars: 0 + description: '' +http://blogs.aws.amazon.com/security/post/TxLEHNNDPUFDU9/Automated-Reasoning-and-Amazon-s2n: + title: 'Amazon s2n: AWS’s new Open Source implementation of the SSL/TLS network + encryption protocols' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/security/encrypt-global-data-client-side-with-aws-kms-multi-region-keys: + title: Encrypt global data client-side with AWS KMS multi-Region keys + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/removing-the-bastion-host-and-improving-the-securi: + title: 'dzone: Removing the Bastion Host and Improving the Security in AWS' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/how-to-audit-and-secure-an-aws-account: + title: 'acloudguru.com: How to audit and secure an AWS account' + year: N/A + stars: 0 + description: '' +https://www.yobyot.com/aws/aws-multi-region-keys-and-ec2-data-lifecycle-manager/2021/08/18: + title: 'yobyot.com: AWS multi-region KMS keys and Data Lifecycle Manager: better + together' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/security/how-to-automate-aws-account-creation-with-sso-user-assignment: + title: ==How to automate AWS account creation with SSO user assignment== + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/security/security-practices-in-aws-multi-tenant-saas-environments: + title: Security practices in AWS multi-tenant SaaS environments + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/security/how-to-use-aws-security-hub-and-amazon-opensearch-service-for-siem: + title: How to use AWS Security Hub and Amazon OpenSearch Service for SIEM + year: N/A + stars: 0 + description: '' +https://faun.pub/handling-exposed-aws-access-key-b053362abd73: + title: 'faun.pub: Handling Exposed AWS Access Key' + year: N/A + stars: 0 + description: '' +https://github.com/aws-samples/aws-secrets-manager-hybrid-secret-replication-from-hashicorp-vault: + title: 'github.com/aws-samples: How to set up continuous replication from your third-party + secrets manager to AWS Secrets Manager' + year: N/A + stars: 0 + description: '' +https://medium.com/@neonforge/why-you-shouldnt-use-aws-managed-kms-keys-83d9eb9d5090: + title: 'medium.com/@neonforge: Why You Shouldn’t Use AWS managed KMS Keys' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/complexities-aws-security-groups-cloud-world-ashish-kar: + title: 'linkedin.com: Complexities of AWS Security Groups in the Cloud World' + year: N/A + stars: 0 + description: '' +https://github.com/awslabs/cognito-at-edge: + title: awslabs/cognito-at-edge + year: N/A + stars: 0 + description: '' +https://github.com/aws-samples/service-control-policy-examples: + title: 'github.com/aws-samples: Service Control Policy examples' + year: N/A + stars: 0 + description: '' +https://medium.parttimepolymath.net/no-more-aws-access-keys-13a3c3f2337a: + title: 'medium.parttimepolymath.net: No more AWS Access Keys?' + year: N/A + stars: 0 + description: '' +https://darryl-ruggles.cloud/aws-sso-credentials-with-multiple-accounts: + title: 'darryl-ruggles.cloud: AWS SSO Credentials With Multiple Accounts' + year: N/A + stars: 0 + description: '' +https://github.com/awslabs/sustainability-scanner: + title: 'github.com/awslabs/sustainability-scanner: Sustainability Scanner (SusScanner)' + year: N/A + stars: 0 + description: '' +https://docs.aws.amazon.com/prescriptive-guidance/latest/security-reference-architecture/welcome.html: + title: '==docs.aws.amazon.com: AWS Security Reference Architecture (AWS SRA)== 🌟' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/security/update-of-aws-security-reference-architecture-is-now-available: + title: 'aws.amazon.com: Update of AWS Security Reference Architecture is now available' + year: N/A + stars: 0 + description: '' +https://github.com/imthenachoman/How-To-Secure-A-Linux-Server: + title: How-To Secure A Linux Server + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/top-content/?trk=article_not_found: + title: Securing Azure DevOps When Using Private Repositories + year: N/A + stars: 0 + description: '' +https://docs.aws.amazon.com/wellarchitected/latest/security-pillar/application-security.html: + title: 'docs.aws.amazon.com: Application security' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/opensource/realize-policy-as-code-with-aws-cloud-development-kit-through-open-policy-agent: + title: Realize Policy-as-Code with AWS Cloud Development Kit through Open Policy + Agent 🌟 + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/about-aws/whats-new/2016/05/pci-dss-standardized-architecture-on-the-aws-cloud-quick-start-reference-deployment +: title: 'PCI DSS Standardized Architecture on the AWS Cloud: Quick Start Reference + Deployment' + year: N/A + stars: 0 + description: '' +https://thomasthornton.cloud/2025/02/27/deploying-to-azure-secure-your-github-workflow-with-oidc: + title: 'Deploying to Azure: Secure Your GitHub Workflow with OIDC' + year: N/A + stars: 0 + description: '' +https://www.wiz.io/blog/avoiding-mistakes-with-aws-oidc-integration-conditions: + title: Avoiding Mistakes with AWS OIDC Integration Conditions + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/IAM/latest/UserGuide/getting-started.html: + title: AWS Identity and Access Management - Getting Started + year: N/A + stars: 0 + description: '' +http://blogs.aws.amazon.com/security/post/Tx2OB7YGHMB7WCM/Adhere-to-IAM-Best-Practices-in-2016: + title: AWS Identity and Access Management (IAM) best practices in 2016 + year: N/A + stars: 0 + description: '' +? http://blogs.aws.amazon.com/security/post/Tx14ADBJOCAT9NS/How-to-Record-and-Govern-Your-IAM-Resource-Configurations-Using-AWS-Config +: title: How to Record and Govern Your IAM Resource Configurations Using AWS Config + year: N/A + stars: 0 + description: '' +? http://blogs.aws.amazon.com/security/post/Tx2CGWIB8SBYW2J/How-to-Use-SAML-to-Automatically-Direct-Federated-Users-to-a-Specific-AWS-Manage +: title: How to Use SAML to Automatically Direct Federated Users to a Specific AWS + Management Console Page + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/blogs/security/new-iamctl-tool-compares-multiple-iam-roles-and-policies: + title: New IAMCTL tool compares multiple IAM roles and policies + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/blogs/mt/bring-your-own-cli-session-manager-configurable-shell-profiles: + title: Bring your own CLI to Session Manager with configurable shell profiles + year: N/A + stars: 0 + description: '' +https://keepler.io/2021/03/gestionando-el-control-de-accesos-en-nuestro-data-lake-en-aws: + title: 'keepler.io: Gestionando el control de accesos en nuestro data lake en AWS' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/about-aws/whats-new/2021/03/iam-access-analyzer-supports-over-100-policy-checks-with-actionable-recommendations +: title: 'aws.amazon.com: IAM Access Analyzer now supports over 100 policy checks + with actionable recommendations to help you author secure and functional policies' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/iam-access-analyzer-update-policy-validation: + title: 'aws.amazon.com: IAM Access Analyzer Update – Policy Validation' + year: N/A + stars: 0 + description: '' +https://netflixtechblog.com/consoleme-a-central-control-plane-for-aws-permissions-and-access-fd09afdd60a8: + title: 'netflixtechblog.com: ConsoleMe: A Central Control Plane for AWS Permissions + and Access' + year: N/A + stars: 0 + description: '' +https://cloudkatha.com/difference-between-root-user-and-iam-user-in-aws-you-need-to-know: + title: 'cloudkatha.com: Difference between Root User and IAM User in AWS You Need + to Know' + year: N/A + stars: 0 + description: '' +https://ben11kehoe.medium.com/principals-in-aws-iam-38c4a3dc322a: + title: 'ben11kehoe.medium.com: AWS Authentication: Principals (users and roles) + in AWS IAM' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2022/01/aws-iam-s3-access: + title: 'infoq.com: Incorrect IAM Policy Raised Questions About AWS Access to S3 + Data' + year: N/A + stars: 0 + description: '' +https://github.com/iann0036/iamlive: + title: ==iann0036/iamlive== + year: N/A + stars: 0 + description: '' +https://www.awsiam.info: + title: '==awsiam.info: AWS IAM Search==' + year: N/A + stars: 0 + description: '' +https://www.daan.fyi/writings/iam: + title: 'daan.fyi: AWS IAM Demystified' + year: N/A + stars: 0 + description: '' +https://github.com/willdady/cdk-iam-credentials-rotator: + title: 'willdady/cdk-iam-credentials-rotator: IAM Credentials Rotator' + year: N/A + stars: 0 + description: '' +https://docs.aws.amazon.com/whitepapers/latest/organizing-your-aws-environment/organizing-your-aws-environment.html: + title: ==Organizing Your AWS Environment Using Multiple Accounts (white paper for + best practices)== + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/security/when-and-where-to-use-iam-permissions-boundaries: + title: 'aws.amazon.com: When and where to use IAM permissions boundaries' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/security/extend-aws-iam-roles-to-workloads-outside-of-aws-with-iam-roles-anywhere: + title: Extend AWS IAM roles to workloads outside of AWS with IAM Roles Anywhere + 🌟 + year: N/A + stars: 0 + description: '' +https://binx.io/2022/07/13/working-with-aws-permission-policies: + title: 'binx.io: Working with AWS Permission Policies 🌟' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/security/use-iam-access-analyzer-policy-generation-to-grant-fine-grained-permissions-for-your-aws-cloudformation-service-roles +: title: Use IAM Access Analyzer policy generation to grant fine-grained permissions + for your AWS CloudFormation service roles + year: N/A + stars: 0 + description: '' +https://ermetic.com/blog/aws/diving-deeply-into-iam-policy-evaluation-highlights-from-aws-reinforce-session-iam433: + title: 'ermetic.com: Diving Deeply into IAM Policy Evaluation – Highlights from + AWS re:Inforce IAM433' + year: N/A + stars: 0 + description: '' +https://globaldatanet.com/tech-blog/aws-iam-identity-center-permission-management-at-scale-part-2: + title: 'globaldatanet.com: .AWS IAM Identity Center Permission Management at Scale + Part 2' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/security/how-to-monitor-and-query-iam-resources-at-scale-part-1: + title: How to monitor and query IAM resources at scale – Part 1 + year: N/A + stars: 0 + description: '' +https://github.com/aws-samples/visualize-iam-access-analyzer-policy-validation-findings: + title: 'github.com/aws-samples: Visualize AWS IAM Access Analyzer Policy Validation + Findings' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/a-deep-dive-into-the-security-of-iam-in-aws: + title: 'thenewstack.io: A Deep Dive into the Security of IAM in AWS' + year: N/A + stars: 0 + description: '' +https://github.com/awslabs/terraform-iam-policy-validator: + title: awslabs/terraform-iam-policy-validator + year: N/A + stars: 0 + description: '' +https://jimmydqv.com/iam-anywhere: + title: '==jimmydqv.com: AWS IAM Anywhere== 🌟' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/mt/simplifying-permissions-management-at-scale-using-tags-in-aws-organizations: + title: Simplifying permissions management at scale using tags in AWS Organizations + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/mt/standardize-compliance-in-aws-using-devops-and-a-cloud-center-of-excellence-ccoe-approach: + title: Standardize compliance in AWS using DevOps and a Cloud Center of Excellence + (CCOE) approach + year: N/A + stars: 0 + description: '' +https://blog.wut.dev/2024/07/05/moving-aws-accounts-within-organization.html: + title: 'blog.wut.dev: Moving AWS Accounts and OUs Within An Organization - Not So + Simple!' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/controltower: + title: ==AWS Control Tower== + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/new-aws-control-tower-account-factory-for-terraform: + title: '==aws.amazon.com: New – AWS Control Tower Account Factory for Terraform==' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/hashicorp-teams-with-aws-on-new-control-tower-account-factory-for-terraform: + title: 'hashicorp.com: HashiCorp Teams with AWS on New Control Tower Account Factory + for Terraform' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2023/11/automate-aws-control-tower-zone-operations-apis: + title: 'aws.amazon.com: Automate AWS Control Tower landing zone operations using + APIs' + year: N/A + stars: 0 + description: '' +https://blog.doit-intl.com/aws-firewalls-101-how-and-when-to-use-each-one-d4ad8087a6b3: + title: 'doit-intl.com: AWS Firewalls 101: How and when to use each one' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/es/blogs/security/automatically-block-suspicious-traffic-with-aws-network-firewall-and-amazon-guardduty +: title: Automatically block suspicious traffic with AWS Network Firewall and Amazon + GuardDuty + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/waf: + title: AWS WAF - Web Application Firewall + year: N/A + stars: 0 + description: '' +? http://blogs.aws.amazon.com/security/post/Tx1LPI2H6Q6S5KC/How-to-Automatically-Update-Your-Security-Groups-for-Amazon-CloudFront-and-AWS-W +: title: How to Automatically Update Your Security Groups for Amazon CloudFront and + AWS WAF by Using AWS Lambda (boto3 python) + year: N/A + stars: 0 + description: '' +? http://blogs.aws.amazon.com/security/post/Tx223ZW25YRPRKV/How-to-Use-AWS-WAF-to-Block-IP-Addresses-That-Generate-Bad-Requests +: title: How to Use AWS WAF to Block IP Addresses That Generate Bad Requests + year: N/A + stars: 0 + description: '' +? http://blogs.aws.amazon.com/security/post/Tx1G747SE1R2ZWE/How-to-Reduce-Security-Threats-and-Operating-Costs-Using-AWS-WAF-and-Amazon-Clou +: title: How to Reduce Security Threats and Operating Costs Using AWS WAF and Amazon + CloudFront + year: N/A + stars: 0 + description: '' +https://github.com/awslabs/aws-waf-sample: + title: AWS WAF sample rules + year: N/A + stars: 0 + description: '' +https://medium.com/cloud-techies/blocking-bots-using-aws-waf-d449e6d159ca: + title: 'medium: Blocking bots using AWS WAF' + year: N/A + stars: 0 + description: '' +https://medium.com/avmconsulting-blog/protecting-your-web-application-or-apis-using-aws-waf-1829ff79275a: + title: 'medium: Protecting your Web Application or APIs using AWS WAF' + year: N/A + stars: 0 + description: '' +https://faun.pub/set-up-global-rate-limiting-with-aws-waf-in-5-minutes-bd43a9309683: + title: 'faun.pub: Set up global rate limiting with AWS WAF in 5 minutes' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/aws-waf-web-application-firewall-deep-dive-15bd: + title: 'dev.to: AWS WAF (Web Application Firewall): Deep Dive' + year: N/A + stars: 0 + description: '' +https://cloudbuild.co.uk/free-automated-lets-encrypt-certificates-in-azure-key-vault-with-acme-bot-a-step-by-step-guide: + title: Automated Let's Encrypt Certificates in Azure Key Vault with ACME Bot + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/security/how-to-replicate-secrets-aws-secrets-manager-multiple-regions: + title: How to replicate secrets in AWS Secrets Manager to multiple Regions + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/containers/aws-secrets-manager-controller-poc-an-eks-operator-for-automatic-rotation-of-secrets +: title: 'AWS Secrets Manager controller POC: an EKS operator for automatic rotation + of secrets' + year: N/A + stars: 0 + description: '' +https://k21academy.com/amazon-web-services/aws-solutions-architect/aws-secrets-manager: + title: 'k21academy.com: AWS Secrets Manager' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/manage-secrets-on-aws-and-helm-as-environment-variables-f7ec998c58fc: + title: 'blog.devops.dev: Debugging Kubernetes Secrets, Why My Pod Wouldn’t Start' + year: N/A + stars: 0 + description: '' +https://github.com/99designs/aws-vault: + title: AWS Vault + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/local/spain: + title: AWS en EspaΓ±a + year: N/A + stars: 0 + description: '' +https://www.xataka.com/servicios/que-amazon-ha-elegido-aragon-para-instalar-sus-tres-primeros-centros-datos-espana: + title: 'xataka.com: Por quΓ© Amazon ha elegido AragΓ³n para instalar sus tres primeros + centros de datos en EspaΓ±a' + year: N/A + stars: 0 + description: '' +https://emea-resources.awscloud.com/spain-events-webinars: + title: 'RESOURCE HUB: Eventos y webinars de AWS' + year: N/A + stars: 0 + description: '' +? 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 +: title: 'aboutamazon.es: AWS acelera la apertura de la RegiΓ³n AWS Europa (EspaΓ±a) + para apoyar la transformaciΓ³n digital de EspaΓ±a' + year: N/A + stars: 0 + description: '' +https://techunwrapped.com/spain-becomes-a-cloud-region-in-2022: + title: 'techunwrapped.com: Spain becomes a Cloud Region in 2022' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2023/04/aws-transit-gateway-europe-spain-region: + title: AWS Transit Gateway is now available in Europe (Spain) Region + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2021/01/new-digital-course-and-lab-aws-cloud-development-kit-cdk-primer: + title: 'New digital course and lab: AWS Cloud Development Kit (CDK) Primer' + year: N/A + stars: 0 + description: '' +https://acloudguru.com: + title: acloudguru.com + year: N/A + stars: 0 + description: '' +https://www.twitch.tv/acloudguruofficial: + title: twitch.tv/acloudguruofficial + year: N/A + stars: 0 + description: '' +https://learn.cantrill.io: + title: learn.cantrill.io 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/acantril/learn-cantrill-io-labs: + title: github.com/acantril/learn-cantrill-io-labs + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/so-you-think-youre-associate-level-solutions-adrian-cantrill: + title: 'linkedin.com/pulse: So, you think you''re an associate level Solutions Architect?' + year: N/A + stars: 0 + description: '' +https://analyticsindiamag.com/free-online-resources-to-get-started-on-cloud-computing: + title: 'analyticsindiamag.com: Free Online Resources To Get Started On Cloud Computing' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/10-fun-hands-on-projects-to-learn-aws: + title: 'acloudguru.com: 10 fun hands-on projects to learn AWS' + year: N/A + stars: 0 + description: '' +https://portal.tutorialsdojo.com/product-category/aws/aws-digital-courses-2: + title: 'portal.tutorialsdojo.com: AWS Digital Courses (free)' + year: N/A + stars: 0 + description: '' +https://hashnode.tpschmidt.com/my-top-10-free-learning-resources-for-aws: + title: 'hashnode.tpschmidt.com: My Top 10 Free Learning Resources for AWS' + year: N/A + stars: 0 + description: '' +https://explore.skillbuilder.aws/learn: + title: '==explore.skillbuilder.aws/learn: AWS Skill Builder== 🌟' + year: N/A + stars: 0 + description: '' +? https://explore.skillbuilder.aws/learn/course/external/view/elearning/7854/aws-technical-essential-spanish-from-latin-america +: title: 'explore.skillbuilder.aws: AWS Skill Builder - IntroducciΓ³n a AWS Data Pipeline + (EspaΓ±ol LatinoamΓ©rica) | AWS Technical Essentials (Spanish from Latin America) + - Free' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/es/blogs/aws-spanish/examenes-practicos-gratuitos-y-100-en-espanol-para-que-obtenga-su-certificacion +: title: 'aws.amazon.com: ExΓ‘menes prΓ‘cticos gratuitos y 100% en espaΓ±ol para que + obtenga su certificaciΓ³n' + year: N/A + stars: 0 + description: '' +https://satyenkumar.medium.com/my-youtube-channel-is-updated-for-aws-certifications-over-150-video-list-1ae7aa81e99d: + title: 'satyenkumar.medium.com: My Youtube Channel is updated for AWS Certifications + (Over 150 Video list)' + year: N/A + stars: 0 + description: '' +https://explore.skillbuilder.aws/learn/course/external/view/elearning/48/aws-security-fundamentals-second-edition: + title: 'explore.skillbuilder.aws: AWS Security Fundamentals (free)' + year: N/A + stars: 0 + description: '' +https://medium.com/towards-cloud-computing/7-free-aws-practice-labs-and-aws-workshops-resources-d0a861f05d3: + title: '==medium.com/towards-cloud-computing: 7 Free AWS Practice Labs and AWS Workshops + resources==' + year: N/A + stars: 0 + description: '' +https://devopsmonk.hashnode.dev/learn-aws-if-you-want-to-save-your-career: + title: 'devopsmonk.hashnode.dev: Learn AWS if you want to save your career..!!' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/sharing-my-top-10-resources-use-while-preparing-aws-exams-semaan: + title: 'linkedin: Sharing My Top 10 resources to use while preparing for AWS Certification + Exams' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/certification/certification-prep/testing: + title: Schedule an Exam + year: N/A + stars: 0 + description: '' +https://dev.to/javinpaul/how-to-become-a-certified-aws-solution-architect-in-2022-35ad: + title: 'dev.to: How to become a Certified AWS Solution Architect in 2022' + year: N/A + stars: 0 + description: '' +https://community.aws/training: + title: 'community.aws/training: Training and Certification' + year: N/A + stars: 0 + description: '' +https://awscerts.slack.com: + title: awscerts.slack.com + year: N/A + stars: 0 + description: '' +http://walkintocloud.com/index.php/2016/06/04/amazon-aws-certification-preparation-tips: + title: Amazon AWS Certification Preparation Tips + year: N/A + stars: 0 + description: '' +https://gist.github.com/leonardofed: + title: A curated list of AWS resources to prepare for the AWS Certifications + year: N/A + stars: 0 + description: '' +https://blue-clouds.com/category/study-guide: + title: AWS Certified Solutions Architect Professional – Study Guide + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/about-aws/whats-new/2016/10/first-aws-certification-study-guide-now-available: + title: 'aws.amazon.com: First AWS Certification Study Guide Now Available' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/passed-aws-certified-solutions-architect-level-harshit-agarwal: + title: Tips on Passing AWS Certified Solutions Architect - Professional Level + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/products: + title: AWS Cloud Products + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/global-infrastructure/localzones/locations: + title: AWS Local Zones locations + year: N/A + stars: 0 + description: '' +https://status.aws.amazon.com: + title: 'status.aws.amazon.com: Service Health Dashboard' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/new: + title: 'aws.amazon.com/new: What''s New with AWS?' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/releasenotes: + title: aws.amazon.com/releasenotes + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/en/premiumsupport/knowledge-center: + title: AWS Knowledge Center + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/general/latest/gr/glos-chap.html: + title: AWS Glossary + year: N/A + stars: 0 + description: '' +https://github.com/donnemartin/awesome-aws: + title: Awesome AWS 🌟 + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/marketplace: + title: AWS Marketplace + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/en/premiumsupport: + title: AWS Support + year: N/A + stars: 0 + description: '' +http://www.slideshare.net/AmazonWebServices: + title: slideshare.net/AmazonWebServices + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/getting-started/tutorials: + title: AWS 10-Minute Tutorials + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account: + title: How do I create and activate a new Amazon Web Services account? + year: N/A + stars: 0 + description: '' +https://github.com/open-guides/og-aws: + title: The Open Guide to Amazon Web Services + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/training/ramp-up-guides: + title: AWS Ramp-Up Guides + year: N/A + stars: 0 + description: '' +https://serverlessland.com: + title: serverlessland.com + year: N/A + stars: 0 + description: '' +https://serverlessland.com/patterns: + title: 'serverlessland.com/patterns: Serverless Patterns Collection' + year: N/A + stars: 0 + description: '' +https://serverlessland.com/explore/sam-pipelines: + title: AWS SAM Pipelines + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/activate: + title: AWS Activate + year: N/A + stars: 0 + description: '' +https://github.com/aws/containers-roadmap: + title: 'aws/containers-roadmap: AWS Containers Roadmap' + year: N/A + stars: 0 + description: '' +https://dashbird.io/blog/use-aws-free: + title: 'dashbird.io: Get started and keep using AWS for free' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/aws-basics: + title: 'dzone: AWS Basics' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/aws-basics-bastian-hosts-and-nat: + title: 'dzone: AWS Basics: Bastion Hosts and NAT' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/the-cloud-dictionary-of-pain-five-of-awss-toughest-cloud-topics: + title: 'acloudguru.com: The Cloud Dictionary of Pain: Five Of AWS’s Toughest Cloud + Topics' + year: N/A + stars: 0 + description: '' +https://dannys.cloud/10-best-free-aws-learning-resources-for-beginners: + title: 'dannys.cloud: 10 Best Free AWS Learning Resources for Beginners' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/listado-de-todos-los-servicios-amazon-web-services-daniel-pe%25C3%25B1a-silva: + title: 'linkedin pulse: Listado de todos los Servicios de AWS (actualizado 1 de + Enero 2021)' + year: N/A + stars: 0 + description: '' +https://towardsaws.com/a-gentle-introduction-to-amazon-web-services-aws-50f18c7c57dc: + title: 'towardsaws.com: A Gentle Introduction to Amazon Web Services (AWS)' + year: N/A + stars: 0 + description: '' +https://docs.aws.amazon.com/prescriptive-guidance/latest/security-reference-architecture/architecture.html: + title: 'docs.aws.amazon.com: The AWS Security Reference Architecture' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/understand-the-aws-shared-responsibility-model-for-kubernetes: + title: 'thenewstack.io: The AWS Shared Responsibility Model for Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/@ashish_fagna/aws-services-every-developer-should-be-aware-of-f7c48aaa854f: + title: 'medium: AWS Services Every Developer Should Be Aware Of' + year: N/A + stars: 0 + description: '' +https://blog.cloudyali.io/absolute-minimum-every-developer-must-know-about-aws-security: + title: 'blog.cloudyali.io: The Absolute minimum every developer must know about + AWS security!' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/12-aws-config-rules-that-every-account-should-have: + title: 'acloudguru.com: 12 AWS Config rules that every account should have' + year: N/A + stars: 0 + description: '' +https://cloudonaut.io/ec2-checklist-seven-things-to-do-after-launching-an-instance: + title: 'cloudonaut.io: EC2 Checklist: 7 things to do after launching an instance' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/6-lessons-learned-from-migrating-web-application-on-production-ce9add8e63f3: + title: 'medium: 6 Lessons Learned - Migrating Application on Production' + year: N/A + stars: 0 + description: '' +https://www.lastweekinaws.com/blog/17-more-ways-to-run-containers-on-aws: + title: 'lastweekinaws.com: 17 More Ways to Run Containers on AWS' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/streaming-data: + title: What is Streaming Data? + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/five-different-ways-to-build-aws-infrastructure: + title: 'dzone: Five Different Ways to Build AWS Infrastructure' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/architecture/what-to-consider-when-selecting-a-region-for-your-workloads: + title: 'AWS Architecture Blog: What to Consider when Selecting a Region for your + Workloads' + year: N/A + stars: 0 + description: '' +? https://ben11kehoe.medium.com/never-put-aws-temporary-credentials-in-env-vars-or-credentials-files-theres-a-better-way-25ec45b4d73e +: title: 'ben11kehoe.medium.com: Never put AWS temporary credentials in the credentials + file (or env vars) β€” there’s a better way' + year: N/A + stars: 0 + description: '' +https://docs.aws.amazon.com/whitepapers/latest/microservices-on-aws/microservices-on-aws.html: + title: Implementing Microservices on AWS 🌟 + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/what-is-amazon-web-services-aws: + title: 'intellipaat.com: What is AWS?' + year: N/A + stars: 0 + description: '' +https://tech.twenix.com/securiza-tu-infraestructura-cloud-sin-arruinarte-d9d2e2d5302c: + title: 'tech.twenix.com: Securiza tu infraestructura cloud sin arruinarte' + year: N/A + stars: 0 + description: '' +https://amazon.qwiklabs.com/catalog: + title: ==amazon.qwiklabs.com/catalog== + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/tag/aws: + title: ==freecodecamp.org/news/tag/aws== + year: N/A + stars: 0 + description: '' +? https://paigeshin1991.medium.com/drop-nuclear-bomb-on-your-aws-services-how-to-clear-your-entire-aws-account-in-3-seconds-53f28928e09c +: title: '==paigeshin1991.medium.com: Drop Nuclear Bomb on your AWS account. How to + clear your entire AWS services in 3 seconds==' + year: N/A + stars: 0 + description: '' +? https://medium.com/gargee-bhatnagar/how-to-create-a-custom-ami-with-image-pipeline-and-automate-its-creation-using-ec2-image-builder-7e194e39c8e9 +: title: 'medium.com/gargee-bhatnagar: How to Create a Custom AMI with Image Pipeline + and Automate its Creation Using EC2 Image Builder' + year: N/A + stars: 0 + description: '' +https://docs.aws.amazon.com/service-authorization/latest/reference/reference_policies_actions-resources-contextkeys.html: + title: '==docs.aws.amazon.com: Actions, resources, and condition keys for AWS services== + 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@imaze.enabulele/autoscaling-ec2-instances-for-high-availability-and-stress-testing-946b41f229e2: + title: 'medium.com/@imaze.enabulele: Autoscaling EC2 Instances for High Availability + and Stress Testing 🌟' + year: N/A + stars: 0 + description: '' +https://awstip.com/how-to-list-all-resources-in-your-aws-account-c3f18061f71b: + title: 'awstip.com: How to list all resources in your AWS account' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/compute/building-highly-resilient-applications-with-on-premises-interdependencies-using-aws-local-zones +: title: Building highly resilient applications with on-premises interdependencies + using AWS Local Zones + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/disaster-recovery-cheat-sheetwrite-up-o62: + title: 'dev.to: Disaster Recovery Cheat-sheet/Write-up 🌟' + year: N/A + stars: 0 + description: '' +https://terminalsandcoffee.com/setting-up-the-aws-cli-iam-user-api-keys-b83554e314e4: + title: 'terminalsandcoffee.com: Setting Up the AWS CLI & IAM User API Keys 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/best-practices-when-designing-aws-architecture-4c8d: + title: 'dev.to: Best Practices When Designing AWS Architecture 🌟🌟' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3694090/amazon-s-quiet-open-source-revolution.html: + title: 'infoworld.com: Amazon’s quiet open source revolution' + year: N/A + stars: 0 + description: '' +https://mrdevops.hashnode.dev/how-to-create-ec2-instance-in-aws-step-by-step-tutorial: + title: '==mrdevops.hashnode.dev: How to Create EC2 Instance in AWS: Step by Step + Tutorial==' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2023/02/aws-deployment-pipelines: + title: 'infoq.com: AWS Publishes Reference Architecture and Implementations for + Deployment Pipelines' + year: N/A + stars: 0 + description: '' +https://k21academy.com/amazon-web-services/aws-solutions-architect/aws-application-services: + title: 'k21academy.com: AWS Application Services: Lambda, SES, SNS, SQS, SWF' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/devops-made-easy-install-aws-cli-ecs-cli-docker-terraform-using-chocolatey-2lld: + title: 'DevOps Made Easy: Install AWS CLI, ECS CLI, Docker & Terraform Using Chocolatey' + year: N/A + stars: 0 + description: '' +https://jayendrapatil.com: + title: Jayendra's Blog 🌟🌟 + year: N/A + stars: 0 + description: '' +https://aws.plainenglish.io: + title: aws.plainenglish.io + year: N/A + stars: 0 + description: '' +https://awstip.com: + title: AWStip.com + year: N/A + stars: 0 + description: '' +https://app.polymersearch.com/discover/aws: + title: Everything AWS | Search and discover 6K+ quality AWS repositories + year: N/A + stars: 0 + description: '' +https://workshops.aws: + title: 'workshops.aws: AWS Workshops' + year: N/A + stars: 0 + description: '' +https://www.amazon.com/b/?node=14297978011: + title: AWS Courses created by AWS experts + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/many-free-and-useful-aws-official-dev-and-user-guides-54ci: + title: 'dev.to: Many free and useful AWS official Dev and User guides!' + year: N/A + stars: 0 + description: '' +https://runs-on.com: + title: 'RunsOn: Self-hosted GitHub Actions Runners in AWS' + year: N/A + stars: 0 + description: '' +https://www.vladionescu.me/posts/scaling-containers-on-aws-in-2022: + title: '==vladionescu.me: Scaling containers on AWS in 2022 (comparison)==' + year: N/A + stars: 0 + description: '' +https://medium.com/aws-activate-startup-blog/bitmovin-improving-video-quality-on-the-web-8670039c4334: + title: 'bitmovin: Improving Video Quality on the Web' + year: N/A + stars: 0 + description: '' +https://medium.com/aws-activate-startup-blog/what-startups-should-know-about-amazon-vpc-part-1-bebe94b7f228: + title: What Startups Should Know about Amazon VPCβ€Šβ€”β€ŠPart 1 + year: N/A + stars: 0 + description: '' +https://medium.com/aws-activate-startup-blog/scaling-on-aws-part-3-500k-users-3750b227b761: + title: 'Scaling on AWS (Part 3): >500K Users' + year: N/A + stars: 0 + description: '' +https://medium.com/aws-activate-startup-blog/building-a-serverless-dynamic-dns-system-with-aws-a32256f0a1d8: + title: 'medium.com: Building a Serverless Dynamic DNS System with AWS' + year: N/A + stars: 0 + description: '' +https://medium.com/aws-activate-startup-blog/the-top-10-aws-startup-blog-posts-of-2015-d2975e3778bb: + title: 'medium.com: The Top 10 AWS Startup Blog Posts of 2015' + year: N/A + stars: 0 + description: '' +https://twitter.com/awscloud: + title: twitter.com/awscloud + year: N/A + stars: 0 + description: '' +https://twitter.com/AWSreInvent: + title: twitter.com/AWSreInvent + year: N/A + stars: 0 + description: '' +https://twitter.com/jeffbarr: + title: twitter.com/jeffbarr + year: N/A + stars: 0 + description: '' +https://twitter.com/AWSstartups: + title: twitter.com/AWSstartups + year: N/A + stars: 0 + description: '' +https://twitter.com/AWS_Partners: + title: twitter.com/AWS_Partners + year: N/A + stars: 0 + description: '' +https://www.youtube.com/user/AmazonWebServices: + title: Amazon Web Services Youtube + year: N/A + stars: 0 + description: '' +https://www.youtube.com/user/awstutorialseries: + title: AWS Tutorial Series + year: N/A + stars: 0 + description: '' +https://www.youtube.com/user/AWSwebinars: + title: AWS Webinar Channel + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/podcasts/aws-podcast: + title: AWS Podcasts + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/podcasts/aws-techchat: + title: AWS Techchat + year: N/A + stars: 0 + description: '' +http://www.stitcher.com/podcast/amazon-web-services/aws-podcast: + title: Stitcher AWS Podcasts + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/compute/introducing-an-enhanced-local-ide-experience-for-aws-step-functions: + title: Enhanced Local IDE Experience for AWS Step Functions + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/developer: + title: The AWS Developer Blog now includes Python & GoLang + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/apigateway/latest/developerguide/create-api-using-import-export-api.html: + title: Create an API Using the Swagger Specification and the API Gateway Extensions + year: N/A + stars: 0 + description: '' +https://t.co/5E4FLUyh98: + title: Terraform for Standardizing AWS Deployments + year: N/A + stars: 0 + description: '' +https://github.com/towardsthecloud/cloudburn: + title: 'Cloudburn: An Open-Source Policy Engine for AWS Spending' + year: N/A + stars: 0 + description: '' +https://medium.com/greenm/top-4-aws-patterns-of-highly-available-api-d34599bfbb96: + title: 'medium: Top 4 AWS Patterns of Highly Available API' + year: N/A + stars: 0 + description: '' +https://medium.com/@ben11kehoe/aws-configuration-files-explained-9a7ea7a5b42e: + title: 'medium: AWS configuration files, explained' + year: N/A + stars: 0 + description: '' +? 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 +: title: 'AWS Config Rules now available in 4 new regions: US West (Oregon), EU (Ireland), + EU (Frankfurt) and Asia Pacific (Tokyo)' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/aws-config-compliance-as-code-9621eb3b7ac7: + title: 'medium.com/swlh: AWS Config β€” Compliance as Code' + year: N/A + stars: 0 + description: '' +http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/getting-started.html: + title: Working with the AWS Management Console + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/aws-azure-gcp-resource-hierarchies-25b829127511: + title: 'AWS, Azure, GCP: Resource Hierarchies' + year: N/A + stars: 0 + description: '' +https://bridgecrew.io/blog/best-practices-for-aws-tagging-with-yor: + title: 'bridgecrew.io: Best practices for AWS tagging with Yor' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/mt/multi-account-aws-trusted-advisor-summaries-now-available-aws-systems-manager-explorer: + title: Multi-account AWS Trusted Advisor summaries now available in AWS Systems + Manager Explorer + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/security/how-to-automate-incident-response-to-security-events-with-aws-systems-manager-incident-manager +: title: How to automate incident response to security events with AWS Systems Manager + Incident Manager + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/professional-services/CAF: + title: ==AWS Cloud Adoption Framework (AWS CAF)== + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/aws-cloud-adoption-framework-caf-3-0-is-now-available: + title: AWS Cloud Adoption Framework (CAF) 3.0 is Now Available + year: N/A + stars: 0 + description: '' +https://repost.aws: + title: ==repost.aws== 🌟 + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/aws-repost-a-reimagined-qa-experience-for-the-aws-community: + title: AWS re:Post – A Reimagined Q&A Experience for the AWS Community + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2021/12/amazon-repost-questions-answers: + title: 'infoq.com: Amazon Introduces re:Post, a "Stack Overflow" for AWS' + year: N/A + stars: 0 + description: '' +https://go.aws/4eFRwIt: + title: Convert AWS console actions to reusable code with AWS Console-to-Code, now + generally available + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Web_cache: + title: 'Wikipedia: Web cache' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Dynamic_site_acceleration: + title: 'Wikipedia: Dynamic site acceleration' + year: N/A + stars: 0 + description: '' +http://www.slideshare.net/NasceniaIT/brown-bag-caching-rafi-faisal-48694442: + title: 'Slideshare: Caching' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/open-source/http-web-performance-proxy-load-balancer-accelerator-software: + title: 'nixCraft: 9 Awesome Open Source Web Performance Software For Linux and Unix-like + Systems' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/introducing-amp-assimilating-caching-quick-read-fo: + title: 'Dzone: An Introduction to Caching: How and Why We Do It 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/enjoy-algorithm/caching-system-design-concept-500134cff300: + title: 'medium: Caching β€” System Design Concept 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/design-microservices-architecture-with-patterns/microservices-distributed-caching-76828817e41b: + title: 'medium: Microservices Distributed Caching' + year: N/A + stars: 0 + description: '' +https://medium.com/rtkal/distributed-cache-design-348cbe334df1: + title: 'medium.com/rtkal: Distributed Cache Design' + year: N/A + stars: 0 + description: '' +https://surfingcomplexity.blog/2022/11/25/cache-invalidation-really-is-one-of-the-hardest-things-in-computer-science: + title: 'surfingcomplexity.blog: Cache invalidation really is one of the hardest + problems in computer science' + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/java-caching: + title: 'DZone refcard: Java Caching' + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/getting-started-infinispan: + title: 'Dzone: Getting Started with Infinispan' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/products/datagrid/overview: + title: Red Hat Data Grid Overview + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/technologies/jboss-middleware/data-grid: + title: Red Hat Data Grid + year: N/A + stars: 0 + description: '' +https://thenewstack.io/red-hat-jboss-data-grid-not-just-storing-java-objects-anymore: + title: Red Hat JBoss Data Grid is Not Just for Caching Java Objects Anymore 🌟 + year: N/A + stars: 0 + description: '' +? https://developers.redhat.com/blog/2020/04/13/red-hat-data-grid-8-0-brings-new-server-architecture-improved-rest-api-and-more +: title: 'developers.redhat.com: Red Hat Data Grid 8.0 brings new server architecture, + improved REST API, and more' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Content_delivery_network: + title: 'Wikipedia: CDN Content Delivery Network' + year: N/A + stars: 0 + description: '' +https://humanwhocodes.com/blog/2011/11/29/how-content-delivery-networks-cdns-work: + title: How content delivery networks (CDNs) work + year: N/A + stars: 0 + description: '' +https://www.imperva.com/learn/performance/cdn-caching: + title: 'imperva.com: CDN Caching' + year: N/A + stars: 0 + description: '' +https://www.nczonline.net/blog/2011/11/29/how-content-delivery-networks-cdns-work: + title: 'nczonline: How content delivery networks (CDNs) work - Nov 2011' + year: N/A + stars: 0 + description: '' +http://www.haproxy.org: + title: HAProxy + year: N/A + stars: 0 + description: '' +http://www.slideshare.net/haproxytech/haproxy-web-performance-55536394: + title: 'slideshare: Haproxy web performance' + year: N/A + stars: 0 + description: '' +http://www.slideshare.net/Severalnines/load-balancing-mysql-with-haproxy-webinar-replay-english-44071270: + title: 'slideshare: Load Balancing MySQL with HAProxy' + year: N/A + stars: 0 + description: '' +http://www.slideshare.net/haproxytech/haproxy-best-practice: + title: 'slideshare: Haproxy best practice' + year: N/A + stars: 0 + description: '' +http://www.slideshare.net/Severalnines/severalnines-ha-proxyjul20143: + title: 'slideshare: How To Set Up SQL Load Balancing with HAProxy' + year: N/A + stars: 0 + description: '' +http://www.slideshare.net/Severalnines/haproxy-mysql-slides: + title: 'slideshare: Performance Tuning of HAProxy for Database Load Balancing' + year: N/A + stars: 0 + description: '' +https://www.haproxy.com/blog/the-haproxy-enterprise-waf: + title: 'haproxy.com: The HAProxy Enterprise WAF 🌟' + year: N/A + stars: 0 + description: '' +https://www.varnish-cache.org: + title: Varnish Cache + year: N/A + stars: 0 + description: '' +https://www.varnish-software.com: + title: varnish-software.com + year: N/A + stars: 0 + description: '' +http://info.varnish-software.com/the-varnish-book: + title: The Varnish Book + year: N/A + stars: 0 + description: '' +https://fedoramagazine.org/varnish-site-faster-stable: + title: 'fedoramagazine.org: Varnish: Your site faster and more stable' + year: N/A + stars: 0 + description: '' +https://developerblog.redhat.com/tag/varnish: + title: 'Red Hat Developer Blog. Tag: Varnish' + year: N/A + stars: 0 + description: '' +http://rhelblog.redhat.com/tag/varnish: + title: 'Red Hat Enterprise Linux Blog. Tag: Varnish' + year: N/A + stars: 0 + description: '' +https://www.varnish-cache.org/installation/redhat: + title: 'varnish-cache.org: Installation on RedHat' + year: N/A + stars: 0 + description: '' +https://hitch-tls.org: + title: Hitch - scalable TLS proxy. Hitch is a libev-based high performance SSL/TLS + proxy by Varnish Software + year: N/A + stars: 0 + description: '' +http://www.slideshare.net/piotrpasich/varnish-47199139: + title: 'slideshare: Varnish - Tips & Tricks - 4Developers 2015' + year: N/A + stars: 0 + description: '' +? https://www.digitalocean.com/community/tutorials/how-to-speed-up-static-web-pages-with-varnish-cache-server-on-ubuntu-20-04 +: title: 'digitalocean.com: How To Speed Up Static Web Pages with Varnish Cache Server + on Ubuntu 20.04' + year: N/A + stars: 0 + description: '' +https://github.com/IBM/varnish-operator: + title: github.com/IBM/varnish-operator + year: N/A + stars: 0 + description: '' +https://github.com/mittwald/kube-httpcache: + title: github.com/mittwald/kube-httpcache + year: N/A + stars: 0 + description: '' +http://memcached.org: + title: memcached.org + year: N/A + stars: 0 + description: '' +http://www.slideshare.net/oemebamo/introduction-to-memcached: + title: 'Slideshare: Introduction to memcached' + year: N/A + stars: 0 + description: '' +http://redis.io: + title: redis.io + year: N/A + stars: 0 + description: '' +http://www.slideshare.net/dvirsky/introduction-to-redis: + title: 'Slideshare: Introduction to Redis' + year: N/A + stars: 0 + description: '' +https://medium.com/groupon-eng/scaling-millions-of-geospatial-queries-per-minute-using-redis-7c05bcf6b4db: + title: 'medium: Scaling Millions of Geospatial Queries per minute using Redis' + year: N/A + stars: 0 + description: '' +https://architecturenotes.co/redis: + title: '==architecturenotes.co: Redis Explained== 🌟🌟' + year: N/A + stars: 0 + description: '' +https://faun.pub/redis-high-availability-with-sentinel-on-kubernetes-k8s-a1d67842e0ce: + title: 'faun.pub: Redis High availability with Sentinel on Kubernetes(K8s)' + year: N/A + stars: 0 + description: '' +? https://medium.com/lightricks-tech-blog/step-by-step-guide-how-to-create-a-dynamic-service-endpoint-via-k8s-api-1024309cb226 +: title: 'medium.com/lightricks-tech-blog: Step by Step Guide: How to create a Dynamic + Service Endpoint via K8S API' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=OssIuHbgzJY: + title: 'Nginxconf 2014. When Dynamic Becomes Static:The Next Step in Web Caching + Techniques: Wim Godden' + year: N/A + stars: 0 + description: '' +http://charlesleifer.com/blog/nginx-a-caching-thumbnailing-reverse-proxying-image-server-: + title: 'Nginx: a caching, thumbnailing, reverse proxying image server? 🌟' + year: N/A + stars: 0 + description: '' +http://highscalability.com/blog/2016/2/17/building-nginx-and-tarantool-based-services.html: + title: 'highscalability.com: Building nginx and Tarantool based services 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/taubyte/tau: + title: 'github.com/taubyte/tau: Tau' + year: N/A + stars: 0 + description: '' +https://github.com/dastergon/awesome-chaos-engineering: + title: Awesome Chaos Engineering + year: N/A + stars: 0 + description: '' +https://thenewstack.io/chaos-engineering-is-not-just-for-ops: + title: 'thenewstack.io: Chaos Engineering Is Not Just for Ops' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/why-chaos-engineering-isnt-just-for-operations: + title: 'thenewstack.io: Why Chaos Engineering Isn’t Just for Operations' + year: N/A + stars: 0 + description: '' +https://medium.com/adidoescode/chaos-engineering-how-simulating-adversity-can-help-build-ecommerce-resilience-4a799c8912dc: + title: 'medium.com/adidoescode: Chaos Engineering: How simulating adversity can + help build eCommerce Resilience' + year: N/A + stars: 0 + description: '' +https://www.opsmx.com/blog/what-is-chaos-engineering: + title: 'opsmx.com: What is Chaos Engineering?' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/architecture/verify-the-resilience-of-your-workloads-using-chaos-engineering: + title: 'aws.amazon.com: Verify the resilience of your workloads using Chaos Engineering' + year: N/A + stars: 0 + description: '' +https://faun.pub/what-is-chaos-engineering-a89b64db9af0: + title: 'faun.pub: What is Chaos Engineering?' + year: N/A + stars: 0 + description: '' +https://www.syntasso.io/post/platform-democracy-rethinking-who-builds-and-consumes-your-internal-platform: + title: 'Platform Democracy: Rethinking Who Builds and Consumes Your Internal Platform' + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/openshift/comments/e1j5qzrbac_for_container_access_to_destroy_other: + title: 'reddit: Help with Kube Monkey setup' + year: N/A + stars: 0 + description: '' +https://github.com/asobti/kube-monkey: + title: 'GitHub: kube-monkey' + year: N/A + stars: 0 + description: '' +https://github.comjoshmsmith/monkey-ops: + title: 'GitHub: monkey-ops, Openshift compliant, no cluster-admin required' + year: N/A + stars: 0 + description: '' +https://github.com/pingcap/chaos-mesh: + title: Chaos Mesh + year: N/A + stars: 0 + description: '' +https://github.com/litmuschaos/litmus: + title: Litmus Chaos is a toolset to do chaos engineering in a kubernetes native + way. Litmus provides chaos CRDs for Cloud-Native developers and SREs to inject, + orchestrate and monitor chaos to find weaknesses in Kubernetes deployments + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/chaos-engineering-with-litmuschaos: + title: 'cloud.redhat.com: Chaos Engineering With LitmusChaos' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/using-chaos-engineering-to-improve-the-resilience-of-stateful-applications-on-kubernetes: + title: 'thenewstack.io: Using Chaos Engineering to Improve the Resilience of Stateful + Applications on Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2020/10/kubernetes-chaos-mesh-ga: + title: 'infoq.com: Chaos Engineering on Kubernetes : Chaos Mesh Generally Available + with v1.0' + year: N/A + stars: 0 + description: '' +https://chaos-mesh.org/blog/chaos-mesh-1.0-chaos-engineering-on-kubernetes-made-easier: + title: 'chaos-mesh.org: Chaos Mesh 1.0: Chaos Engineering on Kubernetes Made Easier' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/develop-a-daily-reporting-system-for-chaos-mesh-to-improve-system-resilience: + title: 'thenewstack.io: Develop a Daily Reporting System for Chaos Mesh to Improve + System Resilience' + year: N/A + stars: 0 + description: '' +https://pingcap.com/blog/chaos-mesh-action-integrate-chaos-engineering-into-your-ci: + title: 'pingcap.com: chaos-mesh-action: Integrate Chaos Engineering into Your CI' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/introduction-to-kraken-a-chaos-tool-for-openshift/kubernetes: + title: 'openshift.com: Introduction to Kraken, a Chaos Tool for OpenShift/Kubernetes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/chaos-engineering-progressively-moves-to-production: + title: 'thenewstack.io: Chaos Engineering Progressively Moves to Production' + year: N/A + stars: 0 + description: '' +https://blog.flant.com/chaos-engineering-in-kubernetes-open-source-tools: + title: 'blog.flant.com: Open Source solutions for chaos engineering in Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/powerfulseal/powerfulseal: + title: PowerfulSeal + year: N/A + stars: 0 + description: '' +https://buggyapp.ycrash.io: + title: 'BuggyApp: Simulate performance problems' + year: N/A + stars: 0 + description: '' +https://1829034.medium.com/getting-started-with-chaos-engineering-13e85a438d37: + title: 'medium.com: Getting Started with Chaos Engineering' + year: N/A + stars: 0 + description: '' +https://chaos-mesh.org: + title: Chaos Mesh 🌟 + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/10/chaos-engineering-kubernetes-ebook: + title: 'opensource.com: 5 lessons I learned about chaos engineering for Kubernetes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/chaos-engineering-made-simple: + title: 'thenewstack.io: Chaos Engineering Made Simple' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/use-chaos-engineering-to-strengthen-your-incident-response: + title: 'thenewstack.io: Use Chaos Engineering to Strengthen Your Incident Response' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/operationalizing-chaos-engineering-with-gitops: + title: 'thenewstack.io: Operationalizing Chaos Engineering with GitOps' + year: N/A + stars: 0 + description: '' +https://medium.com/better-practices/chaos-d3ef238ec328: + title: 'medium.com/better-practices: Learn how your Kubernetes clusters respond + to failure using Gremlin and Grafana' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/devops/chaos-engineering-on-amazon-eks-using-aws-fault-injection-simulator: + title: Chaos engineering on Amazon EKS using AWS Fault Injection Simulator + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/chaos-engineering-with-litmuschaos-on-amazon-eks: + title: 'aws.amazon.com: Chaos Engineering with LitmusChaos on Amazon EKS' + year: N/A + stars: 0 + description: '' +https://blog.container-solutions.com/comparing-chaos-engineering-tools: + title: 'blog.container-solutions.com: Comparing Chaos Engineering Tools for Kubernetes + Workloads' + year: N/A + stars: 0 + description: '' +https://blog.palark.com/chaos-mesh-in-kubernetes: + title: 'blog.palark.com: Attaining harmony of chaos in Kubernetes with Chaos Mesh' + year: N/A + stars: 0 + description: '' +https://awstip.com/kubernetes-chaos-monkey-a-scheduled-random-pod-deletion-python-script-for-testing-cluster-6eac429554b2: + title: 'awstip.com: Kubernetes Chaos Monkey: A Scheduled Random Pod Deletion Python + Script for Testing Cluster Resilience' + year: N/A + stars: 0 + description: '' +https://medium.com/@alex.ivenin/chaos-engineering-in-kubernetes-4de425132ba1: + title: 'medium.com/@alex.ivenin: Chaos engineering in kubernetes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/breaking-serverless-on-purpose-with-chaos-engineering: + title: 'thenewstack.io: Breaking Serverless on Purpose with Chaos Engineering' + year: N/A + stars: 0 + description: '' +https://github.com/chaosblade-io/chaosblade: + title: chaosblade + year: N/A + stars: 0 + description: '' +https://azure.microsoft.com/services/chaos-studio: + title: Azure Chaos Studio + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-governance-and-management/announcing-the-public-preview-of-azure-chaos-studio/ba-p/2893050 +: title: 'techcommunity.microsoft.com: Announcing the Public Preview of Azure Chaos + Studio' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/chaos-studio/chaos-studio-overview: + title: 'docs.microsoft.com: What is Azure Chaos Studio?' + year: N/A + stars: 0 + description: '' +https://www.sqlservercentral.com/articles/chaos-engineering-in-azure: + title: 'sqlservercentral.com: Chaos Engineering in Azure' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/industries/automating-and-scaling-chaos-engineering-using-aws-fault-injection-simulator: + title: 'aws.amazon.com: Automating and Scaling Chaos Engineering using AWS Fault + Injection Simulator' + year: N/A + stars: 0 + description: '' +https://wizardzines.com: + title: wizardzines.com 🌟 + year: N/A + stars: 0 + description: '' +https://cheatography.com: + title: cheatography.com + year: N/A + stars: 0 + description: '' +https://github.com/LeCoupa/awesome-cheatsheets: + title: LeCoupa/awesome-cheatsheets + year: N/A + stars: 0 + description: '' +https://github.com/detailyang/awesome-cheatsheet: + title: detailyang/awesome-cheatsheet + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/cheatsheets: + title: Red Hat Developer cheat sheets 🌟 + year: N/A + stars: 0 + description: '' +https://blog.jromanmartin.io/cheat-sheets: + title: 'blog.jromanmartin.io: ActiveMQ, Kafka, Strimzi and CodeReady Containers' + year: N/A + stars: 0 + description: '' +http://www.cheat-sheets.org: + title: cheat-sheets.org 🌟 + year: N/A + stars: 0 + description: '' +https://simplecheatsheet.com: + title: simplecheatsheet.com + year: N/A + stars: 0 + description: '' +https://medium.com/dataseries/the-devops-cheat-sheet-3177d6cf361c: + title: 'medium: The DevOps Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://github.com/ABZ-Aaron/CheatSheets: + title: ABZ-Aaron/CheatSheets + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/cheat-sheets/intermediate-linux-cheat-sheet: + title: 'developers.redhat.com: Intermediate Linux Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/cheat-sheets/microprofile-rest-client: + title: 'developers.redhat.com: MicroProfile Rest Client Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://cheat.sh: + title: cheat.sh 🌟 + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/cheat-sh-the-ultimate-multi-language-cheat-sheet-8e97c16407aa: + title: 'betterprogramming.pub: Cheat.sh β€” The Ultimate Multi-Language Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://bash.cyberciti.biz/guide/Man_command: + title: 'bash.cyberciti.biz: Man command' + year: N/A + stars: 0 + description: '' +https://opensource.com/downloads/logrotate-cheat-sheet: + title: 'opensource.com: Linux logrotate cheat sheet' + year: N/A + stars: 0 + description: '' +https://manz.dev/cheatsheets: + title: manz.dev/cheatsheets + year: N/A + stars: 0 + description: '' +https://crontab.guru: + title: crontab.guru 🌟 + year: N/A + stars: 0 + description: '' +networking.md: + title: Networking Cheat Sheet + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Google_Search: + title: 'wikipedia: Google Search' + year: N/A + stars: 0 + description: '' +https://seranking.com/blog/practical-tips-google-search-operators: + title: 'seranking.com: The cheat sheet of 30+ Google Search operators' + year: N/A + stars: 0 + description: '' +https://supple.com.au/tools/google-advanced-search-operators: + title: 'supple.com.au: Google advanced search operators tips and tricks' + year: N/A + stars: 0 + description: '' +https://blog.linkody.com/guides/google-search-operators-cheatsheet: + title: 'blog.linkody.com: The Ultimate Google Search Operators Cheatsheet 🌟' + year: N/A + stars: 0 + description: '' +http://mywiki.wooledge.org/BashPitfalls: + title: Bash Pitfalls 🌟 + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/cheat-sheets/bash-shell-cheat-sheet: + title: 'developers.redhat.com: Bash Shell Scripting Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/cheat-sheets/advanced-linux-commands: + title: 'developers.redhat.com: Advanced Linux commands cheat sheet for developers' + year: N/A + stars: 0 + description: '' +https://opensource.com/downloads/watch-cheat-sheet: + title: 'opensource.com: Watch command cheat sheet' + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/tutorial/amazon-web-services-aws-tutorial/aws-cheat-sheet: + title: 'intellipaat.com: AWS Cheat Sheet 🌟' + year: N/A + stars: 0 + description: '' +https://tutorialsdojo.com/links-to-all-aws-cheat-sheets: + title: 'tutorialsdojo.com: AWS Cheat Sheets 🌟' + year: N/A + stars: 0 + description: '' +https://www.igoroseledko.com/aws-cli-cheat-sheet: + title: 'igoroseledko.com: AWS CLI Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://www.awsgeek.com/Amazon-S3: + title: ==awsgeek.com/Amazon-S3== + year: N/A + stars: 0 + description: '' +https://github.com/priyankavergadia/google-cloud-4-words: + title: The Google Cloud Developer's Cheat Sheet 🌟 + year: N/A + stars: 0 + description: '' +https://www.cloud-architect.fr/2022/01/19/az-cheatsheet-become-an-expert-in-azure-landing-zones: + title: 'cloud-architect.fr: AZ-CheatSheet: Become an expert in Azure Landing Zones' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/what-is-an-api-and-how-to-test-it: + title: 'freecodecamp.org: API Cheatsheet – What is an API, How it Works, and How + to Choose the Right API Testing Tools 🌟' + year: N/A + stars: 0 + description: '' +? https://karneliuk.com/2019/07/rest-api-1-basics-cheat-sheet-ansible-bash-postman-and-python-for-get-using-netbox-and-docker-as-examples +: title: 'karneliuk.com: REST API 1. Basics cheat sheet (Ansible, Bash, Postman, and + Python) for GET using NetBox and Docker as examples' + year: N/A + stars: 0 + description: '' +? 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 +: title: 'karneliuk.com: REST API 2. Basics cheat sheet (Ansible, Bash, Postman, and + Python) for POST/DELETE using NetBox and Docker as examples' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/ebooks: + title: Red Hat Developer eBooks 🌟 + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/engage/open-practice-library-ebook: + title: Transformation takes practice + year: N/A + stars: 0 + description: '' +https://kapeli.com/dash: + title: Dash for MacOS + year: N/A + stars: 0 + description: '' +https://kapeli.com/cheatsheets: + title: Dash Cheat Sheets + year: N/A + stars: 0 + description: '' +https://velocity.silverlakesoftware.com: + title: Velocity + year: N/A + stars: 0 + description: '' +https://zealdocs.org: + title: Zeal + year: N/A + stars: 0 + description: '' +https://www.k8sref.io: + title: k8sref.io + year: N/A + stars: 0 + description: '' +https://learnk8s.io/research: + title: Kubernetes Research. Research documents on node instance types, managed services, + ingress controllers, CNIs, etc. 🌟 + year: N/A + stars: 0 + description: '' +https://www.bluematador.com/learn/kubernetes-glossary: + title: Kubernetes Glossary 🌟 + year: N/A + stars: 0 + description: '' +https://www.mirantis.com/blog/kubernetes-cheat-sheet: + title: 'mirantis.com: Kubernetes Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://manifests.io: + title: ==manifests.io== 🌟 + year: N/A + stars: 0 + description: '' +https://www.manifests.io/kubernetes/1.28: + title: manifests.io/kubernetes/1.28 + year: N/A + stars: 0 + description: '' +https://quickref.me/index.html: + title: QuickRef.ME - Quick Reference Cheat Sheets + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/cheat-sheets/kubernetes: + title: 'developers.redhat.com: Kubernetes Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/reference/kubectl/cheatsheet: + title: kubernetes.io 🌟 + year: N/A + stars: 0 + description: '' +https://linuxacademy.com/blog/containers/kubernetes-cheat-sheet: + title: linuxacademy + year: N/A + stars: 0 + description: '' +https://github.com/fabric8io/kansible/blob/master/vendor/k8s.io/kubernetes/docs/user-guide/kubectl-cheatsheet.md: + title: fabric8 - kubectl + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/tutorial/devops-tutorial/kubernetes-cheat-sheet: + title: ==intellipaat.com== 🌟 + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/kubectl-commands-cheat-sheet: + title: 'dzone: kubectl commands cheat sheet' + year: N/A + stars: 0 + description: '' +https://jimmysong.io/kubernetes-handbook/guide/using-kubectl.html: + title: 'jimmysong.io: kubectl cheat sheet 🌟' + year: N/A + stars: 0 + description: '' +https://cheatsheet.dennyzhang.com/cheatsheet-kubernetes-a4: + title: 'cheatsheet.dennyzhang.com: kubectl kubernetes free cheat sheet 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/5/kubectl-cheat-sheet: + title: 'opensource.com: 9 kubectl commands sysadmins need to know 🌟' + year: N/A + stars: 0 + description: '' +https://www.bluematador.com/learn/kubectl-cheatsheet: + title: 'bluematador.com: kubectl cheatsheet' + year: N/A + stars: 0 + description: '' +https://dockerlabs.collabnix.com/kubernetes/cheatsheets/kubectl.html: + title: 'dockerlabs.collabnix.com: Cheatsheet - Kubectl 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/better-programming/awesome-kubernetes-command-line-hacks-8bd3604e394f: + title: 'medium: Awesome Kubernetes Command-Line Hacks' + year: N/A + stars: 0 + description: '' +https://akhilsharma.work/kubectl-get-resource-short-names: + title: 'akhilsharma.work: kubectl Get Resource - Short Names' + year: N/A + stars: 0 + description: '' +https://blog.mimacom.com/kubernetes-cheat-sheet: + title: 'blog.mimacom.com: Kubernetes Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://github.com/r0hi7/k8s-In-30Mins: + title: 'github: K8s in 30 mins 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/kunchalavikram1427/Kubernetes_public: + title: 'kunchalavikram1427: kubernetes Public' + year: N/A + stars: 0 + description: '' +https://github.com/kunchalavikram1427/Kubernetes_public/blob/master/Kubernetes_Commands.txt: + title: 'kunchalavikram1427: kubernetes Commands' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/awesome-kubernetes-command-line-hacks-8bd3604e394f: + title: 'betterprogramming.pub: Awesome Kubernetes Command-Line Hacks' + year: N/A + stars: 0 + description: '' +https://thechief.io/c/editorial/definitive-kubectl-cheat-sheet: + title: 'thechief.io: The Definitive Kubectl Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://www.ithands-on.com/2021/05/kubernetes-101-kubectl-communication.html: + title: 'ithands-on.com: Kubernetes 101 : kubectl - communication with pods and containers + / running commands inside pods and containers' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/5/kubernetes-cheat-sheet: + title: 'opensource.com: Learn essential Kubernetes commands with a new cheat sheet' + year: N/A + stars: 0 + description: '' +https://computingforgeeks.com/kubectl-cheat-sheet-for-kubernetes-cka-exam-prep: + title: 'computingforgeeks.com: Kubectl Cheat Sheet for Kubernetes Admins & CKA Exam + Prep' + year: N/A + stars: 0 + description: '' +https://myfuturehub.com/must-keep-these-kubernetes-commands-handy: + title: 'myfuturehub.com: Must Keep these Kubernetes Commands handy' + year: N/A + stars: 0 + description: '' +https://cmcrowell.com/cheat-sheet: + title: cmcrowell.com/cheat-sheet 🌟 + year: N/A + stars: 0 + description: '' +https://komodor.com/learn/the-ultimate-kubectl-cheat-sheet: + title: '==komodor.com: The Ultimate Kubectl Cheat Sheet== 🌟' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/kubectl-commands-all-beginners-must-know-e504349fcec9: + title: 'betterprogramming.pub: Kubectl Commands All Beginners Must Know' + year: N/A + stars: 0 + description: '' +https://medium.com/@devopsfolks8546/1-pods-c3d1a9349ba0: + title: 'medium.com/@devopsfolks8546: Kubectl Commands Cheat Sheet. List Of Kubernetes + Most Useful Commands' + year: N/A + stars: 0 + description: '' +https://faun.pub/kubernetes-commands-for-deployment-and-management-e10a74c95015: + title: 'faun.pub: Kubernetes Commands for Deployment and Management' + year: N/A + stars: 0 + description: '' +https://learncloudnative.com/blog/2022-05-10-kubectl-tips: + title: 'learncloudnative.com: Kubernetes CLI (kubectl) tips you didn''t know about' + year: N/A + stars: 0 + description: '' +https://www.cloudtechtwitter.com/2022/05/kubernetes-common-commands.html: + title: 'cloudtechtwitter.com: kubernetes common commands' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/k8s-resource-management-an-autoscaling-cheat-sheet: + title: '==thenewstack.io: K8s Resource Management: An Autoscaling Cheat Sheet== + 🌟' + year: N/A + stars: 0 + description: '' +? https://abhirajdevops.hashnode.dev/a-cheat-sheet-of-essential-commands-for-managing-and-debugging-your-kubernetes-clusters-networking +: title: 'abhirajdevops.hashnode.dev: A Cheat Sheet of Essential Commands for Managing + and Debugging Your Kubernetes Cluster''s Networking' + year: N/A + stars: 0 + description: '' +https://github.com/devoriales/kubectl-cheatsheet: + title: github.com/devoriales/kubectl-cheatsheet + year: N/A + stars: 0 + description: '' +https://dev.to/msfaizi/kubernetes-cheatsheet-essential-commands-and-concepts-for-efficient-container-orchestration-201n: + title: 'dev.to/msfaizi: Kubernetes Cheatsheet: Essential Commands and Concepts for + Efficient Container Orchestration' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-kustomize-cheat-sheet-8e2d31b74d8f: + title: 'itnext.io: Kubernetes Kustomize Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://dockerlux.github.io/pdf/cheat-sheet-v2.pdf: + title: 'dockerlux.github.io: Docker Cheat Sheet 🌟' + year: N/A + stars: 0 + description: '' +https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html: + title: '==cheatsheetseries.owasp.org: Docker Security Cheat Sheet== 🌟🌟' + year: N/A + stars: 0 + description: '' +https://dockerlabs.collabnix.com/docker/cheatsheet: + title: '==dockerlabs.collabnix.com: The Ultimate Docker Cheat Sheet== 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/cheat-sheets/containers: + title: 'developers.redhat.com: Containers Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://github.com/wsargent/docker-cheat-sheet: + title: 'github.com: Docker cheat Sheet' + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/tutorial/devops-tutorial/docker-cheat-sheet: + title: 'intellipaat.com: Docker Cheat Sheet 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/promotions/docker-cheatsheet: + title: 'developers.redhat.com: Containers Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://blog.gitguardian.com/how-to-improve-your-docker-containers-security-cheat-sheet: + title: 'blog.gitguardian.com: Docker Security Best Practices & Cheat Sheet 🌟' + year: N/A + stars: 0 + description: '' +https://myfuturehub.com/useful-commands-of-docker: + title: 'myfuturehub.com: Useful commands of Docker' + year: N/A + stars: 0 + description: '' +https://linuxhandbook.com/container-lifecycle-docker-commands: + title: 'linuxhandbook.com: Docker Commands for Managing Container Lifecycle (Definitive + Guide)' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/a-beginners-cheat-sheet-for-docker-f5024fd6c17f: + title: 'betterprogramming.pub: A Beginners’ Cheat Sheet for Docker | Arjav Dave' + year: N/A + stars: 0 + description: '' +https://dev.to/pragyanatvade/docker-commands-cheat-sheet-47n4: + title: 'dev.to: Docker Commands Cheat Sheet | Pragyan Tripathi' + year: N/A + stars: 0 + description: '' +https://github.com/sematext/cheatsheets/blob/master/docker-swarm-cheatsheet.md: + title: 'github: sematext - Docker Swarm Cheatsheet' + year: N/A + stars: 0 + description: '' +https://cdn2.hubspot.net/hubfs/5111483/docker-swarm-cheatsheet-sematext.pdf: + title: docker-swarm-cheatsheet-sematext.pdf + year: N/A + stars: 0 + description: '' +https://lzone.de/cheat-sheet/Docker%20Swarm: + title: 'lzone.de: Docker Swarm Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://kerneltalks.com/virtualization/docker-swarm-cheat-sheet: + title: 'kerneltalks.com: Docker swarm cheat sheet' + year: N/A + stars: 0 + description: '' +https://codingfriend.medium.com/docker-swarm-cheatsheet-22665e3278b1: + title: 'codingfriend.medium.com: Docker Swarm Cheatsheet (2017)' + year: N/A + stars: 0 + description: '' +https://blog.programster.org/docker-swarm-cheatsheet: + title: 'blog.programster.org: Docker Swarm Cheatsheet' + year: N/A + stars: 0 + description: '' +https://cheatsheetseries.owasp.org/index.html: + title: 'cheatsheetseries.owasp.org: OWASP Cheat Sheet Series 🌟🌟' + year: N/A + stars: 0 + description: '' +https://guides.github.com: + title: guides.github.com 🌟 + year: N/A + stars: 0 + description: '' +https://dev.to/zinox9/git-github-cheatsheet-22ok: + title: 'dev.to: Git & Github Cheatsheet 🌟' + year: N/A + stars: 0 + description: '' +https://git-scm.com/docs: + title: 'git-scm.com: Git reference' + year: N/A + stars: 0 + description: '' +https://www.jrebel.com/blog/git-cheat-sheet: + title: 'zeroturnaround.com: Git cheat sheet 🌟' + year: N/A + stars: 0 + description: '' +https://ndpsoftware.com/git-cheatsheet.html: + title: 'ndpsoftware.com: Interactive git cheat sheet 🌟' + year: N/A + stars: 0 + description: '' +https://the-awesome-git-cheat-sheet.com: + title: The awesome git cheat sheet + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/cheat-sheetsgit: + title: 'developers.redhat.com: Git cheat sheet' + year: N/A + stars: 0 + description: '' +https://www.atlassian.com/git/tutorials/atlassian-git-cheatsheet: + title: 'atlassian.com: Git cheat sheet' + year: N/A + stars: 0 + description: '' +https://github.github.com/training-kit/downloads/github-git-cheat-sheet.pdf: + title: 'github.github.com/training-kit: Git cheat sheet' + year: N/A + stars: 0 + description: '' +https://education.github.com/git-cheat-sheet-education.pdf: + title: 'education.github.com: Git cheat sheet 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/getting-started-git: + title: 'dzone.com: refcard - getting started with git' + year: N/A + stars: 0 + description: '' +https://www.git-tower.com/blog/git-cheat-sheet: + title: 'git-tower.com: Git cheat sheet' + year: N/A + stars: 0 + description: '' +https://rogerdudler.github.io/git-guide: + title: 'rogerdudler.github.io: git - the simple guide 🌟' + year: N/A + stars: 0 + description: '' +https://rogerdudler.github.io/git-guide/files/git_cheat_sheet.pdf: + title: 'rogerdudler.github.io: git cheat sheet pdf' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/git-commands-cheat-sheet-software-developer-54f6aedc1c46: + title: 'towardsdatascience.com: 18 Git Commands I Learned During My First Year as + a Software Developer' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/top-35-git-commands-with-examples-and-bonus: + title: 'dzone: Top 35 Git Commands With Examples 🌟' + year: N/A + stars: 0 + description: '' +https://gitexplorer.com: + title: '==gitexplorer.com: Git Command Explorer== 🌟🌟' + year: N/A + stars: 0 + description: '' +https://www.justingarrison.com/blog/2021-07-11-github-url-hacks: + title: 'justingarrison.com: GitHub URL Hacks 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/star_trooper/git-it-right-git-cheatsheet-4o0h: + title: 'dev.to: Git it RightπŸ”₯πŸ”₯πŸš€(Git CheatSheet) 🌟' + year: N/A + stars: 0 + description: '' +https://jan-krueger.net/git-cheat-sheet-extended-edition: + title: 'jan-krueger.net: Git cheat sheet, extended edition' + year: N/A + stars: 0 + description: '' +https://dev.to/baransel/a-git-cheat-sheet-4mab: + title: 'dev.to: A Git Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://www.geeksforgeeks.org/essential-git-commands: + title: '==geeksforgeeks.org: Essential Git Commands== 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/codewithtee/git-cheat-sheet-20-commands-i-use-everyday-47h9: + title: 'dev.to: Git Cheat Sheet- 20 commands I Use Everyday | Tabassum Khanum' + year: N/A + stars: 0 + description: '' +https://github.com/joshnh/Git-Commands/blob/master/README.md: + title: ==joshnh/Git-Commands== 🌟 + year: N/A + stars: 0 + description: '' +https://dev.to/aashiya123/git-commands-cheatsheet-advanced-20-git-commands-advanced--35i3: + title: 'dev.to: Git Commands Cheatsheet: Advanced (20+ Git Commands Advanced )' + year: N/A + stars: 0 + description: '' +https://dev.to/doabledanny/git-cheat-sheet-50-commands-free-pdf-and-poster-4gcn: + title: 'dev.to: Git Cheat Sheet πŸ“„ (50 commands + Free PDF and poster)' + year: N/A + stars: 0 + description: '' +https://enlear.academy/26-git-command-i-use-all-the-time-cheatsheet-6c5682ded2af: + title: 'enlear.academy: 20 Git Commands Every Developer Should Know' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/git-cheat-sheet: + title: 'freecodecamp.org: Git Cheat Sheet – 50 Git Commands You Should Know' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/22/4/git-tips: + title: '==opensource.com: 10 Git tips we can''t live without==' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/8-advanced-git-commands-university-wont-teach-you-fe63b483d34b: + title: 'betterprogramming.pub: 8 Advanced Git Commands Universities Won’t Teach + You' + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/tutorial/devops-tutorial/git-cheat-sheet: + title: '==intellipaat.com: GIT Cheat Sheet== 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/devland/20-git-commands-that-will-make-you-a-version-control-pro-149p: + title: 'dev.to: 20 Git Commands That Will Make You a Version Control Pro' + year: N/A + stars: 0 + description: '' +https://danielkummer.github.io/git-flow-cheatsheet/index.html: + title: Git-flow cheatsheet + year: N/A + stars: 0 + description: '' +https://github.com/arslanbilal/git-cheat-sheet: + title: arslanbilal/git-cheat-sheet 🌟🌟🌟 + year: N/A + stars: 0 + description: '' +https://kapeli.com/cheat_sheets/Sourcetree.docset/Contents/Resources/Documents/index: + title: Sourcetree Cheat Sheet + year: N/A + stars: 0 + description: '' +https://www.gitkraken.com/resources/gitkraken-cheat-sheet: + title: GitKraken Git Cheat + year: N/A + stars: 0 + description: '' +https://linuxacademy.com/blog/red-hat/ansible-roles-explained: + title: Ansible Roles Explained | Cheat Sheet + year: N/A + stars: 0 + description: '' +https://www.edureka.co/blog/cheatsheets/ansible-cheat-sheet-guide: + title: 'edureka.co: Ansible Cheat Sheet – A DevOps Quick Start Guide' + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/tutorial/devops-tutorial/ansible-basic-cheat-sheet: + title: 'intellipaat.com: Ansible Basic Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://sites.google.com/site/mrxpalmeiras/ansible/ansible-cheat-sheet: + title: 'mrxpalmeiras: Ansible Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://opensource.com/downloads/ansible-k8s-cheat-sheet: + title: Ansible k8s cheat sheet 🌟 + year: N/A + stars: 0 + description: '' +https://www.fosstechnix.com/ansible-ad-hoc-commands-with-examples: + title: 'fosstechnix.com: Ansible ad hoc commands with Examples' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/terraform-cli-cheat-sheet: + title: 'dzone: Terraform Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://www.terraform.io/docs/commands/index.html: + title: 'terraform.io: Terraform Commands' + year: N/A + stars: 0 + description: '' +https://github.com/scraly/terraform-cheat-sheet/blob/master/terraform-cheat-sheet.pdf: + title: 'github.com/scraly: Terraform Cheat sheet' + year: N/A + stars: 0 + description: '' +https://lzone.de/cheat-sheet/Terraform: + title: 'lzone.de: Terraform Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://thedevopsblog.co.uk/terraform-cli-cheat-sheet: + title: 'thedevopsblog.co.uk: Terraform Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/the-ultimate-terraform-cheatsheet: + title: 'acloudguru.com: The Ultimate Terraform Cheatsheet' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/using-template-files-with-hashicorp-packer: + title: 'hashicorp.com: Using Template Files with HashiCorp Packer' + year: N/A + stars: 0 + description: '' +https://searchitoperations.techtarget.com/tip/Terraform-cheat-sheet-Notable-commands-HCL-and-more: + title: 'searchitoperations.techtarget.com: Terraform cheat sheet: Notable commands, + HCL and more' + year: N/A + stars: 0 + description: '' +https://www.techbeatly.com/terraform-cheat-sheet: + title: 'techbeatly.com: Terraform Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://praveendandu24.medium.com/mastering-terraform-top-20-essential-commands-with-examples-for-beginners-1029852b419: + title: 'praveendandu24.medium.com: Mastering Terraform: Top 20 Essential Commands + with Examples for Beginners' + year: N/A + stars: 0 + description: '' +https://www.commandlinefu.com: + title: commandlinefu.com + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/7/sysadmin-cheat-sheets: + title: 'opensource.com: 10 cheat sheets for Linux sysadmins' + year: N/A + stars: 0 + description: '' +https://daniel.haxx.se/blog/wp-content/uploads/2020/01/sticker-cheat-sheet.png: + title: curl cheat sheet for Linux and Unix users + year: N/A + stars: 0 + description: '' +https://github.com/neilhwatson/nustuff/blob/master/networking/nmcli.md: + title: NetworkManager CLI cheatsheet + year: N/A + stars: 0 + description: '' +http://www.pixelbeat.org/cmdline.html: + title: pixelbeat.org/cmdline + year: N/A + stars: 0 + description: '' +https://opensource.com/downloads/parted-cheat-sheet: + title: 'opensource.com: Linux Parted cheat sheet' + year: N/A + stars: 0 + description: '' +https://opensource.com/downloads/gnu-screen-cheat-sheet: + title: 'opensource.com: GNU Screen cheat sheet' + year: N/A + stars: 0 + description: '' +https://catonmat.net/gnu-coreutils-cheat-sheet: + title: 'catonmat.net: GNU Coreutils Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/faq/linux-ip-command-examples-usage-syntax: + title: 'cyberciti.biz: Linux ip Command Examples' + year: N/A + stars: 0 + description: '' +https://linuxhandbook.com/yum-cheatsheet: + title: 'linuxhandbook.com: Yum Command Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://www.stationx.net/hacking-tools-cheat-sheet: + title: 'stationx.net: Hacking Tools Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://cheatsheet.dennyzhang.com/cheatsheet-ssh-a4: + title: ssh cheat sheet + year: N/A + stars: 0 + description: '' +https://lzone.de/cheat-sheet/SSH: + title: 'lzone.de: ssh cheat sheet' + year: N/A + stars: 0 + description: '' +http://pentestmonkey.net/cheat-sheet/ssh-cheat-sheet: + title: 'pentestmonkey.net: ssh cheat sheet' + year: N/A + stars: 0 + description: '' +https://computingforgeeks.com/ssh-cheatsheet-for-sysadmins: + title: The SSH Commands Cheat Sheet for Linux SysAdmins / Users + year: N/A + stars: 0 + description: '' +https://opensource.com/article/18/4/learn-advanced-ssh-commands-new-cheat-sheet: + title: 'opensource.com: Learn advanced SSH commands with this cheat sheet' + year: N/A + stars: 0 + description: '' +https://www.comparitech.com/net-admin/nmap-nessus-cheat-sheet: + title: 'comparitech.com: Nmap Cheat Sheet' + year: N/A + stars: 0 + description: '' +http://www.mastertheboss.com/soa-cloud/openshift/openshift-cheatsheet: + title: 'mastertheboss.com: OpenShift Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/cheat-sheets/red-hat-openshift-container-platform: + title: 'developers.redhat.com: Red Hat OpenShift Container Platform Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://github.com/nekop/openshift-sandbox/blob/master/docs/command-cheatsheet.md: + title: 'github.com: Openshift cheat sheet 1' + year: N/A + stars: 0 + description: '' +https://gist.github.com/rafaeltuelho/111850b0db31106a4d12a186e1fbc53e: + title: 'gist.github.com: Openshift cheat sheet 2' + year: N/A + stars: 0 + description: '' +https://github.com/mhausenblas/openshift-cheat-sheet: + title: 'github.com: openshift cheat sheet 3' + year: N/A + stars: 0 + description: '' +https://monodot.co.uk/openshift-cheatsheet: + title: 'monodot.co.uk: openshift cheat sheet 4' + year: N/A + stars: 0 + description: '' +https://openshift.tips: + title: openshift.tips + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/getting-started-with-openshift: + title: 'dzone refcard: Getting Started With OpenShift 🌟' + year: N/A + stars: 0 + description: '' +https://cookbook.openshift.org: + title: cookbook.openshift.org 🌟 + year: N/A + stars: 0 + description: '' +https://cookbook.openshift.org/image-registry-and-image-streams/how-do-i-import-an-image-from-an-external-image.html: + title: 'cookbook.openshift.org: How do I import an image from an external image + registry? 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/cheat-sheets/debezium-openshift-cheat-sheet: + title: 'developers.redhat.com: Debezium on OpenShift Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/cheat-sheets/writing-kubernetes-operator-java: + title: 'developers.redhat.com: Writing a Kubernetes Operator in Java using Quarkus + - **Cheat Sheet** 🌟' + year: N/A + stars: 0 + description: '' +https://jimmysong.io/kubernetes-handbook/concepts/pod.html: + title: jimmysong.io/kubernetes-handbook/concepts/pod.html 🌟 + year: N/A + stars: 0 + description: '' +https://dev.to/aurelievache/kubernetes-sketchnotes-pods-4ib0: + title: 'https://dev.to/aurelievache: Understanding Kubernetes: part 1 – Pods' + year: N/A + stars: 0 + description: '' +https://garba.org/posts/2018/k8s_pod_lc: + title: 'garba.org: Kubernetes Pod Life Cycle Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/cheat-sheets/buildah-cheat-sheet: + title: 'developers.redhat.com: Buildah Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://iximiuz.com/en/posts/prometheus-vector-matching: + title: 'iximiuz.com: Prometheus Cheat Sheet - How to Join Multiple Metrics (Vector + Matching) 🌟' + year: N/A + stars: 0 + description: '' +https://iximiuz.com/en/posts/prometheus-functions-agg-over-time: + title: 'iximiuz.com: Prometheus Cheat Sheet - Moving Average, Max, Min, etc (Aggregation + Over Time)' + year: N/A + stars: 0 + description: '' +https://gist.github.com/tuannvm/4e1bcc993f683ee275ed36e67c30ac49: + title: Helm Cheat Sheet + year: N/A + stars: 0 + description: '' +https://faun.pub/helm-command-cheat-sheet-by-m-sharma-488706ecf131: + title: 'faun.pub: Helm Command Cheat Sheet | By M. Sharma' + year: N/A + stars: 0 + description: '' +http://maven.apache.org/guides/MavenQuickReferenceCard.pdf: + title: 'maven.apache.org: Maven Quick Reference Card' + year: N/A + stars: 0 + description: '' +https://www.jrebel.com/blog/maven-cheat-sheet: + title: jrebel.com/blog/maven-cheat-sheet + year: N/A + stars: 0 + description: '' +https://medium.com/@TimvanBaarsen/maven-cheat-sheet-45942d8c0b86: + title: medium 1 + year: N/A + stars: 0 + description: '' +https://www.journaldev.com/33645/maven-commands-options-cheat-sheet: + title: journaldev.com + year: N/A + stars: 0 + description: '' +https://www.cheatography.com/mikesac/cheat-sheets/maven: + title: cheatography.com + year: N/A + stars: 0 + description: '' +https://www.javaguides.net/2018/06/maven-cheat-sheet.html: + title: javaguides.net + year: N/A + stars: 0 + description: '' +https://www.bogotobogo.com/Java/tutorials/Spring-Boot/Maven-mvn-command-cheat-sheet.php: + title: bogotobogo.com + year: N/A + stars: 0 + description: '' +https://lzone.de/cheat-sheet/Maven: + title: lzone.de/cheat-sheet/Maven + year: N/A + stars: 0 + description: '' +https://gist.github.com/michaellihs/b08c89581ec597fa198cf74e2239f4a6: + title: gist.github.com/michaellihs (jenkins pipeline) + year: N/A + stars: 0 + description: '' +https://confluence.sakaiproject.org/display/REL/Maven+release+plugin+cheat+sheet: + title: confluence.sakaiproject.org + year: N/A + stars: 0 + description: '' +https://www.polyglotdeveloper.com/cheatsheet/2015-01-08-Gradle-cheatsheet: + title: 'polyglotdeveloper.com: Gradle Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://eta-lang.org/docs/cheatsheets/gradle-cheatsheet: + title: 'eta-lang.org: Gradle Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://mingliang.me/blog/gradle-cheatsheet: + title: 'mingliang.me: Gradle Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://www.rratliff.com/gradle-cheat-sheet: + title: 'rratliff.com: Gradle Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://gist.github.com/jahe/59557d507f43574b0d96: + title: 'github.com/jahe: Gradle Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://gist.github.com/jiffle/499caa5f53ab8f90dc19a3040ee40f48: + title: 'github.com/jiffle: Gradle Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/cheat-sheets/microprofile-jwt: + title: 'developers.redhat.com: MicroProfile JWT (JSON Web Tokens)' + year: N/A + stars: 0 + description: '' +https://www.edureka.co/blog/cheatsheets/jenkins-cheat-sheet: + title: 'edureka.co: Jenkins Cheat Sheet 🌟' + year: N/A + stars: 0 + description: '' +https://miro.medium.com/max/1400/1*5tZVl-tqZwSoxH97v4u45w.png: + title: Jenkins Cheat Sheet + year: N/A + stars: 0 + description: '' +https://medium.com/edureka/jenkins-cheat-sheet-e0f7e25558a3: + title: 'medium: Jenkins Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://cheatography.com/funthomas424242/cheat-sheets/jenkins: + title: 'cheatography.com: Jenkins Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/tutorial/devops-tutorial/jenkins-cheat-sheet: + title: 'intellipaat.com: Jenkins Cheat Sheet 🌟' + year: N/A + stars: 0 + description: '' +https://balajisblog.com/cheatsheet-for-bitbucket-pipelines: + title: 'balajisblog.com: Cheatsheet for Bitbucket Pipelines' + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/getting-started-with-apache-jmeter?chapter=1: + title: 'Dzone Refcard: Getting Started with Apache JMeter' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/the-groovy-templates-cheat-sheet-for-jmeter: + title: Groovy Templates Cheat Sheet for JMeter + year: N/A + stars: 0 + description: '' +http://blog.extremehacking.org/blog/2015/11/09/jmeter-web-application-testing-cheatsheet: + title: JMeter Web Application Testing Cheatsheet + year: N/A + stars: 0 + description: '' +https://hellotestworld.com/2016/02/02/cheatsheet-for-jmeter-__time-function-calls: + title: CheatSheet for JMeter __time Function Calls + year: N/A + stars: 0 + description: '' +https://martkos-it.co.uk/our-work/jmeter-testing-cheat-sheet-ng5zm-97y43-af8tj: + title: 'martkos-it.co.uk: JMeter Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://martkos-it.co.uk/s/jmeter-testing-cheat-sheet-v10.pdf: + title: jmeter-testing-cheat-sheet-v10.pdf + year: N/A + stars: 0 + description: '' +http://performanceoptimize.blogspot.com/2017/04/RegularExpressionCheatSheet.html: + title: Cheat Sheet for Regular Expression in Jmeter + year: N/A + stars: 0 + description: '' +https://lordofthejars.github.io/quarkus-cheat-sheet: + title: Quarkus Cheat-Sheet + year: N/A + stars: 0 + description: '' +https://www.markdownguide.org: + title: markdownguide.org + year: N/A + stars: 0 + description: '' +https://www.markdownguide.org/cheat-sheet: + title: Markdown Cheat Sheet 1 + year: N/A + stars: 0 + description: '' +https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf: + title: 'guides.github.com: Markdown Cheat Sheet 2' + year: N/A + stars: 0 + description: '' +https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet: + title: Markdown Cheat Sheet 4 + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/markdown-cheat-sheet: + title: 'freecodecamp.org: Markdown Cheat Sheet – How to Write in Markdown with Examples' + year: N/A + stars: 0 + description: '' +https://codingharbour.com/kafkacat-cheatsheet: + title: 'codingharbour.com: kafkacat cheatsheet' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/kafka-cli-commands-1a135a4ae1bd: + title: 'betterprogramming.pub: 15 Kafka CLI Commands For Everyday Programming' + year: N/A + stars: 0 + description: '' +https://developers.google.com/machine-learning/glossary: + title: Machine Learning Glossary + year: N/A + stars: 0 + description: '' +https://opensource.com/downloads/javascript-cheat-sheet: + title: 'opensource.com: JavaScript cheat sheet' + year: N/A + stars: 0 + description: '' +https://github.com/typescript-cheatsheets/react: + title: React+TypeScript Cheatsheets + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/learn/paths/build-javascript-applications-typescript: + title: 'docs.microsoft.com: Build JavaScript applications using TypeScript' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/nestjs-microservices-with-grpc-api-gateway-and-authentication-part-1-2-650009c03686: + title: 'levelup.gitconnected.com: NestJS: Microservices with gRPC, API Gateway, + and Authentication β€” Part 1/2' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/how-typescript-interfaces-work: + title: 'freecodecamp.org: How TypeScript Interfaces Work – Explained with Examples' + year: N/A + stars: 0 + description: '' +https://opensource.com/downloads/jupyterlab-cheat-sheet: + title: 'opensource.com: JupyterLab cheat sheet' + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/tutorial/sql-tutorial/sql-commands-cheat-sheet: + title: 'intellipaat.com: SQL Commands Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://www.sqltutorial.org/sql-cheat-sheet: + title: 'sqltutorial.org: SQL Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://github.com/enochtangg/quick-SQL-cheatsheet: + title: 'github.com/enochtangg/quick-SQL-cheatsheet: Quick SQL Cheatsheet 🌟' + year: N/A + stars: 0 + description: '' +https://hackr.io/blog/sql-commands: + title: 'hackr.io: SQL Commands Tutorial: DDL, DML, TCL and DQL Commands' + year: N/A + stars: 0 + description: '' +https://github.com/swapnakpanda/Infographics/blob/main/Cheat%20Sheet/Database/SQL_CheatSheet.png: + title: '==github.com/swapnakpanda: SQL_CheatSheet.png==' + year: N/A + stars: 0 + description: '' +https://helpercodes.com/sql-query-cheatsheet-tutorial: + title: TSQL and SQL Queries Cheat Sheet + year: N/A + stars: 0 + description: '' +https://dev.to/navneet7716/optimizing-sql-queries-h9j: + title: 'dev.to: Optimizing SQL Queries by 23x!!!' + year: N/A + stars: 0 + description: '' +https://postgrescheatsheet.com: + title: postgrescheatsheet.com + year: N/A + stars: 0 + description: '' +https://www.datadoghq.com/resources/datadog-postgresql-cheatsheet: + title: 'datadoghq.com: PostgreSQL Cheatsheet' + year: N/A + stars: 0 + description: '' +https://opensource.com/downloads/mariadb-mysql-cheat-sheet: + title: 'opensource.com: MariaDB and mySQL cheat sheet' + year: N/A + stars: 0 + description: '' +https://developer.mongodb.com/quickstart/cheat-sheet: + title: 'developer.mongodb.com: MongoDB Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/tutorial/python-tutorial/python-cheat-sheet-basics: + title: 'intellipaat.com: Python Cheat Sheet Basics' + year: N/A + stars: 0 + description: '' +https://websitesetup.org/python-cheat-sheet: + title: 'websitesetup.org: Python Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://python.plainenglish.io/ultimate-python-cheat-sheet-f2930e08669c: + title: 'python.plainenglish.io: The Ultimate Python Cheat Sheet | Muhammad Umair' + year: N/A + stars: 0 + description: '' +https://github.com/ekramasif/Basic-Machine-Learning/blob/main/Extraa/PythonCheatSheet.ipynb: + title: 'github.com/ekramasif: Basic Machine Learning - Python Cheatsheet' + year: N/A + stars: 0 + description: '' +https://devhints.io/go: + title: 'devhints.io/go: Go cheatsheet' + year: N/A + stars: 0 + description: '' +https://github.com/a8m/golang-cheat-sheet: + title: 'github.com: golang-cheat-sheet' + year: N/A + stars: 0 + description: '' +https://simplecheatsheet.com/tag/golang-cheat-sheet: + title: simplecheatsheet.com/tag/golang-cheat-sheet + year: N/A + stars: 0 + description: '' +https://github.com/goldbergyoni/nodebestpractices/blob/spanish-translation/README.spanish.md: + title: NodeJS Best Practices (Spanish Translation) + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/cheat-sheets/nodejs-cheat-sheet: + title: 'developers.redhat.com: Node.js Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://hackingcpp.com/cpp/cheat_sheets.html: + title: 'hackingcpp.com: C++ Cheat Sheets' + year: N/A + stars: 0 + description: '' +https://dev.to/razgandeanu/selenium-cheat-sheet-9lc: + title: 'dev.to: Selenium Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/selenium-python-cheat-sheet: + title: 'lambdatest.com: The Ultimate Selenium Python Cheat Sheet for Test Automation' + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/tutorial/selenium-tutorial/selenium-cheat-sheet: + title: 'intellipaat.com: Selenium Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/tutorial/rpa-tutorial/rpa-cheat-sheet: + title: 'intellipaat.com: RPA Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://www.kdnuggets.com/2022/02/complete-collection-data-science-cheat-sheets-part-1.html: + title: 'kdnuggets.com: The Complete Collection of Data Science Cheat Sheets – Part + 1' + year: N/A + stars: 0 + description: '' +https://www.kdnuggets.com/2022/02/complete-collection-data-science-cheat-sheets-part-2.html: + title: 'kdnuggets.com: The Complete Collection of Data Science Cheat Sheets – Part + 2' + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/scrum: + title: 'dzone: Scrum refcard' + year: N/A + stars: 0 + description: '' +https://teamhood.com/agile/scrum-cheat-sheet: + title: 'teamhood.com: scrum cheat sheet' + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/kubernetes: + title: Jenkins Kubernetes Plugin + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/kubernetes-cd: + title: Kubernetes Continuous Deploy + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/openshift-pipeline: + title: openshift-pipeline + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/openshift-sync: + title: openshift-sync + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/openshift-client: + title: openshift-client + year: N/A + stars: 0 + description: '' +https://docs.gitlab.com/ee/user/clusters/agent: + title: GitLab Kubernetes Agent + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/releases/2021/04/22/gitlab-13-11-released: + title: GitLab Kubernetes Agent available on GitLab.com + year: N/A + stars: 0 + description: '' +https://newsletter.francofernando.com/p/the-12-factor-app-an-updated-guide: + title: 'The 12-Factor App: An Updated Guide' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/18/8/what-cicd: + title: 'opensource.com: What is CI/CD?' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/DevOps: + title: 'Wikipedia.org: DevOps' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Continuous_integration: + title: 'Wikipedia.org: Continuous Integration' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Continuous_delivery: + title: 'Wikipedia.org: Continuous Delivery' + year: N/A + stars: 0 + description: '' +https://martinfowler.com/articles/originalContinuousIntegration.html: + title: 'martinfowler.com: Continuous Integration (original version)' + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/continuous-integration-servers: + title: 'DZone: Continuous Integration: Servers and Tools' + year: N/A + stars: 0 + description: '' +https://sdtimes.com/devops/ci-cd-pipelines-are-expanding: + title: 'sdtimes.com: CI/CD pipelines are expanding 🌟' + year: N/A + stars: 0 + description: '' +https://www.devopsonline.co.uk/chatops-devops-scrumops-and-5-other-ops-religions: + title: 'devopsonline.co.uk: ChatOps, DevOps, ScrumOps and 5 Other Ops religions' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/19/4/devops-pipeline: + title: 'opensource.com: A beginner''s guide to building DevOps pipelines with open + source tools' + year: N/A + stars: 0 + description: '' +https://info.acloud.guru/resources/brazeal-how-your-org-predicts-your-ci/cd-pipeline: + title: 'acloud.guru: How youtr org predicts your CI/CD pipeline' + year: N/A + stars: 0 + description: '' +https://dev.to/semaphore/ci-cd-continuous-integration-delivery-explained-75l: + title: 'dev.to: CI/CD Continuous Integration & Delivery Explained 🌟🌟' + year: N/A + stars: 0 + description: '' +https://www.mindtheproduct.com/what-the-hell-are-ci-cd-and-devops-a-cheatsheet-for-the-rest-of-us: + title: 'mindtheproduct.com: The Product Managers’ Guide to Continuous Delivery and + DevOps 🌟🌟' + year: N/A + stars: 0 + description: '' +https://tech.buzzfeed.com/continuous-deployments-at-buzzfeed-d171f76c1ac4: + title: 'tech.buzzfeed.com: Continuous Deployments at BuzzFeed' + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/continuous-delivery-patterns: + title: 'Dzone refcard: Continuous Delivery - Patterns and Anti-Patterns in the Software + Lifecycle 🌟' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3271126/what-is-cicd-continuous-integration-and-continuous-delivery-explained.html: + title: 'infoworld.com: What is CI/CD? Continuous integration and continuous delivery + explained' + year: N/A + stars: 0 + description: '' +https://devops.com/how-to-implement-an-effective-ci-cd-pipeline: + title: 'devops.com: How to Implement an Effective CI/CD Pipeline' + year: N/A + stars: 0 + description: '' +https://www.ammeon.com/5-tips-for-building-ci-cd-pipeline: + title: 'ammeon.com: 5 Tips For Building A CI/CD Pipeline' + year: N/A + stars: 0 + description: '' +https://medium.com/faun/what-is-ci-cd-pipeline-in-devops-6fba17a76e73: + title: 'medium: What is CI/CD Pipeline in DevOps? 🌟🌟' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/builders-library/automating-safe-hands-off-deployments: + title: 'aws.amazon.com: Automating safe, hands-off deployments 🌟🌟' + year: N/A + stars: 0 + description: '' +? https://www.techuz.com/blog/what-is-ci-cd-an-introduction-to-continuous-integration-continuous-deployment-and-ci-cd-pipeline +: title: 'techuz.com: What is CI/CD? An Introduction to Continuous Integration, Continuous + Deployment and CI/CD Pipeline' + year: N/A + stars: 0 + description: '' +https://kodekloud.com/what-is-ci-cd-pipeline-in-devops: + title: 'kodekloud.com: What is CI/CD Pipeline in DevOps' + year: N/A + stars: 0 + description: '' +https://medium.com/@sanjayaben/how-to-build-an-efficient-ci-cd-pipeline-b5738ad567c8: + title: 'medium: How to build an efficient CI/CD pipeline 🌟🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/09/03/the-present-and-future-of-ci-cd-with-gitops-on-red-hat-openshift: + title: 'developers.redhat.com: The present and future of CI/CD with GitOps on Red + Hat OpenShift' + year: N/A + stars: 0 + description: '' +https://blog.bitsrc.io/ci-cd-best-practices-bca0ef665677: + title: CI/CD Best Practices 🌟 + year: N/A + stars: 0 + description: '' +https://harness.io/2020/10/what-is-cicd-platform-why-should-i-care: + title: 'harness.io: What is a CI/CD Platform and why should I care? 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/3-ways-to-use-automation-in-ci-cd-pipelines: + title: 'harness.io: 3 Ways to Use Automation in CI/CD Pipelines' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/tips-creating-successful-cicd-pipeline: + title: 'cloudbees.com: 7 Tips for Creating A Successful CI/CD Pipeline 🌟' + year: N/A + stars: 0 + description: '' +https://javi-kata.medium.com/ci-cd-the-journey-of-a-dummy-team-f51a061684bc: + title: 'javi-kata.medium.com: CI/CD the journey of a dummy team 🌟' + year: N/A + stars: 0 + description: '' +https://thinkinglabs.io/talks/feature-branching-considered-evil.html: + title: 'thinkinglabs.io: Feature Branching considered evil 🌟' + year: N/A + stars: 0 + description: '' +https://www.tripwire.com/state-of-security/devops/everything-need-to-know-about-ci-cd-security: + title: 'tripwire.com: Everything You Need to Know About CI/CD and Security' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/continuous-delivery/ci-cd-pipeline: + title: 'harness.io: CI/CD Pipeline: Everything You Need to Know 🌟' + year: N/A + stars: 0 + description: '' +https://stackoverflow.blog/2021/01/19/fulfilling-the-promise-of-ci-cd: + title: 'stackoverflow.blog: Fulfilling the promise of CI/CD 🌟' + year: N/A + stars: 0 + description: '' +https://circleci.com/blog/top-5-ci-cd-best-practices: + title: Top 5 CI/CD best practices for 2021 🌟 + year: N/A + stars: 0 + description: '' +https://harness.io/blog/continuous-integration/what-is-continuous-integration: + title: 'harness.io: What is Continuous Integration? 🌟' + year: N/A + stars: 0 + description: '' +https://cd.foundation/blog/2021/02/01/trends-that-will-define-ci-cd-in-2021: + title: 'cd.foundation: 2021 Technology Trends and Predictions' + year: N/A + stars: 0 + description: '' +https://www.opsmx.com/blog/what-is-a-ci-cd-pipeline: + title: 'opsmx.com: What is a CI/CD Pipeline ?' + year: N/A + stars: 0 + description: '' +https://continuousdelivery.com/implementing/patterns: + title: 'continuousdelivery.com: Patterns 🌟' + year: N/A + stars: 0 + description: '' +https://devops.com/7-popular-open-source-ci-cd-tools: + title: 'devops.com: 7 Popular Open Source CI/CD Tools' + year: N/A + stars: 0 + description: '' +https://testguild.com/podcast/automation/a345-mohamed: + title: 'testguild.com: Pipeline as Code with Mohamed Labouardy' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/devops/software-development-life-cycle: + title: 'harness.io: Understanding the Phases of the Software Development Life Cycle' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/ci-cd-pipeline: + title: 'cloudbees.com: Key Components of a CI/CD Pipeline' + year: N/A + stars: 0 + description: '' +https://blog.thundra.io/why-a-ci/cd-pipeline-makes-good-business-sense: + title: 'blog.thundra.io: Why a CI/CD Pipeline Makes Good Business Sense' + year: N/A + stars: 0 + description: '' +https://jfrog.com/blog/cloud-native-ci-cd-the-ultimate-checklist: + title: 'jfrog.com: Cloud Native CI/CD: The Ultimate Checklist' + year: N/A + stars: 0 + description: '' +https://jfrog.com/blog/how-to-accelerate-software-delivery-with-hybrid-cloud-ci-cd: + title: 'jfrog.com: How to Accelerate Software Delivery with Hybrid Cloud CI/CD (e-commerce) + 🌟' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/continuous-integration/streamlining-ci-cd: + title: 'harness.io: Streamlining CI/CD and Optimizing AWS Cloud Spend' + year: N/A + stars: 0 + description: '' +https://sdtimes.com/cicd/the-state-of-ci-cd: + title: 'sdtimes.com: The State of CI/CD' + year: N/A + stars: 0 + description: '' +https://www.javacodegeeks.com/2021/08/the-case-against-ci-cd.html: + title: 'javacodegeeks.com: The Case Against CI/CD' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/improve-dev-experience-to-maximize-the-business-value-of-cd: + title: 'thenewstack.io: Improve Dev Experience to Maximize the Business Value of + CD' + year: N/A + stars: 0 + description: '' +https://community.dataminer.services/ci-cd-and-the-agile-principles: + title: 'community.dataminer.services: CI/CD and the Agile Principles' + year: N/A + stars: 0 + description: '' +https://medium.com/codezero-reflections/automated-build-and-deploy-pipelines-for-kubernetes-d268542cca52: + title: 'medium: Automated Build and Deploy Pipelines for Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/codezero-reflections/next-generation-kubernetes-deployments-12637eae9d68: + title: 'medium: Next Generation Kubernetes Deployments' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/basics-of-ci-cd-a98340c60b04: + title: '==levelup.gitconnected.com: Basics of CI/CD==' + year: N/A + stars: 0 + description: '' +https://www.techrepublic.com/article/how-to-choose-the-right-cicd-platform: + title: 'techrepublic.com: CI/CD platforms: How to choose the right continuous integration + and delivery system for your business' + year: N/A + stars: 0 + description: '' +https://stackoverflow.blog/2021/12/20/fulfilling-the-promise-of-ci-cd: + title: '==stackoverflow.blog: Fulfilling the promise of CI/CD==' + year: N/A + stars: 0 + description: '' +https://speakerdeck.com/devopslx/cd-and-optimized-cloud-spend?slide=12: + title: '==speakerdeck.com: Deployment Scripting != Continuous Delivery==' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/cicd-pipeline-challenges: + title: 'lambdatest.com: Top 10 CI/CD Pipeline Implementation Challenges And Solutions' + year: N/A + stars: 0 + description: '' +https://www.devopsdigest.com/cicd-deployments-how-to-expedite-across-a-kubernetes-environment-with-devops-orchestration: + title: 'devopsdigest.com: CI/CD Deployments: How to Expedite Across a Kubernetes + Environment With DevOps Orchestration' + year: N/A + stars: 0 + description: '' +https://medium.com/softwareimprovementgroup/ci-cd-best-practices-how-to-set-up-your-pipeline-4643eea14bfa: + title: 'medium.com/softwareimprovementgroup: CI/CD best practices: How to set up + your pipeline' + year: N/A + stars: 0 + description: '' +? https://medium.com/dynatrace-engineering/how-to-combine-and-automate-infrastructure-and-application-deployment-in-a-microservice-environment-a16b664bb8b5 +: title: 'medium.com/dynatrace-engineering: How to combine and automate infrastructure + and application deployment in a microservice environment' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/four-best-practices-to-drive-successful-adoption-of-ci-cd: + title: 'thenewstack.io: 4 Best Practices to Drive Successful Adoption of CI/CD' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2022/02/03/how-to-keep-up-with-ci-cd-best-practices: + title: 'about.gitlab.com: How to keep up with CI/CD best practices' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/software-delivery-best-practices: + title: 'harness.io: Modern Software Delivery Best Practices & Software Delivery + Management' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/enabling-cicd-boost-devops-pavan-belagatti: + title: 'linkedin pulse: Enabling CI/CD to Boost DevOps | Pavan Belagatti' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2022/04/13/how-to-learn-ci-cd-fast: + title: 'about.gitlab.com: How to learn CI/CD fast' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/are-monolith-ci-cd-pipelines-killing-quality-in-your-software: + title: 'thenewstack.io: Are Monolith CI/CD Pipelines Killing Quality in Your Software?' + year: N/A + stars: 0 + description: '' +https://www.clickittech.com/devops/ci-cd-best-practices: + title: 'clickittech.com: CI/CD Best Practices: Top 10 Practices for Financial Services' + year: N/A + stars: 0 + description: '' +https://medium.com/@rifkikarimr/continuous-integration-and-continuous-deployment-best-practices-for-devops-b99eac071a5c: + title: 'medium.com/@rifkikarimr: Continuous Integration and Continuous Deployment: + Best Practices for DevOps 🌟' + year: N/A + stars: 0 + description: '' +https://www.guru99.com/ci-cd-pipeline.html: + title: '==guru99.com: CI/CD Pipeline: Learn with Example== 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/how-to-build-an-effective-cicd-pipeline: + title: '==dzone.com: How To Build an Effective CI/CD Pipeline==' + year: N/A + stars: 0 + description: '' +https://www.groundcover.com/blog/ci-cd-kubernetes: + title: 'groundcover.com: Cloud-native CI/CD? Yeah, that’s a thing 🌟' + year: N/A + stars: 0 + description: '' +https://spacelift.io/blog/kubernetes-ci-cd: + title: '==spacelift.io: Kubernetes CI/CD Pipelines – 7 Best Practices and Tools + | James Walker== 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/embracing-database-deployments-in-ci-cd-practices-with-git: + title: 'thenewstack.io: Embracing Database Deployments in CI/CD Practices with Git' + year: N/A + stars: 0 + description: '' +https://hart-michael.medium.com/why-you-need-continuous-deployment-93d7b5936523: + title: 'hart-michael.medium.com: Why You Need Continuous Deployment' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/blog/AzureDevCommunityBlog/enhancing-infrastructure-as-code-generation-with-github-copilot-for-azure/4388514 +: title: Enhancing Infrastructure as Code Generation with GitHub Copilot for Azure + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/automating-kubernetes-deployments-with-helm-charts-baaec0e6fbc5: + title: Automating Kubernetes Deployments with Helm Charts + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/an-overview-of-cicd-pipelines-with-kubernetes: + title: '==dzone.com: An Overview of CI/CD Pipelines With Kubernetes==' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-ci-cd-pipelines-explained: + title: '==thenewstack.io: Kubernetes CI/CD Pipelines Explained==' + year: N/A + stars: 0 + description: '' +https://betanews.com/2022/01/26/overcoming-observability-challenges: + title: '==betanews.com: Overcoming observability challenges in the CI/CD Pipeline==' + year: N/A + stars: 0 + description: '' +https://chrisarcand.com/purposeful-commits: + title: Purposeful Commits + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2019/07/08/10-tips-for-reviewing-code-you-dont-like: + title: 'developers.redhat.com: 10 tips for reviewing code you don''t like' + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/devops/update-to-ado-allowed-ip-addresses: + title: Update to Azure DevOps Allowed IP Addresses + year: N/A + stars: 0 + description: '' +https://thenewstack.io/ci-checks-are-not-enough-combat-configuration-drift-in-kubernetes-resources: + title: 'CI Checks Are Not Enough: Combat Configuration Drift in Kubernetes Resources' + year: N/A + stars: 0 + description: '' +https://devops.com/8-security-considerations-for-ci-cd: + title: 'devops.com: 8 Security Considerations for CI/CD' + year: N/A + stars: 0 + description: '' +https://www.split.io/glossary/progressive-delivery: + title: 'split.io: Progressive Delivery' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/feature-flags/progressive-delivery: + title: 'harness.io: Progressive Delivery: Everything You Need to Know' + year: N/A + stars: 0 + description: '' +https://www.weave.works/blog/progressively-delivering-applications-across-cloud-and-on-premise: + title: 'weave.works: Progressively Delivering Applications Across Cloud and On-Premise. + Using Kuma & GitOps to implement canary releasing' + year: N/A + stars: 0 + description: '' +https://blog.container-solutions.com/deployment-strategies: + title: 'blog.container-solutions.com: Deployment Strategies 🌟' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/continuous-verification/blue-green-canary-deployment-strategies: + title: 'harness.io: Intro to Deployment Strategies: Blue-Green, Canary, and More + 🌟' + year: N/A + stars: 0 + description: '' +? https://medium.com/@denniszielke/continuous-kubernetes-blue-green-deployments-on-azure-using-nginx-appgateway-or-trafficmanager-4490bce29cb +: title: 'medium: Continuous Kubernetes blue-green deployments on Azure using Nginx, + AppGateway or TrafficManager β€” part 2' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/blue-green-with-canary-deployment-a-novel-approach-2cee77ff564d: + title: 'gitconnected.com: Blue-Green with Canary Deployment β€” A Novel approach' + year: N/A + stars: 0 + description: '' +https://semaphoreci.com/blog/continuous-blue-green-deployments-with-kubernetes: + title: 'semaphoreci.com: Continuous Blue-Green Deployments With Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://cd.foundation/blog/2021/03/24/intro-to-deployment-strategies-blue-green-canary-and-more: + title: 'cd.foundation: Intro to Deployment Strategies: Blue-Green, Canary, and More + 🌟' + year: N/A + stars: 0 + description: '' +https://www.opsmx.com/blog/blue-green-deployment: + title: 'opsmx.com: What is Blue Green Deployment ?' + year: N/A + stars: 0 + description: '' +https://devopslearners.com/blue-green-vs-canary-deployment-76436d7f6bc1: + title: 'devopslearners.com: Blue-Green vs Canary Deployment' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=aU-EtdEOdlM: + title: 'youtube: Kubernetes Deployment Strategies | DevOps FAQ | DevOps DevOps Interview + Q&A ' + year: N/A + stars: 0 + description: '' +https://deniscooper.co.uk/azure-devops-terraform-pipeline: + title: Azure DevOps Terraform Pipeline (Complete Guide + YAML Examples) + year: N/A + stars: 0 + description: '' +https://harness.io/blog/devops/deployment-pipeline-patterns: + title: 'harness.io: Pipeline Patterns for CI/CD Pipelines 🌟' + year: N/A + stars: 0 + description: '' +https://noodlemctwoodle.medium.com/automating-microsoft-sentinel-deployment-with-azure-devops-ci-cd-2d4ae0c4e254: + title: Automating Microsoft Sentinel Deployment with Azure DevOps CI/CD + year: N/A + stars: 0 + description: '' +https://azure.github.io/Azure-Landing-Zones/accelerator: + title: Azure Landing Zone IaC Accelerator + year: N/A + stars: 0 + description: '' +https://blog.sonatype.com/achieving-ci/cd-with-kubernetes: + title: 'blog.sonatype.com: Achieving CI and CD With Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://devtron.ai: + title: 'Devtron Labs: Devtron provides a ''seamless,’ ''implementation agnostic + uniform interface'' across Kubernetes Life Cycle integrated with most Opensource + and commercial tools' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/7-features-that-make-kubernetes-ideal-for-ci-cd: + title: 'thenewstack.io: 7 features that make kubernetes ideal for CI/CD' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/ebooks/kubernetes/ci-cd-with-kubernetes: + title: 'thenewstack.io: CI/CD with kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/kubernetes-ci-cd-best-practices: + title: 'harness.io: Kubernetes CI/CD Best Practices' + year: N/A + stars: 0 + description: '' +https://docs.cloudposse.com/components/library/aws/runs-on: + title: 'Cloud Posse runs-on: GitHub Actions Self-Hosted Runners' + year: N/A + stars: 0 + description: '' +https://www.returngis.net/2025/02/como-instalar-java-23-en-una-pipeline-de-azure-devops: + title: Install Java 23 in an Azure DevOps Pipeline + year: N/A + stars: 0 + description: '' +https://mediatemple.net/blog/cloud-hosting/cicd-workflows-aws-3-use-cases: + title: 'mediatemple.net: Cloud-Native CI/CD Workflows in AWS: 3 Use Cases' + year: N/A + stars: 0 + description: '' +https://www.trek10.com/blog/pragmatic-enterprise-cicd: + title: 'trek10.com: Enterprise CI/CD on AWS: a pragmatic approach' + year: N/A + stars: 0 + description: '' +https://jfrog.com/whitepaper/gigaom-radar-for-enterprise-ci-cd: + title: GigaOm's Radar for Enterprise CI/CD 🌟 + year: N/A + stars: 0 + description: '' +https://t.co/UmacHpStqI: + title: Terraform Enterprise 2.0 + year: N/A + stars: 0 + description: '' +https://github.com/antonbabenko/terraform-skill: + title: Terraform & OpenTofu Skill for AI Agents + year: N/A + stars: 0 + description: '' +https://t.co/qXtIPX5eF6: + title: Buildbot + year: N/A + stars: 0 + description: '' +https://www.pmease.com: + title: PMEase QuickBuild + year: N/A + stars: 0 + description: '' +https://github.com/stan-smith/FossFLOW: + title: FossFLOW + year: N/A + stars: 0 + description: '' +https://canine.sh: + title: 'Canine: A Developer-friendly PaaS for Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/microsoft/azure-devops-mcp: + title: Azure DevOps MCP Server + year: N/A + stars: 0 + description: '' +? https://www.linkedin.com/pulse/infracost-terraform-prs-making-cost-awareness-martin-jackson-a6sge?utm_source=share&utm_medium=member_android&utm_campaign=share_via +: title: 'InfraCost + Terraform PRs: Making Cost Awareness Effortless' + year: N/A + stars: 0 + description: '' +https://skundunotes.com/2025/01/22/automate-terraform-testing-with-azure-devops-pipelines: + title: Automate Terraform Testing with Azure DevOps Pipelines + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/blog/2023/10/31/marc-s-napkin-upgrade-guide: + title: Back of the Napkin Guide to Updating Jenkins + year: N/A + stars: 0 + description: '' +https://github.com/techpivot/terraform-module-releaser: + title: Terraform Module Releaser GitHub Action + year: N/A + stars: 0 + description: '' +https://github.com/termkit/gama: + title: 'Gama: Terminal UI for GitHub Actions' + year: N/A + stars: 0 + description: '' +https://www.returngis.net/2025/02/dependabot-updates-en-azure-devops: + title: Dependabot Version Updates in Azure DevOps + year: N/A + stars: 0 + description: '' +https://github.com/mxschmitt/action-tmate: + title: 'action-tmate: Debug GitHub Actions via SSH' + year: N/A + stars: 0 + description: '' +https://www.plutora.com/ci-cd-tools/artifacts-management-tools: + title: 'plutora.com: Artifacts management tools' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/cicd-tools-to-know-2021: + title: 'cloudbees.com: Continuous Delivery Tools: The 5 You Absolutely Need to Know + in 2021' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/devops-cicd-tools-to-watch-out-for-in-2022: + title: 'dzone: DevOps: CI/CD Tools to Watch Out for in 2022' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/when-should-you-self-host-ci-tools-330fc38d2a6: + title: 'betterprogramming.pub: When Should You Self-Host CI Tools? | William Anderson' + year: N/A + stars: 0 + description: '' +https://github.com/cicdops/awesome-ciandcd: + title: Awesome CI/CD 🌟 + year: N/A + stars: 0 + description: '' +https://youtu.be/gnYU0jtQbug?si=dWSDPD4eXvF3dx5r: + title: 'GitBook Webinar: GitBook for Public Docs' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2018/02/22/container-terminology-practical-introduction: + title: A Practical Introduction to Container Terminology + year: N/A + stars: 0 + description: '' +https://www.inovex.de/blog/containers-docker-containerd-nabla-kata-firecracker: + title: 'inovex.de: Welcome To The Container Jungle: Docker vs. containerd vs. Nabla + vs. Kata vs. Firecracker and more! 🌟' + year: N/A + stars: 0 + description: '' +https://blog.alexellis.io/building-containers-without-docker: + title: 'blog.alexellis.io: Building containers without Docker 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/container-best-practices-what-they-are-and-why-you-should-care: + title: 'thenewstack.io: Container Best Practices: What They Are and Why You Should + Care' + year: N/A + stars: 0 + description: '' +https://www.opencontainers.org: + title: 'OCI: Open Container Initiative' + year: N/A + stars: 0 + description: '' +https://www.scrivano.org/posts/2022-10-21-the-journey-to-speed-up-oci-containers: + title: 'scrivano.org: the journey to speed up running OCI containers' + year: N/A + stars: 0 + description: '' +https://github.com/opencontainers/runc: + title: runc + year: N/A + stars: 0 + description: '' +https://github.com/containers/crun: + title: crun + year: N/A + stars: 0 + description: '' +https://github.com/containers/conmon: + title: Conmon + year: N/A + stars: 0 + description: '' +https://github.com/containerd/containerd: + title: containerd - An open and reliable container runtime + year: N/A + stars: 0 + description: '' +https://labs.iximiuz.com/tutorials/controlling-process-resources-with-cgroups: + title: Controlling Process Resources with Linux Control Groups (cgroups) + year: N/A + stars: 0 + description: '' +https://build5nines.com/what-is-podman-and-how-does-it-compare-to-docker: + title: What is Podman and How Does it Compare to Docker? + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/setup/production-environment/container-runtimes: + title: 'Kubernetes.io: Container runtimes' + year: N/A + stars: 0 + description: '' +https://www.docker.com/products/container-runtime: + title: Docker + year: N/A + stars: 0 + description: '' +https://containerd.io: + title: containerd.io + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes/frakti: + title: Frakti + year: N/A + stars: 0 + description: '' +https://cri-o.io: + title: cri-o.io + year: N/A + stars: 0 + description: '' +https://redhat.com/en/blog/why-red-hat-investing-cri-o-and-podman: + title: Why Red Hat is investing in CRI-O and Podman + year: N/A + stars: 0 + description: '' +https://podman.io: + title: Podman.io + year: N/A + stars: 0 + description: '' +https://github.com/containers/libpod: + title: 'Libpod: Library and tool for running OCI-based containers in Pods' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2018/08/29/intro-to-podman: + title: Intro to Podman + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/be-careful-when-pulling-images-short-name: + title: 'redhat.com: Be careful when pulling images by short name' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2019/02/21/podman-and-buildah-for-docker-users: + title: 'developers.redhat.com: Podman and Buildah for Docker users 🌟' + year: N/A + stars: 0 + description: '' +https://podman.io/blogs/2020/06/29/podman-v2-announce.html: + title: 'podmain.io: Announcing Podman v2' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=Za36qHbrf3g: + title: 'youtube: Getting started with Podman' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/podman-clients-macos-windows: + title: Podman remote clients for macOS and Windows + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/09/25/rootless-containers-with-podman-the-basics: + title: 'developers.redhat.com: Rootless containers with Podman: The basics' + year: N/A + stars: 0 + description: '' +https://www.tecmint.com/manage-containers-using-podman-in-rhel: + title: 'tecmint.com: How to Manage Containers Using Podman and Skopeo in RHEL 8' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/tutorial-host-a-local-podman-image-registry: + title: 'thenewstack.io: Tutorial: Host a Local Podman Image Registry 🌟' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/podman-docker-compose: + title: 'redhat.com: Using Podman and Docker Compose' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/compose-kubernetes-podman: + title: 'redhat.com: From Docker Compose to Kubernetes with Podman' + year: N/A + stars: 0 + description: '' +https://fedoramagazine.org/manage-containers-with-podman-compose: + title: 'fedoramagazine.org: Manage containers with Podman Compose' + year: N/A + stars: 0 + description: '' +https://medium.com/javarevisited/podman-getting-started-e7fc06961994: + title: 'medium: Podman: Getting Started' + year: N/A + stars: 0 + description: '' +https://oldgitops.medium.com/setting-up-podman-on-wsl2-in-windows-10-be2991c2d443: + title: 'oldgitops.medium.com: Setting up Podman on WSL2 in Windows 10 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?app=desktop&v=OcHRWaC5tvY&feature=youtu.be&ab_channel=RedHat: + title: 'youtube: Podman in Podman (Running a container within a container)' + year: N/A + stars: 0 + description: '' +https://wbhegedus.me/running-podman-on-wsl2: + title: 'wbhegedus.me: Configuring Podman for WSL2 🌟' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/replace-docker-podman-macos: + title: 'redhat.com: How to replace Docker with Podman on a Mac' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/new-podman-secrets-command: + title: 'redhat.com: Exploring the new Podman secret command 🌟' + year: N/A + stars: 0 + description: '' +? https://developers.redhat.com/blog/2021/04/22/using-podman-compose-with-microcks-a-cloud-native-api-mocking-and-testing-tool +: title: 'developers.redhat.com: Using Podman Compose with Microcks: A cloud-native + API mocking and testing tool' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/automate-podman-ansible: + title: 'redhat.com: How to automate Podman installation and deployment using Ansible + 🌟' + year: N/A + stars: 0 + description: '' +https://www.tutorialworks.com/podman-systemd: + title: 'tutorialworks.com: How to Start Containers Automatically, with Podman and + Systemd' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=15PFfjuxtvM&ab_channel=mkdev: + title: 'youtube: Podman 3 and Docker Compose - How Does the Dockerless Compose Work? + 🌟' + year: N/A + stars: 0 + description: '' +https://fedoramagazine.org/use-docker-compose-with-podman-to-orchestrate-containers-on-fedora: + title: 'fedoramagazine.org: Use Docker Compose with Podman to Orchestrate Containers + on Fedora Linux' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/7/linux-podman: + title: 'opensource.com: Run a Linux virtual machine in Podman' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/11/19/transitioning-from-docker-to-podman: + title: 'developers.redhat.com: Transitioning from Docker to Podman 🌟' + year: N/A + stars: 0 + description: '' +https://pythonspeed.com/articles/podman-buildkit: + title: 'pythonspeed.com: Using Podman with BuildKit, the better Docker image builder + 🌟' + year: N/A + stars: 0 + description: '' +https://devopscube.com/podman-tutorial-beginners: + title: 'devopscube.com: Podman Tutorial For Beginners: Step by Step Guides 🌟' + year: N/A + stars: 0 + description: '' +https://kubernetespodcast.com/episode/164-podman: + title: 'kubernetespodcast.com: Podman, with Daniel Walsh and Brent Baude' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/podman-auto-updates-rollbacks: + title: 'redhat.com: How to use auto-updates and rollbacks in Podman' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/10/podman-windows-wsl: + title: 'opensource.com: Get podman up and running on Windows using Linux' + year: N/A + stars: 0 + description: '' +http://crunchtools.com/should-i-use-docker-compose-or-podman-compose-with-podman: + title: 'crunchtools.com: Should I Use Docker Compose Or Podman Compose With Podman?' + year: N/A + stars: 0 + description: '' +https://medium.com/techbeatly/exploring-docker-alternative-podman-14674c990311: + title: 'medium.com: Exploring Docker alternative β€” Podman' + year: N/A + stars: 0 + description: '' +https://darumatic.com/blog/podman_introduction: + title: 'darumatic.com: Podman - Introduction 🌟' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/podman-play-kube-updates: + title: 'redhat.com: Build Kubernetes pods with Podman play kube' + year: N/A + stars: 0 + description: '' +https://iongion.github.io/podman-desktop-companion: + title: '==iongion.github.io: Podman Desktop Companion== 🌟' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/replace-docker-podman-mac-revisited: + title: 'redhat.com: How to replace Docker with Podman on a Mac, revisited' + year: N/A + stars: 0 + description: '' +https://www.imaginarycloud.com/blog/podman-vs-docker: + title: 'imaginarycloud.com: Podman vs Docker: What are the differences?' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/22/1/run-containers-without-sudo-podman: + title: 'opensource.com: Run containers on Linux without sudo in Podman' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/create-containers-podman-quickly: + title: 'redhat.com: Create fast, easy, and repeatable containers with Podman and + shell scripts' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/container-information-podman: + title: 'redhat.com: How to use Podman to get information about your containers' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/podman-features-1: + title: 'redhat.com: 5 Podman features to try now' + year: N/A + stars: 0 + description: '' +https://medium.com/@raghavendraguttur/podman-containers-beginners-guide-830b931e66f4: + title: 'medium.com/@raghavendraguttur: Podman Containers β€” Beginner’s Guide' + year: N/A + stars: 0 + description: '' +https://nilesh93.medium.com/replacing-docker-desktop-with-podman-and-kind-in-macos-c750581a3fda: + title: 'nilesh93.medium.com: Replacing Docker Desktop with Podman and Kind in MacOS' + year: N/A + stars: 0 + description: '' +https://dev.to/cedricclyburn/containers-without-docker-podman-buildah-and-skopeo-1eal: + title: '==dev.to: Containers without Docker (podman, buildah, and skopeo)==' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/quadlet-podman: + title: redhat.com/sysadmin/quadlet-podman + year: N/A + stars: 0 + description: '' +https://podman-desktop.io: + title: ==Podman Desktop== + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2022/10/24/podman-expands-desktop: + title: 'developers.redhat.com: Podman expands to the Desktop' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/using-container-technology-make-trusted-pipeline: + title: Build trusted pipelines/Guards with Podman containers + year: N/A + stars: 0 + description: '' +https://github.com/sherifabdlnaby/kubephp: + title: sherifabdlnaby/kubephp + year: N/A + stars: 0 + description: '' +https://iximiuz.com/en/posts/containers-making-images-better: + title: 'iximiuz.com: In Pursuit of Better Container Images: Alpine, Distroless, + Apko, Chisel, DockerSlim, oh my!' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/introducing-red-hat-universal-base-image: + title: Introducing the Red Hat Universal Base Image 🌟 + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2019/10/09/what-is-red-hat-universal-base-image: + title: What is Red Hat Universal Base Image? + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/ubi-faq: + title: RH Universal Base Image FAQ + year: N/A + stars: 0 + description: '' +https://catalog.redhat.com/software/containers/explore: + title: Red Hat Ecosystem Catalog + year: N/A + stars: 0 + description: '' +https://github.com/fatherlinux/ubi-micro: + title: 'ubi-micro: RHEL tiny images to build containers 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2021/04/13/how-to-pick-the-right-container-base-image: + title: 'developers.redhat.com: How to pick the right container base image' + year: N/A + stars: 0 + description: '' +https://github.com/ynqa/bul: + title: 'bul: Interactive TUI for Exploring Kubernetes Container Logs' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/privileged-flag-container-engines: + title: How to use the --privileged flag with container engines + year: N/A + stars: 0 + description: '' +https://itnext.io/docker-kaniko-buildah-209abdde5f94: + title: 'itnext.io: Docker, Kaniko, Buildah' + year: N/A + stars: 0 + description: '' +https://blog.kubesimplify.com/getting-started-with-ko-a-fast-container-image-builder-for-your-go-applications: + title: 'blog.kubesimplify.com: Getting started with ko: A fast container image builder + for your Go applications' + year: N/A + stars: 0 + description: '' +https://buildah.io: + title: Buildah.io + year: N/A + stars: 0 + description: '' +https://github.com/containers/buildah: + title: github.com/containers/buildah + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2021/01/11/getting-started-with-buildah: + title: 'developers.redhat.com: Getting started with Buildah' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?app=desktop&v=Fl0iLoAMdzc&ab_channel=AndrewMalkov: + title: 'youtube: How to live without Docker for developers - Part 1 | Migration + from Docker to Buildah and Podman' + year: N/A + stars: 0 + description: '' +https://github.com/containers/skopeo: + title: Skopeo + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/promoting-container-images-between-registries-with-skopeo: + title: Promoting container images between registries with skopeo + year: N/A + stars: 0 + description: '' +https://crossplane.io: + title: crossplane.io + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2019/01/upbound-crossplane: + title: Crossplane, a Universal Control Plane API for Cloud Computing + year: N/A + stars: 0 + description: '' +https://blog.crossplane.io/crossplane-openshift-operator-cloud-native-services: + title: Crossplane as an OpenShift Operator to manage and provision cloud-native + services + year: N/A + stars: 0 + description: '' +https://thenewstack.io/crossplane-a-kubernetes-control-plane-to-roll-your-own-paas: + title: 'Crossplane: A Kubernetes Control Plane to Roll Your Own PaaS' + year: N/A + stars: 0 + description: '' +https://medium.com/dzerolabs/using-crossplane-to-provision-a-kubernetes-cluster-in-google-cloud-cf5374d765ee: + title: 'medium: Using Crossplane to Provision a Kubernetes Cluster in Google Cloud' + year: N/A + stars: 0 + description: '' +https://github.com/upbound/platform-ref-multi-k8s: + title: 'upbound/platform-ref-multi-k8s: Upbound''s reference platform for multi-cloud + Kubernetes with Crossplane' + year: N/A + stars: 0 + description: '' +https://codefresh.io/about-gitops/gitops-for-infrastructure-and-applications: + title: 'codefresh.io: Using GitOps for Infrastructure and Applications With Crossplane + and Argo CD' + year: N/A + stars: 0 + description: '' +https://itnext.io/why-do-developers-find-kubernetes-hard-6532e8d6ce7f: + title: 'itnext.io: Why do developers find Kubernetes so hard?' + year: N/A + stars: 0 + description: '' +https://faun.pub/defining-infrastructure-declaratively-with-crossplane-eb9e0a98ae38: + title: 'faun.pub: Defining Infrastructure Declaratively with Crossplane' + year: N/A + stars: 0 + description: '' +https://itnext.io/gitopsify-cloud-infrastructure-with-crossplane-and-flux-d605d3043452: + title: 'itnext.io: GitOpsify Cloud Infrastructure with Crossplane and Flux' + year: N/A + stars: 0 + description: '' +https://symphony.is/blog/crossplane---the-new-kid-in-town-: + title: 'symphony.is: Crossplane - The New Kid in Town' + year: N/A + stars: 0 + description: '' +https://docs.google.com/presentation/d/1IZXCiQl_NUawHMvKJANCG2_LIBZseUpY-XyPjlghj9E/edit: + title: 'Presentation: YAML your cloud' + year: N/A + stars: 0 + description: '' +https://github.com/askmeegs/yaml-your-cloud: + title: askmeegs/yaml-your-cloud + year: N/A + stars: 0 + description: '' +https://www.crunchydata.com: + title: crunchydata.com + year: N/A + stars: 0 + description: '' +https://learn.crunchydata.com: + title: learn.crunchydata.com 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/CrunchyData: + title: github.com/CrunchyData + year: N/A + stars: 0 + description: '' +https://github.com/CrunchyData/postgres-operator: + title: github.com/CrunchyData/postgres-operator + year: N/A + stars: 0 + description: '' +https://access.crunchydata.com/documentation/crunchy-postgres-containers/latest: + title: 'Documentation: Crunchy Data Container Suite 🌟' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/blog/active-active-on-kubernetes: + title: 'crunchydata blog: Deploying Active-Active PostgreSQL on Kubernetes' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/blog/crunchy-postgres-kubernetes-operator-4.0: + title: 'crunchydata blog: What''s New in Crunchy PostgreSQL Operator 4.0' + year: N/A + stars: 0 + description: '' +https://www.slideshare.net/vyruss000/deploying-postgresql-on-kubernetes: + title: 'slideshare.net: Deploying PostgreSQL on Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.slideshare.net/jkatz05/operating-postgresql-at-scale-with-kubernetes-137132067: + title: 'slideshare.net: Operating PostgreSQL at Scale with Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=HX10WWTRiTY: + title: 'Youtube: Demo of Crunchy Data Postgres Operator v1.0.0 (2017)' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=gaXlrlz7GVc: + title: 'Youtube: Crunchy PostgreSQL Operator for Kubernetes 3.4 Overview (2018)' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=X4vuktlK0Tg: + title: 'Youtube: OpenShift Meetup Tokyo #05 - Operator and Operator Lifecycle Manager + on OpenShift (2019, openshift 4.1)' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/blog/monitoring-postgresql-clusters-in-kubernetes: + title: 'info.crunchydata.com: Monitoring PostgreSQL clusters in kubernetes' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/blog/deploy-high-availability-postgresql-on-kubernetes: + title: 'info.crunchydata.com: Deploy High-Availability PostgreSQL Clusters on Kubernetes + by Example' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/blog/migrating-from-oracle-to-postgresql-questions-and-considerations: + title: 'info.crunchydata.com: Migrating from Oracle to PostgreSQL: Tips and Tricks' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/blog/schedule-postgresql-backups-and-retention-with-kubernetes: + title: 'info.crunchydata.com: Scheduled PostgreSQL Backups and Retention Policies + with Kubernetes' + year: N/A + stars: 0 + description: '' +? https://info.crunchydata.com/blog/synchronous-replication-in-the-postgresql-operator-for-kubernetes-guarding-against-transactions-loss +: title: 'info.crunchydata.com: Guard Against Transaction Loss with PostgreSQL Synchronous + Replication' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/news/crunchy-postgresql-for-kuberenetes-4.3: + title: 'info.crunchydata.com: Crunchy PostgreSQL for Kubernetes 4.3 Released' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/blog/deploy-pgadmin4-with-postgresql-on-kubernetes: + title: 'info.crunchydata.com: Deploy pgAdmin4 with PostgreSQL on Kubernetes' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/blog/multi-kubernetes-cluster-postgresql-deployments: + title: 'info.crunchydata.com: Multi-Kubernetes Cluster PostgreSQL Deployments' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/blog/d-meta: + title: 'info.crunchydata.com: Quickly Document Your Postgres Database Using psql + Meta-Commands' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/blog/fast-csv-and-json-ingestion-in-postgresql-with-copy: + title: 'info.crunchydata.com: Fast CSV and JSON Ingestion in PostgreSQL with COPY' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/blog/composite-primary-keys-postgresql-and-django: + title: 'info.crunchydata.com: Composite Primary Keys, PostgreSQL and Django' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/blog/getting-started-with-postgresql-operator-4.3-in-openshift: + title: 'info.crunchydata.com: Getting Started with PostgreSQL Operator 4.3 in OpenShift' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/blog/using-postgres-to-back-prometheus-for-your-postgresql-monitoring-1: + title: 'info.crunchydata.com: Introducing the Postgres Prometheus Adapter' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/19/2/scaling-postgresql-kubernetes-operators: + title: 'opensource.com: Scaling PostgreSQL with Kubernetes Operators 🌟' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/blog/setup-ora2pg-for-oracle-to-postgres-migration: + title: 'info.crunchydata.com: Setup ora2pg for Oracle to Postgres Migration' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/blog/pgbackrest-performing-backups-on-a-standby-cluster: + title: 'info.crunchydata.com: pgBackRest - Performing Backups on a Standby Cluster' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/advanced-kubernetes-namespace-management-with-the-postgresql-operator: + title: 'thenewstack.io: Advanced Kubernetes Namespace Management with the PostgreSQL + Operator 🌟' + year: N/A + stars: 0 + description: '' +? https://www.postgresql.org/about/news/crunchy-postgresql-operator-45-enhanced-monitoring-custom-annotations-postgresql-13-2086 +: title: 'postgresql.org: Crunchy PostgreSQL Operator 4.5: Enhanced Monitoring, Custom + Annotations, PostgreSQL 13 🌟' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/blog/setup-postgresql-monitoring-in-kubernetes: + title: 'info.crunchydata.com: How to Setup PostgreSQL Monitoring in Kubernetes' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/blog/postgresql-monitoring-for-application-developers-dba-stats: + title: 'info.crunchydata.com: PostgreSQL Monitoring for Application Developers: + The DBA Fundamentals' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=9jbR9lZuSU0: + title: 'youtube: OCB: High Availability PostgreSQL and more on OpenShift - Jonathan + Katz (Crunchy Data) 🌟' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/blog/tuning-your-postgres-database-for-high-write-loads: + title: 'info.crunchydata.com: Tuning Your Postgres Database for High Write Loads' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/blog/crunchy-postgresql-operator-with-rook-ceph-storage: + title: 'info.crunchydata.com: Using the PostgreSQL Operator with Rook Ceph Storage' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/blog/an-easy-recipe-for-creating-a-postgresql-cluster-with-docker-swarm: + title: 'info.crunchydata.com: An Easy Recipe for Creating a PostgreSQL Cluster with + Docker Swarm' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/blog/install-postgres-operator-kubernetes-on-gke-ansible: + title: 'info.crunchydata.com: Deploying the PostgreSQL Operator on GKE' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/blog/gitops-postgres-kubernetes: + title: 'info.crunchydata.com: Using GitOps to Self-Manage Postgres in Kubernetes + 🌟' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/blog/kubernetes-pod-tolerations-and-postgresql-deployment-strategies: + title: 'info.crunchydata.com: Kubernetes Pod Tolerations and Postgres Deployment + Strategies' + year: N/A + stars: 0 + description: '' +https://blog.crunchydata.com/blog/gitops-postgres-kubernetes-helm: + title: 'blog.crunchydata.com: Helm, GitOps and the Postgres Operator' + year: N/A + stars: 0 + description: '' +https://blog.crunchydata.com/blog/crunchy-postgres-operator-4.6.0: + title: 'blog.crunchydata.com: Crunchy Postgres Operator 4.6.0 🌟' + year: N/A + stars: 0 + description: '' +https://blog.crunchydata.com/blog/set-up-tls-for-postgresql-in-kubernetes: + title: 'blog.crunchydata.com: Deploy PostgreSQL With TLS in Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.crunchydata.com/blog/announcing-google-cloud-storage-gcs-support-for-pgbackrest: + title: 'blog.crunchydata.com: Announcing Google Cloud Storage (GCS) Support for + pgBackRest' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=9wuUXi6Qbis&ab_channel=MichaelBornholdtNielsen: + title: 'youtube: Install and use Crunchy PostgreSQLfor OpenShift operator for simple + todo app on OpenShift 🌟' + year: N/A + stars: 0 + description: '' +https://blog.crunchydata.com/blog/tentative-smarter-query-optimization-in-postgres-starts-with-pg_stat_statements: + title: 'blog.crunchydata.com: Query Optimization in Postgres with pg_stat_statements' + year: N/A + stars: 0 + description: '' +https://blog.crunchydata.com/blog/kubernetes-pod-tolerations-and-postgresql-deployment-strategies: + title: 'blog.crunchydata.com: Kubernetes Pod Tolerations and Postgres Deployment + Strategies 🌟' + year: N/A + stars: 0 + description: '' +https://blog.crunchydata.com/blog/active-active-postgres-federation-on-kubernetes: + title: 'blog.crunchydata.com: Active-Active PostgreSQL Federation on Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.crunchydata.com/blog/multi-kubernetes-cluster-postgresql-deployments: + title: 'blog.crunchydata.com: Multi-Kubernetes Cluster PostgreSQL Deployments' + year: N/A + stars: 0 + description: '' +https://blog.crunchydata.com/news/next-generation-crunchy-postgres-for-kubernetes-released: + title: 'blog.crunchydata.com: Next Generation Crunchy Postgres for Kubernetes 5.0 + Released' + year: N/A + stars: 0 + description: '' +https://blog.crunchydata.com/blog/pgbackrest-point-in-time-recovery-using-crunchy-postgresql-operator: + title: 'blog.crunchydata.com: pgBackRest Point-In-Time Recovery Using Crunchy PostgreSQL + Operator' + year: N/A + stars: 0 + description: '' +https://blog.crunchydata.com/blog/using-cert-manager-to-deploy-tls-for-postgres-on-kubernetes: + title: 'blog.crunchydata.com: Using Cert Manager to Deploy TLS for Postgres on Kubernetes' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/postgresql-ha-and-kubernetes: + title: 'dzone: PostgreSQL HA and Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.crunchydata.com/blog/resize-postgres-kubernetes-volume-instance-sets: + title: 'blog.crunchydata.com: Can''t Resize your Postgres Kubernetes Volume? No + Problem!' + year: N/A + stars: 0 + description: '' +https://blog.crunchydata.com/blog/your-guide-to-connection-management-in-postgres: + title: 'blog.crunchydata.com: Your Guide to Connection Management in Postgres 🌟' + year: N/A + stars: 0 + description: '' +https://blog.crunchydata.com/blog/postgresql-14-on-kubernetes: + title: '==blog.crunchydata.com: PostgreSQL 14 on Kubernetes (with examples!)==' + year: N/A + stars: 0 + description: '' +https://blog.crunchydata.com/blog/kube-cluster-from-scratch-on-rocky-8: + title: 'blog.crunchydata.com: Kubernetes + Postgres Cluster From Scratch on Rocky + 8' + year: N/A + stars: 0 + description: '' +https://blog.crunchydata.com/blog/announcing-postgres-container-apps-easy-deploy-postgres-apps: + title: 'blog.crunchydata.com: Announcing Postgres Container Apps: Easy Deploy Postgres + Apps' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/blog/announcing-the-crunchy-data-developer-portal: + title: Announcing the Crunchy Data Developer Portal + year: N/A + stars: 0 + description: '' +https://www.crunchydata.com/developers: + title: Crunchy Data Developer Portal + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/leveraging-the-crunchy-postgresql: + title: Crunchy PostgreSQL and Openshift + year: N/A + stars: 0 + description: '' +https://access.crunchydata.com/documentation/postgres-operator/4.3.0/installation/postgres-operator: + title: The PostgreSQL Operator Installer with kubectl + year: N/A + stars: 0 + description: '' +https://access.crunchydata.com/documentation/postgres-operator/4.3.0/installation/other/bash: + title: Install Operator Using Bash (the one used in this overview) + year: N/A + stars: 0 + description: '' +https://access.crunchydata.com/documentation/postgres-operator/4.3.0/installation/other/ansible: + title: Ansible playbook installation + year: N/A + stars: 0 + description: '' +https://github.com/CrunchyData/crunchy-containers: + title: Crunchy Containers Community Edition + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/4.1/authentication/using-service-accounts-in-applications.html: + title: ref1 + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/understanding-openshift-security-context-constrain: + title: ref3 + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/3.6/admin_guide/manage_scc.html: + title: ref1 + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/understanding-service-accounts-sccs: + title: ref1 + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/4.1/authentication/understanding-and-creating-service-accounts.html: + title: ref2 + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/4.1/authentication/managing-security-context-constraints.html: + title: ref3 + year: N/A + stars: 0 + description: '' +https://access.crunchydata.com/documentation/postgres-operator/latest/operatorcli/pgo-overview: + title: ref1 + year: N/A + stars: 0 + description: '' +https://access.crunchydata.com/documentation/crunchy-postgres-containers/4.3.0/container-specifications/crunchy-pgadmin4: + title: crunchy-pgadmin4 + year: N/A + stars: 0 + description: '' +https://access.crunchydata.com/documentation/crunchy-postgres-containers/4.3.0/examples/administration/pgadmin4: + title: pgAdmin 4 + year: N/A + stars: 0 + description: '' +https://www.facebook.com/pages/BMW-IT-Zentrum/122968844423716: + title: BMW IT-Zentrum + year: N/A + stars: 0 + description: '' +https://www.bmw-connecteddrive.com: + title: '**BMW ConnectedDrive**:' + year: N/A + stars: 0 + description: '' +? https://www.redhat.com/es/about/press-releases/red-hat-openshift-container-platform-takes-digital-innovation-fast-lane-major-european-automaker +: title: Red Hat OpenShift Container Platform Takes Digital Innovation into the Fast + Lane with Major European Automaker + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/bmw-takes-digital-innovation-fast-lane-red-hat-openshift-mendus: + title: BMW takes digital innovation into the fast lane with Red Hat Openshift Container + Platform + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?time_continue=5340&v=FUu4kMc0PL8: + title: 'Youtube: BMW enables the BMW Group to deliver the continuous service that + today''s consumers expect (video starts at 1:29:00)' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/how-bmw-uses-redhat-openshift-bobby-singh: + title: 'linkedin.com/pulse: How BMW uses Redhat OpenShift?' + year: N/A + stars: 0 + description: '' +https://github.com/BMW-InnovationLab: + title: BMW InnovationLab + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/success-stories/the-volkswagen-group: + title: 'redhat.com: The Volkswagen Group builds automated testing environment' + year: N/A + stars: 0 + description: '' +https://www.xataka.com/movilidad/auge-coche-electrico-autonomo-se-ha-topado-otra-barrera-software-volkswagen-sabe-bien: + title: 'xataka.com: El auge del coche elΓ©ctrico y autΓ³nomo se ha topado con otra + barrera: el software. Volkswagen lo sabe bien' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3664052/why-mercedes-benz-runs-on-900-kubernetes-clusters.html: + title: 'infoworld.com: Why Mercedes-Benz runs on 900 Kubernetes clusters' + year: N/A + stars: 0 + description: '' +https://github.com/mercedes-benz: + title: github.com/mercedes-benz + year: N/A + stars: 0 + description: '' +https://www.genbeta.com/desarrollo/software-coches-mercedes-contiene-codigo-abierto-vez-distribuirlo-github-usan-cd: + title: 'genbeta.com: El software de los coches de Mercedes contiene cΓ³digo abierto + y en vez de distribuirlo en GitHub usan un CD' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=UmbjwSK9b3I: + title: 'youtube: Keynote: 7 Years of Running Kubernetes for Mercedes-Benz - Jens + Erat, Peter Mueller, Sabine Wolz' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/mercedes-benz-4-reasons-to-sponsor-open-source-projects: + title: 'thenewstack.io: Mercedes-Benz: 4 Reasons to Sponsor Open Source Projects' + year: N/A + stars: 0 + description: '' +? https://www.hibridosyelectricos.com/articulo/actualidad/tesla-recurre-china-calidad-fabricacion-coches-electricos/20221222124048066230.html +: title: 'hibridosyelectricos.com: Tesla recurre a China para aumentar la calidad + de fabricaciΓ³n de sus coches elΓ©ctricos' + year: N/A + stars: 0 + description: '' +https://www.teslarati.com/idra-9000-ton-giga-press: + title: 'teslarati.com: IDRA finishes 9,000-ton Giga Press; Tesla expecting it any + day now' + year: N/A + stars: 0 + description: '' +? 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 +: title: 'eleconomista.es: Giga Press, la colosal mΓ‘quina de Tesla que ha revolucionado + la fabricaciΓ³n de coches elΓ©ctricos' + year: N/A + stars: 0 + description: '' +? 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 +: title: 'xataka.com: El Excel se ha usado en la FΓ³rmula 1 hasta que se han dado cuenta + que no es la mejor forma de controlar las 20.000 piezas del coche' + year: N/A + stars: 0 + description: '' +https://horizons.carrefour.com/efficient-java-in-the-cloud-with-quarkus: + title: 'Efficient Java in the cloud with Quarkus. Carrefour Spain’s test: Quarkus + vs. Spring Boot' + year: N/A + stars: 0 + description: '' +https://quarkus.io/blog/decathlon-user-story: + title: 'quarkus.io: VCStream: a new messaging platform for DECATHLON’s Value Chain, + built on Quarkus' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-deutsche-telekom-manages-edge-infrastructure-with-gitops: + title: 'thenewstack.io: How Deutsche Telekom Manages Edge Infrastructure with GitOps' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/industries/astrazenecas-drug-design-program-built-using-aws-wins-innovation-award: + title: 'aws.amazon.com: AstraZeneca’s Drug Design Program Built using AWS wins Innovation + Award' + year: N/A + stars: 0 + description: '' +https://chaimeleon.eu: + title: chaimeleon.eu + year: N/A + stars: 0 + description: '' +https://healthitanalytics.com/news/ai-for-medical-imaging-boosts-cancer-screenings-with-provider-aid: + title: 'healthitanalytics.com: AI for Medical Imaging Boosts Cancer Screenings with + Provider Aid' + year: N/A + stars: 0 + description: '' +https://valenciaplaza.com/iis-fe-liderara-direccion-cientifica-nodo-central-atlas-imagenes-cancer: + title: 'valenciaplaza.com: El IIS La Fe liderarΓ‘ la direcciΓ³n cientΓ­fica del Nodo + Central del Atlas de ImΓ‘genes en CΓ‘ncer' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/industries/accelerating-radiology-imaging-workflows-with-relevant-clinical-context-on-aws: + title: 'aws.amazon.com: Accelerating radiology imaging workflows with relevant clinical + context on AWS' + year: N/A + stars: 0 + description: '' +https://www.biobanking.com/europes-leading-cancer-image-biobank-eucaim-launched-by-quibim-and-european-commission: + title: 'biobanking.com: Europe’s Leading Cancer Image Biobank (EUCAIM) Launched + by Quibim and European Commission' + year: N/A + stars: 0 + description: '' +https://health.google/intl/ALL_en/health-research/imaging-and-diagnostics: + title: 'health.google: AI-enabled imaging and diagnostics previously thought impossible' + year: N/A + stars: 0 + description: '' +https://www.nature.com/articles/d43747-023-00028-w: + title: 'nature.com: Quibim: empowering biopharma to turn images into actionable + predictions using artificial intelligence' + year: N/A + stars: 0 + description: '' +? https://imperialbiosciencereview.wordpress.com/2023/05/26/redefining-diagnostics-the-integration-of-machine-learning-in-medical-imaging-2 +: title: 'imperialbiosciencereview.wordpress.com: Redefining diagnostics: the integration + of machine learning in medical imaging' + year: N/A + stars: 0 + description: '' +https://falco.org/about/case-studies/incepto-medical: + title: 'falco.org/about/case-studies/incepto-medical: Protect shared clusters for + medical imaging' + year: N/A + stars: 0 + description: '' +https://hms.harvard.edu/news/does-ai-help-or-hurt-human-radiologists-performance-depends-doctor: + title: 'hms.harvard.edu: Does AI Help or Hurt Human Radiologists’ Performance? It + Depends on the Doctor' + year: N/A + stars: 0 + description: '' +https://cronicaglobal.elespanol.com/vida/20240604/roberto-ardon-incepto-ia-pueden-pedir-imposibles/860164103_0.html: + title: 'cronicaglobal.elespanol.com: Roberto Ardon (Incepto): "A la IA no se le + pueden pedir imposibles"' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/resources/building-a-migration-factory-with-terraform-enterprise-at-axa-group: + title: 'hashicorp.com: Standardizing infrastructure automation with Terraform Enterprise' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/database-load-balancing-and-the-delusion-of-3-tiered-architecture: + title: 'thenewstack.io: How Database Load Balancing Completes the 3-Tiered Architecture + 🌟' + year: N/A + stars: 0 + description: '' +https://www.sqlshack.com/sql-database-on-kubernetes-considerations-and-best-practices: + title: 'sqlshack.com: SQL Database on Kubernetes: Considerations and Best Practices + 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/just-how-challenging-is-state-in-kubernetes: + title: 'thenewstack.io: Just How Challenging Is State in Kubernetes? 🌟' + year: N/A + stars: 0 + description: '' +https://www.theregister.com/2020/12/02/gartner_cloud_dbms: + title: 'theregister.com: 75% of databases to be cloud-hosted by 2022, says Gartner + while dishing on the weak points of each provider' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/what-is-data-management-in-the-kubernetes-age: + title: 'thenewstack.io: What Is Data Management in the Kubernetes Age?' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/a-case-for-databases-on-kubernetes-from-a-former-skeptic: + title: '==thenewstack.io: A Case for Databases on Kubernetes from a Former Skeptic==' + year: N/A + stars: 0 + description: '' +https://hackernoon.com/database-vs-data-warehouse-vs-data-lake-a-simple-explanation-hz2k33rm: + title: 'hackernoon.com: Database Vs Data Warehouse Vs Data Lake: A Simple Explanation' + year: N/A + stars: 0 + description: '' +https://www.percona.com/blog/2021/02/08/dbaas-on-kubernetes-under-the-hood: + title: 'percona.com: DBaaS on Kubernetes: Under the Hood 🌟' + year: N/A + stars: 0 + description: '' +https://blog.crunchydata.com/blog/using-kubernetes-chances-are-you-need-a-database: + title: 'blog.crunchydata.com: Using Kubernetes? Chances Are You Need a Database + 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/databases-finally-get-containerized: + title: 'thenewstack.io: Databases β€” Finally β€” Get Containerized' + year: N/A + stars: 0 + description: '' +https://www.percona.com/blog/2021/06/23/autoscaling-databases-in-kubernetes-for-mongodb-mysql-and-postgresql: + title: 'percona.com: Autoscaling Databases in Kubernetes for MongoDB, MySQL, and + PostgreSQL' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/how-to-design-a-system-to-scale-to-your-first-100-million-users-4450a2f9703d: + title: 'levelup.gitconnected.com: How to design a system to scale to your first + 100 million users' + year: N/A + stars: 0 + description: '' +https://www.magalix.com/blog/kubernetes-and-database: + title: 'magalix.com: Kubernetes And Databases 🌟' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/datastore-choices-sql-vs-nosql-database-ebec24d56106: + title: 'towardsdatascience.com: SQL vs. NoSQL: How to Select from 12 Database Types + 🌟🌟' + year: N/A + stars: 0 + description: '' +https://andrewlock.net/deploying-asp-net-core-applications-to-kubernetes-part-7-running-database-migrations: + title: 'andrewlock.net: Running database migrations when deploying to Kubernetes + 🌟' + year: N/A + stars: 0 + description: '' +? https://www.red-gate.com/simple-talk/databases/sql-server/performance-sql-server/designing-highly-scalable-database-architectures +: title: 'red-gate.com: Designing Highly Scalable Database Architectures' + year: N/A + stars: 0 + description: '' +https://medium.com/dataseries/not-using-nosql-is-good-i-stuck-to-sql-4504a67972f0: + title: 'medium: Not using trendy technologies is the best thing for your Startup!' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/database-as-a-service-a-key-technology-for-agile-growth: + title: 'thenewstack.io: Database-as-a-Service: A Key Technology for Agile Growth' + year: N/A + stars: 0 + description: '' +? https://cloud.redhat.com/blog/openshift-commons-briefing-database-disaster-recovery-made-easy-with-annette-clewett-red-hat-and-andrew-lecuyer-crunchy-data +: title: 'cloud.redhat.com: OpenShift Commons Briefing: Database Disaster Recovery + Made Easy with Annette Clewett (Red Hat) and Andrew L''Ecuyer (Crunchy Data)' + year: N/A + stars: 0 + description: '' +https://hackernoon.com/practical-transaction-handling-in-microservice-architecture-5x1631ke: + title: 'hackernoon.com: Practical Transaction Handling in Microservice Architecture' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/data-on-kubernetes-operators-tools-need-standardization: + title: 'thenewstack.io: Data on Kubernetes: Operators, Tools Need Standardization' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-will-revolutionize-enterprise-database-management: + title: 'thenewstack.io: Kubernetes Will Revolutionize Enterprise Database Management' + year: N/A + stars: 0 + description: '' +https://dok.community/dokc-2021-report: + title: 'dok.community: Data on Kubernetes 2021 Report' + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/simplifying-database-cloud-service-access: + title: 'cloud.redhat.com: Simplifying Database Cloud Service Access' + year: N/A + stars: 0 + description: '' +https://venturebeat.com/2021/11/03/the-rise-of-kubernetes-and-its-impact-on-enterprise-databases: + title: 'venturebeat.com: The rise of Kubernetes and its impact on enterprise databases' + year: N/A + stars: 0 + description: '' +https://vladmihalcea.com/single-primary-database-replication: + title: 'vladmihalcea.com: Single-Primary Database Replication' + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/dbms-vs-rdbms-difference: + title: 'intellipaat.com: Difference between DBMS and RDBMS' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/multi-tenancy-support-with-spring-boot-liquibase-and-postgresql-d41942dc0639: + title: '==betterprogramming.pub: Multi-Tenancy Support With Spring Boot, Liquibase, + and PostgreSQL==' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-kubernetes-and-database-operators-drive-the-data-revolution: + title: '==thenewstack.io: How Kubernetes and Database Operators Drive the Data Revolution==' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-radical-api-design-changed-the-way-we-access-databases: + title: 'thenewstack.io: How Radical API Design Changed the Way We Access Databases' + year: N/A + stars: 0 + description: '' +https://architecturenotes.co/things-you-should-know-about-databases: + title: '==architecturenotes.co: Things You Should Know About Databases==' + year: N/A + stars: 0 + description: '' +https://vladmihalcea.com/database-multitenancy: + title: 'vladmihalcea.com: A beginner’s guide to database multitenancy' + year: N/A + stars: 0 + description: '' +https://itnext.io/stateful-workloads-in-kubernetes-e49b56a5959: + title: 'itnext.io: How to Run Databases in Kubernetes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/more-database-analytics-workloads-ran-on-kubernetes-in-2022: + title: 'thenewstack.io: More Database, Analytics Workloads Ran on Kubernetes in + 2022' + year: N/A + stars: 0 + description: '' +? https://medium.com/@bijit211987/kubernetes-ready-for-stateful-workloads-and-to-revolutionize-enterprise-database-management-3cd619b1a0b2 +: title: 'medium.com/@bijit211987: Kubernetes ready for stateful workloads and to + Revolutionize Enterprise Database Management' + year: N/A + stars: 0 + description: '' +https://medium.com/javarevisited/top-performance-issues-every-developer-architect-must-know-part-1-fc1ad6e1644b: + title: '==medium.com/javarevisited: Top Performance issues every developer/architect + must know β€” part 1-Database==' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/kubernetes-databases-apache-sharding-sphere: + title: 'infoq.com: Create Your Distributed Database on Kubernetes with Existing + Monolithic Databases' + year: N/A + stars: 0 + description: '' +https://dineshchandgr.medium.com/why-do-we-need-a-database-connection-pool-every-programmer-must-know-9f90e7c8e5af: + title: '==dineshchandgr.medium.com: Why do we need a Database Connection Pool? -every + programmer must know==' + year: N/A + stars: 0 + description: '' +https://medium.com/fintechexplained/what-is-database-sharding-582b36282f97: + title: '==medium.com/fintechexplained: What Is Database Sharding?==' + year: N/A + stars: 0 + description: '' +https://blog.equationlabs.io/managing-database-migrations-safely-in-high-replicated-k8s-deployment: + title: '==blog.equationlabs.io: Managing database migrations safely in high replicated + k8s deployment== 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/distributed-database-architecture-what-is-it: + title: 'thenewstack.io: Distributed Database Architecture: What Is It?' + year: N/A + stars: 0 + description: '' +? 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 +: title: 'medium.com/@mkremer_75412: Why Postgres RDS didn’t work for us (and why + it won’t work for you if you’re implementing a big data solution)' + year: N/A + stars: 0 + description: '' +https://medium.com/@fengruohang/database-in-kubernetes-is-that-a-good-idea-daf5775b5c1f: + title: 'medium.com/@fengruohang: Database in Kubernetes: Is that a good idea?' + year: N/A + stars: 0 + description: '' +https://medium.com/wix-engineering/how-to-choose-the-right-database-for-your-service-97b1670c5632: + title: 'medium.com: How to choose the right database for your service 🌟' + year: N/A + stars: 0 + description: '' +https://severalnines.com/database-blog/how-does-database-load-balancer-work: + title: 'severalnines.com: How Does a Database Load Balancer Work?' + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com/community/tutorials/how-to-use-where-clauses-in-sql: + title: 'digitalocean.com: How To Use WHERE Clauses in SQL' + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/sql-vs-mysql-difference: + title: 'intellipaat.com: SQL vs MySQL - Key Differences Between SQL and MySQL' + year: N/A + stars: 0 + description: '' +https://vettabase.com/blog/how-slow-is-select: + title: 'vettabase.com: How slow is SELECT * ?' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/how-to-use-sql-cross-joins-5653fe7d353: + title: 'towardsdatascience.com: How to Use SQL Cross Joins' + year: N/A + stars: 0 + description: '' +https://vladmihalcea.com/sql-exists: + title: 'vladmihalcea.com: SQL EXISTS and NOT EXISTS' + year: N/A + stars: 0 + description: '' +https://vladmihalcea.com/default-database-key-indexing: + title: 'vladmihalcea.com: Default Database Primary, Foreign, and Unique Key Indexing' + year: N/A + stars: 0 + description: '' +https://blog.jooq.org: + title: blog.jooq.org + year: N/A + stars: 0 + description: '' +https://vladmihalcea.com/sql-left-join: + title: 'vladmihalcea.com: SQL LEFT JOIN – A Beginner’s Guide' + year: N/A + stars: 0 + description: '' +https://vladmihalcea.com/sql-join-using: + title: 'vladmihalcea.com: SQL JOIN USING – A Beginner’s Guide' + year: N/A + stars: 0 + description: '' +https://www.gcreddy.com/2021/05/sql-step-by-step-videos.html: + title: 'gcreddy.com: SQL Step by Step Videos' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/sql-joins-tutorial: + title: 'freecodecamp.org: SQL Joins Tutorial: Cross Join, Full Outer Join, Inner + Join, Left Join, and Right Join' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/sql-join-types-inner-join-vs-outer-join-example: + title: 'freecodecamp.org: SQL Join Types – Inner Join VS Outer Join Example' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/the-sql-inner-join-command-example-syntax: + title: 'freecodecamp.org: The SQL Inner Join Command: Example Syntax' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/sql-inner-join-how-to-join-3-tables-in-sql-and-mysql: + title: 'freecodecamp.org: SQL Inner Join – How to Join 3 Tables in SQL and MySQL' + year: N/A + stars: 0 + description: '' +https://www.geeksforgeeks.org/best-practices-for-sql-query-optimizations: + title: 'geeksforgeeks.org: Best Practices for SQL Query Optimization' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/you-should-use-this-to-visualize-sql-joins-instead-of-venn-diagrams-ede15f9583fc: + title: 'towardsdatascience.com: You Should Use This to Visualize SQL Joins Instead + of Venn Diagrams' + year: N/A + stars: 0 + description: '' +https://vladmihalcea.com/mysql-json-table: + title: 'vladmihalcea.com: MySQL JSON_TABLE – Map a JSON object to a relational database + table' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3654909/beyond-sql-8-new-languages-for-data-querying.html: + title: 'infoworld.com: Beyond SQL: 8 new languages for data querying' + year: N/A + stars: 0 + description: '' +https://blog.yugabyte.com/are-stored-procedures-and-triggers-anti-patterns-in-the-cloud-native-world: + title: 'blog.yugabyte.com: Are Stored Procedures and Triggers Anti-Patterns in the + Cloud Native World?' + year: N/A + stars: 0 + description: '' +https://stackoverflow.com/questions/1761601/is-the-usage-of-stored-procedures-a-bad-practice: + title: 'stackoverflow.com: Is the usage of stored procedures a bad practice?' + year: N/A + stars: 0 + description: '' +? https://softwareengineering.stackexchange.com/questions/436567/what-is-the-best-practice-about-microservice-architecture-for-consuming-many-sto +: title: 'softwareengineering.stackexchange.com: What is the best practice about microservice + architecture for consuming many stored procedures in the same database?' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/8-techniques-to-speed-up-your-database-292754ff7739: + title: 'betterprogramming.pub: 8 Techniques To Speed up Your Database' + year: N/A + stars: 0 + description: '' +https://www.xenonstack.com/insights/stateful-and-stateless-applications: + title: 'xenonstack.com: Stateful and Stateless Applications Best Practices and Advantages' + year: N/A + stars: 0 + description: '' +https://threadreaderapp.com/thread/963413508300812295.html: + title: 'threadreaderapp.com: Kelsey Hightower: "Kubernetes has made huge improvements + in the ability to run stateful workloads including databases and message queues, + but I still prefer not to run them on Kubernetes" 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/data-on-kubernetes-the-next-frontier: + title: 'thenewstack.io: Data on Kubernetes: The Next Frontier' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/openshift-databases-and-you-when-to-put-containerized-database-workloads-on-openshift: + title: 'openshift.com: OpenShift, Databases and You: When to Put Containerized Database + Workloads on OpenShift 🌟' + year: N/A + stars: 0 + description: '' +https://sixfold.medium.com/reducing-database-queries-to-a-minimum-with-dataloaders-cc98c25e54ce: + title: 'sixfold.medium.com: Reducing database queries to a minimum with DataLoaders' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-to-ensure-your-serverless-database-stays-serverless: + title: 'thenewstack.io: How to Ensure Your Serverless Database Stays Serverless' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-benefits-and-drawbacks-of-dataops-in-practice: + title: 'thenewstack.io: The Benefits and Drawbacks of DataOps in Practice' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/database-continuous-integration: + title: 'cloudbees.com: Introductory Handbook for Database Continuous Integration' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/databases/to-run-or-not-to-run-a-database-on-kubernetes-what-to-consider: + title: 'cloud.google.com: To run or not to run a database on Kubernetes - What to + consider' + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/kubernetes/comments/9d8on5/whats_the_best_proper_way_of_running_a_database: + title: 'reddit.com: What''s the best, proper way of running a database cluster on + top of Kubernetes?' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/cloud-resources-kubernetes: + title: 'learnk8s.io: Provisioning cloud resources (AWS, GCP, Azure) in Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/5414/should-you-run-a-database-in-docker: + title: 'cloudsavvyit.com: Should You Run a Database in Docker?' + year: N/A + stars: 0 + description: '' +https://www.informationweek.com/devops/can-enterprises-benefit-from-adopting-database-devops/a/d-id/1337238: + title: 'informationweek.com: Can Enterprises Benefit From Adopting Database DevOps?' + year: N/A + stars: 0 + description: '' +https://medium.com/devops-dudes/devops-and-databases-the-forgotten-automation-95325b2d3c89: + title: 'medium: DevOps and Databasesβ€Šβ€”β€ŠThe forgotten automation' + year: N/A + stars: 0 + description: '' +https://medium.com/@database-mesh/database-mesh-2-0-database-governance-in-a-cloud-native-environment-3e41f0f2722c: + title: 'medium.com/@database-mesh: Database Mesh 2.0: Database Governance in a Cloud + Native Environment' + year: N/A + stars: 0 + description: '' +https://kubedb.com: + title: kubedb.com + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Cockroach_Labs: + title: 'Wikipedia: CockroachDB' + year: N/A + stars: 0 + description: '' +https://www.cockroachlabs.com/docs/stable/orchestration.html: + title: ==Cockroach== + year: N/A + stars: 0 + description: '' +https://www.cockroachlabs.com/blog/automate-database-ops-with-terraform: + title: 'cockroachlabs.com: Automated database operations with Terraform' + year: N/A + stars: 0 + description: '' +https://blog.cloudneutral.se/running-cockroachdb-tpc-c-benchmark-on-gke: + title: 'blog.cloudneutral.se: Running CockroachDB TPC-C benchmark on GKE' + year: N/A + stars: 0 + description: '' +https://itnext.io/wth-is-a-operator-lifecycle-manager-873cf1661b04: + title: 'itnext.io: Operator Lifecycle Manager' + year: N/A + stars: 0 + description: '' +https://github.com/zalando/spilo: + title: 'Spilo: HA PostgreSQL Clusters with Docker' + year: N/A + stars: 0 + description: '' +https://github.com/zalando/patroni: + title: Patroni + year: N/A + stars: 0 + description: '' +https://disaev.me/p/how-i-have-set-up-ha-postgresql-on-kubernetes: + title: How I've Set Up HA PostgreSQL on Kubernetes (powered by Patroni, a template + for PostgreSQL HA) + year: N/A + stars: 0 + description: '' +https://github.com/zalando/postgres-operator: + title: Zalando Postgres Operator + year: N/A + stars: 0 + description: '' +crunchydata.md: + title: Crunchy Data PostgreSQL Operator + year: N/A + stars: 0 + description: '' +https://medium.com/@pittar/running-oracle-12c-on-openshift-container-platform-ca471a9f7057: + title: 'medium: Running Oracle 12c on OpenShift Container Platform' + year: N/A + stars: 0 + description: '' +https://datacrazyworld.com/index.php/2025/03/16/automatiza-backups-de-sql-server-con-powershell: + title: Automate SQL Server Backups with PowerShell + year: N/A + stars: 0 + description: '' +? https://cloudblogs.microsoft.com/sqlserver/2020/06/23/expanding-sql-server-big-data-clusters-capabilities-now-on-red-hat-openshift +: title: Expanding SQL Server Big Data Clusters capabilities, now on Red Hat OpenShift + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/azure-sql/devops-for-azure-sql: + title: 'devblogs.microsoft.com: DevOps for Azure SQL 🌟' + year: N/A + stars: 0 + description: '' +https://khalidabuhakmeh.com/running-sql-server-queries-in-docker: + title: 'khalidabuhakmeh.com: Running SQL Server Queries In Docker' + year: N/A + stars: 0 + description: '' +https://twindb.com/verify-mysql-backups-with-twindb-backup-tool: + title: 'twindb.com: Verify MySQL Backups With TwinDB Backup Tool' + year: N/A + stars: 0 + description: '' +https://blog.eduguru.in/mysql-2/mysql-create-index-on-table: + title: 'blog.eduguru.in: mysql create index on table' + year: N/A + stars: 0 + description: '' +https://www.percona.com/blog/2020/06/30/mysql-101-parameters-to-tune-for-mysql-performance: + title: 'percona.com: MySQL 101: Parameters to Tune for MySQL Performance' + year: N/A + stars: 0 + description: '' +https://pub.towardsai.net/step-by-step-design-of-enhanced-entity-relationship-eer-in-mysql-1e0f8b9fe5d4: + title: 'pub.towardsai.net: Step-by-Step Design of Enhanced Entity-Relationship (EER) + in MySQL' + year: N/A + stars: 0 + description: '' +https://dbasecenter.com/blog/the-top-5-mysql-performance-variables: + title: 'dbasecenter.com: The top 5 MySQL performance variables' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/5/mysql-query-tuning: + title: opensource.com + year: N/A + stars: 0 + description: '' +https://www.percona.com/blog/2021/06/23/mysql-on-kubernetes-with-gitops: + title: 'percona.com: MySQL on Kubernetes with GitOps 🌟' + year: N/A + stars: 0 + description: '' +https://cybozu-go.github.io/moco: + title: Moco + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/13842/how-to-run-phpmyadmin-in-a-docker-container: + title: 'cloudsavvyit.com: How to Run PHPMyAdmin in a Docker Container' + year: N/A + stars: 0 + description: '' +http://www.tusacentral.com/joomla/index.php/mysql-blogs/243-mysql-on-kubernetes-demystified: + title: 'tusacentral.com: MySQL on Kubernetes demystified' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/postgresql-versus-mysql-performance: + title: 'dzone: PostgreSQL vs MySQL Performance' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/deploy-mysql-and-phpmyadmin-with-docker: + title: 'thenewstack.io: Deploy MySQL and phpMyAdmin with Docker' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/maria-db-gets-reactive-with-a-non-blocking-connector-for-java: + title: 'thenewstack.io: Maria DB Gets Reactive with a Non-Blocking Connector for + Java' + year: N/A + stars: 0 + description: '' +https://vladmihalcea.com/9-postgresql-high-performance-performance-tips: + title: 9 High-Performance Tips when using PostgreSQL with JPA and Hibernate + year: N/A + stars: 0 + description: '' +https://www.migops.com/blog/2021/04/09/pgbackrest-the-best-postgres-backup-tool-with-a-very-active-community: + title: 'migops.com: pgBackRest – The Best Postgres Backup Tool with a very active + community' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/practical-introduction-to-postgresql-5f73d3d394e: + title: 'towardsdatascience.com: Practical Introduction to PostgreSQL' + year: N/A + stars: 0 + description: '' +https://www.percona.com/blog/2019/05/24/an-overview-of-sharding-in-postgresql-and-how-it-relates-to-mongodbs: + title: 'percona.com: An Overview of Sharding in PostgreSQL and How it Relates to + MongoDB’s' + year: N/A + stars: 0 + description: '' +https://blog.crunchydata.com/blog/setup-postgresql-monitoring-in-kubernetes: + title: 'blog.crunchydata.com: How to Setup PostgreSQL Monitoring in Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.flant.com/comparing-kubernetes-operators-for-postgresql: + title: 'blog.flant.com: Comparing Kubernetes operators for PostgreSQL' + year: N/A + stars: 0 + description: '' +https://blog.crunchydata.com/blog/generating-json-directly-from-postgres: + title: 'blog.crunchydata.com: Cut Out the Middle Tier: Generating JSON Directly + from Postgres' + year: N/A + stars: 0 + description: '' +https://www.percona.com/blog/2019/08/02/out-of-memory-killer-or-savior: + title: 'percona.com: How to Adjust Linux Out-Of-Memory Killer Settings for PostgreSQL' + year: N/A + stars: 0 + description: '' +https://postgresapp.com: + title: Postgres.app + year: N/A + stars: 0 + description: '' +https://devopscube.com/deploy-postgresql-statefulset: + title: 'devopscube.com: How to Deploy PostgreSQL Statefulset in Kubernetes With + High Availability' + year: N/A + stars: 0 + description: '' +https://blog.crunchydata.com/blog/d-meta: + title: 'blog.crunchydata.com: Quickly Document Your Postgres Database Using psql + Meta-Commands' + year: N/A + stars: 0 + description: '' +https://blog.crunchydata.com/blog/message-queuing-using-native-postgresql: + title: 'blog.crunchydata.com: Devious SQL: Message Queuing Using Native PostgreSQL' + year: N/A + stars: 0 + description: '' +https://www.percona.com/blog/should-i-create-an-index-on-foreign-keys-in-postgresql: + title: 'percona.com: Should I Create an Index on Foreign Keys in PostgreSQL?' + year: N/A + stars: 0 + description: '' +https://www.percona.com/blog/postgresql-14-database-monitoring-and-logging-enhancements: + title: 'percona.com: PostgreSQL 14 Database Monitoring and Logging Enhancements' + year: N/A + stars: 0 + description: '' +https://www.theregister.com/2021/12/06/mysql_a_pretty_poor_database: + title: 'theregister.com: MySQL a ''pretty poor database'' says departing Oracle + engineer' + year: N/A + stars: 0 + description: '' +https://wanago.io/2021/12/06/views-postgresql-typeorm: + title: 'wanago.io: Creating views with PostgreSQL' + year: N/A + stars: 0 + description: '' +https://github.com/percona/pg_stat_monitor: + title: ==percona/pg_stat_monitor== + year: N/A + stars: 0 + description: '' +https://blog.crunchydata.com/blog/a-postgres-primer-for-oracle-dbas: + title: '==blog.crunchydata.com: A Postgres Primer for Oracle DBAs==' + year: N/A + stars: 0 + description: '' +https://blog.crunchydata.com/blog/postgres-indexes-for-newbies: + title: '==blog.crunchydata.com: Postgres Indexes for Newbies==' + year: N/A + stars: 0 + description: '' +https://dev.to/yugabyte/rest-data-service-on-yugabytedb-postgresql-5f2h: + title: 'dev.to: REST Data Service on YugabyteDB / PostgreSQL' + year: N/A + stars: 0 + description: '' +https://github.com/orgrim/pg_back: + title: '==orgrim/pg_back: Simple backup tool for PostgreSQL==' + year: N/A + stars: 0 + description: '' +https://sqlrevisited.blogspot.com/2022/03/mysql-vs-postgresql-pros-and-cons.html: + title: 'sqlrevisited.blogspot.com: MySQL vs PostgreSQL? Pros and Cons' + year: N/A + stars: 0 + description: '' +https://adamtheautomator.com/postgres-to-kubernetes: + title: '==adamtheautomator.com: How to Deploy Postgres to Kubernetes== 🌟' + year: N/A + stars: 0 + description: '' +https://purnapoudel.blogspot.com/2018/09/how-to-configure-postgresql-with-ssl-tls-on-kubernetes.html: + title: 'purnapoudel.blogspot.com: How to Configure PostgreSQL with SSL/TLS support + on Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.percona.com/doc/kubernetes-operator-for-pxc/index.html: + title: 'Percona.com: Percona Kubernetes Operator for Percona XtraDB Cluster' + year: N/A + stars: 0 + description: '' +https://medium.com/flant-com/upgrading-mysql-percona-server-5-to-8-4bce53bdce5c: + title: 'medium: Upgrading MySQL (Percona Server) from 5.7 to 8.0' + year: N/A + stars: 0 + description: '' +https://www.percona.com/blog/2020/06/26/mysql-101-how-to-find-and-tune-a-slow-sql-query: + title: 'percona.com: MySQL 101: How to Find and Tune a Slow SQL Query' + year: N/A + stars: 0 + description: '' +https://www.percona.com/blog/2021/03/22/storing-kubernetes-operator-for-percona-server-for-mongodb-secrets-in-github: + title: 'percona.com: Storing Kubernetes Operator for Percona Server for MongoDB + Secrets in Github' + year: N/A + stars: 0 + description: '' +https://www.percona.com/blog/migration-of-a-mysql-database-to-a-kubernetes-cluster-using-asynchronous-replication: + title: 'percona.com: Migration of a MySQL Database to a Kubernetes Cluster Using + Asynchronous Replication' + year: N/A + stars: 0 + description: '' +https://www.percona.com/blog/migrating-postgresql-to-kubernetes: + title: 'percona.com: Migrating PostgreSQL to Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/RedisLabs/redis-enterprise-k8s-docs: + title: 'RedisLabs/redis-enterprise-k8s-docs: Deploying Redis Enterprise on Kubernetes' + year: N/A + stars: 0 + description: '' +https://tech.trell.co/redis-cluster-creation-automation-5e71eedf0e56: + title: 'tech.trell.co: Redis Cluster Creation Automation' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/how-to-use-redis-pub-sub-in-your-python-application-b6d5e11fc8de: + title: 'blog.devgenius.io: How to use Redis Pub/Sub in your Python Application 🌟' + year: N/A + stars: 0 + description: '' +https://rockset.com/blog/sequoia-capital-elasticsearch-to-rockset: + title: 'rockset.com: Sequoia Capital: Why We Moved from Elasticsearch to Rockset' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/how-to-get-started-with-pysondb: + title: 'freecodecamp.org: How to Get Started with PysonDB' + year: N/A + stars: 0 + description: '' +https://clickhouse.com: + title: clickhouse.com + year: N/A + stars: 0 + description: '' +https://github.com/Altinity/clickhouse-operator: + title: Altinity/clickhouse-operator + year: N/A + stars: 0 + description: '' +https://github.com/radondb/radondb-clickhouse-kubernetes: + title: radondb/radondb-clickhouse-kubernetes + year: N/A + stars: 0 + description: '' +https://tech.marksblogg.com/clickhouse-prometheus-grafana.html: + title: 'tech.marksblogg.com: Monitor ClickHouse column oriented database with Prometheus + & Grafana' + year: N/A + stars: 0 + description: '' +https://ignite.apache.org: + title: Apache Ignite + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/stateful-microservices-with-apache-ignite: + title: 'dzone: Stateful Microservices With Apache Ignite' + year: N/A + stars: 0 + description: '' +https://druid.apache.org: + title: Apache Druid + year: N/A + stars: 0 + description: '' +https://dev.to/setevoy/apache-druid-overview-running-in-kubernetes-and-monitoring-with-prometheus-g5j: + title: '==dev.to: Apache Druid: overview, running in Kubernetes and monitoring with + Prometheus==' + year: N/A + stars: 0 + description: '' +https://github.com/dolthub/dolt: + title: ==github.com/dolthub/dolt== + year: N/A + stars: 0 + description: '' +https://victoriametrics.com: + title: victoriametrics.com + year: N/A + stars: 0 + description: '' +https://victoriametrics.com/blog/q2-2024-round-up-victoriametrics-and-victorialogs-updates: + title: 'victoriametrics.com: Q2 2024 Round Up: VictoriaMetrics & VictoriaLogs Updates' + year: N/A + stars: 0 + description: '' +https://github.com/frectonz/sql-studio: + title: 'SQL Studio: A Unified SQL Database Explorer' + year: N/A + stars: 0 + description: '' +https://github.com/mbucc/shmig: + title: SHMIG + year: N/A + stars: 0 + description: '' +https://github.com/DATA-DOG/go-sqlmock: + title: DATA-DOG/go-sqlmock + year: N/A + stars: 0 + description: '' +https://github.com/datafold/data-diff: + title: datafold/data-diff + year: N/A + stars: 0 + description: '' +https://medium.com/@nomulex/how-to-create-an-ssh-tunnel-to-a-remote-database-in-kubernetes-8e702e927328: + title: 'medium.com/@nomulex: How to create an ssh tunnel to a remote database in + Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/you-dont-need-a-blockchain-you-need-a-time-series-database: + title: 'thenewstack.io: You Don’t Need a Blockchain, You Need a Time-Series Database' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/4/visualize-data-eda: + title: 'opensource.com: Make your data boss-friendly with EDA - Enterprise Data + Analytics' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-run-analytics-at-the-edge-postgres-kafka-debezium: + title: 'thenewstack.io: Kubernetes-Run Analytics at the Edge: Postgres, Kafka, Debezium' + year: N/A + stars: 0 + description: '' +https://www.unifieddatascience.com/data-lake-design-patterns-on-azure-microsoft-cloud: + title: 'unifieddatascience.com: Data lake design patterns on Azure (Microsoft) cloud' + year: N/A + stars: 0 + description: '' +https://www.unifieddatascience.com/data-lake-design-patterns-on-aws-amazon-cloud: + title: 'unifieddatascience.com: Data lake design patterns on AWS (Amazon) cloud' + year: N/A + stars: 0 + description: '' +https://www.unifieddatascience.com/data-lake-design-patterns-on-google-cloud: + title: 'unifieddatascience.com: Data lake design patterns on google (GCP) cloud' + year: N/A + stars: 0 + description: '' +https://github.com/BBVA/sqerzo: + title: 'SQErzo: Tiny ORM for Graph databases' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/at-its-core-hows-a-graph-database-different-from-a-relational-8297ca99cb8f: + title: 'towardsdatascience.com: At Its Core: How Is a Graph Database Different from + a Relational One?' + year: N/A + stars: 0 + description: '' +https://sysadmincasts.com: + title: SysAdmin Casts + year: N/A + stars: 0 + description: '' +https://devopslibrary.com: + title: DEVOPS Library + year: N/A + stars: 0 + description: '' +https://www.youtube.com/channel/UCv9MUffHWyo2GgLIDLVu0KQ: + title: 'youtube: Cloud Quick POCs' + year: N/A + stars: 0 + description: '' +https://devstack.in: + title: DevStack + year: N/A + stars: 0 + description: '' +https://kubernetes-advocate.medium.com: + title: kubernetes-advocate.medium.com 🌟 + year: N/A + stars: 0 + description: '' +http://redhatgov.io: + title: RedHatGov.io + year: N/A + stars: 0 + description: '' +https://github.com/wardviaene: + title: github.com/wardviaene (kubernetes, terraform, ansible, docker, etc) 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/wardviaene/jenkins-course: + title: wardviaene/jenkins-course + year: N/A + stars: 0 + description: '' +https://github.com/wardviaene/kubernetes-course: + title: wardviaene/kubernetes-course + year: N/A + stars: 0 + description: '' +https://www.thoughtworks.com/es/insights/blog/modernizing-your-build-pipelines: + title: 'thoughtworks.com: Modernizing your build pipelines with **Concourse CI** + 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/sirech/example-concourse-pipeline: + title: github.com/sirech/example-concourse-pipeline + year: N/A + stars: 0 + description: '' +https://github.com/yankils/Simple-DevOps-Project: + title: yankils/Simple-DevOps-Project + year: N/A + stars: 0 + description: '' +? '' +: title: Spring PetClinic Sample Application + year: N/A + stars: 0 + description: '' +https://swissarmydevops.com: + title: swissarmydevops.com + year: N/A + stars: 0 + description: '' +https://dev.to/sowmenappd/build-a-highly-available-node-js-application-using-docker-nginx-and-aws-elb-3cjp: + title: 'dev.to: Build a highly available Node.js application using Docker, NGINX + and AWS ELB' + year: N/A + stars: 0 + description: '' +https://linuxtechlab.com/learn-create-dockerfile-example: + title: 'linuxtechlab.com: How to create a Dockerfile with some dockerfile examples' + year: N/A + stars: 0 + description: '' +https://github.com/bregman-arie/devops-exercises: + title: bregman-arie/devops-exercises 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/jose-r-lopez/SSI_Materials: + title: jose-r-lopez/SSI_Materials + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/diy-devops-ci-and-cd-with-github-docker-and-a-vps: + title: 'dzone: DIY DevOps, CI, and CD with GitHub, Docker and a VPS' + year: N/A + stars: 0 + description: '' +https://github.com/learning-cloud-native-go/myapp: + title: '==github.com/learning-cloud-native-go/myapp: Learning Cloud Native Go - + myapp== 🌟' + year: N/A + stars: 0 + description: '' +https://ansible.github.io/workshops/demos: + title: 'ansible.github.io/workshops/demos : Red Hat Ansible Automation Platform + Workshops' + year: N/A + stars: 0 + description: '' +https://github.com/network-automation/tower_workshop: + title: Red Hat Ansible Tower - Workshop and Demo + year: N/A + stars: 0 + description: '' +https://blog.stephane-robert.info/post/ansible-utiliser-mysql-comme-inventaire-dynamique: + title: 'blog.stephane-robert.info: Ansible - Utiliser MySQL comme inventaire dynamique + (Use MySQL as a dynamic inventory)' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/10/kubernetes-minecraft-ansible: + title: 'opensource.com: Build a Kubernetes Minecraft server with Ansible''s Helm + modules' + year: N/A + stars: 0 + description: '' +https://kubernetes-advocate.medium.com/how-to-deploy-a-website-to-aws-with-ansible-e878a63dd93: + title: 'kubernetes-advocate.medium.com: Website Deployment to AWS with Ansible' + year: N/A + stars: 0 + description: '' +https://konstruktoid.medium.com/running-a-nginx-container-using-rootless-docker-with-ansible-a2bfcedd3b07: + title: 'konstruktoid.medium.com: Running a NGINX container using rootless Docker + with Ansible' + year: N/A + stars: 0 + description: '' +? https://kmahi2600.medium.com/launching-a-wordpress-application-with-mysql-database-in-k8s-cluster-on-aws-using-ansible-a78d6bf12b1a +: title: 'kmahi2600.medium.com: Launching A WordPress Application With MYSQL Database + in K8S Cluster On AWS Using Ansible' + year: N/A + stars: 0 + description: '' +https://faun.pub/automation-deploying-an-app-in-gke-using-ansible-4b6687967ac3: + title: 'faun.pub: Automation: Deploying an app in GKE using Ansible' + year: N/A + stars: 0 + description: '' +https://galaxy.ansible.com/ansible/product_demos: + title: galaxy.ansible.com/ansible/product_demos 🌟 + year: N/A + stars: 0 + description: '' +https://ankush-chavan.medium.com/creating-multi-cloud-kubernetes-cluster-on-aws-azure-and-gcp-cloud-92d64633bdfc: + title: 'ankush-chavan.medium.com: Creating Multi-Cloud Kubernetes Cluster on AWS, + Azure, and GCP cloud' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/build-VM-fast-ansible: + title: 'redhat.com: Build a lab in 36 seconds with Ansible' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/clean-up-your-kubernetes-deployments-using-ansible-10a000db313b: + title: 'betterprogramming.pub: Clean Up Your Kubernetes Deployments Using Ansible' + year: N/A + stars: 0 + description: '' +https://praveendandu24.medium.com/ansible-infrastructure-testing-to-test-aws-resources-bd8bdba9ab7c: + title: 'praveendandu24.medium.com: Ensuring AWS Infrastructure Consistency with + Ansible Playbooks' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/tutorial-gitops-in-multicluster-environments-with-anthos-config-management: + title: 'thenewstack.io: GitOps in Multicluster Environments with Anthos Config Management' + year: N/A + stars: 0 + description: '' +https://www.mytechramblings.com/posts/gitops-with-azure-devops-helm-acr-flux-and-k8s: + title: 'mytechramblings.com: A practical example of GitOps using Azure DevOps, Azure + Container Registry, Helm, Flux and Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=HSjm6-ACmWQ&ab_channel=JFrog: + title: 'youtube.com: Cloud Native GitOps with Anthos and JFrog Artifactory' + year: N/A + stars: 0 + description: '' +https://github.com/todaywasawesome/oss-apps: + title: 'todaywasawesome/oss-apps: OSS Applications' + year: N/A + stars: 0 + description: '' +http://kubernetesbyexample.com: + title: kubernetesbyexample.com 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/learnk8s/free-kubernetes: + title: ==Free Kubernetes== 🌟🌟 + year: N/A + stars: 0 + description: '' +https://github.com/eon01/kubernetes-workshop: + title: github.com/eon01/kubernetes-workshop + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-course/container_workshops: + title: github.com/kubernetes-course/container_workshops + year: N/A + stars: 0 + description: '' +https://github.com/mautic/docker-mautic: + title: Mautic + year: N/A + stars: 0 + description: '' +https://www.howtoforge.com/create-a-deployment-in-kubernetes: + title: 'howtoforge.com: How to create a Deployment in Kubernetes' + year: N/A + stars: 0 + description: '' +https://codeburst.io/getting-started-with-kubernetes-deploy-a-docker-container-with-kubernetes-in-5-minutes-eb4be0e96370: + title: 'codeburst.io: getting started with kubernetes, deploy a docker container + in 5 minutes' + year: N/A + stars: 0 + description: '' +https://www.theguild.nl/k8s-workshop-in-a-box: + title: Kubernetes workshop in a box + year: N/A + stars: 0 + description: '' +https://github.com/kabisa/k8s-workshop-in-a-box: + title: 'GitHub: K8s workshop in a box' + year: N/A + stars: 0 + description: '' +https://medium.com/@Kubernetes_Advocate: + title: medium.com/@Kubernetes_Advocate 🌟 + year: N/A + stars: 0 + description: '' +https://medium.com/avmconsulting-blog: + title: medium.com/avmconsulting-blog + year: N/A + stars: 0 + description: '' +https://medium.com/kubernetes-tutorials/efficient-node-out-of-resource-management-in-kubernetes-67f158da6e59: + title: 'medium: Efficient Node Out-of-Resource Management in Kubernetes' + year: N/A + stars: 0 + description: '' +https://itnext.io/k8s-raise-statefulset-volume-size-with-low-impact-33fe1e2576f6: + title: 'itnext.io: K8s raise StatefulSet volume size with low impact' + year: N/A + stars: 0 + description: '' +https://github.com/ianmiell/kubernetes-examples: + title: Kubernetes Examples + year: N/A + stars: 0 + description: '' +https://medium.com/@sdhah1999/prometheus-grafana-on-k8s-6efee4af4036: + title: 'medium: Prometheus-Grafana on K8s' + year: N/A + stars: 0 + description: '' +https://blog.scottlowe.org/2020/06/16/using-kubectl-via-an-ssh-tunnel: + title: 'blog.scottlowe.org: Using kubectl via an SSH Tunnel' + year: N/A + stars: 0 + description: '' +https://trainings.kubernauts.sh: + title: trainings.kubernauts.sh + year: N/A + stars: 0 + description: '' +https://www.magalix.com/blog/how-to-integrate-opa-into-your-kubernetes-cluster-using-kube-mgmt: + title: 'magalix.com: How To Integrate OPA Into Your Kubernetes Cluster Using Kube-mgmt' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-journey-up-and-running-out-of-the-cloud-how-to-setup-the-masters-using-kubeadm-9a496a14fbc1: + title: 'itnext.io: Kubernetes Journey β€” Up and running out of the cloud β€” How to + setup the Masters using kubeadm bootstrap' + year: N/A + stars: 0 + description: '' +https://medium.com/better-programming/build-a-federation-of-multiple-kubernetes-clusters-with-kubefed-v2-8d2f7d9e198a: + title: 'medium: Build a Federation of Multiple Kubernetes Clusters With Kubefed + V2' + year: N/A + stars: 0 + description: '' +https://medium.com/@andriisumko/single-sign-on-in-kubernetes-1ad9528350ed: + title: 'medium: Single Sign-On in Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/kubernetes-in-a-nutshell-tutorial-for-beginners-caa442dfd6c0: + title: 'medium: Kubernetes in a nutshell β€” tutorial for beginners 🌟🌟' + year: N/A + stars: 0 + description: '' +https://www.shipa.io/development/deploying-applications-on-kubernetes: + title: 'shipa.io: Developing and deploying applications to Kubernetes locally with + Shipa and Minikube' + year: N/A + stars: 0 + description: '' +https://www.shipa.io/development/a-real-world-application-deployment-on-kubernetes: + title: 'shipa.io: Deploying a real-world application on Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.shipa.io/development/gitops: + title: 'shipa.io: GitOps in Kubernetes, the easy way–with GitHub Actions and Shipa' + year: N/A + stars: 0 + description: '' +https://shipa.io/development/a-developer-focused-ci-cd-pipeline-for-kubernetes: + title: 'shipa.io: A Developer focused CI/CD pipeline for Kubernetes' + year: N/A + stars: 0 + description: '' +https://kruyt.org/running-a-mailserver-in-kubernetes: + title: 'kruyt.org: Running a mailserver in Kubernetes' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2020/09/29/rabbitmq-monitoring-on-kubernetes/?utm_sq=gl0f6vph5e: + title: 'piotrminkowski.com: RabbitMQ Monitoring on Kubernetes' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/bootstrapping-java-kubernetes-apps-no-yaml: + title: 'dzone: Bootstrapping Java Kubernetes Apps With Spring Initializr and K8s + Initializer 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/awsblogs/ci-cd-with-kubernetes-3c29e8073c38: + title: 'medium: Production Ready CI/CD Pipeline with Kubernetes' + year: N/A + stars: 0 + description: '' +https://myweblearner.com/springboot_k8s_readiness_liveness.html: + title: 'myweblearner.com: Kubernetes(k8s) Readiness and Liveness Probe' + year: N/A + stars: 0 + description: '' +https://medium.com/faun/attacking-kubernetes-clusters-using-the-kubelet-api-abafc36126ca: + title: 'medium.com: Attacking Kubernetes clusters using the Kubelet API' + year: N/A + stars: 0 + description: '' +https://github.com/nfrankel/jvm-controller: + title: nfrankel/jvm-controller + year: N/A + stars: 0 + description: '' +https://matthewpalmer.net/kubernetes-app-developer/articles/kubernetes-ingress-guide-nginx-example.html: + title: 'matthewpalmer.net: Kubernetes Ingress with Nginx Example 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2021/03/09/deploying-node-js-applications-to-kubernetes-with-nodeshift-and-minikube: + title: 'developers.redhat.com: Deploying Node.js applications to Kubernetes with + Nodeshift and Minikube' + year: N/A + stars: 0 + description: '' +https://itnext.io/breaking-down-and-fixing-kubernetes-4df2f22f87c3: + title: 'itnext.io: Breaking down and fixing Kubernetes' + year: N/A + stars: 0 + description: '' +https://dev.to/douglasmakey/implementing-a-simple-k8s-admission-controller-in-go-2dcg: + title: 'dev.to: Implementing a simple K8s admission controller in Go' + year: N/A + stars: 0 + description: '' +https://ishantgaurav.in/2021/06/22/complete-application-deployment-using-kubernetes: + title: 'ishantgaurav.in: Complete Application Deployment using Kubernetes' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/python-fastapi-kubernetes-gcp-296e0dc3abb6: + title: 'betterprogramming.pub: Deploy a Python API With Docker and Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/developer-guy/kubernetes-cluster-setup-using-terraform-and-k3s-on-digitalocean: + title: 'github.com/developer-guy: Set up HA k3s cluster on DigitalOcean using Terraform + + Ansible' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2021/09/24/kubernetes-ingress-grpc-example-with-a-dune-quote-service: + title: 'cncf.io: Kubernetes Ingress gRPC example with a Dune quote service' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/how-to-create-a-noops-deployment-with-github-actions-kubernetes-and-shipa-18aab208fe7a: + title: 'betterprogramming.pub: How To Create a NoOps Deployment With GitHub Actions + Kubernetes and Shipa' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2021/10/25/kubernetes-multicluster-with-kind-and-cilium: + title: 'piotrminkowski.com: Kubernetes Multicluster with Kind and Cilium' + year: N/A + stars: 0 + description: '' +https://github.com/todaywasawesome/atomic-cluster: + title: 'todaywasawesome/atomic-cluster: The Atomic Cluster' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=4DUhc0MjdUc&feature=youtu.be&ab_channel=MohamedRadwan-DevOps: + title: 'youtube: Deploy Docker image to Kubernetes Cluster | CI-CD for Azure Kubernetes + Service | Mohamed Radwan - DevOps' + year: N/A + stars: 0 + description: '' +https://www.howtoforge.com/how-to-deploy-your-first-pod-on-a-kubernetes-cluster: + title: 'howtoforge.com: How to deploy your first pod on a Kubernetes Cluster' + year: N/A + stars: 0 + description: '' +https://github.com/AdminTurnedDevOps/kubernetes-examples: + title: ==github.com/AdminTurnedDevOps/kubernetes-examples== + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/deploying-simple-golang-webapp-to-kubernetes-25dc1736dcc4: + title: 'levelup.gitconnected.com: Deploying a Simple Golang Web App to Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/groupon-eng/loadbalancer-services-using-kubernetes-in-docker-kind-694b4207575d: + title: '==medium.com/groupon-eng: LoadBalancer Services using Kubernetes in Docker + (kind)==' + year: N/A + stars: 0 + description: '' +https://devxblog.hashnode.dev/kubernetes-microservice-flask-application-1: + title: 'devxblog.hashnode.dev: Deploying Microservices with Persistent Volumes in + Kubernetes - Kubernetes Microservice Flask Application' + year: N/A + stars: 0 + description: '' +https://medium.com/@hmquan08011996/set-up-microservice-on-kubernetes-write-config-file-8df7c2b07a4c: + title: 'medium.com/@hmquan08011996: Setup Microservices on Kubernetes β€” Write a + Configuration File' + year: N/A + stars: 0 + description: '' +https://github.com/AdminTurnedDevOps/kubernetes-in-production-examples: + title: ==github.com/AdminTurnedDevOps/kubernetes-in-production-examples== + year: N/A + stars: 0 + description: '' +https://webhooks.app: + title: ==webhooks.app== + year: N/A + stars: 0 + description: '' +https://itnext.io/journey-of-a-microservice-application-in-the-kubernetes-world-bdfe795532ef: + title: 'itnext.io: Journey Of A Microservice Application In The Kubernetes World' + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com/community/tutorials/how-to-deploy-a-scalable-and-secure-django-application-with-kubernetes: + title: 'digitalocean.com: How To Deploy a Scalable and Secure Django Application + with Kubernetes' + year: N/A + stars: 0 + description: '' +https://dev.to/mkalioby/django-apps-on-kubernetes-2edo: + title: 'dev.to: Django on K8s (Part 0: Introduction)' + year: N/A + stars: 0 + description: '' +https://blog.flant.com/our-experience-with-postgres-operator-for-kubernetes-by-zalando: + title: 'blog.flant.com: Our experience with Postgres Operator for Kubernetes by + Zalando' + year: N/A + stars: 0 + description: '' +https://teletype.in/@sravancynixit/CcwqFANxY: + title: CI/CD for Kubernetes through a Spring Boot example (Banzai Cloud CI/CD) + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2020/12/18/spring-boot-on-kubernetes-with-buildpacks-and-skaffold: + title: 'piotrminkowski.com: Spring Boot on Kubernetes with Buildpacks and Skaffold + 🌟' + year: N/A + stars: 0 + description: '' +https://spring.io/blog/2021/01/04/ymnnalft-easy-docker-image-creation-with-the-spring-boot-maven-plugin-and-buildpacks: + title: 'spring.io: YMNNALFT: Easy Docker Image Creation with the Spring Boot Maven + Plugin and Buildpacks' + year: N/A + stars: 0 + description: '' +https://github.com/spring-cloud/spring-cloud-kubernetes: + title: 'github: Spring Cloud Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://www.baeldung.com/spring-boot-deploy-openshift: + title: 'baeldung.com: Deploy a Spring Boot Application to OpenShift with Spring + Cloud Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://start.spring.io: + title: Spring Initializr 🌟 + year: N/A + stars: 0 + description: '' +https://app.getambassador.io/initializer: + title: k8s Initializer 🌟 + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/getting-started-with-ambassador-and-consul-using-kubernetes-initializer: + title: 'hashicorp.com: Getting Started with Ambassador and Consul Using Kubernetes + Initializer' + year: N/A + stars: 0 + description: '' +https://codeburst.io/kubernetes-ckad-weekly-challenges-overview-and-tips-7282b36a2681: + title: Kubernetes CKAD Example Exam Questions Practical Challenge Series + year: N/A + stars: 0 + description: '' +https://github.com/redhat-developer-demos/istio-tutorial: + title: 'github: redhat-developer-demos Istio Tutorial for Java Microservices' + year: N/A + stars: 0 + description: '' +https://blog.jetstack.io/blog/istio-oidc: + title: 'blog.jetstack.io: Istio OIDC Authentication' + year: N/A + stars: 0 + description: '' +https://github.com/stefanprodan/gitops-istio: + title: 'github.com/stefanprodan/gitops-istio: A GitOps recipe for Progressive Delivery + with Flux v2, Flagger and Istio 🌟' + year: N/A + stars: 0 + description: '' +https://blog.alexellis.io/a-bit-of-istio-before-tea-time: + title: 'blog.alexellis.io: A bit of Istio before tea-time' + year: N/A + stars: 0 + description: '' +https://medium.com/hashicorp-engineering/consul-kubernetes-ingress-gateways-and-l7-traffic-management-178957dcd934: + title: 'medium: Consul-Kubernetes Ingress Gateways and L7 Traffic Management' + year: N/A + stars: 0 + description: '' +https://github.com/Andrew-Klaas/hashi-k8s-demo: + title: 'github: Andrew-Klaas/hashi-k8s-demo' + year: N/A + stars: 0 + description: '' +? https://medium.com/hashicorp-engineering/kittens-as-a-service-layer-7-traffic-management-security-with-consul-connect-f5965fac5aa +: title: 'medium: Kittens-as-a-Service: Layer 7 Traffic Management & Security with + Consul Connect' + year: N/A + stars: 0 + description: '' +https://learn.hashicorp.com/tutorials/consul/kubernetes-minikube?in=consul/kubernetes: + title: 'learn.hashicorp.com: Consul Service Discovery and Mesh on Minikube 🌟' + year: N/A + stars: 0 + description: '' +https://www.consul.io/docs/k8s/connect/ingress-gateways: + title: 'consul.io: Ingress Gateways on Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/ahmetb/kubernetes-network-policy-recipes: + title: ==ahmetb/kubernetes-network-policy-recipes== 🌟 + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/deploy-with-gitlab-ci: + title: Deploy a Rancher Cluster with GitLab CI and Terraform + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2020/11/12/implementing-gitops-on-kubernetes-using-k3s-rancher-vault-and-argo-cd: + title: 'cncf.io: Implementing GitOps on Kubernetes Using K3s, Rancher, Vault and + Argo CD' + year: N/A + stars: 0 + description: '' +https://www.stackrox.com/post/2021/01/part-1-rancher-kubernetes-engine-rke-security-best-practices-for-cluster-setup: + title: 'stackrox.com: Part 1 - Rancher Kubernetes Engine (RKE) Security Best Practices + for Cluster Setup 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/maximize-k3s-resource-efficiency-with-calico-ebpf-data-plane: + title: 'thenewstack.io: Maximize K3s Resource Efficiency with Calico eBPF Data Plane' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=W_rcYPZkhFg&ab_channel=RedHat: + title: 'youtube: GitOps Guide to the Galaxy (Ep 12): Flux On OpenShift' + year: N/A + stars: 0 + description: '' +https://github.com/fluxcd/flux2-kustomize-helm-example: + title: flux2-kustomize-helm-example 🌟 + year: N/A + stars: 0 + description: '' +'https://eksworkshop.com/ ': + title: eksworkshop.com + year: N/A + stars: 0 + description: '' +https://eksworkshop.com/x-ray/microservices: + title: eksworkshop.com/x-ray/microservices + year: N/A + stars: 0 + description: '' +https://eksworkshop.com/scaling/deploy_ca: + title: 'eksworkshop.com: Configure Cluster Autoscaler (CA)' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/getting-started/projects/deploy-kubernetes-app-amazon-eks: + title: 'aws.amazon.com: Deploy a kubernetes application' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/opensource/git-push-deploy-app-eks-gitkube: + title: 'aws blogs: Git Push to Deploy Your App on EKS' + year: N/A + stars: 0 + description: '' +https://medium.com/faun/create-your-first-application-on-aws-eks-kubernetes-cluster-874ee9681293: + title: 'medium: create your first application on aws eks kubernetes' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/deploying-a-kubernetes-cluster-with-amazon-eks: + title: 'dzone: deploying a kubernetes cluster with amazon eks 🌟' + year: N/A + stars: 0 + description: '' +? https://www.stacksimplify.com/aws-eks/aws-devops-eks/learn-to-master-devops-on-aws-eks-using-aws-codecommit-codebuild-codepipeline +: title: 'stacksimplify.com: DevOps with AWS CodePipeline on AWS EKS' + year: N/A + stars: 0 + description: '' +https://github.com/stacksimplify/aws-eks-kubernetes-masterclass: + title: github.com/stacksimplify/aws-eks-kubernetes-masterclass 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/hbollon/k8s-voting-app-aws: + title: hbollon/k8s-voting-app-aws + year: N/A + stars: 0 + description: '' +https://aws.plainenglish.io/deploying-application-on-amazon-eks-211eb46c069c: + title: 'aws.plainenglish.io: Deploying Application on Amazon EKS' + year: N/A + stars: 0 + description: '' +https://github.com/stacksimplify/azure-aks-kubernetes-masterclass: + title: github.com/stacksimplify/azure-aks-kubernetes-masterclass 🌟 + year: N/A + stars: 0 + description: '' +https://channel9.msdn.com/Shows/Azure-Friday/Troubleshoot-AKS-cluster-issues-with-AKS-Diagnostics-and-AKS-Periscope: + title: 'channel9.msdn.com: Troubleshoot AKS cluster issues with AKS Diagnostics + and AKS Periscope' + year: N/A + stars: 0 + description: '' +https://trstringer.com/deploy-to-aks-from-github-actions: + title: 'trstringer.com: Deploy to AKS from GitHub Actions 🌟' + year: N/A + stars: 0 + description: '' +https://trstringer.com/deploy-to-aks-from-github-actions-self-hosted: + title: 'trstringer.com: Deploy to AKS Using a Managed Identity from a GitHub Actions + Self-Hosted Runner 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/bb-tutorials-and-thoughts/how-to-build-and-deploy-mern-stack-on-azure-aks-c25eaf27b9d0: + title: 'medium.com/bb-tutorials-and-thoughts: How to Build and Deploy MERN Stack + on Azure AKS' + year: N/A + stars: 0 + description: '' +https://github.com/Azure/draft: + title: ==Azure/Draft== 🌟 + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/operations/troubleshooting-services-on-google-kubernetes-engine: + title: 'cloud.google.com: Troubleshooting services on Google Kubernetes Engine by + example 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/MatthewCYLau/gcp-react-gke-terraform: + title: 'github.com/MatthewCYLau: React App on Google Kubernetes Engine (GKE) with + Terraform' + year: N/A + stars: 0 + description: '' +https://github.com/MatthewCYLau/node-express-typescript-k8-gke: + title: 'github.com/MatthewCYLau: TypeScript Node Express Google Kubernetes Engine + (GKE)' + year: N/A + stars: 0 + description: '' +https://github.com/madhuakula/kubernetes-goat: + title: The Kubernetes Goat + year: N/A + stars: 0 + description: '' +https://github.com/chrisns/k8s-opa-boilerplate: + title: chrisns/k8s-opa-boilerplate + year: N/A + stars: 0 + description: '' +https://medium.com/@LachlanEvenson/verifying-container-signatures-on-kubernetes-with-gatekeeper-19a4519c3016: + title: 'medium: Verifying container signatures on Kubernetes with Gatekeeper' + year: N/A + stars: 0 + description: '' +https://medium.com/@LachlanEvenson/mutating-kubernetes-resources-with-gatekeeper-3e5585d49ead: + title: 'medium: Mutating Kubernetes resources with Gatekeeper' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/12/kubernetes-gatekeeper: + title: 'opensource.com: Implement governance on your Kubernetes cluster' + year: N/A + stars: 0 + description: '' +https://move2kube.konveyor.io: + title: Move2Kube + year: N/A + stars: 0 + description: '' +https://medium.com/@hari.balagopal/create-a-helm-chart-automatically-from-kubernetes-yamls-91a4c1bf8cc5: + title: '==medium.com/@hari.balagopal: Create a Helm chart automatically from Kubernetes + YAMLs==' + year: N/A + stars: 0 + description: '' +https://gitlab.com/redhatdemocentral: + title: gitlab.com/redhatdemocentral 🌟 + year: N/A + stars: 0 + description: '' +https://redhatdemocentral.gitlab.io: + title: redhatdemocentral.gitlab.io + year: N/A + stars: 0 + description: '' +https://gitlab.com/redhatdemocentral/rhcs-rhdm-install-demo: + title: CodeReady Containers - Red Hat Decision Manager Install Demo + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=CJMdSQVFVik: + title: 'youtube: CodeReady Containers - Easy OpenShift Container Platform 4.5 Installation' + year: N/A + stars: 0 + description: '' +https://gitlab.com/redhatdemocentral/portfolio-architecture-examples/-/blob/main/healthcare.adoc: + title: 'gitlab.com/redhatdemocentral: Healthcare' + year: N/A + stars: 0 + description: '' +https://redhatdemocentral.gitlab.io/portfolio-architecture-workshops: + title: Portfolio Architecture + year: N/A + stars: 0 + description: '' +https://redhatdemocentral.gitlab.io/portfolio-architecture-tooling: + title: redhatdemocentral.gitlab.io/portfolio-architecture-tooling + year: N/A + stars: 0 + description: '' +https://gitlab.com/redhatdemocentral/portfolio-architecture-examples: + title: 'gitlab.com: Project Examples' + year: N/A + stars: 0 + description: '' +https://code.visualstudio.com/docs/datascience/data-wrangler: + title: Getting Started with Data Wrangler in VS Code + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/courses/openshift: + title: 'developers.redhat.com: Developing on OpenShift (katacoda interactive learning) + 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/OpenShiftDemos: + title: github.com/OpenShiftDemos 🌟 + year: N/A + stars: 0 + description: '' +https://hub.docker.com/r/openshiftdemos: + title: DockerHub OpenShift Demos + year: N/A + stars: 0 + description: '' +https://github.com/redhat-developer-demos: + title: 'Red Hat Tutorials & Examples: github.com/redhat-developer-demos 🌟' + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/aws-and-red-hat-quickstart-workshop: + title: 'blog.openshift.com: OCP multi-node deployment on **AWS** using CloudFormation + and Ansible (quickstart workshop)' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/deploying-docker-images-to-openshift: + title: Deploying Docker Images to OpenShift + year: N/A + stars: 0 + description: '' +https://github.com/OpenShiftDemos/sonarqube-openshift-docker: + title: 'SonarQube: An OpenShift-focused Docker build of Sonarqube' + year: N/A + stars: 0 + description: '' +https://blog.dbi-services.com/deploying-postgresql-in-minishiftopenshift: + title: Deploying PostgreSQL in MiniShift/OpenShift 3 + year: N/A + stars: 0 + description: '' +http://www.mastertheboss.com/soa-cloud/openshift/clustering-wildfly-on-openshift-using-wildfly-operator: + title: Clustering WildFly on Openshift + year: N/A + stars: 0 + description: '' +http://www.mastertheboss.com/soa-cloud/openshift/java-ee-example-application-on-openshift: + title: Java EE example on Openshift + year: N/A + stars: 0 + description: '' +http://www.mastertheboss.com/soa-cloud/openshift/running-microprofile-applications-on-openshift: + title: Microprofile example on Openshift + year: N/A + stars: 0 + description: '' +http://www.mastertheboss.com/soa-cloud/openshift/using-wildfly-on-openshift: + title: Deploying WildFly apps on Openshift + year: N/A + stars: 0 + description: '' +http://www.mastertheboss.com/soa-cloud/openshift/thorntail-on-openshift: + title: Running Thorntail apps on Openshift + year: N/A + stars: 0 + description: '' +http://www.mastertheboss.com/jboss-frameworks/spring/deploy-your-springboot-applications-on-openshift: + title: Running Spring Boot applications on Openshift + year: N/A + stars: 0 + description: '' +https://github.com/openshiftdemos: + title: github.com/openshiftdemos 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/openshift-labs: + title: github.com/openshift-labs 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/siamaksade/mapit-spring: + title: MapIt + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/simple-canary-deployments-using-kubernetes-statefulsets-on-openshift: + title: 'openshift.com: Simple Canary Deployments using Kubernetes StatefulSets on + OpenShift' + year: N/A + stars: 0 + description: '' +https://github.com/jbossdemocentral/rhpam7-mortgage-demo: + title: 'github.com/jbossdemocentral: Red Hat Process Automation Manager Mortgage + Demo' + year: N/A + stars: 0 + description: '' +? https://medium.com/@erfin.feluzy/tutorial-secure-your-api-with-x509-mutual-authentication-with-spring-boot-on-openshift4-416a00a47af8 +: title: 'medium: Tutorial : Secure your API with x509 Mutual Authentication with + Spring Boot on OpenShift4' + year: N/A + stars: 0 + description: '' +https://medium.com/@carlosedp/red-hat-openshift-virtualization-in-nested-vmware-vsphere-56c5e5d76a80: + title: 'medium.com: Red Hat OpenShift Virtualization in nested VMware vSphere Cluster' + year: N/A + stars: 0 + description: '' +https://www.schabell.org/2020/10/codeready-containers-building-cloud-native-hr-process.html: + title: 'schabell.org: CodeReady Containers - Building a Cloud-Native Human Resources + Process' + year: N/A + stars: 0 + description: '' +? https://developers.redhat.com/blog/2020/10/22/persistent-storage-in-action-understanding-red-hat-openshifts-persistent-volume-framework +: title: 'developers.redhat.com: Persistent storage in action: Understanding Red Hat + OpenShift’s persistent volume framework 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/11/minishift-linux: + title: 'opensource.com: Set up Minishift and run Jenkins on Linux' + year: N/A + stars: 0 + description: '' +https://rcarrata.com: + title: Rcarrata's blog + year: N/A + stars: 0 + description: '' +? https://access.redhat.com/documentation/en-us/red_hat_jboss_web_server/5.4/html-single/red_hat_jboss_web_server_for_openshift/index +: title: JBoss Web Server Operator 🌟 + year: N/A + stars: 0 + description: '' +? https://developers.redhat.com/blog/2021/04/09/containerize-and-deploy-strapi-applications-on-kubernetes-and-red-hat-openshift +: title: 'developers.redhat.com: Containerize and deploy Strapi CMS applications on + Kubernetes and Red Hat OpenShift' + year: N/A + stars: 0 + description: '' +? https://developers.redhat.com/articles/2021/05/24/build-lean-java-containers-new-red-hat-universal-base-images-openjdk-runtime +: title: 'developers.redhat.com: Build lean Java containers with the new Red Hat Universal + Base Images OpenJDK runtime images 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=jBDmX85IjLM&ab_channel=RedHatDeveloper: + title: 'youtube: No YAML! Kubernetes done the easy way | DevNation Tech Talk' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/10/01/new-application-samples-red-hat-openshift-48: + title: 'developers.redhat.com: New application samples in Red Hat OpenShift 4.8' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/11/18/build-and-store-universal-application-images-openshift: + title: 'developers.redhat.com: Build and store universal application images on OpenShift + (with Buildah)' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2021/11/30/serverless-java-functions-on-openshift: + title: '==piotrminkowski.com: Serverless Java Functions on OpenShift==' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/developer-sandbox: + title: Developer Sandbox for Red Hat OpenShift 🌟 + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/developer-sandbox/how-to-deploy-java-application-in-kubernetes: + title: 'developers.redhat.com: How to deploy a Java application on Kubernetes in + minutes' + year: N/A + stars: 0 + description: '' +? https://developers.redhat.com/developer-sandbox/activities/deploying-full-stack-javascript-applications-to-the-sandbox/part1 +: title: 'developers.redhat.com: Welcome to the Developer Sandbox for Red Hat OpenShift. + Part 1: Deploying full-stack JavaScript applications to the Developer Sandbox + for Red Hat OpenShift' + year: N/A + stars: 0 + description: '' +https://developer.ibm.com/tutorials/examples-differentiate-openshift-kubernetes: + title: 'developer.ibm.com: Example exercises to differentiate OpenShift and Kubernetes' + year: N/A + stars: 0 + description: '' +https://cloudpak8s.io/apps/cp4a_overview: + title: IBM Cloud Pak Playbook + year: N/A + stars: 0 + description: '' +https://github.com/cloud-native-toolkit/multi-tenancy-gitops: + title: ==cloud-native-toolkit/multi-tenancy-gitops== 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/redhat-developer-demos/knative-tutorial: + title: knative-tutorial + year: N/A + stars: 0 + description: '' +https://aymen-segni.com/index.php/2020/07/22/deploying-your-serverless-services-on-kubernetes-using-knative: + title: 'aymen-segni.com: Deploying Serverless Services on Kubernetes using Knative' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/05/26/build-a-go-application-using-openshift-pipelines: + title: Build a Go application using OpenShift Pipelines + year: N/A + stars: 0 + description: '' +https://redhat-developer-demos.github.io/openshift-pipelines-workshop: + title: openshift-pipelines-workshop + year: N/A + stars: 0 + description: '' +https://github.com/openshift/pipelines-catalog: + title: OpenShift Pipelines Catalog + year: N/A + stars: 0 + description: '' +https://github.com/systemcraftsman/lab-tekton-pipelines: + title: 'systemcraftsman/lab-tekton-pipelines: OpenShift Pipelines workshop' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/gitops-using-red-hat-openshift-pipelines-tekton-and-red-hat-advanced-cluster-management: + title: 'openshift.com: GitOps Using Red Hat OpenShift Pipelines (Tekton) and Red + Hat Advanced Cluster Management' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/09/24/set-up-continuous-integration-for-net-core-with-openshift-pipelines: + title: Set up continuous integration for .NET Core with OpenShift Pipelines + year: N/A + stars: 0 + description: '' +http://alesnosek.com/blog/2020/06/30/ci-slash-cd-pipeline-spanning-multiple-openshift-clusters: + title: 'alesnosek.com: CI/CD Pipeline Spanning Multiple OpenShift Clusters (jenkins + & tekton)' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/guide-to-openshift-pipelines-part-1-introducing-openshift-pipelines: + title: 'openshift.com: Guide to OpenShift Pipelines Part 1 - Introducing OpenShift + Pipelines' + year: N/A + stars: 0 + description: '' +https://kailashyogeshwar.medium.com/how-we-implemented-reusable-ci-cd-pipeline-using-git-and-tekton-503bed91975b: + title: 'kailashyogeshwar.medium.com: How we implemented Reusable CI/CD Pipeline + using Git and Tekton' + year: N/A + stars: 0 + description: '' +? https://www.openshift.com/blog/gitops-using-red-hat-openshift-pipelines-tekton-and-red-hat-advanced-cluster-management-to-deploy-on-multiple-clusters +: title: 'openshift.com: GitOps Using Red Hat OpenShift Pipelines (Tekton) and Red + Hat Advanced Cluster Management to Deploy on Multiple Clusters 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2021/01/13/getting-started-with-tekton-and-pipelines: + title: 'developers.redhat.com: Getting started with Tekton and Pipelines' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/07/21/bootstrap-gitops-red-hat-openshift-pipelines-and-kam-cli: + title: 'developers.redhat.com: Bootstrap GitOps with Red Hat OpenShift Pipelines + and kam CLI' + year: N/A + stars: 0 + description: '' +https://dev.to/wiggitywhitney/9-waa-w-what-is-knative-serving-a-friendly-guide-28f6: + title: '==dev.to: What is Knative Serving? A Friendly Guide==' + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/4.8/cicd/gitops/understanding-openshift-gitops.html: + title: 'docs.openshift.com: OpenShift GitOps' + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/virtual-machines-as-code-with-openshift-gitops-and-openshift-virtualization: + title: 'cloud.redhat.com: Virtual Machines as Code with OpenShift GitOps and OpenShift + Virtualization' + year: N/A + stars: 0 + description: '' +https://github.com/rromannissen/rhoar-microservices-demo: + title: 'rromannissen/rhoar-microservices-demo: GitOps for Microservices with Red + Hat Runtimes demo' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/09/10/from-code-to-production-with-openshift-pipelines-and-argo-cd: + title: 'developers.redhat.com: From code to production with OpenShift Pipelines + and Argo CD' + year: N/A + stars: 0 + description: '' +? 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 +: title: 'developers.redhat.com: Building modern CI/CD workflows for serverless applications + with Red Hat OpenShift Pipelines and Argo CD, Part 1' + year: N/A + stars: 0 + description: '' +? 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 +: title: 'developers.redhat.com: Building modern CI/CD workflows for serverless applications + with Red Hat OpenShift Pipelines and Argo CD, Part 2' + year: N/A + stars: 0 + description: '' +https://itnext.io/deploy-argo-cd-with-ingress-and-tls-in-three-steps-no-yaml-yak-shaving-required-bc536d401491: + title: 'itnext.io: Deploy Argo CD with Ingress and TLS in Three Steps: No YAML Yak + Shaving Required 🌟' + year: N/A + stars: 0 + description: '' +https://app.getambassador.io: + title: Ambassador Edge Stack. K8S Initializer (scaffolding tool) 🌟 + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/09/03/introduction-to-tekton-and-argo-cd-for-multicluster-development: + title: 'developers.redhat.com: Introduction to Tekton and Argo CD for multicluster + development' + year: N/A + stars: 0 + description: '' +https://itnext.io/argocd-secret-management-with-argocd-vault-plugin-539f104aff05: + title: 'itnext.io: Solving ArgoCD Secret Management with the argocd-vault-plugin + 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=5XWwjyikWMQ&feature=emb_logo&ab_channel=Konveyor: + title: 'youtube: Exploring The Cloud-native Kubernetes CI/CD Pipeline Tool Landscape' + year: N/A + stars: 0 + description: '' +https://blog.argoproj.io/introducing-the-applicationset-controller-for-argo-cd-982e28b62dc5: + title: 'blog.argoproj.io: Introducing the ApplicationSet Controller for Argo CD' + year: N/A + stars: 0 + description: '' +https://vzilla.co.uk/vzilla-blog/gitops-getting-started-with-argocd: + title: 'vzilla.co.uk: GitOps - Getting started with ArgoCD' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/sso-integration-for-the-openshift-gitops-operator: + title: 'openshift.com: SSO Integration for the OpenShift GitOps Operator' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/how-to-use-hashicorp-vault-and-argo-cd-for-gitops-on-openshift: + title: 'openshift.com: How to Use HashiCorp Vault and Argo CD for GitOps on OpenShift' + year: N/A + stars: 0 + description: '' +https://blog.argoproj.io/getting-started-with-applicationsets-9c961611bcf0: + title: 'blog.argoproj.io: Getting started with ApplicationSets' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2021/08/05/kubernetes-ci-cd-with-tekton-and-argocd: + title: 'piotrminkowski.com: Kubernetes CI/CD with Tekton and ArgoCD 🌟' + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/multicluster-gitops-argocd: + title: 'infracloud.io: Multicluster GitOps with ArgoCD' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/08/03/managing-gitops-control-planes-secure-gitops-practices: + title: 'developers.redhat.com: Managing GitOps control planes for secure GitOps + practices 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/8/argo-cd: + title: 'opensource.com: Get started with Argo CD 🌟' + year: N/A + stars: 0 + description: '' +https://blog.argoproj.io/introducing-the-appsource-controller-for-argocd-52f21d28d643: + title: 'blog.argoproj.io: Introducing the AppSource Controller for ArgoCD' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2021/12/13/continuous-delivery-on-kubernetes-with-database-using-argocd-and-liquibase: + title: '==piotrminkowski.com: Continuous Delivery on Kubernetes with Database using + ArgoCD and Liquibase==' + year: N/A + stars: 0 + description: '' +https://medium.com/adaltas/gitops-in-practice-deploy-kubernetes-applications-with-argocd-ca170ce8aba3: + title: 'medium.com/adaltas: GitOps in practice, deploy Kubernetes applications with + ArgoCD' + year: N/A + stars: 0 + description: '' +https://gokuldevops.medium.com/argo-cdsample-app-deployment-56b36601f279: + title: 'gokuldevops.medium.com: Argo CD-Sample app deployment' + year: N/A + stars: 0 + description: '' +https://codefresh.io/blog/using-argo-cd-and-kustomize-for-configmap-rollouts: + title: '==codefresh.io: Using Argo CD and Kustomize for ConfigMap Rollouts== 🌟🌟' + year: N/A + stars: 0 + description: '' +? https://medium.com/@martin.hodges/use-terraform-ansible-and-github-actions-to-automate-running-your-spring-boot-application-on-e82424da828e +: title: 'medium.com/@martin.hodges: Spring Boot CI/CD on Kubernetes using Terraform, + Ansible and GitHub: Part 12' + year: N/A + stars: 0 + description: '' +https://mrcloudbook.com/automating-tetris-deployments-devsecops-with-argocd-terraform-and-jenkins-for-two-game-versions: + title: 'mrcloudbook.com: Automating Tetris Deployments: DevSecOps with ArgoCD, Terraform, + and Jenkins for Two Game Versions' + year: N/A + stars: 0 + description: '' +https://mrcloudbook.com/gitops-deploying-tetris-on-eks-using-argocd: + title: 'mrcloudbook.com: GitOps: Deploying Tetris on EKS Using ArgoCD' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/building-openshift-pipelines-with-gitlab: + title: 'openshift.com: Building GitLab Pipelines on OpenShift' + year: N/A + stars: 0 + description: '' +? https://itnext.io/building-and-deploying-a-weather-web-application-onto-kubernetes-red-hat-openshift-using-eclipse-62bf7c924be4 +: title: Building and Deploying a Weather Web Application onto Kubernetes/Red Hat + OpenShift using Eclipse JKube + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/deploy-quarkus-todo-list-app-to-kubernetes-using-eclipse-jkube-c774ef6b68f0: + title: 'medium: Deploy Quarkus Todo List App to Kubernetes Using Eclipse JKube' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=vgIwRX4LXfU: + title: 'youtube: Deploy your Java applications to the Cloud using Eclipse JKube + (petclinic) 🌟' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/monitoring-services-like-an-sre-in-openshift-servicemesh: + title: Monitoring Services like an SRE in OpenShift ServiceMesh + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/products/mta/getting-started: + title: 'Migration Toolkit for Applications: Getting Started' + year: N/A + stars: 0 + description: '' +https://youtu.be/mRCz6Jl0Ds8: + title: Migration Toolkit for Applications Demo - June 2020 + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/applications-here-applications-there-part-3-application-migration: + title: 'openshift.com: Applications Here, Applications There! - Part 3 - Application + Migration' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?list=PLbMP1JcGBmSFA56rykbH2fg1F9Tozk4of: + title: Advanced Cluster Management Demos + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/about/videos/acm-ansible-integration-overview: + title: 'redhat.com: ACM Ansible Integration Overview' + year: N/A + stars: 0 + description: '' +? https://www.openshift.com/blog/k8s-integrity-shield-tech-preview-protecting-the-integrity-of-kubernetes-resources-with-signature +: title: 'opensift.com: K8s Integrity Shield (tech-preview): Protecting the Integrity + of Kubernetes Resources with Signature' + year: N/A + stars: 0 + description: '' +? https://cloud.redhat.com/blog/how-to-observe-your-clusters-with-red-hat-advanced-cluster-management-customize-the-grafana-dashboard +: title: 'cloud.redhat.com: How to Observe your Clusters with Red Hat Advanced Cluster + Management - Customize the Grafana Dashboard' + year: N/A + stars: 0 + description: '' +https://medium.com/@craig_robinson/guide-installing-an-okd-4-5-cluster-508a2631cbee: + title: 'medium.com: Installing an OKD 4.5 Cluster' + year: N/A + stars: 0 + description: '' +https://itnext.io/guide-installing-an-okd-4-5-cluster-508a2631cbee: + title: 'itnext.io: Guide: Installing an OKD 4.5 Cluster' + year: N/A + stars: 0 + description: '' +? https://www.openshift.com/blog/recap-okd-4-testing-and-deployment-workshop-videos-and-additional-resources?utm_source=thenewstack&utm_medium=twitter&utm_campaign=platform +: title: 'openshift.com: Recap: OKD 4 Testing and Deployment Workshop - Videos and + Additional Resources' + year: N/A + stars: 0 + description: '' +https://wkrzywiec.medium.com/how-to-deploy-application-on-kubernetes-with-helm-39f545ad33b8: + title: 'wkrzywiec.medium.com: How to deploy application on Kubernetes with Helm' + year: N/A + stars: 0 + description: '' +https://josephrodriguezg.medium.com/deploying-a-spring-boot-application-in-kubernetes-using-helm-charts-5c04c2d46e16: + title: 'josephrodriguezg.medium.com: Deploying a Spring Boot microservice in Kubernetes + using Helm charts' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/08/21/hello-world-tutorial-with-kubernetes-operators: + title: 'developers.redhat.com: β€˜Hello, World’ tutorial with Kubernetes Operators' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/writing-customized-reports-using-metering-operator: + title: Writing Customized Reports Using Metering Operator + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/08/04/http-based-kafka-messaging-with-red-hat-amq-streams: + title: 'developers.redhat.com: HTTP-based Kafka messaging with Red Hat AMQ Streams' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2021/01/08/message-broker-integration-made-simple-with-red-hat-fuse: + title: 'developers.redhat.com: Message broker integration made simple with Red Hat + Fuse' + year: N/A + stars: 0 + description: '' +https://github.com/CastawayEGR/openshift-ai-examples: + title: OpenShift AI Examples + year: N/A + stars: 0 + description: '' +'https://bitbucket.org/blog/setting-up-a-ci-cd-pipeline-with-spring-mvc-jenkins-and-kubernetes-on-aws ': + title: 'bitbucket.org: setting up a cicd pipeline with spring mvc and kubernetes + on aws' + year: N/A + stars: 0 + description: '' +? https://medium.com/@simionrazvan/simple-spring-boot-microservice-deployed-in-kubernetes-using-docker-and-nexus-part-1-b581e3ca8916 +: title: Part 1 + year: N/A + stars: 0 + description: '' +? https://medium.com/@simionrazvan/simple-spring-boot-microservice-deployed-in-kubernetes-using-docker-and-nexus-part-2-25dc2a3982cf +: title: Part 2 + year: N/A + stars: 0 + description: '' +https://kubernetes-advocate.medium.com/ci-cd-with-dockers-and-jenkins-70b6f801f9f7: + title: 'kubernetes-advocate.medium.com: CI/CD with Dockers and Jenkins 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@devml2016/lets-start-automation-using-jenkins-docker-github-d5f8d019ec4a: + title: 'medium.com/@devml2016: Let’s Start Automation using Jenkins, Docker, GitHub' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/06/04/an-easier-way-to-create-custom-jenkins-containers: + title: 'developers.redhat.com: An easier way to create custom Jenkins containers' + year: N/A + stars: 0 + description: '' +https://medium.com/@deepanshuyadavv11/task1-integrating-github-jenkins-and-docker-d66a817774be: + title: 'medium: Just commit your code and your docker server is ready (jenkins + + github + docker)' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/jenkins-pipeline-tutorial: + title: 'lambdatest.com: Best Jenkins Pipeline Tutorial For Beginners (Examples) + 🌟' + year: N/A + stars: 0 + description: '' +https://ittroubleshooter.in/run-parallel-build-kubernetes-cluster-jenkins: + title: 'ittroubleshooter.in: Run Parallel Builds in Kubernetes Cluster with Jenkins + Pipeline 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/cloudogu/jenkinsfiles: + title: cloudogu/jenkinsfiles 🌟🌟🌟 + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/devops/using-jenkins-with-codeartifact: + title: 'aws.amazon.com: Integrating Jenkins with AWS CodeArtifact to publish and + consume Python artifacts' + year: N/A + stars: 0 + description: '' +https://github.com/monodot/pipeline-library-demo: + title: github.com/monodot/pipeline-library-demo 🌟 + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2020/11/10/continuous-integration-with-jenkins-on-kubernetes: + title: 'piotrminkowski.com: Continuous Integration with Jenkins on Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=KgH0QzMHXLs: + title: 'youtube: Simple DevOps Project | Publish Android APK to App Center | Beginner + Pipeline' + year: N/A + stars: 0 + description: '' +https://medium.com/the-programmer/ci-cd-pipeline-with-jenkins-github-part-1-c057a31b5297: + title: 'medium: DevOps CI/CD Pipeline with Jenkins, Kubernetes & GitHub: Part 1 + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/the-programmer/building-ci-cd-pipeline-with-jenkins-kubernetes-github-part-2-cbb6c366aa41: + title: 'medium: Building CI/CD Pipeline with Jenkins, Kubernetes & GitHub: Part + 2 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/05/24/deploy-helm-charts-jenkins-cicd-red-hat-openshift-4: + title: 'developers.redhat.com: Deploy Helm charts with Jenkins CI/CD in Red Hat + OpenShift 4 🌟' + year: N/A + stars: 0 + description: '' +https://devopscube.com/jenkins-build-agents-kubernetes: + title: 'devopscube.com: How to Setup Jenkins Build Agents on Kubernetes Cluster + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/deploy-docker-image-to-kubernetes-cluster-using-jenkins-8182cc0a8de7: + title: 'medium: Deploy Docker Image To Kubernetes Cluster Using Jenkins 🌟' + year: N/A + stars: 0 + description: '' +https://www.simplilearn.com/tutorials/jenkins-tutorial/ci-cd-pipeline: + title: 'simplilearn.com: What is CI/CD Pipeline and How to Implement it Using Jenkins?' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=LhB8-sAx3pM&ab_channel=K21Academy: + title: 'youtube: CI CD Pipeline Using Jenkins | Continuous Integration and Deployment + using Azure Devops | K21Academy' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/how-to-create-jenkins-multibranch-pipeline: + title: 'lambdatest.com: How To Create Jenkins Multibranch Pipeline 🌟' + year: N/A + stars: 0 + description: '' +https://lakshaws.medium.com/ci-cd-pipeline-for-dockerized-applications-f1003e821812: + title: 'lakshaws.medium.com: CI/CD Pipeline for Dockerized Applications' + year: N/A + stars: 0 + description: '' +https://github.com/arun-gupta/docker-jenkins-pipeline: + title: 'github.com/arun-gupta/docker-jenkins-pipeline: Docker + Java + Jenkins Pipeline' + year: N/A + stars: 0 + description: '' +https://github.com/openshift/origin/tree/master/examples/jenkins/pipeline: + title: 'github.com/openshift: Using Jenkins Declarative Pipelines with OpenShift + 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/gnunn1/openshift-basic-pipeline: + title: github.com/gnunn1/openshift-basic-pipeline + year: N/A + stars: 0 + description: '' +https://github.com/deweya/OpenShift-Jenkins-Lab: + title: github.com/deweya/OpenShift-Jenkins-Lab + year: N/A + stars: 0 + description: '' +https://github.com/marcredhat/crcdemos: + title: Red Hat CodeReady Containers (Minishift equivalent for OpenShift 4.2 or newer) + - step-by-step demo guides + year: N/A + stars: 0 + description: '' +https://github.com/redhat-gpte-devopsautomation/ocp4_app_deploy_homework_grading: + title: Grading Pipeline for OpenShift 4 Advanced Application Deployment Homework + Assignment + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/openshift-pipelines-jenkins-blue-ocean: + title: OpenShift Pipelines with Jenkins Blue Ocean 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/siamaksade/jenkins-blueocean: + title: github.com/siamaksade/jenkins-blueocean + year: N/A + stars: 0 + description: '' +https://github.com/oleg-nenashev/demo-jenkins-config-as-code/tree/java11-support: + title: Demo of Jenkins Configuration-As-Code with Docker and Groovy Hook Scripts + (java11-support branch) 🌟🌟 + year: N/A + stars: 0 + description: '' +https://github.com/figaw/configuration-as-code-jenkins-k8s: + title: Configuration as Code of Jenkins (for Kubernetes) 🌟🌟 + year: N/A + stars: 0 + description: '' +https://github.com/redhatspain/jenkins-CasC-kubernetes-demo: + title: Jenkins Configuration as Code on Kubernetes 🌟 + year: N/A + stars: 0 + description: '' +https://www.meetup.com/Jenkins-online-meetup/events/270600737: + title: 'Meetup event: From Freestyle jobs to Pipeline, with JobDSL' + year: N/A + stars: 0 + description: '' +https://github.com/figaw/freestyle-to-pipeline-jenkins/blob/master/from-freestyle-jobs-to-pipeline-with-jobdsl.pdf: + title: Slides 🌟🌟🌟 + year: N/A + stars: 0 + description: '' +https://github.com/figaw/freestyle-to-pipeline-jenkins: + title: Demo repository 🌟🌟🌟 + year: N/A + stars: 0 + description: '' +https://github.com/cloudbees/groovy-cps: + title: Continuation Passing Style (CPS) + year: N/A + stars: 0 + description: '' +https://jenkinsci.github.io/job-dsl-plugin: + title: 'Jenkins Pipeline execution engine based on Continuation Passing Style (CPS) + transformation of Groovy scripts. DSL Methods:' + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/doc/book/managing/cli: + title: Jenkins CLI + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/configuration-as-code-plugin: + title: How to create initial "seed" job + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/jenkinsfile-runner-test-framework: + title: Jenkinsfile Runner Test Framework + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/JenkinsPipelineUnit: + title: Jenkins Pipeline Unit testing framework + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/plugin-installation-manager-tool: + title: Plugin Installation Manager Tool + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/custom-war-packager: + title: Jenkins Custom WAR Packager + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/events/online-hackfest/2020-uiux: + title: 'JEP-224: System Read permission: Improve experience of Jenkins Configuration-as-Code + users' + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/plugin-usage-plugin: + title: Plugin Usage + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/pipeline-as-yaml: + title: Pipeline as YAML (Incubated) 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/job-dsl-plugin: + title: Jenkins Job DSL Plugin + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/leastload: + title: Least Load + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/declarative-pipeline-migration-assistant: + title: Declarative Pipeline Migration Assistant + year: N/A + stars: 0 + description: '' +https://github.com/polarpoint-io/groovy-jenkins-pipelines/blob/master/jobs/parameterisedPipelines.groovy: + title: Example of a pipeline with parameters + year: N/A + stars: 0 + description: '' +https://github.com/jenkins-infra/pipeline-library: + title: Pipeline Global Library for ci.jenkins.io + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/create-your-first-ci-cd-pipeline-with-jenkins-and-github-6aefe21c9240: + title: 'towardsdatascience.com: Create your first CI/CD pipeline with Jenkins and + GitHub' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=zI7_8M2KtRI&t=7s&ab_channel=MicroserviceFactory: + title: '==youtube: How to set up AWS Kubernetes Jenkins pipeline==' + year: N/A + stars: 0 + description: '' +https://github.com/LerryAlexander/postman_jenkins_api_tests: + title: 'LerryAlexander: Postman + Newman API Automated Tests running on a Jenkins + Pipeline 🌟' + year: N/A + stars: 0 + description: '' +https://praveendavidmathew.medium.com/data-driven-testing-per-request-without-using-data-file-aeb573b4f63a: + title: 'praveendavidmathew.medium.com: Data driven testing per request without using + data file' + year: N/A + stars: 0 + description: '' +https://enmilocalfunciona.io/mostrando-resultados-de-jenkins-en-grafana-mediante-influxdb: + title: Mostrando resultados de Jenkins en Grafana mediante InfluxDB 🌟 + year: N/A + stars: 0 + description: '' +https://blog.testproject.io/2020/07/09/jenkins-x-cloud-native-ci-cd-with-testproject: + title: 'blog.testproject.io: Jenkins X Cloud Native CI/CD with TestProject' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/apn/modernize-your-ci-cd-pipeline-using-jenkins-x-with-amazon-eks: + title: Modernize Your CI/CD Pipeline Using Jenkins X with Amazon EKS + year: N/A + stars: 0 + description: '' +https://spinnaker.io/setup/quickstart: + title: Demo/Evaluation Installations + year: N/A + stars: 0 + description: '' +https://github.com/wardviaene/advanced-kubernetes-course/tree/master/spinnaker: + title: wardviaene/advanced-kubernetes-course/spinnaker 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/imperialwicket/spinnaker-demo: + title: imperialwicket/spinnaker-demo + year: N/A + stars: 0 + description: '' +https://codeburst.io/spinnaker-by-example-part-1-c4de9180d689: + title: 'codeburst.io: Spinnaker by Example: Part 1' + year: N/A + stars: 0 + description: '' +https://codeburst.io/spinnaker-by-example-part-2-6f92a1fdaedf: + title: 'codeburst.io: Spinnaker by Example: Part 2' + year: N/A + stars: 0 + description: '' +https://codeburst.io/spinnaker-by-example-part-3-c6ed9ac5f8ce: + title: 'codeburst.io: Spinnaker by Example: Part 3' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/continuous-deployment-on-kubernetes-with-spinnaker: + title: 'dzone: Continuous Deployment on Kubernetes With Spinnaker' + year: N/A + stars: 0 + description: '' +https://www.armory.io/blog/how-to-set-up-liquibase-in-spinnaker: + title: 'armory.io: How to Set Up Liquibase in Spinnaker' + year: N/A + stars: 0 + description: '' +https://www.armory.io/blog/build-a-deployment-pipeline-with-spinnaker-on-kubernetes: + title: 'armory.io: Build a Deployment Pipeline with Spinnaker on Kubernetes' + year: N/A + stars: 0 + description: '' +https://hackernoon.com/using-spinnaker-with-kubernetes-for-cicd-52w3uo9: + title: 'hackernoon: Using Spinnaker with Kubernetes for CI/CD' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/opensource/declarative-provisioning-of-aws-resources-with-spinnaker-and-crossplane: + title: 'amazon.com: Declarative provisioning of AWS resources with Spinnaker and + Crossplane' + year: N/A + stars: 0 + description: '' +https://www.armory.io/blog/git-pull-support-in-spinnaker: + title: 'armory.io: Git Pull Support in Spinnaker' + year: N/A + stars: 0 + description: '' +https://github.com/redhatspain/nexus3-helm-chart: + title: 'Proof of Concept: Nexus3 Chart configuration on Kubernetes' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2020/10/19/gitlab-ci-cd-on-kubernetes: + title: 'piotrminkowski.com: GitLab CI/CD on Kubernetes' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2020/12/10/basics-of-gitlab-ci-updated: + title: 'about.gitlab.com: The basics of CI: How to run jobs sequentially, in parallel, + or out of order' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2021/11/18/gitops-with-gitlab-connecting-the-cluster: + title: '==about.gitlab.com: GitOps with GitLab: Connect with a Kubernetes cluster==' + year: N/A + stars: 0 + description: '' +https://medium.com/@kachidude007/setting-up-an-access-token-in-gitlab-for-a-jenkins-pipeline-a688dd6c994a: + title: 'medium.com/@kachidude007: Setting up an Access Token in GitLab for a Jenkins + Pipeline' + year: N/A + stars: 0 + description: '' +https://spring-petclinic.github.io: + title: spring-petclinic.github.io + year: N/A + stars: 0 + description: '' +https://spring-petclinic.github.io/docs/resources.html: + title: spring-petclinic.github.io Docs + year: N/A + stars: 0 + description: '' +https://github.com/spring-projects/spring-petclinic: + title: github.com/spring-projects/spring-petclinic + year: N/A + stars: 0 + description: '' +https://gitlab.beuth-hochschule.de/s70178/petclinic-ansible-jenkins-ci-cd: + title: gitlab.beuth-hochschule.de + year: N/A + stars: 0 + description: '' +https://gitlab.comquent.de/petclinic/spring-petclinic-microservices: + title: 'gitlab.comquent.de: Microservices branch' + year: N/A + stars: 0 + description: '' +https://github.com/deors/deors-demos-petclinic/blob/master/Jenkinsfile: + title: deors/deors-demos-petclinic jenkinsfile + year: N/A + stars: 0 + description: '' +https://www.liatrio.com/blog/building-with-docker-using-jenkins-pipelines: + title: 'liatrio.com: building with docker using jenkins pipelines' + year: N/A + stars: 0 + description: '' +https://stackoverflow.com/questions/52337851/how-to-define-buildconfig-object-with-jenkins-and-openshift: + title: 'stackoverflow: How to define BuildConfig object with Jenkins and openshift + + ' + year: N/A + stars: 0 + description: '' +https://www.experfy.com/training/courses/effective-jenkins-continuous-delivery-and-continuous-integration: + title: 'experfy.com e-learning: Effective Jenkins - Continuous Delivery and Continuous + Integration' + year: N/A + stars: 0 + description: '' +https://github.com/redhat-developer-demos/spring-petclinic: + title: github.com/redhat-developer-demos/spring-petclinic 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/griddynamics/mpl: + title: griddynamics/mpl + year: N/A + stars: 0 + description: '' +https://blog.griddynamics.comdeveloping-a-modular-pipeline-library-to-improve-devops-collaboration: + title: 'blog.griddynamics.com: Developing a modular pipeline library to improve + DevOps collaboration' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=GLtvxY1S3Aw: + title: 'youtube: Modular Pipeline Library: 4. Petclinic Pipeline 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/spring-petclinic/spring-petclinic-kubernetes: + title: github.com/spring-petclinic/spring-petclinic-kubernetes 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/spring-petclinic/spring-petclinic-microservices: + title: Spring PetClinic Microservices + year: N/A + stars: 0 + description: '' +https://github.com/saturnism/spring-petclinic-gcp: + title: Google Cloud Native Spring Boot PetClinic. Spring PetClinic Microservices + on GCP 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/odedia/spring-petclinic-microservices: + title: Distributed version of Spring Petclinic built with Spring Cloud 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/paulczar/k8s-spring-petclinic: + title: github.com/paulczar/k8s-spring-petclinic + year: N/A + stars: 0 + description: '' +https://tech.paulcz.net/blog/spring-into-kubernetes-part-1: + title: tech.paulcz.net/blog/spring-into-kubernetes-part-1 + year: N/A + stars: 0 + description: '' +https://github.com/kohsuke/petclinic/blob/master/Jenkinsfile: + title: github.com/kohsuke/petclinic Jenkinsfile + year: N/A + stars: 0 + description: '' +https://pushbuildtestdeploy.com/jenkins-on-kubernetes-building-docker-images: + title: pushbuildtestdeploy.com/jenkins-on-kubernetes-building-docker-images 🌟 + year: N/A + stars: 0 + description: '' +https://hub.docker.com/r/ibuchh/petclinic-spinnaker-jenkins: + title: ref 1 + year: N/A + stars: 0 + description: '' +https://hub.docker.com/r/sarjunkumar24391/petclinic: + title: ref 2 + year: N/A + stars: 0 + description: '' +https://hub.docker.com/r/bmoussaud/petclinic: + title: ref 3 + year: N/A + stars: 0 + description: '' +https://hub.docker.com/r/alwin2/petclinic-customers-service: + title: ref 4 + year: N/A + stars: 0 + description: '' +https://hub.docker.com/r/arey/springboot-petclinic: + title: ref 5 arey/springboot-petclinic + year: N/A + stars: 0 + description: '' +https://hub.docker.com/r/anthonydahanne/spring-petclinic: + title: ref 6 + year: N/A + stars: 0 + description: '' +https://hub.docker.com/r/jbrisbin/spring-petclinic: + title: ref 7 + year: N/A + stars: 0 + description: '' +https://github.com/spring-projects/spring-petclinic/issues/339: + title: ref 8 + year: N/A + stars: 0 + description: '' +https://github.com/trisberg/spring-petclinic: + title: ref 9 - I have a branch that adds Docker, Kubernetes and Knative into the + mix - planning on submitting a PR at some point + year: N/A + stars: 0 + description: '' +https://che.openshift.io/dashboard: + title: OpenShift.io Samples 🌟🌟 + year: N/A + stars: 0 + description: '' +https://github.com/che-samples: + title: github.com/che-samples + year: N/A + stars: 0 + description: '' +https://github.com/aws-samples: + title: ==github.com/aws-samples== 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/aws-samples/aws-auto-inventory: + title: 'github.com/aws-samples/aws-auto-inventory: AWS Automated Inventory 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/aws-samples/aws-waf-ops-dashboards: + title: github.com/aws-samples/aws-waf-ops-dashboards + year: N/A + stars: 0 + description: '' +https://github.com/aws-samples/aws-customer-playbook-framework: + title: github.com/aws-samples/aws-customer-playbook-framework 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/aws-samples/serverless-java-frameworks-samples: + title: 'aws-samples/serverless-java-frameworks-samples: Lambda demo with common + Java application frameworks 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/miztiik/AWS-Demos: + title: github.com/miztiik/AWS-Demos + year: N/A + stars: 0 + description: '' +https://github.com/aws-samples/aws-training-demo: + title: github.com/aws-samples/aws-training-demo + year: N/A + stars: 0 + description: '' +https://github.com/aws-samples/aws-network-hub-for-terraform: + title: '==aws-samples/aws-network-hub-for-terraform: Network Hub Account with Terraform==' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/faq/how-to-create-mysql-user-and-grant-permissions-in-aws-rds: + title: 'cyberciti.biz: How to create MySQL user and grant permissions in AWS RDS' + year: N/A + stars: 0 + description: '' +https://medium.com/cloud-techies/application-inventory-using-system-manager-f3eeb75d3279: + title: 'medium: Fetch Application Inventory using Systems Manager' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=6W2TuBDaaiI&ab_channel=AliSpittel: + title: 'youtube: Build a Music Sharing App with Amazon S3 and AWS Amplify' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/how-to-deploy-react-apps-to-production: + title: 'freecodecamp.org: How to Deploy a React App to Production Using Docker and + NGINX with API Proxies' + year: N/A + stars: 0 + description: '' +? https://itnext.io/hydrating-a-data-lake-using-log-based-change-data-capture-cdc-with-debezium-apicurio-and-kafka-799671e0012f +: title: 'itnext.io: Hydrating a Data Lake using Log-based Change Data Capture (CDC) + with Debezium, Apicurio, and Kafka Connect on AWS' + year: N/A + stars: 0 + description: '' +https://jfrog.com/blog/5-steps-to-hosting-your-application-on-amazon-cloud-container-service: + title: 'jfrog.com: 5 Steps to Hosting Your Application on Amazon Cloud Container + Service' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/from-java-microservices-to-lambda-functions-a-jour: + title: 'dzone.com: From Spring Boot Microservices to Lambda Functions 🌟🌟' + year: N/A + stars: 0 + description: '' +https://github.com/AdminTurnedDevOps/DevOps-The-Hard-Way-AWS: + title: ==AdminTurnedDevOps/DevOps-The-Hard-Way-AWS== + year: N/A + stars: 0 + description: '' +? https://medium.com/@adrianarba/ci-cd-defined-through-terraform-using-aws-codepipeline-aws-codecommit-and-aws-codebuild-12ade4d9cfa3 +: title: '==medium.com/@adrianarba: CI/CD defined through terraform using AWS CodePipeline, + AWS CodeCommit, and AWS CodeBuild==' + year: N/A + stars: 0 + description: '' +https://faun.pub/using-aws-session-manager-with-ansible-to-execute-playbook-on-ec2-ac97fa17b187: + title: 'faun.pub: Using AWS Session Manager With Ansible To Execute Playbook On + EC2' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/build-a-cloud-native-multiprocessing-framework-b33cfc2c02b9: + title: 'betterprogramming.pub: Build a Cloud-Native Multiprocessing Framework' + year: N/A + stars: 0 + description: '' +https://github.com/aws-samples/resource-tagging-automation: + title: 'github.com/aws-samples: Guide to Resource Tagging Automation' + year: N/A + stars: 0 + description: '' +https://aws.plainenglish.io/trigger-function-message-12f117b7f067: + title: 'aws.plainenglish.io: Trigger, Function, Message | Brandi McCall' + year: N/A + stars: 0 + description: '' +https://towardsaws.com/integrating-python-amazon-api-gateway-lambda-sqs-and-sns-services-6015631d5527: + title: 'towardsaws.com: Integrating Python, Amazon API Gateway, Lambda, SQS, and + SNS Services | Brandi McCall' + year: N/A + stars: 0 + description: '' +https://github.com/unitypark/aws-serverless-demos: + title: github.com/unitypark/aws-serverless-demos + year: N/A + stars: 0 + description: '' +https://github.com/unitypark/aws-serverless-demos/tree/main/serverless-web-hosting/cloudfront-http-api-cognito: + title: 'github.com/unitypark: AWS Serverless Demos - cloudfront-http-api-cognito' + year: N/A + stars: 0 + description: '' +https://github.com/Azure-Samples: + title: github.com/Azure-Samples 🌟 + year: N/A + stars: 0 + description: '' +https://doylestowncoder.com/2021/11/29/building-ci-cd-pipelines-with-azure-data-factory-part-1: + title: 'doylestowncoder.com: Building CI/CD Pipelines with Azure Data Factory: Part + 1' + year: N/A + stars: 0 + description: '' +https://doylestowncoder.com/2021/12/02/building-ci-cd-pipelines-with-azure-data-factory-part-2: + title: 'doylestowncoder.com: Building CI/CD Pipelines with Azure Data Factory: Part + 2' + year: N/A + stars: 0 + description: '' +https://doylestowncoder.com/2021/12/05/building-ci-cd-pipelines-with-azure-data-factory-part-3: + title: 'doylestowncoder.com: Building CI/CD Pipelines with Azure Data Factory: Part + 3' + year: N/A + stars: 0 + description: '' +https://github.com/microsoft/contosotraders-cloudtesting: + title: 'github.com/microsoft: Contoso Traders - Cloud testing tools demo app' + year: N/A + stars: 0 + description: '' +https://azuredevopsdemogenerator.azurewebsites.net: + title: Azure DevOps Demo Generator 🌟 + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/devops/azure-devops-demo-generator-is-now-open-source: + title: Azure DevOps Demo Generator is now open source + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/devops/demo-gen/use-demo-generator-v2?view=azure-devops: + title: Get started creating and populating demo Azure DevOps Services projects + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/Terraform/comments/h0tdq3/automate_infrastructure_deployments_on_microsoft: + title: 'reddit.com: Automate Infrastructure Deployments on Microsoft Azure with + Terraform and Jenkins' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/learn/modules/azure-spring-cloud-workshop: + title: 'docs.microsoft.com: Deploy Spring microservices to Azure' + year: N/A + stars: 0 + description: '' +https://davidsr.me/deploy-azure-waf-with-terraform-and-azure-devops: + title: 'davidsr.me: Deploy Azure WAF with Terraform and Azure DevOps' + year: N/A + stars: 0 + description: '' +https://thomasthornton.cloud/2021/12/26/a-devops-journey-using-azure-devops: + title: '==thomasthornton.cloud: A DevOps journey using Azure DevOps==' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/build-ci-cd-pipeline-in-azure-devops: + title: 'lambdatest.com: How To Build a CI/CD Pipeline In Azure DevOps ?' + year: N/A + stars: 0 + description: '' +https://medium.com/tea-networks/kubernetes-ci-cd-pipeline-c028aea17535: + title: 'medium.com/tea-networks: Kubernetes & CI/CD Pipeline' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-gb/learn/modules/create-a-build-pipeline: + title: '==docs.microsoft.com: Create a build pipeline with Azure Pipelines==' + year: N/A + stars: 0 + description: '' +https://blogs.sap.com/2021/07/04/cloud-integration-with-commerce-azure-blob-storage-using-rest-api: + title: 'blogs.sap.com: Cloud Integration with Commerce Azure Blob Storage using + REST API – Part 1' + year: N/A + stars: 0 + description: '' +https://blogs.sap.com/2021/12/26/cloud-integration-with-commerce-azure-blob-storage-using-rest-api-part-2: + title: 'blogs.sap.com: Cloud Integration with Commerce Azure Blob Storage using + REST API – Part 2' + year: N/A + stars: 0 + description: '' +https://github.com/TerraHubCorp/terraform-google-automation-demo: + title: Terraform Automation Demo using Google Cloud Provider + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/application-development/access-an-orgs-custom-code-repo-from-cloud-code-ides: + title: 'cloud.google.com: Follow your org’s app dev best practices with Cloud Code + custom samples 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/tutorial-connect-amazon-eks-and-azure-aks-clusters-with-google-anthos: + title: 'Tutorial: Connect Amazon EKS and Azure AKS Clusters with Google Anthos' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/tutorial-deploy-anthos-apps-from-gcp-marketplace-into-amazon-eks-cluster: + title: 'Tutorial: Deploy Anthos Apps from GCP Marketplace into Amazon EKS Cluster' + year: N/A + stars: 0 + description: '' +https://javatechonline.com/how-to-deploy-spring-boot-application-in-docker: + title: 'javatechonline.com: How To Deploy Spring Boot Application In Docker?' + year: N/A + stars: 0 + description: '' +https://tanzu.vmware.com/developer/guides/kubernetes/app-enhancements-spring-k8s: + title: 'tanzu.vmware.com: Microservices with Spring Cloud Kubernetes Reference Architecture + 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/Salaboy/from-monolith-to-k8s: + title: Salaboy/From Monolith to K8s + year: N/A + stars: 0 + description: '' +https://github.com/dsyer/kubernetes-intro: + title: dyser/kubernetes-intro + year: N/A + stars: 0 + description: '' +https://github.com/piomin/sample-spring-microservices-kubernetes: + title: 'piomin/sample-spring-microservices-kubernetes: Microservices with Spring + Boot and Spring Cloud on Kubernetes Demo Project - piotrminkowski.com 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/piomin/sample-spring-microservices-new: + title: '==piomin/sample-spring-microservices-new: Microservices with Spring Cloud + Advanced Demo Project==' + year: N/A + stars: 0 + description: '' +? 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 +: title: Develop and test a Quarkus client on Red Hat CodeReady Containers with Red + Hat Data Grid 8.0 + year: N/A + stars: 0 + description: '' +https://aytartana.wordpress.com/2020/08/26/migrating-springboot-petclinic-rest-to-quarkus: + title: 'aytartana.wordpress.com: Migrating SpringBoot PetClinic REST to Quarkus' + year: N/A + stars: 0 + description: '' +https://github.com/aalmiray/q-cli: + title: aalmiray/q-cli + year: N/A + stars: 0 + description: '' +https://github.com/piomin/sample-quarkus-serverless-kafka: + title: piomin/sample-quarkus-serverless-kafka + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2023/09/15/introduction-to-grpc-with-quarkus: + title: 'piotrminkowski.com: Introduction to gRPC with Quarkus' + year: N/A + stars: 0 + description: '' +https://github.com/stefanprodan/podinfo: + title: ==stefanprodan/podinfo== + year: N/A + stars: 0 + description: '' +https://medium.com/@jweng1/setting-up-kafkasource-to-send-data-and-displayed-with-knative-event-display-33891b253442: + title: 'medium: Setting up KafkaSource to send data and displayed with Knative event-display' + year: N/A + stars: 0 + description: '' +https://dev.to/aleksk1ng/go-kafka-and-grpc-clean-architecture-cqrs-microservices-with-jaeger-tracing-45bj: + title: 'dev.to: Go, Kafka and gRPC clean architecture CQRS microservices with Jaeger + tracing' + year: N/A + stars: 0 + description: '' +https://ably.com/blog/realtime-ticket-booking-solution-kafka-fastapi-ably: + title: 'ably.com: Building a realtime ticket booking solution with Kafka, FastAPI, + and Ably' + year: N/A + stars: 0 + description: '' +https://itnext.io/event-driven-architectures-with-kafka-and-java-spring-boot-revision-1-c0d43d103ee7: + title: 'itnext.io: Event-Driven Architectures with Kafka and Java Spring-Boot β€” + Revision 1' + year: N/A + stars: 0 + description: '' +https://codeopinion.com/troubleshooting-kafka-with-2000-microservices: + title: 'codeopinion.com: Troubleshooting Kafka with 2000 Microservices' + year: N/A + stars: 0 + description: '' +https://tomd.xyz/kubernetes-event-driven-keda: + title: 'tomd.xyz: Event-driven integration on Kubernetes with Camel & KEDA' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/07/26/modernizing-applications-apache-camel-javascript-and-red-hat-openshift: + title: 'developers.redhat.com: Modernizing applications with Apache Camel, JavaScript, + and Red Hat OpenShift' + year: N/A + stars: 0 + description: '' +https://github.com/kelseyhightower/nocode: + title: github.com/kelseyhightower/nocode + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/06/17/red-hat-jboss-enterprise-application-platform-expansion-pack-1-0-released: + title: 'developers.redhat.com: Red Hat JBoss Enterprise Application Platform expansion + pack (JBoss EAP XP) 1.0 released' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/getting-started-jboss: + title: 'redhat.com: Getting started with JBoss' + year: N/A + stars: 0 + description: '' +https://collabnix.github.io/terraform: + title: terraform.collabnix.com + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/7/terraform-kubernetes: + title: 'opensource.com: A guide to Terraform for Kubernetes beginners' + year: N/A + stars: 0 + description: '' +https://medium.com/@vipinagarwal18/install-istio-on-azure-kubernetes-cluster-using-terraform-214f6d3f611: + title: 'medium: Install Istio on Azure Kubernetes cluster using Terraform' + year: N/A + stars: 0 + description: '' +https://brennerm.github.io/posts/setting-up-eks-with-irsa-using-terraform.html: + title: 'brennerm.github.io: Setting up an EKS cluster with IAM/IRSA integration' + year: N/A + stars: 0 + description: '' +? https://betterprogramming.pub/with-latest-updates-create-amazon-eks-fargate-cluster-and-managed-node-group-using-terraform-bc5cfefd5773 +: title: 'betterprogramming.pub: Create an Amazon EKS Fargate Cluster and Managed + Node Group Using Terraform' + year: N/A + stars: 0 + description: '' +https://azapril.dev/2021/04/12/deploying-a-logicapp-with-terraform: + title: 'azapril.dev: Deploying a LogicApp with Terraform (Bonus: in an AzDO pipeline)' + year: N/A + stars: 0 + description: '' +https://k21academy.com/terraform-iac/terraform-automate-aws-vm: + title: 'k21academy.com: Automate AWS Virtual Machine using Terraform – Creation + Demo' + year: N/A + stars: 0 + description: '' +https://fsgeorgee.medium.com/growing-out-of-heroku-to-terraform-docker-and-aws-69e66df4132d: + title: 'fsgeorgee.medium.com: Growing out of Heroku to Terraform, Docker and AWS' + year: N/A + stars: 0 + description: '' +https://github.com/StarpTech/k-andy: + title: StarpTech/k-andy + year: N/A + stars: 0 + description: '' +https://adamtheautomator.com/terraform-aws-rds: + title: 'adamtheautomator.com: How To Build a Database Instance with Terraform and + AWS RDS' + year: N/A + stars: 0 + description: '' +https://github.com/BishopFox/iam-vulnerable: + title: BishopFox/iam-vulnerable + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/automate-and-configure-your-rds-database-with-terraform-898fd4b8990d: + title: 'betterprogramming.pub: Automate and Configure Your RDS Database With Terraform + 🌟' + year: N/A + stars: 0 + description: '' +https://www.middlewareinventory.com/blog/terraform-create-multiple-ec2-different-config: + title: 'middlewareinventory.com: Terraform Create Multiple EC2 with different Configs + – for_each and count together' + year: N/A + stars: 0 + description: '' +https://the-tech-guy.in/2022/03/08/automating-lamp-config-using-terraform-and-ansible: + title: 'the-tech-guy.in: Automating LAMP deployment using Terraform and Ansible' + year: N/A + stars: 0 + description: '' +? https://betterprogramming.pub/all-hail-the-monolith-celebrating-the-verbosity-of-the-unified-architecture-in-terraform-81b53e3a03ae +: title: 'betterprogramming.pub: All Hail the Monolith β€” Celebrating the Verbosity + of the Unified Architecture in Terraform' + year: N/A + stars: 0 + description: '' +https://faun.pub/aws-ecs-blue-green-deployment-setup-using-terraform-b56bb4f656ea: + title: 'faun.pub: AWS ECS Blue/Green Deployment Setup Using Terraform' + year: N/A + stars: 0 + description: '' +https://aws.plainenglish.io/creating-a-custom-ec2-module-using-terraform-59c9896c2df2: + title: 'aws.plainenglish.io: Creating a custom EC2 module using Terraform' + year: N/A + stars: 0 + description: '' +https://medium.com/@zeloygabri/deploying-2-tier-aws-architecture-using-terraform-b4167b035751: + title: 'medium.com/@zeloygabri: Deploying 2-Tier AWS Architecture using Terraform' + year: N/A + stars: 0 + description: '' +https://christopher-lawshe.medium.com/building-infrastructure-with-terraform-ec2-jenkins-s3-and-more-4ec30f53a44a: + title: 'christopher-lawshe.medium.com: Building infrastructure with Terraform: EC2, + Jenkins, S3 and more' + year: N/A + stars: 0 + description: '' +? https://dev.to/aws-builders/creating-a-rest-api-with-infrastructure-as-code-terraform-serverless-lambda-python-part-2-cicd-g8h +: title: 'dev.to: Creating a Rest API with Infrastructure as Code (Terraform) & Serverless + (Lambda + Python) - Part 2 CI/CD' + year: N/A + stars: 0 + description: '' +https://towardsaws.com/how-to-deploy-two-tier-aws-architecture-with-terraform-59db7b11dd47: + title: '==towardsaws.com: How to Deploy Two-Tier AWS Architecture with Terraform?==' + year: N/A + stars: 0 + description: '' +https://blog.awsfundamentals.com/using-s3-with-terraform: + title: 'blog.awsfundamentals.com: Using S3 with Terraform' + year: N/A + stars: 0 + description: '' +https://devopscube.com/terraform-aws-rds: + title: devopscube.com/terraform-aws-rds + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/fasttrack-for-azure/create-an-azure-openai-langchain-chromadb-and-chainlit-chat-app/ba-p/3885602 +: title: 'techcommunity.microsoft.com: Create an Azure OpenAI, LangChain, ChromaDB, + and Chainlit Chat App in Container Apps using Terraform | Paolo Salvatori' + year: N/A + stars: 0 + description: '' +https://mahira-technology.medium.com/deploying-aws-codepipeline-with-terraform-d6613979d0b6: + title: 'mahira-technology.medium.com: Automating AWS CodePipeline Setup with Terraform: + Streamline Your CI/CD Workflow' + year: N/A + stars: 0 + description: '' +https://www.patrickkoch.dev/posts/post_31: + title: 'patrickkoch.dev: Terraform on Azure with GitHub Copilot - Creating a Kubernetes + Cluster and a Container Registry' + year: N/A + stars: 0 + description: '' +https://medium.com/@Tyler.Gallimore/deploying-apache-web-server-on-aws-ec2-with-terraform-and-docker-6c315c81c024: + title: 'medium.com/@Tyler.Gallimore: Deploying Apache Web Server on AWS EC2 with + Terraform and Docker' + year: N/A + stars: 0 + description: '' +https://github.com/venkateshk111/terraform-beginners-guide: + title: ==github.com/venkateshk111/terraform-beginners-guide== 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/chenjd/terraform-101: + title: ==https://github.com/chenjd/terraform-101== 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/xiaopeng163/docker-compose-tpg: + title: 'docker-compose-tpg: Telegraf + Prometheus + Grafana Local Testing Environments' + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2021/08/31/how-istio-tempo-and-loki-speed-up-debugging-for-microservices: + title: 'grafana.com: How Istio, Tempo, and Loki speed up debugging for microservices' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/monitoring-your-system-with-docker-grafana-prometheus-node-d7fae11416f3: + title: 'medium.com/geekculture: Monitoring your system with Docker + Grafana + Prometheus + + Node' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/test-automation-how-build-cicd-pipeline-using-pytest-nir-tal: + title: 'linkedin: Test Automation - How To Build a CI/CD Pipeline Using Pytest and + GitHub Actions' + year: N/A + stars: 0 + description: '' +https://github.com/major/imagebuilder-containerized/blob/main/.github/workflows/main.yml: + title: github.com/major/imagebuilder-containerized + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/learn/modules/github-actions-cd: + title: 'docs.microsoft.com: Build and deploy applications to Azure by using GitHub + Actions 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/github-github-actions-overview-and-argocd-deployment-example-b6cf0cf6f832: + title: 'itnext.io: Github: Github Actions overview and ArgoCD deployment example' + year: N/A + stars: 0 + description: '' +https://github.com/debianmaster/actions-k3s: + title: debianmaster/actions-k3s + year: N/A + stars: 0 + description: '' +https://judebantony.github.io/cicd-github-action-example: + title: '==judebantony.github.io: DevSecOps with GitHub Action and SaaS Tools==' + year: N/A + stars: 0 + description: '' +https://www.codeproject.com/Articles/5320647/Making-a-Simple-Data-Pipeline-Part-4-CI-CD-with-Gi: + title: 'codeproject.com: Making a Simple Data Pipeline Part 4: CI/CD with GitHub + Actions' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/gitops-ci-cd-using-github-actions-and-argocd-on-kubernetes-909d85d37746: + title: 'levelup.gitconnected.com: GitOps: CI/CD using GitHub Actions and ArgoCD + on Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/how-to-setup-a-ci-cd-pipeline-with-github-actions-and-aws: + title: 'freecodecamp.org: How to Setup a CI/CD Pipeline with GitHub Actions and + AWS' + year: N/A + stars: 0 + description: '' +https://nicwortel.nl/blog/2022/05/27/continuous-deployment-to-kubernetes-with-github-actions: + title: 'nicwortel.nl: Continuous deployment to Kubernetes with GitHub Actions' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/gitops-github-actions-k8s-deploy-workflow-54f0d9a1d11b: + title: 'medium.com/geekculture: GitOps β€” Github Actions K8s Deploy Workflow' + year: N/A + stars: 0 + description: '' +https://eggboy.medium.com/ci-cd-java-apps-securely-to-azure-kubernetes-service-with-github-action-part-1-16393af4d097: + title: 'eggboy.medium.com: CI/CD Java apps securely to Azure Kubernetes Service + with GitHub Action β€” Part 1' + year: N/A + stars: 0 + description: '' +https://github.com/GitHubSecurityLab/actions-permissions: + title: 'github.com/GitHubSecurityLab/actions-permissions: GitHub token permissions + Monitor and Advisor actions' + year: N/A + stars: 0 + description: '' +https://thomasthornton.cloud/2023/08/11/if-elseif-or-else-in-github-actions: + title: 'thomasthornton.cloud: If, elseif or else in GitHub Actions' + year: N/A + stars: 0 + description: '' +https://kaleshreya907.medium.com/step2a-install-docker-and-run-sonarqube-container-faa42d01f5fe: + title: 'kaleshreya907.medium.com: GitHub Actions: Netflix Deployment' + year: N/A + stars: 0 + description: '' +https://medium.com/@ebonyymonae/github-actions-and-automation-9637aa06af64: + title: 'medium.com/@ebonyymonae: Github Actions and Automation' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/github-actions-self-hosted-runners-on-amazon-eks-spot-instances-bc3abcd5d38f: + title: 'levelup.gitconnected.com: GitHub Actions, self-hosted runners on Amazon + EKS & spot instances' + year: N/A + stars: 0 + description: '' +? https://medium.com/@eduardo854/building-your-gitops-pipeline-with-github-actions-dockerhub-and-helm-repository-553c4873116e +: title: 'medium.com/@eduardo854: Building Your GitOps Pipeline with GitHub Actions, + DockerHub, and Helm Repository' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/from-scratch-oidc-providers-252d: + title: 'dev.to/aws-builders: From Scratch: OIDC Providers' + year: N/A + stars: 0 + description: '' +https://github.com/redhat-actions/spring-petclinic: + title: redhat-actions/spring-petclinic + year: N/A + stars: 0 + description: '' +https://gitlab.com/bpmworkshop/rhpam-signal-marketing-demo: + title: 'gitlab.com: Red Hat Process Automation Manager - Signal Marketing Demo' + year: N/A + stars: 0 + description: '' +https://github.com/microsoft/azure-digital-twins-postman-samples: + title: github.com/microsoft/azure-digital-twins-postman-samples + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/running-opentelemetry-demo-app-in-kubernetes-95dccd613e0b: + title: 'blog.devgenius.io: Running the OpenTelemetry Demo App in Kubernetes' + year: N/A + stars: 0 + description: '' +https://itnext.io/opentelemetry-understanding-sli-and-slo-with-opentelemetry-demo-74c1d0b263b0: + title: 'itnext.io: OpenTelemetry β€” Understanding SLI and SLO with OpenTelemetry + Demo' + year: N/A + stars: 0 + description: '' +https://devops.com/measuring-the-progress-of-the-opentelemetry-project: + title: 'devops.com: Measuring the Progress of the OpenTelemetry Project' + year: N/A + stars: 0 + description: '' +https://hasura.io/blog/a-simple-real-time-event-driven-architecture-with-qr-codes: + title: 'hasura.io: A Simple, Realtime, Event Driven Architecture with QR Codes' + year: N/A + stars: 0 + description: '' +https://www.sitepoint.com/gatsby-mdx-blog: + title: 'sitepoint.com: A Guide to Serverless Functions and How to Deploy Them' + year: N/A + stars: 0 + description: '' +https://learntocloud.guide: + title: '==learntocloud.guide: 3 ways to get hands on (AWS, Azure, GCP)==' + year: N/A + stars: 0 + description: '' +https://github.com/mrcodedev/frontend-developer-resources: + title: El camino del Frontend Developer + year: N/A + stars: 0 + description: '' +https://python.plainenglish.io/15-github-repos-that-every-developers-must-bookmark-right-now-eee01db63977: + title: 'python.plainenglish.io: 15 GitHub Repos That Every Developers Must Bookmark + Right Now' + year: N/A + stars: 0 + description: '' +https://dev.to/why_and_how/top-3-sites-for-programmers-4bmc: + title: 'dev.to: Top 3 sites for programmers' + year: N/A + stars: 0 + description: '' +https://www.makeuseof.com/best-open-source-webinar-software: + title: 'makeuseof.com: The 5 Best Open-Source Webinar Software' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/software-engineering-best-practices-that-high-perf: + title: '==dzone.com: Software Engineering Best Practices That High-Performing Teams + Follow==' + year: N/A + stars: 0 + description: '' +https://www.geeksforgeeks.org/7-most-in-demand-and-high-paying-programming-jobs: + title: 'geeksforgeeks.org: 7 Most In-Demand and High Paying Programming Jobs' + year: N/A + stars: 0 + description: '' +https://www.analyticsinsight.net/top-10-programming-languages-to-learn-for-better-job-opportunities-in-2022: + title: 'analyticsinsight.net: Top 10 programming languages to learn for better job + opportunities in 2022' + year: N/A + stars: 0 + description: '' +https://dev.to/iainfreestone/10-trending-projects-on-github-for-web-developers-3rd-december-2021-12f5: + title: 'dev.to: πŸš€10 Trending projects on GitHub for web developers - 3rd December + 2021' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3639050/complexity-is-killing-software-developers.html: + title: '==infoworld.com: Complexity is killing software developers==' + year: N/A + stars: 0 + description: '' +https://www.techrepublic.com/article/the-best-programming-languages-to-learn-in-2022: + title: 'techrepublic.com: The best programming languages to learn in 2022' + year: N/A + stars: 0 + description: '' +https://www.baeldung.com/cs/concurrency-vs-parallelism: + title: 'baeldung.com: Concurrency vs Parallelism' + year: N/A + stars: 0 + description: '' +https://readwrite.com/tech-for-programmers-in-2022-the-good-the-bad-and-the-ugly: + title: 'readwrite.com: Tech for Programmers in 2022: The Good, The Bad, and The + Ugly' + year: N/A + stars: 0 + description: '' +https://dev.to/madza/19-valuable-github-repositories-for-beginner-developers-3i18: + title: 'dev.to: 19 Valuable GitHub Repositories for Beginner Developers πŸ“šβœ¨' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/frontend-vs-backend-whats-the-difference: + title: 'freecodecamp.org: Frontend VS Backend – What''s the Difference?' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/how-to-refactor-a-codebase-982772695078: + title: 'betterprogramming.pub: How to Refactor a Codebase?' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/what-is-a-full-stack-developer-full-stack-engineer-guide: + title: '==freecodecamp.org: What is a Full Stack Developer? 2022 Full Stack Engineer + Guide==' + year: N/A + stars: 0 + description: '' +https://dev.to/mariamarsh/10-best-github-repos-for-developers-5gmp: + title: 'dev.to: 10 best GitHub repos for developers' + year: N/A + stars: 0 + description: '' +https://dev.to/javinpaul/5-books-and-courses-to-learn-object-oriented-programming-in-depth-4kff: + title: 'dev.to: 5 Books and Courses to Learn Object Oriented Programming in Depth' + year: N/A + stars: 0 + description: '' +https://www.trio.dev/react/resources/angular-vs-react: + title: 'trio.dev: Angular vs React: Is Angular Dead?' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/learn-coding-for-everyone-handbook: + title: 'freecodecamp.org: How to Start Learning to Code – Handbook for Beginners' + year: N/A + stars: 0 + description: '' +https://refactoring.guru/design-patterns: + title: '==refactoring.guru: Design Patterns==' + year: N/A + stars: 0 + description: '' +https://refactoring.guru/design-patterns/java: + title: 'refactoring.guru: Design Patterns Java' + year: N/A + stars: 0 + description: '' +https://refactoring.guru/design-patterns/python: + title: 'refactoring.guru: Design Patterns Python' + year: N/A + stars: 0 + description: '' +https://refactoring.guru/design-patterns/go: + title: 'refactoring.guru: Design Patterns Go' + year: N/A + stars: 0 + description: '' +https://medium.com/javarevisited/7-best-books-to-learn-design-patterns-for-java-programmers-5627b93eefdb: + title: 'medium: 7 Best Java Design Pattern Books for Beginners and Experienced Programmers' + year: N/A + stars: 0 + description: '' +https://shadman-jamil.medium.com/most-useful-software-architecture-patterns-68e171405292: + title: 'shadman-jamil.medium.com: Most Useful Software Architecture Patterns' + year: N/A + stars: 0 + description: '' +https://medium.com/@victor.ronin/design-your-code-for-readability-vs-writability-d42f04cc6f4d: + title: 'medium.com/@victor.ronin: Design your code for readability vs. writability' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/how-solid-remains-solid-software-principles-vs-patterns-c77c623a628b: + title: 'betterprogramming.pub: How SOLID Remains Solid β€” Software Principles vs. + Patterns' + year: N/A + stars: 0 + description: '' +https://dev.to/this-is-learning/a-better-way-to-code-documentation-driven-development-1kem: + title: 'dev.to: A Better Way To Code: Documentation Driven Development' + year: N/A + stars: 0 + description: '' +https://github.com/codecrafters-io/build-your-own-x: + title: Build Your Own X + year: N/A + stars: 0 + description: '' +https://github.com/freelensapp/freelens: + title: FreeLens + year: N/A + stars: 0 + description: '' +https://users.rust-lang.org/t/anyone-here-go-intellij-vscode/84499: + title: IntelliJ vs. VSCode for Rust Development + year: N/A + stars: 0 + description: '' +https://dev.to/sourcegraph/15-developer-tools-to-make-you-super-productive-2g0a: + title: 'dev.to: 15 Developer Tools to Make You Super Productive' + year: N/A + stars: 0 + description: '' +https://firebase.google.com: + title: ==firebase.google.com== + year: N/A + stars: 0 + description: '' +https://supabase.com: + title: ==supabase.com== + year: N/A + stars: 0 + description: '' +https://blog.logrocket.com/working-supabase-studio: + title: 'blog.logrocket.com: Working with Supabase Studio' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/ballerina-fullstack-rest-api: + title: 'infoq.com: Ballerina for Full-Stack Developers: A Guide to Creating Backend + APIs' + year: N/A + stars: 0 + description: '' +https://www.softwarecollections.org: + title: ==softwarecollections.org== + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/products/softwarecollections/overview: + title: 'developers.redhat.com: ==Red Hat Software Collections==' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/products/developertoolset/overview: + title: 'developers.redhat.com: ==Red Hat Developer Toolset==' + year: N/A + stars: 0 + description: '' +? https://developers.redhat.com/articles/2021/11/15/red-hat-software-collections-38-and-red-hat-developer-toolset-11-now-generally +: title: 'developers.redhat.com: Red Hat Software Collections 3.8 and Red Hat Developer + Toolset 11 now generally available' + year: N/A + stars: 0 + description: '' +https://dhall-lang.org: + title: 'dhall-lang.org: Dhall Configuration Language' + year: N/A + stars: 0 + description: '' +https://ddev.com: + title: ==ddev.com== + year: N/A + stars: 0 + description: '' +https://opensource.com/article/22/12/ddev: + title: '==opensource.com: 16 reasons DDEV will be your new favorite web development + environment==' + year: N/A + stars: 0 + description: '' +https://oclif.io: + title: oclif.io 🌟 + year: N/A + stars: 0 + description: '' +https://medium.com/@jdxcode/12-factor-cli-apps-dd3c227a0e46: + title: 'medium.com/@jdxcode: 12 Factor CLI Apps' + year: N/A + stars: 0 + description: '' +https://copilot.github.com: + title: GitHub Copilot + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/codeguru: + title: Amazon CodeGuru Reviewer + year: N/A + stars: 0 + description: '' +https://hipertextual.com/2024/03/devin-inteligencia-artificial-programa-software: + title: 'hipertextual.com: AsΓ­ es Devin, la inteligencia artificial que programa + software de principio a fin' + year: N/A + stars: 0 + description: '' +https://kislayverma.com/software-architecture/layering-domains-and-microservices-using-api-gateways: + title: Layering domains and microservices using API Gateways + year: N/A + stars: 0 + description: '' +https://blog.oliverjumpertz.dev/the-10-most-valuable-lessons-i-learned-as-a-developer: + title: 'blog.oliverjumpertz.dev: The 10 Most Valuable Lessons I Learned As A Developer' + year: N/A + stars: 0 + description: '' +? https://www.genbeta.com/desarrollo/32-000-desarrolladores-responden-plataformas-lenguajes-programacion-javascript-aws-github-windows-usados +: title: 'genbeta.com: 32.000 desarrolladores responden sobre plataformas y lenguajes + de programaciΓ³n: JavaScript, AWS, GitHub y Windows, los mΓ‘s usados' + year: N/A + stars: 0 + description: '' +https://github.com/readme/guides/functional-programming-basics: + title: 'github.com/readme/guides: Functional Programming 101' + year: N/A + stars: 0 + description: '' +https://medium.com/apache-apisix/10-most-use-cases-of-an-api-gateway-in-api-led-architecture-f4d7fa160dcf: + title: '==medium.com/apache-apisix: 10 most common use cases of an API Gateway==' + year: N/A + stars: 0 + description: '' +https://www.siliconrepublic.com/advice/dev-tools-recommended-by-irish-start-up-founders: + title: 'siliconrepublic.com: 10 dev tools recommended by start-up founders' + year: N/A + stars: 0 + description: '' +https://howhttps.works: + title: howhttps.works + year: N/A + stars: 0 + description: '' +https://dev.to/tiangolo/https-for-developers-1774: + title: 'dev.to: HTTPS for Developers 🌟' + year: N/A + stars: 0 + description: '' +https://www.apidays.co/api-landscape: + title: API Landscape + year: N/A + stars: 0 + description: '' +https://www.chakray.com/api-strategy-how-to-create-an-api-marketplace: + title: 'chakray.com: API Strategy. How to create an API Marketplace' + year: N/A + stars: 0 + description: '' +https://rapidapi.com/blog/api-marketplace-vs-api-gateway-whats-the-difference: + title: API Marketplace vs API Gateway (What’s the Difference?) + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/rapidapi-provides-api-marketplace-and-insight: + title: 'dzone: RapidAPI Provides API Marketplace and Insight' + year: N/A + stars: 0 + description: '' +https://github.blog/developer-skills/github/github-for-beginners-getting-started-with-oss-contributions: + title: 'GitHub for Beginners: Getting Started with OSS Contributions' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/live/2IArMAhkJcE?si=_LlIjakRXHUzERjy: + title: 'Open Source Friday: Spec Kit - What it is, the problems it solves, and how + clear specs make collaboration work' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/what-is-github-wiki-and-how-do-you-use-it: + title: What is a GitHub Wiki and How Do You Use it? + year: N/A + stars: 0 + description: '' +? 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 +: title: 'moesif.com: How to choose the right API Gateway for your platform: Comparison + of Kong, Tyk, Apigee, and alternatives' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/api-management-vs-api-gateway-and-where-does-api-a: + title: 'API Management vs API Gateway: Where Does API Analytics and Monitoring Fit?' + year: N/A + stars: 0 + description: '' +https://dev.to/moesif/api-management-vs-api-gateway-and-where-does-api-analytics-and-monitoring-fit-4g75: + title: API Management vs API Gateway and where does API Analytics and Monitoring + fit? + year: N/A + stars: 0 + description: '' +https://www.3scale.net: + title: 3scale API Manager + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/technologies/jboss-middleware/3scale: + title: Red Hat 3scale API Management + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=kBBBhpKIv9I: + title: Red Hat 3Scale API Management @Youtube + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/openshift-ecosystem-api-management-on-red-hat-openshift-with-3scale: + title: 'OpenShift Ecosystem: API Management on Red Hat OpenShift with 3scale' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2018/05/30/3scale-api-gateway-policies: + title: Adding API Gateway Policies Now Easier With Red Hat 3scale API Management + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2019/09/09/install-3scale-multitenant-in-7-commands: + title: Install Red Hat 3scale and configure tenants with 7 simple commands + year: N/A + stars: 0 + description: '' +? https://developers.redhat.com/blog/2020/10/29/new-custom-metrics-and-air-gapped-installation-in-red-hat-3scale-api-management-2-9 +: title: 'developers.redhat.com: New custom metrics and air gapped (restricted networks) + installation in Red Hat 3scale API Management 2.9' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2021/04/29/enhance-application-security-by-rotating-3scale-access-tokens: + title: 'developers.redhat.com: Enhance application security by rotating 3scale access + tokens' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/07/01/how-expose-websocket-endpoint-using-red-hat-3scale-api-management: + title: 'developers.redhat.com: How to expose a WebSocket endpoint using Red Hat + 3scale API Management' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/08/11/simplify-load-balancing-api-gateways-using-red-hat-3scale-api-management: + title: 'developers.redhat.com: Simplify load balancing for API gateways using Red + Hat 3scale API Management' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/apigee: + title: Google Apigee API Manager + year: N/A + stars: 0 + description: '' +https://www.youtube.com/user/apigee: + title: Apigee @Youtube + year: N/A + stars: 0 + description: '' +https://developer.ibm.com/apiconnect: + title: IBM API Connect + year: N/A + stars: 0 + description: '' +https://www.youtube.com/user/WSO2TechFlicks: + title: WSO2 @Youtube + year: N/A + stars: 0 + description: '' +https://www.chakray.com/why-api-lifecycle-management-is-must-organisation-apis: + title: 'chakray.com: Why API Lifecycle Management is a MUST for Your Organisation + APIs' + year: N/A + stars: 0 + description: '' +https://www.chakray.com/11-steps-achieving-successful-api-management-strategy: + title: 'chakray.com: 11 Steps to achieving a successful API Management Strategy' + year: N/A + stars: 0 + description: '' +https://www.chakray.com/es/por-que-api-lifecycle-management-imprescindible-api-organizacion: + title: 'chakray.com: Por quΓ© API LIFECYCLE MANAGEMENT es imprescindible para la + organizaciΓ³n de APIs' + year: N/A + stars: 0 + description: '' +https://www.chakray.com/es/11-pasos-lograr-estrategia-api-management-exitosa: + title: 'chakray.com: 11 Pasos para lograr una estrategia API Management exitosa' + year: N/A + stars: 0 + description: '' +https://konghq.com/kong: + title: Kong API Manager + year: N/A + stars: 0 + description: '' +https://www.youtube.com/channel/UCJfQURxlI_pQdeJUGXtA_zw: + title: Kong API Platform @Youtube + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/kong-api-gateway-zero-to-production-5b8431495ee: + title: 'medium: Kong API Gateway - From Zero to Production' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/modern-application-development-with-kong-konnect-enterprise-and-red-hat-openshift: + title: 'openshift.com: Modern Application Development With Kong Konnect Enterprise + and Red Hat OpenShift' + year: N/A + stars: 0 + description: '' +https://medium.com/@far3ns/kong-the-microservice-api-gateway-526c4ca0cfa6: + title: 'medium: KONG β€” The Microservice API Gateway' + year: N/A + stars: 0 + description: '' +https://medium.com/nerd-for-tech/running-services-with-knative-kong-3135c0d94dfa: + title: 'medium: Running services with Knative & Kong' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/breaking-up-a-monolithic-database-with-kong: + title: '==dzone: Breaking Up a Monolithic Database with Kong==' + year: N/A + stars: 0 + description: '' +https://konghq.com/blog/kong-and-red-hat-collaboration: + title: 'konghq.com: Kong and Red Hat: Delivering Seamless Customer Experience' + year: N/A + stars: 0 + description: '' +https://medium.com/@martin.hodges/why-do-i-need-an-api-gateway-on-a-kubernetes-cluster-c70f15da836c: + title: 'medium.com/@martin.hodges: Why do I need an API Gateway on a Kubernetes + cluster' + year: N/A + stars: 0 + description: '' +https://tyk.io: + title: Tyk API Manager + year: N/A + stars: 0 + description: '' +https://www.youtube.com/channel/UCe3VG8wgz03u73xiomGeQzQ: + title: Tyk @Youtube + year: N/A + stars: 0 + description: '' +https://www.axway.com/en/products/api-management/full-lifecycle-api-management: + title: Axway API Management + year: N/A + stars: 0 + description: '' +https://www.youtube.com/channel/UCsRNLDnXvgtz6qsleSlVcqQ: + title: Axway API Management @Youtube + year: N/A + stars: 0 + description: '' +https://axway.com/digitize: + title: axway.com/digitize + year: N/A + stars: 0 + description: '' +https://www.mulesoft.com/platform/api/manager: + title: MuleSoft API Manager + year: N/A + stars: 0 + description: '' +https://www.youtube.com/user/mulesoftvids: + title: MuleSoft @Youtube + year: N/A + stars: 0 + description: '' +https://www.solo.io/blog/introducing-gloo-federation-for-multi-cluster-management: + title: Introducing Gloo Federation for Multi-Cluster API Gateway Management + year: N/A + stars: 0 + description: '' +https://backstage.io: + title: 'Backstage Developer Portal:' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/channel/UCHBvqSwbfAf5Vx1jrwkG43Q: + title: Backstage @Youtube + year: N/A + stars: 0 + description: '' +https://medium.com/@_gdantas/backstage-and-terraform-a-powerful-combination-for-ops-wonderful-for-devs-c04ebce849f0: + title: 'medium.com/@_gdantas: Backstage and Terraform β€” A Powerful Combination for + Ops, Wonderful for Devs' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2024/06/13/getting-started-with-backstage: + title: 'piotrminkowski.com: Getting Started with Backstage' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2024/06/28/backstage-on-kubernetes: + title: 'piotrminkowski.com: Backstage on Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/apache/apisix: + title: apisix + year: N/A + stars: 0 + description: '' +https://thenewstack.io/apisix-an-open-source-api-gateway-for-microservices: + title: 'thenewstack.io - APISIX: An Open Source API Gateway for Microservices' + year: N/A + stars: 0 + description: '' +https://www.nginx.com/blog/deploying-nginx-plus-as-an-api-gateway-part-1: + title: 'nginx.com: Deploying NGINX as an API Gateway, Part 1 🌟' + year: N/A + stars: 0 + description: '' +https://luraproject.org: + title: Lura 🌟 + year: N/A + stars: 0 + description: '' +https://www.krakend.io: + title: 'KrakenD: The fastest API gateway comes with true linear scalability 🌟' + year: N/A + stars: 0 + description: '' +https://www.krakend.io/blog/krakend-framework-joins-the-linux-foundation: + title: 'krakend.io: KrakenD framework becomes a Linux Foundation project' + year: N/A + stars: 0 + description: '' +https://spring.io/projects/spring-cloud-gateway: + title: Spring Cloud Gateway + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/rate-limiting-for-microservices: + title: 'dzone: Custom Rate Limiting for Microservices 🌟' + year: N/A + stars: 0 + description: '' +https://www.cloudtechtwitter.com/2022/05/pattern-api-gateway-backends-for.html: + title: 'cloudtechtwitter.com: Pattern: API Gateway / Backends for Frontends' + year: N/A + stars: 0 + description: '' +https://medium.com/@jeevansathisocial/high-performance-api-gateway-3661d5a2fee0s-3661d5a2fee0: + title: 'medium.com/@jeevansathisocial: High-performance API gateway' + year: N/A + stars: 0 + description: '' +https://developer.mobileconnect.io: + title: developer.mobileconnect.io + year: N/A + stars: 0 + description: '' +https://developer.android.com: + title: developer.android.com + year: N/A + stars: 0 + description: '' +https://developer.apple.com: + title: developer.apple.com + year: N/A + stars: 0 + description: '' +https://auto-api.dev: + title: auto-api.dev + year: N/A + stars: 0 + description: '' +https://github.com/highmobility: + title: github.com/highmobility + year: N/A + stars: 0 + description: '' +https://high-mobility.com: + title: high-mobility.com + year: N/A + stars: 0 + description: '' +https://high-mobility.com/learn/tutorials/rest: + title: REST Auto API Tutorial + year: N/A + stars: 0 + description: '' +https://www.youtube.com/channel/UCZNjYn1NXEgPa_ENPna9Atw: + title: High Mobility @Youtube + year: N/A + stars: 0 + description: '' +https://smartcar.com: + title: smartcar.com + year: N/A + stars: 0 + description: '' +https://smartcar.com/bmw: + title: Smartcar API for BMW + year: N/A + stars: 0 + description: '' +https://rapidapi.com/collection/car-api: + title: rapidapi.com/collection/car-api + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Payment_Services_Directive: + title: 'Wikipedia: PSD2 - the Revised Payment Services Directive' + year: N/A + stars: 0 + description: '' +https://www.berlin-group.org/psd2-access-to-bank-accounts: + title: 'berlin-group.org: PSD2 Access to Bank Accounts' + year: N/A + stars: 0 + description: '' +https://www.openbankingtracker.com: + title: openbankingtracker.com + year: N/A + stars: 0 + description: '' +https://developerhub.santander.com: + title: Santander APIs + year: N/A + stars: 0 + description: '' +https://www.bbvaapimarket.com: + title: BBVA API Market + year: N/A + stars: 0 + description: '' +https://apistore.caixabank.com: + title: CaixaBank API Store + year: N/A + stars: 0 + description: '' +https://developer.db.com: + title: Deutsche Bank API Program + year: N/A + stars: 0 + description: '' +https://apis.developer.tsb.co.uk: + title: TSB API Developer Portal + year: N/A + stars: 0 + description: '' +https://developer.ing.com: + title: ING Developer Portal + year: N/A + stars: 0 + description: '' +https://developer.ing.com/api-marketplace/marketplace: + title: ING API Marketplace + year: N/A + stars: 0 + description: '' +https://developer.rabobank.nl: + title: Rabobank Developer Portal + year: N/A + stars: 0 + description: '' +https://developer.rabobank.nl/api-marketplace: + title: Rabobank API Marketplace + year: N/A + stars: 0 + description: '' +https://apimarket.cecabank.es: + title: Cecabank API Market + year: N/A + stars: 0 + description: '' +https://openinsurance.io: + title: Open Insurance + year: N/A + stars: 0 + description: '' +https://api-market.santalucia.es: + title: santalucia.es + year: N/A + stars: 0 + description: '' +https://thinking-cities.readthedocs.io: + title: Telefonica Thinking Cities + year: N/A + stars: 0 + description: '' +https://github.com/awesome-foss/awesome-sysadmin: + title: Awesome Sysadmin + year: N/A + stars: 0 + description: '' +https://medium.com/dev-genius/technologies-tools-to-watch-in-2021-a216dfc30f25: + title: 'medium: Technologies & Tools to Watch in 2021 🌟' + year: N/A + stars: 0 + description: '' +https://hostadvice.com/blog/devops-toolbox-jenkins-ansible-chef-puppet-vagrant-saltstack: + title: 'DevOps Toolbox: Jenkins, Ansible, Chef, Puppet, Vagrant, & SaltStack' + year: N/A + stars: 0 + description: '' +https://devopscube.com/vagrant-tutorial-beginners: + title: 'devopscube.com: Vagrant Tutorial For Beginners: Getting Started Guide 🌟' + year: N/A + stars: 0 + description: '' +https://devops.com/11-open-source-devops-tools-we-love-for-2021: + title: 'devops.com: 11 Open Source DevOps Tools We Love For 2021' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/channel/UCoOq-DtESvayx5yJE5H6-qQ/playlists: + title: 'youtube: Thetips4you 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/devops-is-fed-by-a-tools-culture-loop: + title: 'thenewstack.io: DevOps Is Fed by a Tools Culture Loop' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/devops-toolchain-for-beginners: + title: 'dzone.com: DevOps Toolchain for Beginners 🌟' + year: N/A + stars: 0 + description: '' +https://www.gitkraken.com/resources/devops-report-2020: + title: 'gitkraken.com: DevOps Tools Report 2020 🌟' + year: N/A + stars: 0 + description: '' +https://www.guru99.com/devops-tools.html: + title: 'guru99.com: 30 Best DevOps Tools & Technologies' + year: N/A + stars: 0 + description: '' +https://raygun.com/blog/best-devops-tools: + title: 'raygun.com: The 10 best DevOps tools for 2020' + year: N/A + stars: 0 + description: '' +https://hackr.io/blog/top-devops-tools: + title: 'hackr.io: Top 10 DevOps Tools To Look For in 2020' + year: N/A + stars: 0 + description: '' +https://victorops.com/blog/20-top-devops-tools-for-2020: + title: 'victorops.com: 20 Top DevOps Tools for 2020' + year: N/A + stars: 0 + description: '' +https://www.techradar.com/best/best-devops-tools: + title: 'techradar.com: techradar.com' + year: N/A + stars: 0 + description: '' +https://geekflare.com/devops-tools: + title: 'geekflare.com: devops-tools' + year: N/A + stars: 0 + description: '' +https://www.c/blog/top-10-devops-tools: + title: 'edureka.com: Top 10 DevOps Tools You Must Know In 2020' + year: N/A + stars: 0 + description: '' +https://reviewnprep.com/blog/devops-tool-comparison-docker-vs-kubernetes-vs-ansible: + title: 'DevOps Tool Comparison: Docker Vs Kubernetes Vs Ansible' + year: N/A + stars: 0 + description: '' +https://cloudtweaks.com/2019/05/devops-secure-and-scalable-ci-cd-pipeline-with-aws: + title: 'cloudtweaks.com: DevOps - Secure and Scalable CI/CD Pipeline with AWS' + year: N/A + stars: 0 + description: '' +https://medium.com/@anujsharma12feb/devops-tools-handbook-b42487a53353: + title: 'medium: DevOps tools Handbook 🌟' + year: N/A + stars: 0 + description: '' +https://clarusway.com/top-21-devops-tools: + title: 'clarusway.com: Top 21 DevOps Tools Of 2021 (Comprehensive Guide)' + year: N/A + stars: 0 + description: '' +https://zigiwave.medium.com/top-10-tools-your-devops-teams-should-use-in-2022-569700f40426: + title: 'zigiwave.medium.com: Top 10 Tools your DevOps Teams Should Use in 2022' + year: N/A + stars: 0 + description: '' +https://faun.pub/top-10-uncommon-devops-tools-you-should-know-f4f4464ec7f3: + title: 'faun.pub: Top 10 uncommon DevOps tools you should know' + year: N/A + stars: 0 + description: '' +https://medium.com/leapp-cloud/top-10-uncommon-devops-tools-you-should-know-91dadde9777e: + title: 'medium.com/leapp-cloud: Top 10 uncommon DevOps tools you should know' + year: N/A + stars: 0 + description: '' +https://medium.com/4th-coffee/10-new-devops-tools-to-watch-in-2023-e974dbb1f1bb: + title: 'medium.com/4th-coffee: 10 New DevOps Tools to Watch in 2023 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/4th-coffee/10-best-devops-tools-for-start-ups-91eb69bc3128: + title: 'medium.com/4th-coffee: 10 Best DevOps Tools for Start-ups' + year: N/A + stars: 0 + description: '' +keptn.md: + title: Keptn + year: N/A + stars: 0 + description: '' +https://relay.sh: + title: Relay + year: N/A + stars: 0 + description: '' +https://www.zdnet.com/article/puppet-introduces-beta-of-cloud-native-event-driven-devops-program-relay: + title: 'zdnet.com: Puppet introduces beta of cloud-native, event-driven DevOps program: + Relay' + year: N/A + stars: 0 + description: '' +https://github.com/kbterm/kubeterm: + title: 'Kubeterm: Graphical Management Tool for Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/GhostWriters/DockSTARTer: + title: DockSTARTer + year: N/A + stars: 0 + description: '' +https://github.com/devtron-labs/devtron: + title: Devtron + year: N/A + stars: 0 + description: '' +https://blog.searce.com/devtron-one-stop-shop-for-all-kubernetes-deployments-6f1c111a7ba1: + title: 'blog.searce.com: Devtron: One-stop shop for all Kubernetes deployments' + year: N/A + stars: 0 + description: '' +https://medium.com/cp-massive-programming/deploying-devtron-in-a-local-k8s-kind-cluster-using-terraform-cea9d4d9636: + title: 'medium.com/cp-massive-programming: Deploying Devtron in a Local K8s Kind + Cluster using Terraform' + year: N/A + stars: 0 + description: '' +https://codegiant.io/home: + title: 'codegiant.io: Build software faster' + year: N/A + stars: 0 + description: '' +https://github.com/AdminTurnedDevOps/CapabilityPE: + title: github.com/AdminTurnedDevOps/CapabilityPE + year: N/A + stars: 0 + description: '' +https://github.com/IvanJosipovic/KubeUI: + title: 'KubeUI: A Desktop Kubernetes Client' + year: N/A + stars: 0 + description: '' +https://enterprisersproject.com/article/2020/7/devops-5-things-teams-need: + title: 'enterprisersproject.com: DevOps: 5 things teams need from CIOs' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/topics/devops: + title: 'redhat.com: Understanding DevOps' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/es/topics/devops: + title: 'redhat.com: El concepto de DevOps' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/6-key-areas-to-improve-your-devops-performance-f4c4226feb25: + title: 'medium: 6 key areas to improve your DevOps performance' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/it-automation-training: + title: 'redhat.com: Why IT automation training is a smart way to boost your career' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2021/11/30/soft-skills-are-the-key-to-your-devops-career-advancement: + title: 'about.gitlab.com: Soft skills are the key to your DevOps career advancement' + year: N/A + stars: 0 + description: '' +https://www.salesforceben.com/5-devops-concepts-you-need-to-know: + title: 'salesforceben.com: 5 DevOps Concepts You Need to Know' + year: N/A + stars: 0 + description: '' +https://enterprisersproject.com/article/2021/10/devops-future-operating-model-it: + title: 'enterprisersproject.com: DevOps: 3 skills needed to support its future in + the enterprise' + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/devops/devops-dojo-culture-and-mindset: + title: 'devblogs.microsoft.com: DevOps Dojo – Culture and Mindset' + year: N/A + stars: 0 + description: '' +https://devops.com/the-evolving-devops-journey-continuous-mindset-starts-with-cultural-change: + title: 'devops.com: The DevOps Journey: Continuous Mindset Starts With Cultural + Change' + year: N/A + stars: 0 + description: '' +https://dzone.com/trendreports/devops-3: + title: '==dzone.com/trendreports/devops-3: DevOps==' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/automation-is-no-silver-bullet-3-keys-for-scaling-success: + title: 'thenewstack.io: Automation Is No Silver Bullet: 3 Keys for Scaling Success' + year: N/A + stars: 0 + description: '' +https://yourdevopsmentor.com/blog/how-to-become-a-devops-engineer: + title: 'yourdevopsmentor.com: How to become a DevOps engineer – 5 easy steps' + year: N/A + stars: 0 + description: '' +https://devops.com/why-mttr-is-a-vital-metric-for-devops-teams: + title: 'devops.com: Why MTTR is a Vital Metric for DevOps Teams' + year: N/A + stars: 0 + description: '' +https://www.umbrellainfocare.com/blogs/cloud-and-devops-are-made-for-each-other: + title: 'umbrellainfocare.com: Cloud and DevOps are Made for Each Other' + year: N/A + stars: 0 + description: '' +https://www.guru99.com/devops-lifecycle.html: + title: 'guru99.com: DevOps Lifecycle: Different Phases Explained with Examples 🌟' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/devops-just-system-administration-repackaged-gianluca-mascolo: + title: 'linkedin.com/pulse: Is DevOps just system administration repackaged?' + year: N/A + stars: 0 + description: '' +https://devops.com/a-devops-reset-for-a-multi-cloud-world: + title: 'devops.com: Home Β» Blogs Β» A DevOps Reset for a Multi-Cloud World' + year: N/A + stars: 0 + description: '' +https://medium.com/@polatatc/terraform-the-most-demanded-devops-skill-88c461641e7b: + title: 'medium.com/@polatatc: Terraform; the most demanded DevOps skill!' + year: N/A + stars: 0 + description: '' +https://dev.to/pavanbelagatti/devops-trends-for-developers-in-2023-345b: + title: 'dev.to: DevOps Trends for Developers in 2023 | Pavan Belagatti' + year: N/A + stars: 0 + description: '' +https://www.abc.es/economia/ingenieros-devops-pieza-clave-engranaje-digital-empresas-20230212000148-nt.html: + title: '==abc.es: Ingenieros DevOps, la pieza clave del engranaje digital de las + empresas== 🌟' + year: N/A + stars: 0 + description: '' +https://www.microsoft.com/en-us/security/blog/2023/04/06/devops-threat-matrix: + title: 'microsoft.com: DevOps threat matrix' + year: N/A + stars: 0 + description: '' +https://devops.com/11-steps-to-a-successful-devops-career: + title: 'devops.com: 11 Steps to a Successful DevOps Career' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/how-to-get-started-with-devops-what-skills-should-we-start-with-5efp: + title: 'dev.to/aws-builders: How to get started with DevOps? What skills should + we start with?' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/devops-shifting-left: + title: '==infoq.com: Dark Side of DevOps - the Price of Shifting Left and Ways to + Make it Affordable==' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/red-hat-automation-glossary: + title: Red Hat automation glossary 🌟 + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/defining-day-2-operations: + title: '==DZone: Defining Day-2 Operations==' + year: N/A + stars: 0 + description: '' +https://livingdevops.com/devops/10-real-world-kubernetes-troubleshooting-scenarios-and-solutions: + title: 10 Real-World Kubernetes Troubleshooting Scenarios and Solutions + year: N/A + stars: 0 + description: '' +https://devops.com: + title: devops.com + year: N/A + stars: 0 + description: '' +https://devopscube.com: + title: devopscube.com + year: N/A + stars: 0 + description: '' +https://www.devopszone.info: + title: devopszone.info + year: N/A + stars: 0 + description: '' +https://www.devopsdigest.com: + title: devopsdigest.com + year: N/A + stars: 0 + description: '' +https://searchitoperations.techtarget.com/feature/Top-15-DevOps-blogs-to-read-and-follow: + title: Top 15 DevOps blogs to read and follow + year: N/A + stars: 0 + description: '' +https://devopstips.net: + title: devopstips.net + year: N/A + stars: 0 + description: '' +https://devopslearners.com: + title: devopslearners.com + year: N/A + stars: 0 + description: '' +https://orange-quarter.com/upskill-yourself-with-these-5-devops-resources: + title: 'orange-quarter.com: Upskill yourself with these 5 DevOps resources' + year: N/A + stars: 0 + description: '' +https://dzone.com/devops-tutorials-tools-news: + title: 'dzone: DevOps' + year: N/A + stars: 0 + description: '' +https://www.arresteddevops.com: + title: www.arresteddevops.com + year: N/A + stars: 0 + description: '' +https://devopsdays.org/events/2022-amsterdam/welcome: + title: 'devopsdays.org: Devopsdays Amsterdam' + year: N/A + stars: 0 + description: '' +https://mrcloudbook.com: + title: 'mrcloudbook.com: Mr Cloud Book' + year: N/A + stars: 0 + description: '' +https://github.com/DevOps-Projects-Ideas/DevOps-Books: + title: ==github.com/DevOps-Projects-Ideas/DevOps-Books== 🌟🌟 + year: N/A + stars: 0 + description: '' +? 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 +: title: 'deloitte.com: Culture change, not tech, is the secret to DevOps success + (podcast) 🌟' + year: N/A + stars: 0 + description: '' +https://www.bikeshed.fm: + title: 'bikeshed.fm: The Bike Shed' + year: N/A + stars: 0 + description: '' +https://www.techworld-with-nana.com: + title: '==Techworld with Nana: Learn DevOps topics easily==' + year: N/A + stars: 0 + description: '' +https://www.techworld-with-nana.com/devops-bootcamp: + title: ==techworld-with-nana.com/devops-bootcamp== + year: N/A + stars: 0 + description: '' +https://github.com/paragpallavsingh/90DaysOfDevOps: + title: 'github.com/paragpallavsingh/90DaysOfDevOps: 90DaysOfDevOps Challenge' + year: N/A + stars: 0 + description: '' +https://github.com/paragpallavsingh/90DaysOfDevOps/blob/master/submission/day21/README.md: + title: 'github.com/paragpallavsingh/90DaysOfDevOps: Day 21 Task: Docker Essential + Concepts' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/devops-sre/announcing-dora-2021-accelerate-state-of-devops-report: + title: 'cloud.google.com: State of DevOps 2021 🌟' + year: N/A + stars: 0 + description: '' +https://www.itprotoday.com/devops/google-dora-report-details-best-practices-speed-devops: + title: 'itprotoday.com: Google DORA Report Details Best Practices to Speed DevOps' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/configuration-drift: + title: 'Dzone: Configuration Drift 🌟' + year: N/A + stars: 0 + description: '' +https://www.continuitysoftware.com/blog/it-resilience/what-is-configuration-drift: + title: What is Configuration Drift? + year: N/A + stars: 0 + description: '' +https://thenewstack.io/cloud-drift-detection-how-to-resolve-out-of-state-changes: + title: 'thenewstack.io: Cloud Drift Detection: How to Resolve Out-of-State Changes' + year: N/A + stars: 0 + description: '' +https://www.fairwinds.com/blog/configuration-drift-kubernetes: + title: 'fairwinds.com: Configuration Drift in Kubernetes - What Is It and Why it + Matters 🌟' + year: N/A + stars: 0 + description: '' +https://www.env0.com/blog/automated-drift-detection-with-env0: + title: 'env0.com: Automated Drift Detection 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-drift-detection-and-iac-help-maintain-a-secure-infrastructure: + title: 'thenewstack.io: How Drift Detection and IaC Help Maintain a Secure Infrastructure' + year: N/A + stars: 0 + description: '' +https://autodotes.com/posts/s90PP9397WYTsAWaRapd: + title: 'Kubernetes Troubleshooting Guide: Common Pitfalls and Solutions' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Twelve-Factor_App_methodology: + title: 'Wikipedia: Twelve-Factor App methodology' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Infrastructure_as_code: + title: 'Wikipedia: Infrastructure as code' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Lean_software_development: + title: 'Wikipedia: Lean software development' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Value_stream: + title: 'Wikipedia: Value stream' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/category/kubernetes: + title: 'thenewstack.io: Kubernetes is the Accepted Platform for Cloud Native Computing' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/19/7/devops-vs-sysadmin: + title: 'opensource.com: The case for making the transition from sysadmin to DevOps + engineer 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/19/7/how-transition-career-devops-engineer: + title: 'opensource.com: How to transition into a career as a DevOps engineer' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/2/devops-beginners: + title: 'opensource.com: A beginner''s guide to everything DevOps 🌟' + year: N/A + stars: 0 + description: '' +https://enterprisersproject.com/article/2020/3/how-get-devops-noops-5-steps: + title: 'How to get from DevOps to NoOps: 5 steps' + year: N/A + stars: 0 + description: '' +https://www.zdnet.com/article/corporate-culture-complicates-kubernetes-and-container-collaboration: + title: Corporate culture complicates Kubernetes and container collaboration 🌟 + year: N/A + stars: 0 + description: '' +https://blog.shippable.com/how-to-be-a-great-devops-engineer: + title: How to be a great DevOps Engineer 🌟 + year: N/A + stars: 0 + description: '' +https://www.smartsheet.com/devops: + title: 'smartsheet.com: The Way of DevOps: A Primer on DevOps Principles and Practices' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/are-you-stuck-in-the-new-devops-matrix-from-hell: + title: 'dzone: Are You Stuck in the New DevOps Matrix From Hell? 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/6/devops-mindset: + title: 'opensource.com: 10 tips for maintaining a DevOps mindset for distributed + teams' + year: N/A + stars: 0 + description: '' +https://stackoverflow.blog/2020/06/10/the-rise-of-the-devops-mindset: + title: 'stackoverflow.blog: The rise of the DevOps mindset 🌟' + year: N/A + stars: 0 + description: '' +https://enterprisersproject.com/article/2020/6/devops-engineer-role-common-misconceptions: + title: 'DevOps engineers: Common misconceptions about the role' + year: N/A + stars: 0 + description: '' +https://enterprisersproject.com/article/2020/6/devops-beginners-where-start: + title: 'DevOps for beginners: Where to start learning and focusing' + year: N/A + stars: 0 + description: '' +https://www.contino.io/insights/how-to-make-enterprise-container-strategies-that-last-part-one: + title: 'contino.io: How to Make Enterprise Container Strategies That Last (Part + One) 🌟' + year: N/A + stars: 0 + description: '' +https://www.scaledagileframework.com/devops: + title: 'scaledagileframework.com: DevOps 🌟🌟' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/topics/container-ecosystems/how-the-rise-of-containers-will-drive-devops: + title: 'containerjournal.com: How the Rise of Containers Will Drive DevOps' + year: N/A + stars: 0 + description: '' +https://www.itprotoday.com/devops-and-software-development/devops-model-killing-developer-word-no: + title: 'itprotoday.com: Is the DevOps Model Killing the Developer? In a Word, No' + year: N/A + stars: 0 + description: '' +https://blogs.vmware.com/management/2020/06/devops-culture.html: + title: 'blog.vmware.com: DevOps: Culture – Collaboration, Empowerment, Autonomy + 🌟' + year: N/A + stars: 0 + description: '' +https://enterprisersproject.com/article/2020/7/3-devops-skills-it-leaders-need-next-normal: + title: 'enterprisersproject.com: 3 DevOps skills IT leaders need for the next normal' + year: N/A + stars: 0 + description: '' +https://medium.com/better-programming/how-to-become-a-devops-engineer-in-2020-7618492a09d8: + title: 'medium: How to Become a DevOps Engineer in 2020 (Tj Blogumas)' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/how-to-become-an-devops-engineer-in-2020-80b8740d5a52: + title: 'medium: How to Become a DevOps Engineer in 2020 (Shane Shown)' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/digestible-devops-the-7-devops-practices-8bd8b34e1418: + title: 'Digestible DevOps: The 7 DevOps Practices' + year: N/A + stars: 0 + description: '' +https://www.red-gate.com/blog/automated-production-deployments-are-not-the-key-to-devops-performance: + title: 'red-gate.com: Automated Production Deployments are Not the Key to DevOps + Performance' + year: N/A + stars: 0 + description: '' +https://statemanagement.substack.com/p/hating-the-code-of-others: + title: Hating code of others + year: N/A + stars: 0 + description: '' +https://www.bbva.com/es/devops-que-es-y-como-mejorar-los-procesos-gracias-a-esta-estrategia/amp: + title: 'BBVA - DevOps: quΓ© es y cΓ³mo mejorar los procesos gracias a esta estrategia' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/devops-guide-implementing-four-eyes-principle-with: + title: 'dzone: DevOps Guide: Implementing Four-Eyes Principle With Process Automation + Tooling' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/3233/a-beginners-introduction-to-devops-principles: + title: 'cloudsavvyit.com: A Beginner’s Introduction To DevOps Principles' + year: N/A + stars: 0 + description: '' +https://www.learnsteps.com/devops-interview-question-how-will-you-set-up-a-ci-cd-pipeline: + title: 'learnsteps.com: DevOps Interview Question: How will you set up a CI/CD pipeline? + 🌟' + year: N/A + stars: 0 + description: '' +https://devops.com/survey-surfaces-high-reliance-on-devops-to-build-and-deploy-apis: + title: 'devops.com: Survey Surfaces High Reliance on DevOps to Build and Deploy + APIs' + year: N/A + stars: 0 + description: '' +https://www.computing.co.uk/news/4020521/cloudbees-busy-security-visibility-control-devops-evolves: + title: 'computing.co.uk: CloudBees gets busy with security, visibility and control + as DevOps evolves' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/5-reasons-to-not-move-to-devops: + title: 'acloudguru.com: 5 Reasons to NOT Move to DevOps 🌟' + year: N/A + stars: 0 + description: '' +? https://www.forbes.com/sites/steveandriole/2020/10/01/why-no-one-understands-agile-scrum--devops--why-perfect-technology-abstractions-are-sure-to-fail +: title: 'forbes: Why No One Understands Agile, SCRUM & DevOps & Why Perfect Technology + Abstractions Are Sure To Fail' + year: N/A + stars: 0 + description: '' +https://github.blog/2020-10-07-devops-definition: + title: 'github.blog: What is DevOps? A guide to common methods and misconceptions + 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/from-devops-to-devapps: + title: 'thenewstack.io: From DevOps to DevApps 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-future-of-ops-careers: + title: 'thenewstack.io: The Future of Ops Careers 🌟🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/post-pandemic-devops-moves-to-resilient-collaboration: + title: 'thenewstack.io: DevOps World: DevOps Moves to Resilient Collaboration' + year: N/A + stars: 0 + description: '' +https://devopscurry.com/key-devops-principles-to-focus-in-2021: + title: 'devopscurry.com: Key DevOps Principles to focus in 2021' + year: N/A + stars: 0 + description: '' +https://cloudacademy.com/blog/devops-why-is-it-important-to-decouple-deployment-from-release: + title: 'cloudacademy.com: Blog / DevOpsDevOps: Why Is It Important to Decouple Deployment + From Release?' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2020/11/2020-devops-report: + title: 'infoq.com: Puppet Releases Its 2020 State of DevOps Report 🌟' + year: N/A + stars: 0 + description: '' +https://www.informationweek.com/devops/whats-holding-devops-back/a/d-id/1339540: + title: 'informationweek.com: What''s Holding DevOps Back?' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/12/remote-devops: + title: 'opensource.com: Create a DevOps culture with open source principles' + year: N/A + stars: 0 + description: '' +https://github.blog/2020-12-18-how-to-make-devops-your-competitive-advantage: + title: 'github.blog: How to make DevOps your competitive advantage' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/12/devops: + title: 'opensource.com: 3 critical DevOps concepts we explored in 2020 🌟' + year: N/A + stars: 0 + description: '' +https://sysadmin.prod.acquia-sites.com/sysadmin/container-guides-2020: + title: 'sysadmin.prod.acquia-sites.com: 10 container guides for sysadmins' + year: N/A + stars: 0 + description: '' +https://devops.com/unlocking-your-devops-automation-mindset: + title: 'devops.com: Unlocking Your DevOps Automation Mindset 🌟' + year: N/A + stars: 0 + description: '' +https://devops.com/7-trends-influencing-devops-and-devsecops-adoption: + title: 'devops.com: 7 Trends Influencing DevOps and DevSecOps Adoption' + year: N/A + stars: 0 + description: '' +https://www.learnsteps.com/devops-interview-questions-how-will-you-design-your-cloud-vpc-and-subnets: + title: 'learnsteps.com: DevOps Interview Questions: How will you design your cloud + VPC and subnets?' + year: N/A + stars: 0 + description: '' +https://devops.com/devops-for-the-development-and-delivery-of-high-performance-applications: + title: 'devops.com: DevOps for the Development and Delivery of High-Performance + Applications' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/devops-devapps-and-the-death-of-infrastructure: + title: 'thenewstack.io: DevOps, DevApps and the Death of Infrastructure' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/15-devops-trends-to-expect-in-2021: + title: 'dzone: 15 DevOps Trends to Expect in 2021 🌟' + year: N/A + stars: 0 + description: '' +https://devopscube.com/become-devops-engineer: + title: 'devopscube.com: Become A DevOps Engineer in 2021: A Comprehensive Guide' + year: N/A + stars: 0 + description: '' +https://devops.com/6-signs-youre-doing-devops-correctly: + title: 'devops.com: 6 Signs You’re Doing DevOps Correctly' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/uncategorized/9-pillars-of-engineering-devops-with-kubernetes: + title: 'containerjournal.com: 9 Pillars of Engineering DevOps With Kubernetes' + year: N/A + stars: 0 + description: '' +https://content.techgig.com/5-best-devops-practices-for-beginners/articleshow/81368965.cms: + title: 'content.techgig.com: 5 Best DevOps practices for beginners' + year: N/A + stars: 0 + description: '' +https://devops.com/five-steps-to-successful-devops-culture: + title: 'devops.com: 5 Steps to Successful DevOps Culture' + year: N/A + stars: 0 + description: '' +https://www.cst-bg.net/post/13-clues-to-good-devops: + title: 'cst-bg.net: 13 clues you are doing DevOps right 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/lightstephq/devops-observability-and-the-need-to-tear-down-organizational-boundaries-f5d25755ff3a: + title: 'medium.com: DevOps, Observability, and the need to tear down organizational + boundaries 🌟' + year: N/A + stars: 0 + description: '' +https://www.softwebsolutions.com/resources/devops-and-microservices.html: + title: 'softwebsolutions.com: DevOps and Microservices – Creating change together' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/5-cloud-automation-tips-for-developers-and-devops: + title: 'thenewstack.io: 5 Cloud Automation Tips for Developers and DevOps' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/features/kubernetes-enables-devops-as-a-service-daas: + title: 'containerjournal.com: Kubernetes Enables DevOps-as-a-Service (DaaS) 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/maximizing-the-value-of-containerization-for-devops: + title: 'thenewstack.io: Maximizing the Value of Containerization for DevOps' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/3/devops-documentation: + title: 'opensource.com: A DevOps guide to documentation' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/devops-not-enough-scaling-tech-driven-organizations: + title: 'infoq.com: DevOps is Not Enough for Scaling and Evolving Tech-Driven Organizations: + a Q&A with Eduardo da Silva' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3613155/5-devops-practices-to-improve-application-reliability.html: + title: 'infoworld.com: 5 devops practices to improve application reliability' + year: N/A + stars: 0 + description: '' +https://devops.com/languages-and-devops-recommendations: + title: 'devops.com: Languages and DevOps: Recommendations' + year: N/A + stars: 0 + description: '' +https://devops.com/survey-shows-mounting-devops-frustration-and-costs: + title: 'devops.com: Survey Shows Mounting DevOps Frustration and Costs' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=js-rq7SvPpE&ab_channel=DevOpsToolkit: + title: 'youtube: The best DevOps tools, frameworks, and platforms in 2021 🌟' + year: N/A + stars: 0 + description: '' +https://devops.com/devops-trends-to-watch-in-2021: + title: 'devops.com: DevOps Trends to Watch in 2021 🌟' + year: N/A + stars: 0 + description: '' +https://www.itproportal.com/features/how-to-implement-devops-successfully-in-2021: + title: 'itproportal.com: How to implement DevOps successfully in 2021 🌟' + year: N/A + stars: 0 + description: '' +https://devops.com/nine-pillars-of-devops-best-practices: + title: 'devops.com: Nine Pillars of DevOps Best Practices' + year: N/A + stars: 0 + description: '' +https://medium.com/hackernoon/digital-transformation-for-modern-enterprises-through-devops-a-complete-guide-6f595463c7dd: + title: 'medium: Digital Transformation for Modern Enterprises Through DevOps β€” A + Complete Guide' + year: N/A + stars: 0 + description: '' +https://www.weblineindia.com/blog/all-about-devops-automation: + title: 'weblineindia.com: DevOps Automation – Everything You Need to Know' + year: N/A + stars: 0 + description: '' +https://www.getxray.app/blog/get-started-with-devops-principles-best-practices-and-tips: + title: 'getxray.app: Get started with DevOps: principles, best practices and tips' + year: N/A + stars: 0 + description: '' +https://stackoverflow.blog/2021/05/24/how-developers-can-be-their-own-operations-department: + title: 'stackoverflow.blog: How developers can be their own operations department' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/top-10-skills-devops-engineer-should-possess-saurabh-badhwar: + title: 'linkedin.com/pulse: Top 10 skills a DevOps engineer should possess' + year: N/A + stars: 0 + description: '' +https://devops.com/how-containers-simplify-devops-workflows-and-ci-cd-pipelines: + title: 'devops.com: How Containers Simplify DevOps Workflows and CI/CD Pipelines + 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/ankit01oss/5-github-projects-to-make-you-a-better-devops-engineer-2fkl: + title: 'dev.to: 5 GitHub Projects to make you a better DevOps Engineer 🌟' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/how-to-nail-devops-governance-and-compliance-in-a-highly-regulated-industry: + title: 'cloudbees.com: How to Nail DevOps Governance and Compliance in a Highly + Regulated Industry 🌟' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/it-automation-book: + title: 'redhat.com: Tales from the field: A system administrator''s guide to IT + automation' + year: N/A + stars: 0 + description: '' +https://www.forbes.com/sites/tomtaulli/2021/07/16/devops-what-you-need-to-know: + title: 'forbes.com: DevOps: What You Need To Know 🌟' + year: N/A + stars: 0 + description: '' +https://www.zdnet.com/article/stop-calling-devops-teams-devops-teams: + title: 'zdnet.com: Stop calling DevOps teams ''DevOps teams'' 🌟🌟' + year: N/A + stars: 0 + description: '' +https://puppet.com/resources/report/2021-state-of-devops-report: + title: 'puppet.com: The 2021 State of DevOps Report is here! 🌟' + year: N/A + stars: 0 + description: '' +https://devops.com/yeah-youre-doing-devops: + title: 'devops.com: Yeah, You’re Doing DevOps' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2021/08/external-IT-providers-devops: + title: 'infoq.com: How External IT Providers Can Adopt DevOps Practices 🌟' + year: N/A + stars: 0 + description: '' +https://www.chaossearch.io/blog/essential-devops-tools: + title: 'chaossearch.io: 9 Essential DevOps Tools for 2021' + year: N/A + stars: 0 + description: '' +https://www.devopsonline.co.uk/the-role-of-automation-in-devops: + title: 'devopsonline.co.uk: The role of Automation in DevOps' + year: N/A + stars: 0 + description: '' +https://www.sqlshack.com/6-reasons-why-you-cant-have-devops-without-test-automation: + title: 'sqlshack.com: 6 Reasons why you can’t have DevOps without Test Automation + 🌟' + year: N/A + stars: 0 + description: '' +https://www.forbes.com/sites/forbestechcouncil/2021/09/03/who-should-own-the-job-of-observability-in-devops: + title: 'forbes.com: Who Should Own The Job Of Observability In DevOps?' + year: N/A + stars: 0 + description: '' +https://dev.to/run-x/devops-is-not-automation-2amo: + title: 'dev.to: DevOps Is Not Automation' + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/what-does-a-devops-engineer-do: + title: 'intellipaat.com: What Does a DevOps Engineer Do? 🌟' + year: N/A + stars: 0 + description: '' +? https://siliconangle.com/2021/09/29/devops-dummies-author-emily-freeman-introduces-revolutionary-model-modern-software-development-awsq3 +: title: 'siliconangle.com: β€˜DevOps for Dummies’ author Emily Freeman introduces revolutionary + model for modern software development' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/microservices-transformed-devops-why-security-is-next: + title: 'thenewstack.io: Microservices Transformed DevOps β€” Why Security Is Next' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/devops-at-the-crossroads-the-future-of-software-delivery: + title: 'thenewstack.io: DevOps at the Crossroads: The Future of Software Delivery' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/3-habits-of-highly-successful-devops-teams: + title: 'thenewstack.io: 3 Habits of Highly Successful DevOps Teams' + year: N/A + stars: 0 + description: '' +https://devops.com/5-tips-for-a-successful-devops-implementation: + title: 'devops.com: 5 Tips for a Successful DevOps Implementation' + year: N/A + stars: 0 + description: '' +https://dev.to/attaullahshafiq10/dev-ops-59dm: + title: 'dev.to: DEV-OPS' + year: N/A + stars: 0 + description: '' +https://github.blog/2021-11-30-5-devops-tips-to-speed-up-your-developer-workflow: + title: '==github.blog: 5 DevOps tips to speed up your developer workflow== 🌟' + year: N/A + stars: 0 + description: '' +https://www.valuecoders.com/blog/technology-and-apps/why-should-you-adopt-devops-to-deliver-business-value-rapidly: + title: 'valuecoders.com: Why Should You Adopt DevOps To Deliver Business Value Rapidly?' + year: N/A + stars: 0 + description: '' +https://www.itproportal.com/features/stop-messing-up-with-cicd-vs-devops-and-learn-the-difference-finally: + title: 'itproportal.com: Stop messing up with CI/CD vs. DevOps and learn the difference + finally' + year: N/A + stars: 0 + description: '' +https://blog.udemy.com/devops-engineer: + title: '==blog.udemy.com: Becoming a DevOps Engineer: Understanding the Role and + Responsibilities==' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/devops-engineering-course-for-beginners: + title: '==freecodecamp.org: DevOps Engineering Course for Beginners==' + year: N/A + stars: 0 + description: '' +https://www.bmc.com/blogs/devops-ci-cd-metrics: + title: 'bmc.com: DevOps Metrics for Optimizing CI/CD Pipelines' + year: N/A + stars: 0 + description: '' +https://www.simform.com/blog/devops-for-enterprise: + title: '==simform.com: How to Implement DevOps for Enterprise?==' + year: N/A + stars: 0 + description: '' +https://www.calcalistech.com/ctechnews/article/s1mlpunf9: + title: 'calcalistech.com: β€œDevOps is a culture, it''s not a job description”' + year: N/A + stars: 0 + description: '' +https://reviewnprep.com/blog/devops-basics: + title: 'reviewnprep.com: DevOps Basics' + year: N/A + stars: 0 + description: '' +https://dev.to/techworld_with_nana/how-i-learn-new-technologies-as-a-devops-engineer-without-being-overwhelmed--495e: + title: '==dev.to: How I learn new technologies as a DevOps Engineer (without being + overwhelmed πŸ‘) | TechWorld with Nana==' + year: N/A + stars: 0 + description: '' +https://medium.com/@hunkarbozkurt/what-is-devops-how-was-devops-derived-660ef47d42d6: + title: 'medium.com/@hunkarbozkurt: What is DevOps? How Was DevOps Derived?' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/devops-best-practices-for-continuous-delivery-2f0ebbae65c6: + title: 'blog.devops.dev: Devops Best Practices for Continuous Delivery 🌟' + year: N/A + stars: 0 + description: '' +https://devops.com/the-real-pipeline: + title: 'devops.com: he Real Pipeline' + year: N/A + stars: 0 + description: '' +https://www.information-age.com/devops-vs-agile-distinguishing-and-combining-the-two-20117: + title: 'information-age.com: DevOps vs Agile: distinguishing and combining the two' + year: N/A + stars: 0 + description: '' +https://medium.com/@devfire/how-to-become-a-devops-engineer-in-six-months-or-less-part-7-monitor-47c61aea0bf7: + title: 'medium.com/@devfire: How To Become a DevOps Engineer In Six Months or Less, + Part 6: Observe' + year: N/A + stars: 0 + description: '' +https://rcls.medium.com/stop-calling-yourselves-devops-engineers-f9dfec382d0d: + title: 'rcls.medium.com: Stop calling yourselves DevOps engineers' + year: N/A + stars: 0 + description: '' +https://enterprisersproject.com/article/2020/5/devops-shift-left-why-goes-wrong: + title: 'enterprisersproject.com: DevOps: Why shift left goes wrong' + year: N/A + stars: 0 + description: '' +https://itnext.io/devops-big-picture-on-premises-d07f61d6c34c: + title: '==itnext.io: DevOps Big Picture (On-Premises)==' + year: N/A + stars: 0 + description: '' +https://medium.com/agileinsider/devops-principles-and-practices-explained-in-ten-minutes-6cec7e1dae6d: + title: 'medium.com/agileinsider: DevOps Principles and Practices Explained in Ten + Minutes' + year: N/A + stars: 0 + description: '' +https://medium.com/@perspectivementor/6-essential-skills-for-landing-a-devops-job-in-2024-88f6c19341d7: + title: 'medium.com/@perspectivementor: 6 Essential Skills for Landing a DevOps Job + in 2024' + year: N/A + stars: 0 + description: '' +https://net.connect4techs.com/what-are-the-top-devops-trends-in-2024: + title: 'net.connect4techs.com: What are the top DevOps trends in 2024' + year: N/A + stars: 0 + description: '' +https://www.dynatrace.com/news/blog/devops-metrics-for-success: + title: 'dynatrace.com: 9 key DevOps metrics for success - What are the four main + DevOps metrics? DORA’s Four Keys' + year: N/A + stars: 0 + description: '' +https://medium.com/keptn/dora-metrics-automatically-for-all-your-kubernetes-workloads-42225f4b8515: + title: 'medium.com/keptn: DORA metrics: automatically, for all your Kubernetes workloads' + year: N/A + stars: 0 + description: '' +https://github.com/milanm/DevOps-Roadmap: + title: DevOps Roadmap for 2026 + year: N/A + stars: 0 + description: '' +https://medium.com/hackernoon/the-2018-devops-roadmap-31588d8670cb: + title: 'medium: The Complete DevOps RoadMap 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/kodekloud/your-roadmap-to-become-a-devops-engineer-in-2020-i1n: + title: 'dev.to: Your Roadmap to Become a DevOps Engineer in 2021' + year: N/A + stars: 0 + description: '' +https://www.techworld-with-nana.com/devops-roadmap: + title: 'techworld-with-nana.com: DevOps Roadmap 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/what-is-apiops-and-how-to-be-successful-at-apiops: + title: 'dzone.com: What Is APIOps? How to Be Successful at It' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3686695/how-multicloud-changes-devops.html: + title: 'infoworld.com: How multicloud changes devops' + year: N/A + stars: 0 + description: '' +https://searchitoperations.techtarget.com/tip/Tips-and-tools-to-achieve-a-serverless-DevOps-workflow: + title: 'searchitoperations.techtarget.com: Tips and tools to achieve a serverless + DevOps workflow' + year: N/A + stars: 0 + description: '' +https://devops.com/devops-as-a-service-migrating-your-entire-devops-stack-to-the-cloud: + title: 'DevOps as a Service: Migrating Your Entire DevOps Stack to the Cloud' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/editorial-calendar/best-of-2021/kubernetes-enables-devops-as-a-service-daas: + title: 'containerjournal.com: Best of 2021 – Kubernetes Enables DevOps-as-a-Service + (DaaS)' + year: N/A + stars: 0 + description: '' +https://devops.com/the-devops-bottleneck-why-iac-orchestration-is-the-missing-piece: + title: 'The DevOps Bottleneck: Why IaC Orchestration is the Missing Piece' + year: N/A + stars: 0 + description: '' +https://build5nines.com/terraform-get-user-principal-name-upn-of-user-running-deployment-without-entra-id-read-permissions: + title: 'Terraform: Get User Principal Name (UPN) of User Running Deployment without + Entra ID Read Permissions' + year: N/A + stars: 0 + description: '' +iac.md: + title: IaC Infrastructure as Code + year: N/A + stars: 0 + description: '' +https://xebialabs.com/glossary: + title: DevOps Glosary of Terms 🌟 + year: N/A + stars: 0 + description: '' +https://xebialabs.com/the-ultimate-devops-tool-chest: + title: The Ultimate DevOps Tool Chest 🌟 + year: N/A + stars: 0 + description: '' +https://xebialabs.com/the-ultimate-devops-tool-chest/open-source: + title: The Ultimate List of Open Source DevOps Tools + year: N/A + stars: 0 + description: '' +https://xebialabs.com/periodic-table-of-devops-tools: + title: Periodic Table of DevOps 🌟 + year: N/A + stars: 0 + description: '' +devops-tools.md: + title: DevOps Tools + year: N/A + stars: 0 + description: '' +https://netflixtechblog.com/full-cycle-developers-at-netflix-a08c31f83249: + title: Full Cycle Developers at Netflix β€” Operate What You Build + year: N/A + stars: 0 + description: '' +https://netflixtechblog.com/applying-netflix-devops-patterns-to-windows-2a57f2dbbf79: + title: Applying Netflix DevOps Patterns to Windows + year: N/A + stars: 0 + description: '' +https://github.com/microsoft/entraexporter: + title: EntraExporter + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/blog/appsonazureblog/azure-app-service-auto-heal-capturing-relevant-data-during-performance-issues/4390351 +: title: 'Azure App Service Auto-Heal: Capturing Relevant Data During Performance + Issues' + year: N/A + stars: 0 + description: '' +https://azure.microsoft.com/services/devops: + title: Azure DevOps 🌟 + year: N/A + stars: 0 + description: '' +noops.md: + title: NoOps + year: N/A + stars: 0 + description: '' +https://www.datacenterdynamics.com/en/opinions/why-netops-needs-a-digital-sandbox-to-benefit-from-devops: + title: 'datacenterdynamics.com: Why NetOps needs a digital sandbox to benefit from + DevOps' + year: N/A + stars: 0 + description: '' +https://devops.com/the-rise-of-netdevops-and-ci-cd-pipeline-solutions: + title: 'devops.com: The Rise of NetDevOps and CI/CD Pipeline Solutions' + year: N/A + stars: 0 + description: '' +https://blog.postman.com/what-is-platformops: + title: 'blog.postman.com: What Is PlatformOps?' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/3-gpt-3-tools-for-developers-software-engineers-de: + title: 'dzone: 3 GPT-3 Tools for Developers, Software and DevOps Engineers, and + SREs' + year: N/A + stars: 0 + description: '' +https://www.zebrium.com: + title: Zebrium + year: N/A + stars: 0 + description: '' +https://debuild.co: + title: Debuild + year: N/A + stars: 0 + description: '' +https://www.seekwell.io: + title: seekwell + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-coming-era-of-data-as-code: + title: 'thenewstack.io: The Coming Era of Data as Code 🌟' + year: N/A + stars: 0 + description: '' +https://www.arrikto.com/blog/what-is-data-as-code: + title: 'arrikto.com: What is Data as Code 🌟' + year: N/A + stars: 0 + description: '' +https://blogs.sap.com/2021/12/13/a-practical-guide-to-devops-for-sap-erp: + title: 'blogs.sap.com: A Practical Guide to DevOps for SAP ERP' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?list=PLVx1qovxj-akoYTAboxT1AbHlPmrvRYYZ: + title: 'youtube playlist: DevOps - SonarQube, Artifactory, JFrog, Jenkins, Maven, + etc 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?list=PLVx1qovxj-amqyqHceAhkcsopzi4PFcKc: + title: 'youtube playlist: Docker 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?list=PLVx1qovxj-akr_3XqQQgpqRyQw4GYuS4h: + title: 'youtube playlist: Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://www.techworld-with-nana.com/post/platform-engineering-guide: + title: Platform Engineering Guide - 5 Key Use Cases of Internal Developer Platforms + year: N/A + stars: 0 + description: '' +https://platformengineering.org: + title: platformengineering.org + year: N/A + stars: 0 + description: '' +https://thenewstack.io/platform-engineering: + title: thenewstack.io/platform-engineering + year: N/A + stars: 0 + description: '' +https://www.honeycomb.io/blog/future-ops-platform-engineering: + title: '==honeycomb.io: The Future of Ops Is Platform Engineering== 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/devops-burnout-try-platform-engineering: + title: 'thenewstack.io: DevOps Burnout? Try Platform Engineering' + year: N/A + stars: 0 + description: '' +https://softwareengineeringdaily.com/2020/02/13/setting-the-stage-for-platform-engineering: + title: 'softwareengineeringdaily.com: The Rise of Platform Engineering 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-is-platform-engineering-different-from-devops-and-sre: + title: 'thenewstack.io: How Is Platform Engineering Different from DevOps and SRE?' + year: N/A + stars: 0 + description: '' +https://salaboy.com/2022/11/28/the-challenges-of-platform-building-on-top-of-kubernetes-4-4: + title: 'salaboy.com: The Challenges of Platform Building on Top of Kubernetes 4/4' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/platform-engineering-in-2023-dev-first-collaboration-and-apis: + title: 'thenewstack.io: Platform Engineering in 2023: Dev First, Collaboration and + APIs' + year: N/A + stars: 0 + description: '' +? https://www.forbes.com/sites/forbestechcouncil/2023/02/23/how-to-empower-modern-kubernetes-management-with-a-platform-team-model +: title: 'frobes.com: How To Empower Modern Kubernetes Management With A Platform + Team Model' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/platform-engineering/architecture-and-design-considerations-for-platform-engineering-teams: + title: 'thenewstack.io: Architecture and Design Considerations for Platform Engineering + Teams' + year: N/A + stars: 0 + description: '' +https://dev.to/thenjdevopsguy/platform-engineering-on-kubernetes-part-4-internal-developer-platforms-1kmh: + title: 'dev.to/thenjdevopsguy: Platform Engineering On Kubernetes Part 4: Internal + Developer Platforms' + year: N/A + stars: 0 + description: '' +? https://medium.com/agorapulse-stories/platform-engineering-part-3-when-how-to-build-an-internal-developer-platform-cfb22efcca34 +: title: 'medium.com/agorapulse-stories: Platform Engineering, Part 3: WHEN & HOW + to Build an Internal Developer Platform' + year: N/A + stars: 0 + description: '' +https://dev.to/thenjdevopsguy/creating-your-platform-engineering-environment-4hpa: + title: 'dev.to/thenjdevopsguy: Create and Understand Your Platform Engineering Environment' + year: N/A + stars: 0 + description: '' +https://siliconangle.com/2023/04/20/rise-platform-engineering-kubernetes-era-kubecon: + title: 'siliconangle.com: The rise of platform engineering in the Kubernetes era' + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/platform-engineering-the-definitive-guide: + title: 'loft.sh: Platform Engineering: The Definitive Guide' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3694869/why-platform-engineering.html: + title: 'infoworld.com: Why platform engineering?' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/platform-engineering-and-internal-developer-platform-3deb: + title: 'dev.to: Platform Engineering and Internal Developer Platform (IDP)' + year: N/A + stars: 0 + description: '' +https://devops.com/whats-the-difference-between-devops-and-platform-engineering: + title: 'devops.com: What’s the Difference Between DevOps and Platform Engineering?' + year: N/A + stars: 0 + description: '' +https://dev.to/thenjdevopsguy/what-is-platform-engineering-and-what-is-it-not-2jb8: + title: '==dev.to/thenjdevopsguy: What Is Platform Engineering (And What Is It Not?)==' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-6-pillars-of-platform-engineering-part-1-security: + title: 'thenewstack.io: The 6 Pillars of Platform Engineering: Part 1 β€” Security' + year: N/A + stars: 0 + description: '' +https://humanitec.com/blog/how-to-design-your-repository-structures-to-nail-platform-engineering: + title: 'humanitec.com: How to design your repository structures to nail platform + engineering' + year: N/A + stars: 0 + description: '' +https://medium.com/@rphilogene/whats-an-internal-developer-platform-8f52fb367552: + title: 'medium.com/@rphilogene: What’s an Internal Developer Platform?' + year: N/A + stars: 0 + description: '' +https://medium.com/devoptimism/devops-platform-engineering-a-necessary-love-story-of-efficiency-783dff78fd81: + title: 'medium.com/devoptimism: DevOps+Platform Engineering: A Necessary Love Story + of Efficiency' + year: N/A + stars: 0 + description: '' +? https://medium.com/@rphilogene/platform-engineering-7-internal-developer-platform-vs-internal-developer-portal-05c33658891b +: title: 'medium.com/@rphilogene: Platform Engineering #7: Internal Developer Platform + vs. Internal Developer Portal' + year: N/A + stars: 0 + description: '' +https://www.muycomputerpro.com/2024/01/12/ingenieria-de-plataformas-de-devops-la-nueva-generacion-de-devops: + title: 'muycomputerpro.com: IngenierΓ­a de plataformas de DevOps: la nueva generaciΓ³n + de DevOps' + year: N/A + stars: 0 + description: '' +https://fernandovillalba.substack.com/p/devops-dont-destroy-silos-transform: + title: 'fernandovillalba.substack.com: DevOps: Don''t destroy silos, transform them' + year: N/A + stars: 0 + description: '' +https://humanitec.com/blog/escape-vmware-lock-in-with-a-modular-internal-developer-platform: + title: 'humanitec.com: Escape VMware lock-in with a modular Internal Developer Platform' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/platformengineering: + title: 'infoq.com: InfoQ platform engineering homepage' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/platform-runtime-engineering: + title: 'infoq.com: Platform as a Runtime - the Next Step in Platform Engineering' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/podcasts/platform-engineering-teams-10x-better: + title: 'infoq.com: Platform Engineering – Making Other Teams 10x Better' + year: N/A + stars: 0 + description: '' +https://www.syntasso.io/post/platform-engineering-orchestrating-applications-platforms-and-infrastructure: + title: 'syntasso.io: Platform Engineering: Orchestrating Applications, Platforms, + and Infrastructure' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/5-lessons-for-building-a-platform-as-a-product: + title: 'thenewstack.io: 5 Lessons For Building a Platform as a Product' + year: N/A + stars: 0 + description: '' +https://overcast.blog/15-cloud-native-devops-tools-you-should-know-36129057a15c: + title: 'overcast.blog: 15 Cloud-Native DevOps Tools You Should Know' + year: N/A + stars: 0 + description: '' +https://www.seal.io: + title: '==seal.io: Open Source Platform Engineering for Dev & Ops==' + year: N/A + stars: 0 + description: '' +https://humanitec.com/blog/why-every-internal-developer-platform-needs-a-backend: + title: 'humanitec.com: Why every Internal Developer Platform needs a backend' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2024/07/04/idp-on-openshift-with-red-hat-developer-hub: + title: 'piotrminkowski.com: IDP on OpenShift with Red Hat Developer Hub' + year: N/A + stars: 0 + description: '' +https://medium.com/spacelift/platform-engineering-vs-devops-ade389ce819e: + title: 'medium.com/spacelift: Platform Engineering vs. DevOps' + year: N/A + stars: 0 + description: '' +https://medium.com/@rphilogene/top-10-platform-engineering-tools-you-should-consider-in-2024-892e6e211b85: + title: '==medium.com/@rphilogene: Top 10 Platform Engineering Tools You Should Consider + in 2024==' + year: N/A + stars: 0 + description: '' +https://github.com/Qovery/Torii: + title: github.com/Qovery/Torii + year: N/A + stars: 0 + description: '' +https://github.com/backstage/backstage: + title: github.com/backstage/backstage + year: N/A + stars: 0 + description: '' +https://www.getport.io: + title: Port + year: N/A + stars: 0 + description: '' +https://www.cortex.io: + title: Cortex + year: N/A + stars: 0 + description: '' +https://www.atlassian.com/software/compass: + title: Atlassian Compass + year: N/A + stars: 0 + description: '' +https://github.com/KusionStack/kusion: + title: github.com/KusionStack/kusion + year: N/A + stars: 0 + description: '' +https://www.devopszone.info/post/devsecops-explained: + title: 'devopszone.info: DevSecOps Explained' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/dear-google-my-data-has-left-your-building-zakir-khan: + title: 'linkedin: Dear Google, my data has left your building!' + year: N/A + stars: 0 + description: '' +https://snyk.io/open-source-security-report: + title: 'snyk.io: The State of Open Source Security 2020' + year: N/A + stars: 0 + description: '' +https://www.neowin.net/news/exploring-the-lack-of-security-in-a-typical-docker-and-kubernets-installation: + title: Exploring the (lack of) security in a typical Docker and Kubernetes installation + year: N/A + stars: 0 + description: '' +https://kalilinuxtutorials.com/deploying-securing-kubernetes-clusters: + title: 'kalilinuxtutorials.com: Deploying & Securing Kubernetes Clusters' + year: N/A + stars: 0 + description: '' +https://loves.cloud/creation-of-a-fully-automated-devsecops-cicd-pipeline: + title: 'loves.cloud: Creating a fully automated DevSecOps CI/CD Pipeline' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/linux-security-usability: + title: 'redhat.com: Balancing Linux security with usability' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/culture-vulnerabilities-and-budget-why-devs-and-appsec-disagree: + title: 'thenewstack.io: Culture, Vulnerabilities and Budget: Why Devs and AppSec + Disagree' + year: N/A + stars: 0 + description: '' +https://blog.paloaltonetworks.com/2020/10/cloud-iam-misconfiguration-risks: + title: 'paloaltonetworks.com: Is Your Organization Protected Against IAM Misconfiguration + Risks?' + year: N/A + stars: 0 + description: '' +https://devops.com/how-to-successfully-integrate-security-and-devops: + title: 'devops.com: How to Successfully Integrate Security and DevOps' + year: N/A + stars: 0 + description: '' +https://www.helpnetsecurity.com/2020/12/14/how-devsecops-developers: + title: 'helpnetsecurity.com: How to make DevSecOps stick with developers' + year: N/A + stars: 0 + description: '' +https://blog.christophetd.fr/shifting-cloud-security-left-scanning-infrastructure-as-code-for-security-issues: + title: 'blog.christophetd.fr: Shifting Cloud Security Left β€” Scanning Infrastructure + as Code for Security Issues' + year: N/A + stars: 0 + description: '' +https://devclass.com/2021/01/13/sysdig-container-security-and-usage-report-2021: + title: 'devclass.com: Docker: It’s not dead yet, but there’s a tendency to walk + away, security report finds' + year: N/A + stars: 0 + description: '' +https://securityboulevard.com/2021/02/devops-vs-devsecops-heres-how-they-fit-together: + title: 'securityboulevard.com: DevOps vs. DevSecOps – Here’s How They Fit Together' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/2/devsecops: + title: 'opensource.com: How to adopt DevSecOps successfully' + year: N/A + stars: 0 + description: '' +https://devops.com/devsecops-trends-for-2021: + title: 'devops.com: DevSecOps Trends to Know For 2021' + year: N/A + stars: 0 + description: '' +https://devops.com/from-agile-to-devops-to-devsecops-the-next-evolution: + title: 'devops.com: From Agile to DevOps to DevSecOps: The Next Evolution' + year: N/A + stars: 0 + description: '' +https://permission.site: + title: permission.site + year: N/A + stars: 0 + description: '' +https://www.ais.com/leaping-into-devsecops-from-devops: + title: 'ais.com: Leaping into DevSecOps from DevOps' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2020/06/defense-department-devsecops: + title: 'infoq.com: The Defense Department''s Journey with DevSecOps' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/devops/building-end-to-end-aws-devsecops-ci-cd-pipeline-with-open-source-sca-sast-and-dast-tools +: title: 'amazon.com: Building end-to-end AWS DevSecOps CI/CD pipeline with open source + SCA, SAST and DAST tools' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/devops-secure-trends: + title: 'infoq.com: 9 Trends That Are Influencing the Adoption of Devops and Devsecops + in 2021' + year: N/A + stars: 0 + description: '' +https://www.addteq.com/blog/2021/03/the-real-difference-between-devops-and-devsecops: + title: 'addteq.com: The REAL Difference between DevOps and DevSecOps' + year: N/A + stars: 0 + description: '' +https://www.invensislearning.com/blog/devops-vs-devsecops: + title: 'invensislearning.com: Difference between DevOps and DevSecOps' + year: N/A + stars: 0 + description: '' +https://www.techerati.com/features-hub/opinions/devsecops-eight-tips-for-truly-securing-software: + title: 'techerati.com: DevSecOps: Eight tips for truly securing software' + year: N/A + stars: 0 + description: '' +https://devops.com/secdevops-is-the-solution-to-cybersecurity: + title: 'devops.com: SecDevOps is the Solution to Cybersecurity 🌟' + year: N/A + stars: 0 + description: '' +https://www.techrepublic.com/article/devops-is-getting-code-released-faster-than-ever-but-security-is-lagging-behind: + title: 'techrepublic.com: DevOps is getting code released faster than ever. But + security is lagging behind' + year: N/A + stars: 0 + description: '' +https://www.redeszone.net/noticias/seguridad/configurar-mal-nube-vulnerabilidades: + title: 'redeszone.net: No configurar bien la nube es culpable de la mayorΓ­a de vulnerabilidades' + year: N/A + stars: 0 + description: '' +https://www.cybersecuritydive.com/news/developer-security-gitlab-devsecops: + title: 'cybersecuritydive.com: Relationships between DevOps, security warm slowly' + year: N/A + stars: 0 + description: '' +https://www.bbvanexttechnologies.com/blogs/filosofia-devsecops-en-el-desarrollo-de-aplicaciones-sobre-azure: + title: 'bbvanexttechnologies.com: FilosofΓ­a DevSecOps en el desarrollo de aplicaciones + sobre Azure' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/continuous-delivery/automated-devsecops: + title: 'harness.io: Automated DevSecOps with StackHawk and Harness' + year: N/A + stars: 0 + description: '' +https://cloudify.co/blog/overcoming-devsecops-delivery-pipeline-challenges: + title: 'cloudify.co: Understanding DevSecOps And Its Challenges' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/editorial-calendar/cloud-native-security/the-what-and-why-of-cloud-native-security: + title: 'containerjournal.com: The What and Why of Cloud-Native Security' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/vulnerability-assessment: + title: 'sysdig.com: Top vulnerability assessment and management best practices' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/where-are-you-on-the-devsecops-maturity-curve: + title: 'thenewstack.io: Where Are You on the DevSecOps Maturity Curve?' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-top-5-secrets-management-mistakes-and-how-to-avoid-them: + title: 'thenewstack.io: The Top 5 Secrets Management Mistakes and How to Avoid Them' + year: N/A + stars: 0 + description: '' +https://www.arsouyes.org/en/blog/2021/2021-06-21_PKCS_pem_der_key_crt: + title: 'arsouyes.org: PKCS, pem, der, key, crt,...' + year: N/A + stars: 0 + description: '' +https://torq.io/blog/5-security-automation-examples-for-non-developers: + title: 'torq.io: 5 Security Automation Examples for Non-Developers' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/serverless-security: + title: 'infoq.com: Serverless Security: What''s Left to Protect?' + year: N/A + stars: 0 + description: '' +https://www.dqindia.com/secure-cicd-pipeline-tips-experts: + title: 'dqindia.com: Secure your CI/CD pipeline with these tips from experts' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-devsecops-skillsets-required-for-cloud-deployments: + title: 'thenewstack.io: The DevSecOps Skillsets Required for Cloud Deployments' + year: N/A + stars: 0 + description: '' +? https://devblogs.microsoft.com/engineering-at-microsoft/you-cant-have-security-for-devops-until-you-have-devops-for-security +: title: 'devblogs.microsoft.com: You can’t have security for DevOps until you have + DevOps for security' + year: N/A + stars: 0 + description: '' +https://goteleport.com/blog/hack-via-pull-request: + title: 'goteleport.com: Anatomy of a Cloud Infrastructure Attack via a Pull Request' + year: N/A + stars: 0 + description: '' +https://edidiongasikpo.com/how-to-give-developers-secure-access-to-kubernetes-clusters: + title: '==edidiongasikpo.com: How to Give Developers Secure Access to Kubernetes + Clusters== 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/cncf/tag-security: + title: 'cncf/tag-security: CNCF Security Technical Advisory Group 🌟' + year: N/A + stars: 0 + description: '' +https://enterprisersproject.com/article/2021/8/5-devsecops-open-source-projects-know: + title: 'enterprisersproject.com: 5 DevSecOps open source projects to know' + year: N/A + stars: 0 + description: '' +https://github.com/quay/clair: + title: Clair + year: N/A + stars: 0 + description: '' +https://www.sigstore.dev: + title: Sigstore + year: N/A + stars: 0 + description: '' +https://github.com/stackrox/kube-linter: + title: KubeLinter + year: N/A + stars: 0 + description: '' +? https://thomasthornton.cloud/2024/01/31/enforcing-kubernetes-best-practices-and-simplifying-kubernetes-configuration-validation-with-kube-linter-and-github-actions +: title: 'thomasthornton.cloud: Enforcing Kubernetes best practices and simplifying + Kubernetes Configuration Validation with Kube-Linter and GitHub Actions' + year: N/A + stars: 0 + description: '' +https://github.com/open-policy-agent/gatekeeper: + title: Open Policy Agent and Gatekeeper + year: N/A + stars: 0 + description: '' +https://falco.org: + title: Falco + year: N/A + stars: 0 + description: '' +https://thenewstack.io/10-steps-to-simplify-your-devsecops: + title: 'thenewstack.io: 10 Steps to Simplify Your DevSecOps' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/automation-first-mentality: + title: 'redhat.com: 5 ways for teams to create an automation-first mentality' + year: N/A + stars: 0 + description: '' +https://devops.com/transform-mobile-devops-into-mobile-devsecops: + title: 'devops.com: Transform Mobile DevOps into Mobile DevSecOps' + year: N/A + stars: 0 + description: '' +https://www.softwebsolutions.com/resources/devops-security-tools-benefits.html: + title: 'softwebsolutions.com: What is DevSecOps and why your business needs it' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/features/siloscape-the-dark-side-of-kubernetes: + title: 'containerjournal.com: Siloscape: The Dark Side of Kubernetes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/infrastructure-as-code-6-best-practices-for-securing-applications: + title: 'thenewstack.io: Infrastructure-as-Code: 6 Best Practices for Securing Applications + 🌟' + year: N/A + stars: 0 + description: '' +https://devops.com/securing-your-software-development-pipelines: + title: 'devops.com: Securing Your Software Development Pipelines' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-gitops-benefits-from-security-as-code: + title: 'thenewstack.io: How GitOps Benefits from Security-as-Code' + year: N/A + stars: 0 + description: '' +https://devops.com/tips-for-a-successful-devsecops-life-cycle: + title: 'devops.com: Tips for a Successful DevSecOps Life Cycle' + year: N/A + stars: 0 + description: '' +https://blog.aquasec.com/advanced-persistent-threat-techniques-container-attacks: + title: 'blog.aquasec.com: Advanced Persistent Threat Techniques Used in Container + Attacks' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/5-misconceptions-about-devsecops: + title: 'thenewstack.io: 5 Misconceptions About DevSecOps' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/why-cloud-native-systems-demand-a-zero-trust-approach: + title: 'thenewstack.io: Why Cloud Native Systems Demand a Zero Trust Approach' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/security-matters-vulnerability-scanning-done-right-1: + title: '==dzone: Security Matters: Vulnerability Scanning Done Right!== 🌟' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/architect/devsecops-enterprise-architecture: + title: '==redhat.com: Getting DevSecOps to production and beyond==' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/12/open-source-security: + title: 'opensource.com: 5 open source security resources from 2021' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/topics/security/devsecops/approach: + title: '==redhat.com: Red Hat''s approach to DevSecOps==' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/open-source-democratized-software-now-lets-democratize-security: + title: 'thenewstack.io: Open Source Democratized Software. Now Let’s Democratize + Security' + year: N/A + stars: 0 + description: '' +https://goteleport.com/blog/devsecops-passwordless: + title: '==goteleport.com: Why DevSecOps is Going Passwordless==' + year: N/A + stars: 0 + description: '' +https://infosecwriteups.com/how-i-discovered-thousands-of-open-databases-on-aws-764729aa7f32: + title: '==infosecwriteups.com: How I Discovered Thousands of Open Databases on AWS==' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/want-real-cybersecurity-progress-redefine-the-security-team: + title: 'thenewstack.io: Want Real Cybersecurity Progress? Redefine the Security + Team' + year: N/A + stars: 0 + description: '' +https://devops.com/why-traditional-approaches-to-api-security-dont-work: + title: 'devops.com: Taking a DevSecOps Approach to API Security' + year: N/A + stars: 0 + description: '' +https://devops.com/continuous-security-the-next-evolution-of-ci-cd: + title: 'devops.com: Continuous Security: The Next Evolution of CI/CD' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2022/02/17/fantastic-infrastructure-as-code-security-attacks-and-how-to-find-them: + title: '==about.gitlab.com: Fantastic Infrastructure as Code security attacks and + how to find them==' + year: N/A + stars: 0 + description: '' +https://devops.com/how-to-seamlessly-transition-to-devsecops: + title: 'devops.com: How to Seamlessly Transition to DevSecOps' + year: N/A + stars: 0 + description: '' +https://bridgecrew.io/blog/kubernetes-devsecops-principles: + title: '==bridgecrew.io: 6 key Kubernetes DevSecOps principles: People, processes, + technology==' + year: N/A + stars: 0 + description: '' +https://research.nccgroup.com/2022/01/13/10-real-world-stories-of-how-weve-compromised-ci-cd-pipelines: + title: '==research.nccgroup.com: 10 real-world stories of how we’ve compromised + CI/CD pipelines==' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/secops-in-a-post-covid-world-3-security-trends-to-watch: + title: 'thenewstack.io: SecOps in a Post-COVID World: 3 Security Trends to Watch' + year: N/A + stars: 0 + description: '' +https://medium.com/microservices-learning/how-to-implement-security-for-microservices-89b140d3e555: + title: '==medium.com/microservices-learning: How to implement security for microservices==' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/concepts/security/overview: + title: '==kubernetes.io: Overview of Cloud Native Security==' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/triaging-malicious-docker-container: + title: 'sysdig.com: Triaging a Malicious Docker Container' + year: N/A + stars: 0 + description: '' +https://blog.sonatype.com/python-packages-upload-your-aws-keys-env-vars-secrets-to-web: + title: 'blog.sonatype.com: Python Packages Upload Your AWS Keys, env vars, Secrets + to the Web' + year: N/A + stars: 0 + description: '' +https://medium.com/@anshuman2121/devsecops-implement-security-on-cicd-pipeline-19eb7aa22626: + title: 'medium.com/@anshuman2121: DevSecOps: Implement security on CICD Pipeline' + year: N/A + stars: 0 + description: '' +https://medium.com/@jonathan_37674/what-have-we-learned-from-scanning-over-10k-kubernetes-clusters-b0ac6b250427: + title: 'medium.com/@jonathan_37674: What have we learned from scanning over 10K + Kubernetes Clusters? 🌟' + year: N/A + stars: 0 + description: '' +https://www.bleepingcomputer.com/news/security/over-900-000-kubernetes-instances-found-exposed-online: + title: 'bleepingcomputer.com: Over 900,000 Kubernetes instances found exposed online' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/gitops-iac-security-source: + title: 'sysdig.com: How to apply security at the source using GitOps | Eduardo MΓ­nguez + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/technology-hits/incomplete-guide-for-securing-containerized-environment-78b57fc3238: + title: '==medium.com/technology-hits: Incomplete Guide for Securing Containerized + Environment== 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@jonathan_37674/how-to-keep-your-ci-cd-pipelines-secure-armo-8e962bc51fb6: + title: 'medium.com/@jonathan_37674: How to Keep your CI/CD Pipelines Secure? | ARMO' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/whats-the-difference-between-authentication-and-authorisation: + title: 'freecodecamp.org: Authentication vs Authorization – What''s the Difference?' + year: N/A + stars: 0 + description: '' +https://betanews.com/2022/10/22/cloud-security-is-complex-but-most-vulnerabilities-fall-into-three-key-categories: + title: '==betanews.com: Cloud security is complex -- but most vulnerabilities fall + into three key categories==' + year: N/A + stars: 0 + description: '' +https://medium.com/@pbijjala/container-security-an-eco-system-183dbffdf2d8: + title: '==medium.com/@pbijjala: Container security, an eco system view==' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/features/kubernetes-security-in-your-ci-cd-pipeline: + title: 'containerjournal.com: Kubernetes Security in Your CI/CD Pipeline' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/cloud-apps-secure-by-design: + title: 'acloudguru.com: Cloud security risks: Why you should make apps Secure by + Design' + year: N/A + stars: 0 + description: '' +https://medium.com/google-cloud/shifting-even-further-left-on-kubernetes-resource-compliance-8f96fb8c72eb: + title: 'medium.com/google-cloud: Shifting (even further) Left on Kubernetes Resource + Compliance' + year: N/A + stars: 0 + description: '' +https://hmaslowski.com/home/f/macos-security-hardening-with-microsoft-intune: + title: 'hmaslowski.com: macOS Security hardening with Microsoft Intune' + year: N/A + stars: 0 + description: '' +https://www.kubewarden.io/blog/2022/10/env-var-secrets: + title: 'kubewarden.io: Scanning secrets in environment variables' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/how-to-manage-vulnerabilities-in-modern-cloud-nati: + title: 'dzone.com: How To Manage Vulnerabilities in Modern Cloud-Native Applications' + year: N/A + stars: 0 + description: '' +https://auth0.com/blog/webauthn-and-passkeys-for-java-developers: + title: 'auth0.com: A Passwordless Future! Passkeys for Java Developers' + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/prevent-secret-leaks-in-repositories: + title: 'infracloud.io: How to Prevent Secret Leaks in Your Repositories' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/end-to-end-devsecops-kubernetes-project-4259f90722ef: + title: 'blog.devops.dev: End-to-End DevSecOps Kubernetes Project' + year: N/A + stars: 0 + description: '' +? https://blog.stackademic.com/advanced-end-to-end-devsecops-kubernetes-three-tier-project-using-aws-eks-argocd-prometheus-fbbfdb956d1a +: title: 'blog.stackademic.com: Advanced End-to-End DevSecOps Kubernetes Three-Tier + Project using AWS EKS, ArgoCD, Prometheus, Grafana, and Jenkins' + year: N/A + stars: 0 + description: '' +https://www.armosec.io/blog/kubernetes-security-frameworks-and-guidance: + title: '==armosec.io: Kubernetes Security Compliance Frameworks== 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/what-is-zero-trust-security: + title: 'dzone.com: What Is Zero Trust Security? 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/secured-access-to-kubernetes-from-anywhere-with-zero-trust: + title: 'thenewstack.io: Secured Access to Kubernetes from Anywhere with Zero Trust + | Tenry Fu 🌟' + year: N/A + stars: 0 + description: '' +https://securityboulevard.com/2022/10/implementing-zero-trust-security-with-service-mesh-and-kubernetes: + title: 'securityboulevard.com: Implementing Zero-Trust Security With Service Mesh + and Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2022/11/04/seven-zero-trust-rules-for-kubernetes: + title: 'cncf.io: Seven zero trust rules for Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.rtinsights.com/implementing-zero-trust-for-kubernetes: + title: 'rtinsights.com: Implementing Zero Trust for Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.cisecurity.org/insights/blog/where-does-zero-trust-begin-and-why-is-it-important: + title: 'cisecurity.org: Where Does Zero Trust Begin and Why is it Important?' + year: N/A + stars: 0 + description: '' +https://devops.com/devops-security-your-complete-checklist: + title: 'devops.com: DevOps Security: Your Complete Checklist' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-do-authentication-and-authorization-differ: + title: 'thenewstack.io: How Do Authentication and Authorization Differ?' + year: N/A + stars: 0 + description: '' +https://www.osohq.com/post/microservices-authorization-patterns: + title: '==osohq.com: Patterns for Authorization in Microservices==' + year: N/A + stars: 0 + description: '' +https://medium.com/getindata-blog/oauth2-based-authentication-on-istio-powered-kubernetes-clusters-2bd0999b7332: + title: 'medium.com/getindata-blog: OAuth2-based authentication on Istio-powered + Kubernetes clusters 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/oauth2-proxy/oauth2-proxy: + title: '==oauth2-proxy/oauth2-proxy: OAuth2 Proxy== 🌟' + year: N/A + stars: 0 + description: '' +https://manfredmlange.medium.com/containerized-keycloak-in-development-2f9d079ec4a3: + title: 'manfredmlange.medium.com: Containerized Keycloak in Development' + year: N/A + stars: 0 + description: '' +https://dev.to/fidalmathew/session-based-vs-token-based-authentication-which-is-better-227o: + title: 'dev.to/fidalmathew: Session-Based vs. Token-Based Authentication: Which + is better?' + year: N/A + stars: 0 + description: '' +https://dev.to/irakan/is-jwt-really-a-good-fit-for-authentication-1khm: + title: 'dev.to/irakan: Is JWT really a good fit for authentication?' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/devops-pipeline-quality-gates-a-double-edged-sword: + title: 'dzone: DevOps Pipeline Quality Gates: A Double-Edged Sword' + year: N/A + stars: 0 + description: '' +https://medium.com/capital-one-tech/focusing-on-the-devops-pipeline-topo-pal-833d15edf0bd: + title: 'medium: Focusing on the DevOps Pipeline 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/hygieia/Hygieia: + title: github.com/hygieia/Hygieia 🌟 + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2020/06/16/identifying-kubernetes-config-security-threats-pods-running-as-root: + title: 'cncf.io: Identifying Kubernetes Config Security Threats: Pods Running as + Root' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-kubernetes-vulnerabilities-have-shifted-since-the-first-api-attacks: + title: 'thenewstack.io: How Kubernetes vulnerabilities have shifted since the first + attacks' + year: N/A + stars: 0 + description: '' +https://www.mirantis.com/blog/introduction-to-istio-ingress-the-easy-way-to-manage-incoming-kubernetes-app-traffic: + title: 'mirantis.com: Introduction to Istio Ingress: The easy way to manage incoming + Kubernetes app traffic' + year: N/A + stars: 0 + description: '' +https://www.armosec.io/blog/kubernetes-ingress-security: + title: '==armosec.io: How to secure Kubernetes Ingress?==' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/stackrox-kubelinter-brings-security-linting-to-kubernetes: + title: 'thenewstack.io: StackRox KubeLinter Brings Security Linting to Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/yannh/kubeconform: + title: github.com/yannh/kubeconform 🌟 + year: N/A + stars: 0 + description: '' +https://thenewstack.io/security-insights-into-infrastructure-as-code: + title: 'thenewstack.io: Security Insights into Infrastructure-as-Code' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/why-you-should-be-using-multi-category-security-your-linux-containers: + title: Why you should be using Multi-Category Security (MCS) for your Linux containers + year: N/A + stars: 0 + description: '' +https://www.projectcalico.org: + title: Project Calico + year: N/A + stars: 0 + description: '' +https://thenewstack.io/project-calico-kubernetes-security-as-saas: + title: 'thenewstack.io: Project Calico: Kubernetes Security as SaaS' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/intro-runtime-security-falco: + title: '==sysdig.com: Getting started with runtime security and Falco==' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/kubernetes-security-with-falco-2eb060d3ae7d: + title: 'betterprogramming.pub: Kubernetes Security With Falco' + year: N/A + stars: 0 + description: '' +https://developer.okta.com/blog/2020/03/23/microservice-security-patterns: + title: Security Patterns for Microservice Architectures + year: N/A + stars: 0 + description: '' +https://anchore.com: + title: Anchore + year: N/A + stars: 0 + description: '' +https://thenewstack.io/anchore-scan-your-container-images-for-vulnerabilities-from-the-command-line: + title: 'thenewstack.io: Anchore: Scan Your Container Images for Vulnerabilities + from the Command Line' + year: N/A + stars: 0 + description: '' +https://www.twistlock.com: + title: Twistlock + year: N/A + stars: 0 + description: '' +https://www.threatstack.com: + title: Threat Stack + year: N/A + stars: 0 + description: '' +? https://vashishtsumit89.medium.com/security-pen-testing-a-guide-to-run-owasp-zap-headless-in-containers-for-ci-cd-pipeline-ddb580dae3c8 +: title: 'vashishtsumit89.medium.com: Security/Pen Testing: A guide to run OWASP Zap + headless in containers for CI/CD pipeline' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/architecture/owasp-top-ten-mitigation: + title: 'cloud.google.com: OWASP Top 10 mitigation options on Google Cloud 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-latest-owasp-top-10-looks-a-lot-like-the-old-owasp: + title: 'thenewstack.io: Latest OWASP Top 10 Surfaces Web Development Security Bugs' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/owasp-top-10-a-guide-to-the-worst-software-vulnerabilities: + title: 'thenewstack.io: OWASP Top 10: A Guide to the Worst Software Vulnerabilities' + year: N/A + stars: 0 + description: '' +https://owasp.org/www-project-api-security: + title: '==owasp.org: OWASP API Security Project== 🌟' + year: N/A + stars: 0 + description: '' +https://www.traceable.ai/blog-post/use-the-owasp-api-top-10-to-secure-your-apis: + title: 'traceable.ai: Use the OWASP API Top 10 To Secure Your APIs' + year: N/A + stars: 0 + description: '' +https://www.cequence.ai/blog/owasp-api-security-top-10-from-a-real-world-perspective: + title: 'cequence.ai: The OWASP API Security Top 10 From a Real-World Perspective' + year: N/A + stars: 0 + description: '' +https://securityonline.info/vampi-vulnerable-rest-api-with-owasp-top-10-vulnerabilities: + title: 'securityonline.info: VAmPI: Vulnerable REST API with OWASP top 10 vulnerabilities' + year: N/A + stars: 0 + description: '' +https://github.com/OWASP/www-project-kubernetes-top-ten: + title: '==github.com/OWASP: OWASP Kubernetes Top 10== 🌟' + year: N/A + stars: 0 + description: '' +https://www.securecoding.com/blog/code-audit-how-to-ensure-compliance-for-an-application: + title: '==securecoding.com: Code Audit: How to Ensure Compliance for an Application==' + year: N/A + stars: 0 + description: '' +https://www.stackrox.com: + title: stackrox.com + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/about/press-releases/red-hat-acquire-kubernetes-native-security-leader-stackrox: + title: 'redhat.com: Red Hat to Acquire Kubernetes-Native Security Leader StackRox' + year: N/A + stars: 0 + description: '' +https://github.com/aquasecurity/trivy: + title: trivy + year: N/A + stars: 0 + description: '' +https://blog.aquasec.com/docker-official-images: + title: 'blog.aquasec.com: A Security Review of Docker Official Images: Which Do + You Trust? (with trivy)' + year: N/A + stars: 0 + description: '' +https://dev.to/pwd9000/terraform-iac-scanning-with-trivy-3cai: + title: 'dev.to: Terraform IaC Scanning with Trivy' + year: N/A + stars: 0 + description: '' +https://www.returngis.net/2021/09/buscar-vulnerabilidades-en-imagenes-de-docker-con-snyk: + title: 'returngis.net: Buscar vulnerabilidades en imΓ‘genes de Docker con Snyk' + year: N/A + stars: 0 + description: '' +https://iximiuz.com/en/posts/thick-container-vulnerabilities: + title: 'iximiuz.com: The need for slimmer containers. Scanning official Python images + with Snyk' + year: N/A + stars: 0 + description: '' +? https://gkovan.medium.com/a-zero-trust-approach-for-securing-the-supply-chain-of-microservices-packaged-as-container-images-89d2f5b7293b +: title: 'gkovan.medium.com: A Zero Trust Approach for Securing the Supply Chain of + Microservices Packaged as Container Images (sigstore, kyverno, openshift tekton, + quarkus) 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/find-vulnerabilities-in-container-images-with-docker-scan: + title: 'thenewstack.io: Find Vulnerabilities in Container Images with Docker Scan' + year: N/A + stars: 0 + description: '' +https://medium.com/@nanditasahu031/devsecops-implementing-secure-ci-cd-pipelines-9653726b4916: + title: 'medium.com/@nanditasahu031: DevSecOps β€” Implementing Secure CI/CD Pipelines + 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/deepfence/YaraHunter: + title: deepfence/YaraHunter + year: N/A + stars: 0 + description: '' +https://anchore.com/kubernetes: + title: Securing Kubernetes With Anchore + year: N/A + stars: 0 + description: '' +https://anchore.com/cicd: + title: 'Anchore: Secure Container Based CI/CD Workflows' + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/anchore-container-scanner: + title: 'Jenkins Plugin: Anchore Container Image Scanner' + year: N/A + stars: 0 + description: '' +https://github.com/notaryproject/notary: + title: Notary + year: N/A + stars: 0 + description: '' +https://github.com/sigstore/cosign: + title: 'Cosign: Container Signing' + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/enforcing-image-trust-docker-containers-notary: + title: 'infracloud.io: Enforcing Image Trust on Docker Containers using Notary' + year: N/A + stars: 0 + description: '' +https://medium.com/sse-blog/verify-container-image-signatures-in-kubernetes-using-notary-or-cosign-or-both-c25d9e79ec45: + title: 'medium: Verify Container Image Signatures in Kubernetes using Notary or + Cosign or both' + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/secure-containers-cosign-distroless-images: + title: 'infracloud.io: How to Secure Containers with Cosign and Distroless Images' + year: N/A + stars: 0 + description: '' +https://github.blog/2021-12-06-safeguard-container-signing-capability-actions: + title: '==github.blog: Safeguard your containers with new container signing capability + in GitHub Actions (cosign)==' + year: N/A + stars: 0 + description: '' +https://github.com/chrisns/cosign-keyless-demo: + title: 'chrisns/cosign-keyless-demo: Cosign Keyless GitHub Action Demo' + year: N/A + stars: 0 + description: '' +https://blog.chainguard.dev/cosign-verify-ecs: + title: 'blog.chainguard.dev: How To Verify Cosigned Container Images In Amazon ECS' + year: N/A + stars: 0 + description: '' +https://www.justinpolidori.it/posts/20220116_sign_images_with_cosign_and_verify_with_gatekeeper: + title: 'justinpolidori.it: Secure Your Docker Images With Cosign (and OPA Gatekeeper)' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/secure-kubernetes-deployment-signature-verification: + title: 'sysdig.com: How to secure Kubernetes deployment with signature verification' + year: N/A + stars: 0 + description: '' +https://medium.com/@slimm609/secure-image-signing-with-cosign-and-aws-kms-82bc25d7fdae: + title: 'medium.com/@slimm609: Secure image signing with Cosign and AWS KMS' + year: N/A + stars: 0 + description: '' +https://itnext.io/securing-kubernetes-workloads-a-practical-approach-to-signed-and-encrypted-container-images-ff6e98b65bcd: + title: 'itnext.io: Securing Kubernetes Workloads: A Practical Approach to Signed + and Encrypted Container Images' + year: N/A + stars: 0 + description: '' +https://blog.gitguardian.com/github-security: + title: 'GitHub security: what does it take to protect your company from credentials + leaking on GitHub? 🌟' + year: N/A + stars: 0 + description: '' +https://security.stackexchange.com/questions/58167/databases-in-dmz-and-intranet: + title: Databases in DMZ and Intranet + year: N/A + stars: 0 + description: '' +https://medium.com/@tanmay.avinash.deshpande/the-easiest-way-to-remove-checked-in-credentials-from-a-git-repo-704a373b94e3: + title: 'medium: The Easiest Way To Remove Checked In Credentials From A Git Repo' + year: N/A + stars: 0 + description: '' +https://www.forbes.com/sites/chenxiwang/2020/06/17/devops-drives-pentesting-delivered-as-a-service: + title: 'forbes.com: DevOps Drives Pentesting Delivered As A Service' + year: N/A + stars: 0 + description: '' +https://patchthenet.medium.com/introduction-to-sql-injection-sql-injection-for-beginners-579c00431d40: + title: 'patchthenet.medium.com: Introduction to SQL Injection' + year: N/A + stars: 0 + description: '' +https://www.keycloak.org: + title: keycloak.org + year: N/A + stars: 0 + description: '' +https://fdk.codes/securing-kubernetes-apps-with-keycloak-and-gatekeeper: + title: Securing Kubernetes Apps with Keycloak and Gatekeeper + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/08/03/authorizing-multi-language-microservices-with-louketo-proxy: + title: Authorizing multi-language microservices with Louketo Proxy + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/08/07/a-deep-dive-into-keycloak: + title: 'developers.redhat.com: A deep dive into Keycloak' + year: N/A + stars: 0 + description: '' +https://blog.getambassador.io/centralized-authentication-with-keycloak-and-ambassador-edge-stack-d509ffbc7b6f: + title: 'blog.getambassador.io: Step-by-Step Centralized Authentication for Kubernetes + with Keycloak and the Ambassador Edge Stack' + year: N/A + stars: 0 + description: '' +https://blog.sighup.io/keycloak-ha-on-kubernetes: + title: 'blog.sighup.io: How to run Keycloak in HA on Kubernetes' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/11/24/authentication-and-authorization-using-the-keycloak-rest-api: + title: 'developers.redhat.com: Authentication and authorization using the Keycloak + REST API' + year: N/A + stars: 0 + description: '' +https://faun.pub/integrate-keycloak-with-hashicorp-vault-5264a873dd2f: + title: 'faun.pub: Integrate Keycloak with HashiCorp Vault' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/geographically-distributed-stateful-workloads-part-3-keycloak: + title: 'openshift.com: Geographically Distributed Stateful Workloads - Part 3: Keycloak' + year: N/A + stars: 0 + description: '' +https://blog.flant.com/ha-keycloak-infinispan-kubernetes: + title: 'blog.flant.com: Running fault-tolerant Keycloak with Infinispan in Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.baeldung.com/spring-boot-keycloak: + title: 'baeldung.com: A Quick Guide to Using Keycloak with Spring Boot' + year: N/A + stars: 0 + description: '' +https://medium.com/@charled.breteche/securing-grafana-with-keycloak-sso-d01fec05d984: + title: '==medium.com/@charled.breteche: Securing Grafana with Keycloak SSO==' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/keycloak-with-nginx-ingress-6fo: + title: 'dev.to: KeyCloak with Nginx Ingress' + year: N/A + stars: 0 + description: '' +https://medium.com/@amirhosseineidy/kubernetes-authentication-with-keycloak-oidc-63571eaeed61: + title: 'medium.com/@amirhosseineidy: Kubernetes authentication with keycloak oidc' + year: N/A + stars: 0 + description: '' +https://medium.com/@martin.hodges/how-to-install-keycloak-iam-on-your-kubernetes-cluster-backed-by-postgres-1228eae4faeb: + title: 'medium.com/@martin.hodges: How to install Keycloak IAM on your Kubernetes + cluster, backed by Postgres' + year: N/A + stars: 0 + description: '' +https://github.com/microsoft/Git-Credential-Manager-Core: + title: Git Credential Manager Core + year: N/A + stars: 0 + description: '' +https://github.blog/2020-07-02-git-credential-manager-core-building-a-universal-authentication-experience: + title: 'Git Credential Manager Core: Building a universal authentication experience' + year: N/A + stars: 0 + description: '' +https://blog.gitguardian.com/secrets-credentials-api-git: + title: 'blog.gitguardian.com: Secrets in source code (episode 2/3). Why secrets + in git are such a problem' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/devops/secrets-management-ci-cd: + title: 'harness.io: Managing Secrets in CI/CD Pipelines 🌟' + year: N/A + stars: 0 + description: '' +https://smallstep.com/blog/command-line-secrets: + title: 'smallstep.com: How to Handle Secrets on the Command Line 🌟' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/secret-manager/docs/analyze-resources: + title: 'cloud.google.com: Analyze secrets with Cloud Asset Inventory' + year: N/A + stars: 0 + description: '' +https://github.com/mozilla/sops: + title: 'sops: Simple and flexible tool for managing secrets 🌟' + year: N/A + stars: 0 + description: '' +https://jenkins-x.io/v3/admin/setup/secrets: + title: 'jenkins-x.io: Setting up the secrets for your installation' + year: N/A + stars: 0 + description: '' +https://www.fpcomplete.com/blog/announcing-amber-ci-secret-tool: + title: 'fpcomplete.com: Announcing Amber, encrypted secrets management' + year: N/A + stars: 0 + description: '' +https://jfrog.com/blog/how-to-protect-your-secrets-with-spectral-and-jfrog-pipelines: + title: 'jfrog.com: How to protect your secrets with Spectral and JFrog Pipelines' + year: N/A + stars: 0 + description: '' +https://pkg.go.dev/github.com/keilerkonzept/aws-secretsmanager-files: + title: github.com/keilerkonzept/aws-secretsmanager-files + year: N/A + stars: 0 + description: '' +https://medium.com/containers-101/how-to-handle-secrets-like-a-pro-using-gitops-f3b812536434: + title: 'medium: How to Handle Secrets Like a Pro Using Gitops' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=6UF-QxiRGms&ab_channel=Kubevious: + title: 'youtube: Which of your Kubernetes Apps are accessing Secrets? 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/jenkins-x/gsm-controller: + title: jenkins-x/gsm-controller + year: N/A + stars: 0 + description: '' +https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp: + title: 'GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp: Google Secret + Manager Provider for Secret Store CSI Driver' + year: N/A + stars: 0 + description: '' +https://devops.com/devops-teams-struggling-to-keep-secrets: + title: 'devops.com: DevOps Teams Struggling to Keep Secrets' + year: N/A + stars: 0 + description: '' +https://www.thorsten-hans.com/encrypt-your-kubernetes-secrets-with-mozilla-sops: + title: '==thorsten-hans.com: Encrypt your Kubernetes Secrets with Mozilla SOPS==' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2022/02/02/protect-secrets-git-cleansmudge-filter: + title: 'developers.redhat.com: Protect secrets in Git with the clean/smudge filter' + year: N/A + stars: 0 + description: '' +https://github.com/kubeopsskills/cloud-secret-resolvers: + title: 'kubeopsskills/cloud-secret-resolvers: Cloud Secret Resolvers (CSR)' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/managing-secrets-in-your-devops-pipeline: + title: 'thenewstack.io: Managing Secrets in Your DevOps Pipeline' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-secrets-management-3-approaches-9-best-practices: + title: '==thenewstack.io: Kubernetes Secrets Management: 3 Approaches, 9 Best Practices==' + year: N/A + stars: 0 + description: '' +? https://siddhivinayak-sk.medium.com/kubeseal-sealedsecret-make-your-secrets-secure-in-scm-by-using-sealed-secret-4631bcb39bf8 +: title: 'siddhivinayak-sk.medium.com: Kubeseal & SealedSecret: Make your β€˜secrets’ + secure in SCM by using β€˜sealed secret’' + year: N/A + stars: 0 + description: '' +https://github.com/commjoen/wrongsecrets: + title: '==commjoen/wrongsecrets: OWASP WrongSecrets==' + year: N/A + stars: 0 + description: '' +https://medium.com/avmconsulting-blog/aws-secret-manager-protect-sensitive-information-and-functionality-f520e15293f4: + title: 'medium: AWS Secret Manager: Protect sensitive information and functionality + 🌟' + year: N/A + stars: 0 + description: '' +https://blog.opstree.com/2021/11/16/aws-secret-manager: + title: 'blog.opstree.com: AWS Secret Manager' + year: N/A + stars: 0 + description: '' +https://github.com/aws/secrets-store-csi-driver-provider-aws: + title: 'aws/secrets-store-csi-driver-provider-aws: AWS Secrets Manager and Config + Provider for Secret Store CSI Driver' + year: N/A + stars: 0 + description: '' +? https://medium.com/@ishana98dadhich/integrating-aws-secret-manager-with-eks-and-use-secrets-inside-the-pods-part-1-1938b0c3c2fb +: title: 'medium.com/@ishana98dadhich: Integrating AWS Secret Manager with EKS and + use Secrets inside the Pods: Part-1' + year: N/A + stars: 0 + description: '' +https://www.unixarena.com/2022/04/terraform-source-credentials-from-aws-secret-manager.html: + title: '==unixarena.com: Terraform – Source credentials from AWS secret Manager==' + year: N/A + stars: 0 + description: '' +https://github.com/pyca/bcrypt: + title: pyca/bcrypt + year: N/A + stars: 0 + description: '' +https://argon2-cffi.readthedocs.io: + title: argon2-cffi + year: N/A + stars: 0 + description: '' +https://docs.python.org/3/library/hashlib.html: + title: 'docs.python.org: scrypt (standard library)' + year: N/A + stars: 0 + description: '' +https://cryptography.io/en/latest/hazmat/primitives/key-derivation-functions: + title: 'cryptography.io: scrypt (cryptography)' + year: N/A + stars: 0 + description: '' +https://git-secret.io: + title: git-secret.io + year: N/A + stars: 0 + description: '' +https://github.com/wincent/git-cipher: + title: git-cipher + year: N/A + stars: 0 + description: '' +https://github.com/hashicorp/vault: + title: hashicorp/vault + year: N/A + stars: 0 + description: '' +https://github.com/hashicorp/vault-csi-provider: + title: 'hashicorp/vault-csi-provider: HashiCorp Vault Provider for Secrets Store + CSI Driver' + year: N/A + stars: 0 + description: '' +https://www.vaultproject.io: + title: vaultproject.io + year: N/A + stars: 0 + description: '' +https://medium.com/hashicorp-engineering/coding-for-secrets-reliability-with-hashicorp-vault-2090dd8667e: + title: 'medium: Coding for Secrets Reliability with HashiCorp Vault' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/resources/vault-and-kubernetes-better-together: + title: 'hashicorp.com: Vault & Kubernetes: Better Together' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/learn-vault-1-5: + title: 'Vault Learning Resources: Vault 1.5 features and more' + year: N/A + stars: 0 + description: '' +? https://medium.com/hashicorp-engineering/securing-k8s-ingress-traffic-with-hashicorp-vault-pkiaas-and-jetstack-cert-manager-cb46195742ca +: title: 'medium: Securing K8s Ingress Traffic with HashiCorp Vault PKIaaS and JetStack + Cert-Manager' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/vault-github-action: + title: 'hashicorp.com: Automate Secret Injection into CI/CD Workflows with the GitHub + Action for Vault' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/aws-lambda-extensions-for-hashicorp-vault: + title: 'hashicorp.com: Use AWS Lambda Extensions to Securely Retrieve Secrets From + HashiCorp Vault' + year: N/A + stars: 0 + description: '' +https://github.com/kelseyhightower/serverless-vault-with-cloud-run: + title: 'github.com/kelseyhightower: Serverless Vault with Cloud Run' + year: N/A + stars: 0 + description: '' +https://www.confluent.io/blog/manage-secrets-with-kubernetes-and-hashicorp-vault: + title: 'confluent.io: How to Manage Secrets for Confluent with Kubernetes and HashiCorp + Vault' + year: N/A + stars: 0 + description: '' +https://digitalvarys.com/simple-introduction-to-hashicorp-vault: + title: 'digitalvarys.com: Simple Introduction to HashiCorp Vault' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/vault-on-the-hashicorp-cloud-platform-ga: + title: 'hashicorp.com: HCP Vault is now generally available on AWS 🌟' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/resources/serverless-secrets-vault: + title: 'hashicorp.com: Serverless Secrets with HashiCorp Vault' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/hashicorps-releases-hcp-vault-to-combat-secrets-management-fatigue: + title: 'thenewstack.io: HashiCorp Releases HCP Vault to Combat β€˜Secrets Management’ + Fatigue' + year: N/A + stars: 0 + description: '' +https://www.datadoghq.com/blog/monitor-vault-metrics-and-logs: + title: 'datadoghq.com: Monitor HashiCorp Vault metrics and logs' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/reasons-to-implement-hashicorp-vault-and-other-zero-trust-tools: + title: 'thenewstack.io: Reasons to Implement HashiCorp Vault and Other Zero Trust + Tools' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/retrieve-hashicorp-vault-secrets-with-kubernetes-csi: + title: 'hashicorp.com: Retrieve HashiCorp Vault Secrets with Kubernetes CSI' + year: N/A + stars: 0 + description: '' +https://testdriven.io/blog/running-vault-and-consul-on-kubernetes: + title: 'testdriven.io: Running Vault and Consul on Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/onboarding-applications-to-vault-using-terraform-a-practical-guide: + title: 'hashicorp.com: Onboarding Applications to Vault Using Terraform: A Practical + Guide 🌟' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/managing-ssh-access-at-scale-with-hashicorp-vault: + title: 'hashicorp.com: Managing SSH Access at Scale with HashiCorp Vault' + year: N/A + stars: 0 + description: '' +https://devopscube.com/vault-in-kubernetes: + title: 'devopscube.com: How to Setup Vault in Kubernetes- Beginners Tutorial 🌟' + year: N/A + stars: 0 + description: '' +https://devopscube.com/vault-agent-injector-tutorial: + title: 'devopscube.com: Vault Agent Injector Tutorial: Inject Secrets to Pods Using + Vault Agent' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/vault-1-8: + title: 'hashicorp.com: Announcing HashiCorp Vault 1.8' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/a-kubernetes-user-s-guide-to-hashicorp-nomad-secret-management: + title: 'hashicorp.com: A Kubernetes User''s Guide to HashiCorp Nomad Secret Management' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/hashicorp-vault-use-cases-and-best-practices-on-azure: + title: 'hashicorp.com: HashiCorp Vault Use Cases and Best Practices on Azure' + year: N/A + stars: 0 + description: '' +https://marcofranssen.nl/install-hashicorp-vault-on-kubernetes-using-helm-part-1: + title: '==medium: Install Hashicorp Vault on Kubernetes using Helm - Part 1== | + Marco Franssen' + year: N/A + stars: 0 + description: '' +https://medium.com/@marco.franssen/install-hashicorp-vault-on-kubernetes-using-helm-part-2-d612cf6c0c91: + title: '==medium: Install Hashicorp Vault on Kubernetes using Helm β€” Part 2== | + Marco Franssen' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2021/12/30/vault-on-kubernetes-with-spring-cloud: + title: 'piotrminkowski.com: Vault on Kubernetes with Spring Cloud' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/integrating-azure-ad-identity-hashicorp-vault-part-1-application-auth-oidc: + title: 'hashicorp.com: Integrating Azure AD Identity with HashiCorp Vault β€” Part + 1: Azure Application Auth via OIDC' + year: N/A + stars: 0 + description: '' +https://medium.com/@pratyush.mathur/secrets-management-using-vault-in-k8s-272462c37fd8: + title: '==medium.com/@pratyush.mathur: Secrets Management Using Vault in K8S==' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/kubernetes-vault-integration-via-sidecar-agent-injector-vs-csi-provider: + title: 'hashicorp.com: Kubernetes Vault Integration via Sidecar Agent Injector vs. + CSI Provider' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/manage-kubernetes-secrets-for-flux-with-hashicorp-vault: + title: 'hashicorp.com: Manage Kubernetes Secrets for Flux with HashiCorp Vault' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/how-to-integrate-your-application-with-vault-static-secrets: + title: '==hashicorp.com: How to Integrate Your Application with Vault: Static Secrets==' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/using-vault-in-kubernetes-production-for-security-engineers-54d2f0aca4d1: + title: 'blog.devops.dev: Using Vault in Kubernetes Production for Security Engineers' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/vault-1-11: + title: 'hashicorp.com: HashiCorp Vault 1.11 Adds Kubernetes Secrets Engine, PKI + Updates, and More 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@nikhil.purva/securing-kubernetes-secrets-with-hashicorp-vault-a9555728e095: + title: 'medium.com/@nikhil.purva: Securing Kubernetes Secrets with HashiCorp Vault' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/the-state-of-vault-and-kubernetes-and-future-plans: + title: 'hashicorp.com: The State of Vault and Kubernetes, and Future Plans' + year: N/A + stars: 0 + description: '' +https://alexandre-vazquez.com/inject-secrets-in-pods-using-hashicorp-vault: + title: 'alexandre-vazquez.com: How To Inject Secrets in Pods To Improve Security + with Hashicorp Vault in 5 Minutes 🌟' + year: N/A + stars: 0 + description: '' +? https://medium.com/@martin.hodges/introduction-to-vault-to-provide-secret-management-in-your-kubernetes-cluster-658b58372569 +: title: 'medium.com/@martin.hodges: Introduction to Vault to provide secret management + in your Kubernetes cluster' + year: N/A + stars: 0 + description: '' +https://medium.com/@martin.hodges/enabling-tls-on-your-vault-cluster-on-kubernetes-0d20439b13d0: + title: 'medium.com/@martin.hodges: Enabling TLS on your Vault cluster on Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/@calvineotieno010/managing-application-secrets-with-hashicorp-vault-8efb5e1d87fd: + title: 'medium.com/@calvineotieno010: Managing Application Secrets with Hashicorp + Vault' + year: N/A + stars: 0 + description: '' +https://medium.com/@muppedaanvesh/a-hand-on-guide-to-vault-in-kubernetes-%EF%B8%8F-1daf73f331bd: + title: 'medium.com/@muppedaanvesh: A Hands-On Guide to Vault in Kubernetes' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/devops/vault-agent-secrets-management: + title: 'harness.io: Tutorial: How to Use the New Vault Agent Integration Method + With Harness' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/devops/vault-agent-kubernetes-delegates: + title: 'harness.io: Tutorial: Vault Agent Advanced Use Case With Kubernetes Delegates + and Shared Volumes 🌟' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/why-use-the-vault-agent-for-secrets-management: + title: 'hashicorp.com: Why Use the Vault Agent for Secrets Management?' + year: N/A + stars: 0 + description: '' +https://medium.com/nerd-for-tech/pki-certs-injection-to-k8s-pods-with-vault-agent-injector-d97482b48f3d: + title: 'medium.com/nerd-for-tech: PKI Certs Injection to K8s Pods with Vault Agent + Injector' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/refresh-secrets-for-kubernetes-applications-with-vault-agent: + title: 'hashicorp.com: Refresh Secrets for Kubernetes Applications with Vault Agent' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/key-vault/general/overview: + title: 'docs.microsoft.com: Azure Key Vault' + year: N/A + stars: 0 + description: '' +https://azure.github.io/secrets-store-csi-driver-provider-azure: + title: 'azure.github.io: Azure Key Vault Provider for Secrets Store CSI Driver' + year: N/A + stars: 0 + description: '' +https://akv2k8s.io: + title: '==akv2k8s.io: Azure Key Vault to Kubernetes akv2k8s== 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/SparebankenVest/azure-key-vault-to-kubernetes: + title: Azure Key Vault to Kubernetes + year: N/A + stars: 0 + description: '' +https://github.com/Neoteroi/essentials-configuration-keyvault: + title: Neoteroi/essentials-configuration-keyvault + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-arc-blog/in-preview-azure-key-vault-secrets-provider-extension-for-arc/ba-p/3002160 +: title: '==techcommunity.microsoft.com: In preview: Azure Key Vault secrets provider + extension for Arc enabled Kubernetes clusters==' + year: N/A + stars: 0 + description: '' +http://vcloud-lab.com/entries/microsoft-azure/-create-azure-key-vault-certificates-on-azure-portal-and-powershell: + title: 'vcloud-lab.com: Create Azure Key Vault Certificates on Azure Portal and + Powershell' + year: N/A + stars: 0 + description: '' +https://www.ansible.com/blog/simplifying-secrets-management-with-cyberark-and-red-hat-ansible-automation-platform: + title: 'ansible.com: Simplifying secrets management with CyberArk and Red Hat Ansible + Automation Platform' + year: N/A + stars: 0 + description: '' +https://www.ansible.com/blog/automating-security-with-cyberark-and-red-hat-ansible-automation-platform: + title: 'ansible.com: Automating Security with CyberArk and Red Hat Ansible Automation + Platform' + year: N/A + stars: 0 + description: '' +https://www.conjur.org: + title: conjur.org + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/securing-kubernetes-secrets-conjur: + title: 'infracloud.io: Securing Kubernetes Secrets with Conjur 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/stack-labs/manage-your-secrets-in-git-with-sops-for-kubernetes-57me: + title: 'dev.to: Manage your secrets in Git with SOPS for Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://mehighlow.medium.com/hardened-aks-secrets-82351c43eac4: + title: '==mehighlow.medium.com: Hardened-AKS/Secrets==' + year: N/A + stars: 0 + description: '' +https://kapitan.dev: + title: 'Kapitan: Generic templated configuration management for Kubernetes, Terraform + and other things' + year: N/A + stars: 0 + description: '' +https://medium.com/kapitan-blog/declarative-secret-management-for-gitops-with-kapitan-b3c596eab088: + title: 'medium: Declarative secret management for GitOps with Kapitan' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/gitops-secret-management: + title: GitOps secret management with bitnami-labs Sealed Secret and GoDaddy Kubernetes + External Secrets 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/external-secrets/kubernetes-external-secrets: + title: Kubernetes External Secrets 🌟 + year: N/A + stars: 0 + description: '' +https://thenewstack.io/godaddys-innovative-project-to-secure-and-rotate-kubernetes-secrets: + title: 'thenewstack.io: GoDaddy’s Project to Secure, Rotate Kubernetes Secrets 🌟' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/opensource/managing-secrets-deployment-in-kubernetes-using-sealed-secrets: + title: 'aws.amazon.com: Managing secrets deployment in Kubernetes using Sealed Secrets + 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/managing-kubernetes-secrets: + title: 'dzone: Managing Secrets Deployment in GitOps Workflow 🌟' + year: N/A + stars: 0 + description: '' +https://blog.container-solutions.com/the-birth-of-the-external-secrets-community: + title: 'blog.container-solutions.com: The Birth of the External Secrets Community' + year: N/A + stars: 0 + description: '' +https://itnext.io/secrets-injection-from-external-vault-into-kubernetes-poc-83a52c8cf5cb: + title: 'itnext.io: Secrets injection at runtime from external Vault into Kubernetes + β€” POC' + year: N/A + stars: 0 + description: '' +https://github.com/jenkins-x-plugins/jx-secret-postrenderer: + title: jx-secret-postrenderer 🌟 + year: N/A + stars: 0 + description: '' +https://thenewstack.io/managing-kubernetes-secrets-with-aws-secrets-manager: + title: 'thenewstack.io: Managing Kubernetes Secrets with AWS Secrets Manager 🌟' + year: N/A + stars: 0 + description: '' +https://ot-container-kit.github.io/k8s-vault-webhook: + title: K8s Vault Webhook 🌟 + year: N/A + stars: 0 + description: '' +https://portworx.com/implementing-data-security-on-red-hat-openshift: + title: 'portworx.com: Implementing Data Security on Red Hat OpenShift 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/walkthrough-bitwardens-new-secrets-manager: + title: 'thenewstack.io: Walkthrough: Bitwarden’s New Secrets Manager' + year: N/A + stars: 0 + description: '' +https://morey.tech/technical%20blog/Bitwarden-And-External-Secrets: + title: 'morey.tech: Bitwarden and External Secrets' + year: N/A + stars: 0 + description: '' +https://snyk.io/blog/10-serverless-security-best-practices: + title: 10 Serverless security best practices + year: N/A + stars: 0 + description: '' +https://thehackernews.com/2020/06/cryptocurrency-docker-image.html: + title: 'thehackernews.com: Docker Images Containing Cryptojacking Malware Distributed + via Docker Hub' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/image-scanning-best-practices: + title: 'sysdig.com: 12 Container image scanning best practices to adopt in production' + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/top-10-things-for-container-security: + title: 'infracloud.io: The Ten Commandments of Container Security' + year: N/A + stars: 0 + description: '' +https://medium.com/@vaib16dec/kubesecops-pipeline-container-security-in-a-cloudnative-ecosystem-e59bf19a713d: + title: 'medium: KubeSecOps Pipeline(Container security) in a cloudnative ecosystem' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/sysdig-2021-container-security-usage-report: + title: 'sysdig.com: Sysdig 2021 container security and usage report: Shifting left + is not enough 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/hardening-docker-and-kubernetes-with-seccomp-a88b1b4e2111: + title: 'itnext.io: Hardening Docker and Kubernetes with seccomp 🌟' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/container-security-seccomp: + title: 'redhat.com: Improving Linux container security with seccomp 🌟' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/signing-and-verifying-container-images: + title: 'openshift.com: Signing and Verifying Container Images 🌟' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/introducing-red-hat-vulnerability-scanner-certification: + title: 'redhat.com: Introducing Red Hat Vulnerability Scanner Certification' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/security-center/defender-for-container-registries-introduction: + title: 'docs.microsoft.com: Introduction to Azure Defender for container registries' + year: N/A + stars: 0 + description: '' +https://techbeacon.com/security/17-open-source-container-security-tools: + title: 'techbeacon.com: 17 open-source container security tools 🌟' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2021/07/28/secure-container-images-with-gitlab-and-grype: + title: 'about.gitlab.com: How to secure your container images with GitLab and Grype' + year: N/A + stars: 0 + description: '' +https://github.com/GoogleContainerTools/container-structure-test: + title: GoogleContainerTools/container-structure-test + year: N/A + stars: 0 + description: '' +https://www.dynatrace.com/news/blog/what-is-container-security: + title: 'dynatrace.com: Container security: What it is, why it’s tricky, and how + to do it right' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/secure-your-kubernetes-cluster-with-seccomp-9403ecf831b2: + title: 'betterprogramming.pub: Secure Your Kubernetes Cluster With Seccomp' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=fZfd4orrn8Y&ab_channel=RawkodeAcademy: + title: 'youtube: Hands-on Introduction to sigstore | Rawkode Live' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/12/sigstore-container-images: + title: '==opensource.com: Sign and verify container images with this open source + tool (sigstore)==' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/container-security-best-practices: + title: 'sysdig.com: Container security best practices: Ultimate guide 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/a-practical-guide-for-container-security: + title: 'dzone: A Practical Guide for Container Security' + year: N/A + stars: 0 + description: '' +https://octetz.com/docs/2018/2018-12-07-psp: + title: 'octetz.com: Setting Up Pod Security Policies' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/k8s-network-policies-demystified-and-simplified-18f5ea9848e2: + title: 'medium.com: K8s Network Policies Demystified and Simplified 🌟' + year: N/A + stars: 0 + description: '' +https://blog.nody.cc/posts/2020-06-kubernetes-network-policy-verification: + title: 'blog.nody.cc: Verify your Kubernetes Cluster Network Policies: From Faith + to Proof' + year: N/A + stars: 0 + description: '' +https://medium.com/@senthilrch/kubernetes-network-polices-are-they-really-useful-c3a153c49316: + title: 'medium: Kubernetes Network Policies: Are They Really Useful?' + year: N/A + stars: 0 + description: '' +https://digitalvarys.com/devsecops-static-analysis-sast-with-jenkins-pipeline: + title: DevSecOps – Static Analysis SAST with Jenkins Pipeline + year: N/A + stars: 0 + description: '' +https://www.europeclouds.com/blog/implementing-aqua-security-to-secure-kubernetes: + title: 'europeclouds.com: Implementing Aqua Security to Secure Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/pomerium/pomerium: + title: Pomerium + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/top-open-source-kubernetes-security-tools-of-2021: + title: 'cloud.redhat.com: Top Open Source Kubernetes Security Tools of 2021 🌟🌟' + year: N/A + stars: 0 + description: '' +https://fluentbit.io: + title: fluentbit.io + year: N/A + stars: 0 + description: '' +? https://falco.org/blog/detect-malicious-behaviour-on-kubernetes-api-server-through-gathering-audit-logs-by-using-fluentbit-part-2 +: title: 'falco.org: Detect Malicious Behaviour on Kubernetes API Server through gathering + Audit Logs by using FluentBit - Part 2' + year: N/A + stars: 0 + description: '' +https://kubearmor.io: + title: kubearmor.io + year: N/A + stars: 0 + description: '' +https://itnext.io/protecting-your-kubernetes-environment-with-kubearmor-76b02fc2209b: + title: 'itnext.io: Protecting Your Kubernetes Environment With KubeArmor' + year: N/A + stars: 0 + description: '' +https://dlorenc.medium.com/whos-at-the-helm-1101c37bf0f1: + title: 'medium: Who’s at the Helm?' + year: N/A + stars: 0 + description: '' +https://itnext.io/helm-3-secrets-management-4f23041f05c3: + title: 'itnext.io: Helm 3 β€” Secrets management, an alternative approach 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/manage-auto-generated-secrets-in-your-helm-charts-5aee48ba6918: + title: '==itnext.io: Manage Auto-generated Secrets In Your Helm Charts== 🌟' + year: N/A + stars: 0 + description: '' +https://dev-vibe.medium.com/encrypt-helm-sensitive-data-9d7622e41d00: + title: 'dev-vibe.medium.com: Encrypt Helm sensitive data' + year: N/A + stars: 0 + description: '' +https://hashcat.net/hashcat: + title: hashcat + year: N/A + stars: 0 + description: '' +https://www.intezer.com/blog/container-security/new-attacks-on-kubernetes-via-misconfigured-argo-workflows: + title: 'intezer.com: New Attacks on Kubernetes via Misconfigured Argo Workflows' + year: N/A + stars: 0 + description: '' +https://devops.com/how-to-automate-pki-for-devops-with-open-source-tools: + title: '==devops.com: How to Automate PKI for DevOps With Open Source Tools==' + year: N/A + stars: 0 + description: '' +https://github.com/cybersecsi/HOUDINI: + title: '==cybersecsi/HOUDINI: Hundreds of Offensive and Useful Docker Images for + Network Intrusion==' + year: N/A + stars: 0 + description: '' +https://itnext.io/top-6-threat-detection-tools-for-containers-3dd80b77777e: + title: 'itnext.io: Top 6 Threat Detection Tools for Containers' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/aws-open-sources-security-tools: + title: 'thenewstack.io: AWS Open Sources Security Tools' + year: N/A + stars: 0 + description: '' +https://www.sentinelone.com/blog/reducing-human-effort-in-cybersecurity-why-we-are-investing-in-torqs-automation-platform: + title: 'sentinelone.com: Reducing Human Effort in Cybersecurity | Why We Are Investing + in Torq’s Automation Platform' + year: N/A + stars: 0 + description: '' +https://pkg.go.dev/knative.dev/security-guard: + title: pkg.go.dev/knative.dev/security-guard + year: N/A + stars: 0 + description: '' +https://developer.ibm.com/articles/secure-microservices-by-monitoring-behavior: + title: 'developer.ibm.com: Secure microservices by monitoring behavior' + year: N/A + stars: 0 + description: '' +https://medium.facilelogin.com/microservices-security-in-action-933072043ad7: + title: Microservices Security in Action + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/cve-2021-20291-cri-o-podman: + title: 'sysdig.com: Mitigating CVE-2021-20291: DoS affecting CRI-O and Podman' + year: N/A + stars: 0 + description: '' +https://www.armosec.io/blog/kubescape-checks-if-kubernetes-exposed-to-k8s-symlink-vulnerability-cve202125741: + title: 'armosec.io: Use Kubescape to check if your Kubernetes clusters are exposed + to the latest K8s Symlink vulnerability (CVE-2021-25741)' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/mitigating-log4j-kubernetes-network-policies: + title: 'sysdig.com: Mitigating log4j with Runtime-based Kubernetes Network Policies' + year: N/A + stars: 0 + description: '' +https://github.com/aws-samples/kubernetes-log4j-cve-2021-44228-node-agent: + title: 'github.com/aws-samples: Apache Log4j2 CVE-2021-44228 node agent' + year: N/A + stars: 0 + description: '' +https://github.com/proferosec/log4jScanner: + title: proferosec/log4jScanner + year: N/A + stars: 0 + description: '' +https://logging.apache.org/log4j/2.x/security.html: + title: Apache Log4j Security Vulnerabilities + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/log4shell-practical-mitigations-and-impact-analysis: + title: 'cloud.redhat.com: Log4Shell: Practical Mitigations and Impact Analysis of + the Log4j Vulnerabilities' + year: N/A + stars: 0 + description: '' +https://edition.cnn.com/2021/12/15/tech/log4j-vulnerability/index.html: + title: 'edition.cnn.com: The Log4j security flaw could impact the entire internet. + Here''s what you should know' + year: N/A + stars: 0 + description: '' +https://github.com/yahoo/check-log4j: + title: yahoo/check-log4j + year: N/A + stars: 0 + description: '' +https://www.welivesecurity.com/la-es/2021/12/16/que-deben-saber-lideres-empresas-sobre-log4shell: + title: 'welivesecurity.com: Lo que todo lΓ­der de una empresa debe saber sobre Log4Shell' + year: N/A + stars: 0 + description: '' +? https://www.genbeta.com/actualidad/internet-esta-llamas-cloudflare-ha-detectado-24-600-ataques-minuto-que-explotaban-vulnerabilidad-log4shell +: title: 'genbeta.com: "Internet estΓ‘ en llamas": Cloudflare ha detectado mΓ‘s de 24.600 + ataques por minuto que explotaban la vulnerabilidad Log4Shell' + year: N/A + stars: 0 + description: '' +https://www.dynatrace.com/resource-center/log4j-vulnerability: + title: 'dynatrace.com: Log4Shell vulnerability' + year: N/A + stars: 0 + description: '' +https://github.com/Maelstromage/Log4jSherlock: + title: Maelstromage/Log4jSherlock + year: N/A + stars: 0 + description: '' +https://blog.mimacom.com/log4j-in-a-log4shell: + title: 'blog.mimacom.com: A Summary of log4j Exploit in a Log4shell - What Happened + and What You Can Do About It' + year: N/A + stars: 0 + description: '' +https://www.cyberscoop.com/log4j-hack-security-update-ransomware: + title: 'cyberscoop.com: The Log4j flaw is the latest reminder that quick security + fixes are easier said than done' + year: N/A + stars: 0 + description: '' +https://www.vpnranks.com/news/belgian-defense-ministry-under-cyber-attack-due-to-log4j-vulnerability: + title: 'vpnranks.com: Belgian Defense Ministry Under Cyber Attack Due to Log4j Vulnerability' + year: N/A + stars: 0 + description: '' +https://www.dynatrace.com/news/blog/log4shell-vulnerability-discovery-and-mitigation: + title: 'dynatrace.com: Log4Shell vulnerability discovery and mitigation require + automatic and intelligent observability' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/yet-another-log4j-security-problem-appears: + title: 'thenewstack.io: Yet Another Log4j Security Problem Appears' + year: N/A + stars: 0 + description: '' +https://github.com/cisagov/log4j-scanner: + title: ==cisagov/log4j-scanner== + year: N/A + stars: 0 + description: '' +https://venturebeat.com/2021/12/18/what-log4shell-teaches-us-about-open-source-security: + title: 'venturebeat.com: What Log4Shell teaches us about open source security' + year: N/A + stars: 0 + description: '' +? https://tanzu.vmware.com/developer/blog/log4shell-vulnerability-spotlights-the-importance-of-adopting-trusted-open-source-software-providers-for-the-enterprise +: title: 'tanzu.vmware.com: Log4Shell Vulnerability Spotlights the Importance of Adopting + Trusted Open Source Software Providers for the Enterprise' + year: N/A + stars: 0 + description: '' +https://github.com/google/log4jscanner: + title: ==google/log4jscanner== + year: N/A + stars: 0 + description: '' +https://thehackernews.com/2022/01/microsoft-warns-of-continued-attacks.html: + title: 'thehackernews.com: Microsoft Warns of Continued Attacks Exploiting Apache + Log4j Vulnerabilities' + year: N/A + stars: 0 + description: '' +https://www.zdnet.com/article/log4j-after-white-house-meeting-google-calls-for-list-of-critical-open-source-projects: + title: 'zdnet.com: Log4j: Google and IBM call for list of critical open source projects' + year: N/A + stars: 0 + description: '' +https://it.slashdot.org/story/21/05/22/041242/and-the-top-source-of-critical-security-threats-ispowershell: + title: 'it.slashdot.org: And the Top Source of Critical Security Threats Is...PowerShell' + year: N/A + stars: 0 + description: '' +https://therecord.media/uk-government-plans-to-release-nmap-scripts-for-finding-vulnerabilities: + title: 'therecord.media: UK government plans to release Nmap scripts for finding + vulnerabilities' + year: N/A + stars: 0 + description: '' +https://www.ncsc.gov.uk/blog-post/introducing-scanning-made-easy: + title: 'ncsc.gov.uk: Introducing Scanning Made Easy' + year: N/A + stars: 0 + description: '' +https://www.techrepublic.com/article/how-to-create-lets-encrypt-ssl-certificates-with-acme-sh-on-linux: + title: 'techrepublic.com: How to create Let''s Encrypt SSL certificates with acme.sh + on Linux' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/waf-securing-applications-at-the-edge: + title: 'thenewstack.io: WAF: Securing Applications at the Edge' + year: N/A + stars: 0 + description: '' +https://www.zdnet.com/article/google-releases-new-open-source-security-software-program-scorecards: + title: 'zdnet.com: Google releases new open-source security software program: Scorecards' + year: N/A + stars: 0 + description: '' +https://sysadminxpert.com/how-to-do-security-auditing-of-centos-system-using-lynis-tool: + title: 'sysadminxpert.com: How to do Security Auditing of CentOS System Using Lynis + Tool' + year: N/A + stars: 0 + description: '' +https://tryhackme.com/room/metasploitintro: + title: 'tryhackme.com: Metasploit: Introduction' + year: N/A + stars: 0 + description: '' +https://bridgecrew.io: + title: bridgecrew + year: N/A + stars: 0 + description: '' +https://bridgecrew.io/blog/tutorial-incorporate-iac-security-in-your-ci-cd-pipeline-with-bridgecrew-jenkins-and-github: + title: 'bridgecrew.io: Tutorial: Incorporate IaC Security in your CI/CD pipeline + with Bridgecrew, Jenkins, and GitHub' + year: N/A + stars: 0 + description: '' +https://socket.dev/blog/introducing-socket: + title: '==socket.dev: Introducing Socket==' + year: N/A + stars: 0 + description: '' +https://www.itbusinessedge.com/security/okta-vs-azure-ad: + title: 'itbusinessedge.com: Okta vs. Azure AD: IAM Tool Comparison' + year: N/A + stars: 0 + description: '' +https://github.com/deepfence/ThreatMapper: + title: deepfence/ThreatMapper 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/goauthentik/authentik: + title: github.com/goauthentik/authentik + year: N/A + stars: 0 + description: '' +https://github.com/openappsec/openappsec: + title: github.com/openappsec/openappsec + year: N/A + stars: 0 + description: '' +https://www.microsoft.com/en-us/security/business/ai-machine-learning/microsoft-security-copilot: + title: ==Microsoft Security Copilot== + year: N/A + stars: 0 + description: '' +https://github.com/prowler-cloud/prowler: + title: ==github.com/prowler-cloud/prowler== 🌟🌟 + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/top-content/career: + title: 'Kubernetes Security Best Practices: A DevSecOps Perspective' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Cryptocurrency: + title: 'en.wikipedia.org: Cryptocurrency' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Blockchain: + title: 'en.wikipedia.org: Blockchain' + year: N/A + stars: 0 + description: '' +https://tether.to: + title: Tether (USDt) + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/getting-started-with-docker-1: + title: 'Dzone refcard: Getting Started with Docker' + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/java-containerization: + title: 'Dzone refcard: Java Containerization 🌟' + year: N/A + stars: 0 + description: '' +https://americanexpress.io/do-not-run-dockerized-applications-as-root: + title: 'americanexpress.io: **Do Not Run Dockerized Applications as Root** 🌟' + year: N/A + stars: 0 + description: '' +https://medium.freecodecamp.com/a-beginner-friendly-introduction-to-containers-vms-and-docker-79a9e3e119b: + title: 'medium.freecodecamp.com: A Beginner-Friendly Introduction to Containers, + VMs and Docker' + year: N/A + stars: 0 + description: '' +https://labs.play-with-docker.com: + title: Play with docker 🌟 + year: N/A + stars: 0 + description: '' +https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6: + title: 'medium: Strategies of docker images optimization' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/docker-explained-an-introductory-guide-to-docker: + title: 'Dzone: Docker explained, an introductory guide to docker' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/everything-you-need-to-know-about-docker: + title: 'Dzone: everything you need to know about docker' + year: N/A + stars: 0 + description: '' +https://github.com/docker/build-push-action: + title: '**GitHub build-push-action**' + year: N/A + stars: 0 + description: '' +https://itnext.io/getting-started-with-docker-facts-you-should-know-d000e5815598: + title: 'itnext.io: Getting Started with Docker: Facts You Should Know 🌟' + year: N/A + stars: 0 + description: '' +https://jfrog.com/knowledge-base/a-beginners-guide-to-understanding-and-building-docker-images: + title: 'jfrog.com: A Beginner’s Guide to Understanding and Building Docker Images + 🌟' + year: N/A + stars: 0 + description: '' +https://pythonspeed.com/articles/dockerizing-python-is-hard: + title: 'Broken by default: why you should avoid most Dockerfile example 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@shahinghasemy/what-is-docker-why-should-you-use-it-in-simple-words-cc5e6160f9db: + title: 'medium: What is Docker, Why should you use it in simple words' + year: N/A + stars: 0 + description: '' +https://www.docker.com/blog/top-questions-for-getting-started-with-docker: + title: 'docker.com: Top Questions for Getting Started with Docker 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/how-to-start-working-with-docker-containers-72b73ca60e0c: + title: 'medium: How to Start Working With Docker Containers' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/mitigating-devops-repository-risks: + title: 'dzone: Mitigating DevOps Repository Risks' + year: N/A + stars: 0 + description: '' +https://automationreinvented.blogspot.com/2020/02/top-18-docker-commands-for-aytomation.html: + title: Top 18 Docker commands for Automation Tester/Devops/SDET/Test Lead? 🌟 + year: N/A + stars: 0 + description: '' +https://css-tricks.com/a-gentle-introduction-to-using-a-docker-container-as-a-dev-environment: + title: A Gentle Introduction to Using a Docker Container as a Dev Environment 🌟 + year: N/A + stars: 0 + description: '' +https://docs.docker.com/engine/context/ecs-integration: + title: 'docs.docker.com: Deploying Docker containers on ECS' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/aws-docker-collaborate-simplify-developer-experience: + title: AWS and Docker collaborate to simplify the developer experience + year: N/A + stars: 0 + description: '' +https://www.docker.com/blog/from-docker-straight-to-aws: + title: From Docker Straight to AWS + year: N/A + stars: 0 + description: '' +https://martinheinz.dev/blog/35: + title: 'martinheinz.dev: It''s Time to Forget About Docker 🌟' + year: N/A + stars: 0 + description: '' +https://www.docker.com/blog/docker-hub-experimental-cli-tool: + title: 'docker.com: Docker Hub Experimental CLI tool' + year: N/A + stars: 0 + description: '' +https://www.docker.com/blog/year-in-review-the-most-viewed-docker-blog-posts-of-2020-part-1: + title: 'docker.com: Year in Review: The Most Viewed Docker Blog Posts of 2020 Part + 1 🌟' + year: N/A + stars: 0 + description: '' +https://www.docker.com/blog/year-in-review-the-most-viewed-docker-blog-posts-of-2020-part-2: + title: 'docker.com: Year in Review: The Most Viewed Docker Blog Posts of 2020 Part + 2 🌟' + year: N/A + stars: 0 + description: '' +? https://www.adictosaltrabajo.com/2020/12/22/como-crear-y-desplegar-microservicios-con-spring-boot-spring-cloud-netflix-y-docker +: title: 'adictosaltrabajo.com: CΓ³mo crear y desplegar microservicios con Spring Boot, + Spring Cloud Netflix y Docker' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/9033/how-to-use-cron-with-your-docker-containers: + title: 'cloudsavvyit.com: How to Use Cron With Your Docker Containers' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2021/01/docker-jfrog-partnership: + title: 'infoq.com: Docker Hub and JFrog Partnership Removes Image Pull Limits for + Artifactory Users' + year: N/A + stars: 0 + description: '' +https://technology.doximity.com/articles/buildpacks-vs-dockerfiles: + title: 'technology.doximity.com: Buildpacks vs Dockerfiles 🌟' + year: N/A + stars: 0 + description: '' +https://www.docker.com/blog/containerized-python-development-part-1: + title: 'docker.com: Containerized Python Development – Part 1' + year: N/A + stars: 0 + description: '' +https://www.docker.com/blog/containerized-python-development-part-2: + title: 'docker.com: Containerized Python Development – Part 2' + year: N/A + stars: 0 + description: '' +https://www.docker.com/blog/containerized-python-development-part-3: + title: 'docker.com: Containerized Python Development – Part 3' + year: N/A + stars: 0 + description: '' +https://pythonspeed.com/articles/security-updates-in-docker: + title: 'pythonspeed.com: The worst so-called β€œbest practice” for Docker' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2021/03/04/making-environment-variables-accessible-in-front-end-containers: + title: 'developers.redhat.com: Making environment variables accessible in front-end + containers' + year: N/A + stars: 0 + description: '' +? https://medium.com/analytics-vidhya/dockerizing-a-rest-api-in-python-less-than-9-mb-and-based-on-scratch-image-ef0ee3ad3f0a +: title: 'medium: Dockerizing a REST API in Python Less Than 9 MB and Based on scratch + Image' + year: N/A + stars: 0 + description: '' +https://www.datamechanics.co/blog-post/optimized-spark-docker-images-now-available: + title: 'datamechanics.co: Optimized Apache Spark Docker Images' + year: N/A + stars: 0 + description: '' +https://www.theskillpedia.com/managing-docker-images-openshift-tutorial: + title: 'theskillpedia.com: Managing docker images - openshift tutorial' + year: N/A + stars: 0 + description: '' +https://iximiuz.com/en/posts/container-networking-is-simple: + title: 'iximiuz.com: Container Networking Is Simple!' + year: N/A + stars: 0 + description: '' +https://www.r-bloggers.com/2021/05/dockerizing-shiny-applications: + title: 'r-bloggers.com: Dockerizing Shiny Applications' + year: N/A + stars: 0 + description: '' +https://pythonspeed.com/articles/docker-performance-overhead: + title: 'pythonspeed.com: Docker can slow down your code and distort your benchmarks' + year: N/A + stars: 0 + description: '' +https://turbofuture.com/computers/introductiontodocker: + title: 'turbofuture.com: A Beginners Guide to Containers and Docker' + year: N/A + stars: 0 + description: '' +https://releasehub.com/blog/cutting-build-time-in-half-docker-buildx-kubernetes: + title: 'releasehub.com: Cutting Build Time In Half with Docker’s Buildx Kubernetes + Driver' + year: N/A + stars: 0 + description: '' +https://medium.com/nttlabs/buildx-kubernetes-ad0fe59b0c64: + title: 'medium.com/nttlabs: Kubernetes driver for Docker BuildX' + year: N/A + stars: 0 + description: '' +https://www.linuxadictos.com/docker-presenta-nuevas-capacidades-para-desarrolladores.html: + title: 'linuxadictos.com: Docker presenta nuevas capacidades para desarrolladores' + year: N/A + stars: 0 + description: '' +https://grafana.com/docs/grafana-cloud/reference/integrations/integration-docker: + title: 'grafana.com: Docker Integration for Grafana Cloud' + year: N/A + stars: 0 + description: '' +https://dev.to/hood/docker-cmd-vs-entrypoint-explaining-the-difference-55g7: + title: 'dev.to: Docker CMD vs ENTRYPOINT: explaining the difference' + year: N/A + stars: 0 + description: '' +https://blog.gougousis.net/file-permissions-the-painful-side-of-docker: + title: 'blog.gougousis.net: File Permissions: the painful side of Docker 🌟' + year: N/A + stars: 0 + description: '' +https://twitter.com/agarcia: + title: '"Excellent description of user ids and access rights in Docker; it’s a non + trivial issue and there’s no silver bullet other than to avoid running your containers + with a privileged user. As a bonus, I personally like openshift approach (random + UIDs belonging to the super user GID)"' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/push-docker-image-to-docker-hub-acc978c76ad: + title: 'medium: Push Docker Image To Docker Hub' + year: N/A + stars: 0 + description: '' +https://blog.thundra.io/why-should-you-run-all-your-tests-in-docker: + title: 'blog.thundra.io: Why Should You Run All Your Tests in Docker? 🌟' + year: N/A + stars: 0 + description: '' +https://www.returngis.net/2021/08/crea-hosts-de-docker-con-docker-machine-en-microsoft-azure: + title: 'returngis.net: Crea hosts de Docker con Docker Machine en Microsoft Azure' + year: N/A + stars: 0 + description: '' +https://dev.to/kubona_my/docker-101-124e: + title: 'dev.to: Docker 101!' + year: N/A + stars: 0 + description: '' +https://pawelurbanek.com/asdf-docker-development: + title: 'pawelurbanek.com: asdf and Docker for Managing Local Development Dependencies' + year: N/A + stars: 0 + description: '' +https://www.tecmint.com/install-docker-in-rocky-linux-and-almalinux: + title: 'tecmint.com: How to Install Docker on Rocky Linux and AlmaLinux' + year: N/A + stars: 0 + description: '' +https://blog.adoptium.net/2021/08/using-jlink-in-dockerfiles: + title: 'blog.adoptium.net: Using Jlink in Dockerfiles instead of a JRE' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/13937/how-to-ssh-into-a-docker-container: + title: 'cloudsavvyit.com: How to SSH into a Docker container' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/13987/how-to-use-docker-cp-to-copy-files-between-host-and-containers: + title: 'cloudsavvyit.com: How to use docker cp to copy files between host and containers' + year: N/A + stars: 0 + description: '' +https://www.baeldung.com/docker-deploy-java-war: + title: 'baeldung.com: Deploying a Java War in a Docker Container' + year: N/A + stars: 0 + description: '' +https://www.returngis.net/2021/08/explorar-graficamente-el-contenido-de-un-volumen-de-docker: + title: 'returngis.net: Explorar grΓ‘ficamente el contenido de un volumen de Docker' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/8/container-image: + title: 'opensource.com: What is a container image?' + year: N/A + stars: 0 + description: '' +https://www.zdnet.com/article/docker-changes-its-subscription-plans-usage-rules-and-product-line: + title: 'zdnet.com: Docker changes its subscription plans, usage rules, and product + line' + year: N/A + stars: 0 + description: '' +https://www.servethehome.com/docker-abruptly-starts-charging-many-users-for-docker-desktop: + title: 'servethehome.com: Docker Abruptly Starts Charging Many Users for Docker + Desktop' + year: N/A + stars: 0 + description: '' +https://matt-rickard.com/docker-desktop-alternatives: + title: 'matt-rickard.com: An Overview of Docker Desktop Alternatives' + year: N/A + stars: 0 + description: '' +https://blog.aquasec.com/container-isolation-techniques: + title: 'blog.aquasec.com: How Do Containers Contain? Container Isolation Techniques' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3632142/how-docker-broke-in-half.html: + title: 'infoworld.com: How Docker broke in half' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/14081/how-to-pass-environment-variables-to-docker-containers: + title: 'cloudsavvyit.com: How to Pass Environment Variables to Docker Containers' + year: N/A + stars: 0 + description: '' +https://dev.to/tylerlwsmith/one-does-not-just-containerize-an-app-5eae: + title: 'dev.to: One does not "just containerize" an app' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/14191/how-to-clean-up-and-delete-docker-images: + title: 'cloudsavvyit.com: How To Clean Up and Delete Docker Images' + year: N/A + stars: 0 + description: '' +https://itnext.io/software-development-in-containers-a-cookbook-2ba14d07e535: + title: '==itnext.io: Software development in containers β€” a cookbook== 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/abdorah/how-to-create-production-docker-image-ready-for-deployment-4bbe: + title: 'dev.to: How to create a production Docker image' + year: N/A + stars: 0 + description: '' +https://dev.to/_nicolas_louis_/how-to-run-docker-on-windows-without-docker-desktop-hik: + title: 'dev.to: How to run docker on Windows without Docker Desktop' + year: N/A + stars: 0 + description: '' +https://dev.to/paru429/beginner-s-guide-to-docker-and-docker-cli-commands-1p75: + title: 'dev.to: Beginner''s guide to Docker and Docker CLI commands' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/learn-how-to-deploy-12-apps-to-aws-azure-google-cloud: + title: 'freecodecamp.org: Learn How to Deploy 12 Apps to AWS, Azure, & Google Cloud' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/14508/how-to-assign-a-static-ip-to-a-docker-container: + title: 'cloudsavvyit.com: How to Assign a Static IP to a Docker Container' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/14663/how-to-inspect-a-docker-images-content-without-starting-a-container: + title: 'cloudsavvyit.com: How to Inspect a Docker Image’s Content Without Starting + a Container' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/why-you-should-start-using-docker-now: + title: 'freecodecamp.org: Why You Should Start Using Docker Right Now' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3639596/docker-really-did-change-the-world.html: + title: 'infoworld.com: Docker really did change the world' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/14890/how-and-why-to-run-docker-inside-docker: + title: 'cloudsavvyit.com: How (and Why) to Run Docker Inside Docker' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/14880/whats-the-difference-between-exposing-and-publishing-a-docker-port: + title: 'cloudsavvyit.com: What’s the Difference Between Exposing and Publishing + a Docker Port?' + year: N/A + stars: 0 + description: '' +https://clavinjune.dev/en/blogs/working-with-remote-docker-using-docker-context: + title: '==clavinjune.dev: Working With Remote Docker Using Docker Context==' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/14973/how-to-add-a-volume-to-an-existing-docker-container: + title: 'cloudsavvyit.com: How to Add a Volume to an Existing Docker Container' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/15066/how-to-manage-docker-engine-plugins: + title: 'cloudsavvyit.com: How to Manage Docker Engine Plugins' + year: N/A + stars: 0 + description: '' +https://iximiuz.com/en/posts/container-learning-path: + title: '==iximiuz.com: Learning Containers From The Bottom Up== | Ivan Velichko + 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-time-to-decide-on-docker-desktop-has-arrived: + title: 'thenewstack.io: The Time to Decide on Docker Desktop Has Arrived' + year: N/A + stars: 0 + description: '' +https://www.codeproject.com/Tips/5323808/How-To-Create-An-Image-In-Docker-Using-Python: + title: 'codeproject.com: How to Create an Image in Docker using Python' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-to-share-data-between-docker-containers: + title: 'thenewstack.io: How to Share Data Between Docker Containers' + year: N/A + stars: 0 + description: '' +https://iximiuz.com/en/posts/containers-101-attach-vs-exec: + title: 'iximiuz.com: Containers 101: attach vs. exec - what''s the difference?' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/docker-copy-vs-add-whats-the-difference: + title: 'acloudguru.com: Docker COPY vs ADD: What’s the difference?' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-to-run-docker-in-rootless-mode: + title: 'thenewstack.io: How to Run Docker in Rootless Mode' + year: N/A + stars: 0 + description: '' +https://mjovanc.com/get-started-with-docker-and-docker-compose-cddcb5a3f3b9: + title: 'mjovanc.com: Get started with Docker and Docker Compose' + year: N/A + stars: 0 + description: '' +https://dev.to/dhravya/docker-explained-to-a-5-year-old-2cbg: + title: 'dev.to: Docker: Explained to a 5 year old. πŸ‘ΆπŸ»' + year: N/A + stars: 0 + description: '' +https://nishnit007.medium.com/a-journey-from-dockerfile-to-application-deployment-on-kubernetes-for-beginners-fea1eb0f3581: + title: 'nishnit007.medium.com: A Journey from Dockerfile to Application Deployment + on Kubernetes For Beginners' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/docker-cache-tutorial: + title: 'freecodecamp.org: Docker Cache – How to Do a Clean Image Rebuild and Clear + Docker''s Cache' + year: N/A + stars: 0 + description: '' +https://dev.to/signoz/docker-101-introduction-to-docker-1kbm: + title: '==dev.to: Docker 101: Introduction to Docker==' + year: N/A + stars: 0 + description: '' +https://medium.com/@joelbelton/optimising-docker-performance-the-key-4-techniques-you-need-6440cfebb650: + title: 'medium.com/@joelbelton: Optimising Docker Performance β€” The Key 4 Techniques + You Need' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/docker-limit-container-cpu-usage-11eb8ee0de5a: + title: 'medium.com/geekculture: Docker β€” Limit Container CPU Usage 🌟' + year: N/A + stars: 0 + description: '' +https://devtron.ai/blog/cmd-and-entrypoint-differences: + title: 'devtron.ai: Understand CMD and ENTRYPOINT Differences in Docker' + year: N/A + stars: 0 + description: '' +https://fatehmuhammad.medium.com/introduction-to-docker-part-1-3cff7559e372: + title: 'fatehmuhammad.medium.com: Introduction to Docker | part 1' + year: N/A + stars: 0 + description: '' +https://cloudnativeislamabad.hashnode.dev/introduction-to-docker-part-1: + title: 'cloudnativeislamabad.hashnode.dev: Introduction to Docker | part 1 🌟' + year: N/A + stars: 0 + description: '' +https://docker-curriculum.com: + title: '==docker-curriculum.com: A Docker Tutorial for Beginners 🌟==' + year: N/A + stars: 0 + description: '' +https://www.hostinger.in/tutorials/what-is-docker: + title: 'hostinger.in: What Is Docker and How Does It Work? – Docker Explained' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/container-namespace-introduction-6a1e26f8707a: + title: 'blog.devgenius.io: Container β€” Namespace Introduction' + year: N/A + stars: 0 + description: '' +https://viblo.asia/p/how-to-prevent-out-of-disk-space-when-using-docker-english-WR5JRDBrVGv: + title: 'viblo.asia: How to prevent out-of-disk space when using Docker?' + year: N/A + stars: 0 + description: '' +https://iximiuz.com/en/posts/docker-publish-container-ports: + title: 'iximiuz.com: What Actually Happens When You Publish a Container Port 🌟' + year: N/A + stars: 0 + description: '' +https://iximiuz.com/en/posts/docker-publish-port-of-running-container: + title: 'iximiuz.com: How To Publish a Port of a Running Container 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@BeNitinAgarwal/lifecycle-of-docker-container-d2da9f85959: + title: 'medium.com/@BeNitinAgarwal: Lifecycle of Docker Container' + year: N/A + stars: 0 + description: '' +https://www.docker.com/blog/new-docker-compose-v2-and-v1-deprecation: + title: 'docker.com: Docker Compose: What’s New, What’s Changing, What’s Next' + year: N/A + stars: 0 + description: '' +https://medium.com/@i180826/using-docker-to-build-react-app-49862615e6f8: + title: 'medium.com/@i180826: Using Docker to build React App' + year: N/A + stars: 0 + description: '' +https://dev.to/kameshsampath/simplify-your-dockerfile-1j5k: + title: 'dev.to: Simplify Your Dockerfile wiyth Rust programming language| Kamesh + Sampath' + year: N/A + stars: 0 + description: '' +https://www.itprotoday.com/it-operations/docker-still-worth-learning-it-operations-teams-probably-not: + title: 'itprotoday.com: Is Docker Still Worth Learning for IT Operations Teams? + Probably Not' + year: N/A + stars: 0 + description: '' +https://kennybrast.medium.com/how-i-used-docker-to-create-a-python-dev-environment-48a5d31ae277: + title: 'kennybrast.medium.com: How I Used Docker to Create a Python Dev Environment' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=0mxhS7H6bxM: + title: '==youtube: Docker 101 (Workshop) how an application can be run using Docker + containers. First, you''ll learn how to take an application all the way from source + code to a running container. Docker-compose, networking, multi-stage and more== + 🌟' + year: N/A + stars: 0 + description: '' +https://www.codementor.io/blog/docker-technology-5x1kilcbow: + title: 'codementor.io: Docker: What''s Under the Hood?' + year: N/A + stars: 0 + description: '' +https://dev.to/javinpaul/my-favorite-free-courses-to-learn-docker-and-containers-in-2023-1ldo: + title: 'dev.to/javinpaul: My Favorite Free Courses to Learn Docker and Containers + in 2023' + year: N/A + stars: 0 + description: '' +https://tonylixu.medium.com/docker-run-vs-cmd-vs-entrypoint-57f248b95889: + title: 'tonylixu.medium.com: Docker RUN vs CMD vs ENTRYPOINT' + year: N/A + stars: 0 + description: '' +https://dev.to/itsahsanmangal/building-a-robust-cicd-pipeline-with-docker-a-comprehensive-guide-4k8b: + title: '==dev.to: Building a Robust CI/CD Pipeline with Docker: A Comprehensive + Guide==' + year: N/A + stars: 0 + description: '' +https://dev.to/prasenjeetsymon/docker-from-zero-to-hero-part-1-3a45: + title: '==dev.to: Docker : From Zero to Hero πŸ›Έ ( part 1) | Prasenjeet Kumar==' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/components-of-container-management: + title: 'dzone: Components of Container Management' + year: N/A + stars: 0 + description: '' +https://devopscube.com/build-docker-image: + title: 'devopscube.com: How to Build Docker Image : Comprehensive Beginners Guide' + year: N/A + stars: 0 + description: '' +https://pointbase.hashnode.dev/understand-docker-layers-by-example-run-instructions-impact: + title: 'pointbase.hashnode.dev: Understand Docker layers by example : RUN instructions + Impact' + year: N/A + stars: 0 + description: '' +https://blog.docker.com/2019/07/intro-guide-to-dockerfile-best-practices: + title: 'blog.docker.com: Intro Guide to Dockerfile Best Practices 🌟' + year: N/A + stars: 0 + description: '' +https://www.docker.com/blog/intro-guide-to-dockerfile-best-practices: + title: 'docker.com: Intro Guide to Dockerfile Best Practices' + year: N/A + stars: 0 + description: '' +https://www.docker.com/blog/speed-up-your-development-flow-with-these-dockerfile-best-practices: + title: 'docker.com: Speed Up Your Development Flow With These Dockerfile Best Practices' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/dockerfile-best-practices: + title: 'sysdig.com: Top 20 Dockerfile best practices 🌟' + year: N/A + stars: 0 + description: '' +https://testdriven.io/blog/docker-best-practices: + title: 'testdriven.io: Docker Best Practices for Python Developers' + year: N/A + stars: 0 + description: '' +https://dev.to/techworld_with_nana/top-8-docker-best-practices-for-using-docker-in-production-1m39: + title: '==dev.to: Top 8 Docker Best Practices for using Docker in Production== 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/karanpratapsingh/top-5-docker-best-practices-57oh: + title: 'dev.to: Top 5 Docker Best Practices' + year: N/A + stars: 0 + description: '' +https://stevelasker.blog/2018/03/01/docker-tagging-best-practices-for-tagging-and-versioning-docker-images: + title: '==stevelasker.blog: Docker Tagging: Best practices for tagging and versioning + docker images==' + year: N/A + stars: 0 + description: '' +https://faun.pub/dockerfile-best-practices-for-developers-87a2c19b4abe: + title: 'faun.pub: Dockerfile Best Practices for Developers | Pavan Belagatti' + year: N/A + stars: 0 + description: '' +https://azeynalli1990.medium.com/15-best-practices-when-working-with-docker-720d2d8de202: + title: 'azeynalli1990.medium.com: 15 Best Practices when working with Docker' + year: N/A + stars: 0 + description: '' +https://hwchiu.medium.com/docker-networking-model-introduction-194a2a2c9b68: + title: 'hwchiu.medium.com: Docker Networking Model β€” Introduction' + year: N/A + stars: 0 + description: '' +https://medium.com/nycdev/understanding-docker-volumes-mounts-and-layers-9fa17befa493: + title: 'medium: Understanding Docker Volumes, Mounts and Layers and How to Manage + Data in Containers' + year: N/A + stars: 0 + description: '' +https://spacelift.io/blog/docker-volumes: + title: 'spacelift.io: Docker Volumes – Guide with Examples' + year: N/A + stars: 0 + description: '' +https://docs.netapp.com/us-en/trident/trident-docker/volumes-docker.html: + title: 'docs.netapp.com: Work with docker volumes - Astra Trident 🌟' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/5-simple-tips-for-debugging-docker-containers-271cb3dee77a: + title: 'betterprogramming.pub: 5 Simple Tips For Debugging Docker Containers 🌟' + year: N/A + stars: 0 + description: '' +https://iximiuz.com/en/posts/docker-debug-slim-containers: + title: 'iximiuz.com: Docker: How To Debug Distroless And Slim Containers 🌟' + year: N/A + stars: 0 + description: '' +https://docs.docker.com/engine/reference/commandline/buildx_imagetools: + title: 'docs.docker.com: docker buildx imagetools' + year: N/A + stars: 0 + description: '' +https://dev.to/docker/9-docker-extensions-every-developer-must-try-1no2: + title: '==dev.to: 9 Docker Extensions Every Developer Must Try==' + year: N/A + stars: 0 + description: '' +https://github.com/Saniewski/mongo-express-docker-extension: + title: github.com/Saniewski/mongo-express-docker-extension + year: N/A + stars: 0 + description: '' +kubernetes-alternatives.md: + title: Docker Swarm + year: N/A + stars: 0 + description: '' +https://github.com/veggiemonk/awesome-docker: + title: Awesome Docker 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/docker/awesome-compose: + title: Awesome Compose 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/pabpereza/curated-dockerfiles-examples: + title: 'github.com/pabpereza/curated-dockerfiles-examples: Curated Dockerfiles examples' + year: N/A + stars: 0 + description: '' +https://blog.testproject.io/2021/06/21/a-comparison-of-kubernetes-and-docker: + title: 'blog.testproject.io: A Comparison of Kubernetes and Docker' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/features/whats-the-difference-between-docker-and-kubernetes: + title: '==containerjournal.com: What’s the Difference Between Docker and Kubernetes?==' + year: N/A + stars: 0 + description: '' +https://codefresh.io/containers/docker-anti-patterns: + title: 'codefresh.io: Docker anti-patterns 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/containers-101/docker-anti-patterns-ad2a1fcd5ce1: + title: 'medium: Docker anti-patterns | Codefresh' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/10-docker-security-best-practices-to-cut-container-chaos: + title: 'acloudguru.com: 10 Docker Security Best Practices to Cut Container Chaos' + year: N/A + stars: 0 + description: '' +https://brianchristner.io/how-to-use-docker-scan: + title: 'brianchristner.io: How to use Docker Security Scan Locally' + year: N/A + stars: 0 + description: '' +https://snyk.io/blog/10-docker-image-security-best-practices: + title: 'snyk.io: 10 Docker Security Best Practices 🌟' + year: N/A + stars: 0 + description: '' +https://www.augmentedmind.de/2022/02/20/optimize-docker-image-security: + title: '==augmentedmind.de: Docker optimization guide: the 12 best tips to optimize + Docker image security==' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/securing-docker: + title: 'infoq.com: Is Docker Secure Enough?' + year: N/A + stars: 0 + description: '' +https://www.clickittech.com/devops/docker-security-best-practices: + title: 'clickittech.com: The Ultimate Docker Security Best Practices for Your Node.js + Application' + year: N/A + stars: 0 + description: '' +https://infosecwriteups.com/attacking-and-securing-docker-containers-cc8c80f05b5b: + title: 'infosecwriteups.com: Attacking and securing Docker containers' + year: N/A + stars: 0 + description: '' +https://securitylabs.datadoghq.com/articles/container-security-fundamentals-part-1: + title: 'securitylabs.datadoghq.com: Container security fundamentals: Exploring containers + as processes' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2016/03/09/more-about-docker-images-size: + title: 'developers.redhat.com: Keep it small: a closer look at Docker image sizing' + year: N/A + stars: 0 + description: '' +https://medium.com/@gdiener/how-to-build-a-smaller-docker-image-76779e18d48a: + title: 'medium: How to build a smaller Docker image' + year: N/A + stars: 0 + description: '' +https://itsopensource.com/how-to-reduce-node-docker-image-size-by-ten-times: + title: 'itsopensource.com: How to Reduce Node Docker Image Size by 10X' + year: N/A + stars: 0 + description: '' +https://blog.bitsrc.io/best-practices-for-writing-a-dockerfile-68893706c3: + title: 'blog.bitsrc.io: Best Practices for Writing a Dockerfile' + year: N/A + stars: 0 + description: '' +https://sequoia.makes.software/reducing-docker-image-size-particularly-for-kubernetes-environments: + title: 'sequoia.makes.software: Reducing Docker Image Size (Particularly for Kubernetes + Environments) 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/building-docker-images-the-proper-way-3c9807524582: + title: 'itnext.io: Building Docker Images The Proper Way 🌟' + year: N/A + stars: 0 + description: '' +https://www.returngis.net/2021/08/reduce-el-tamano-de-tus-imagenes-con-dockerfiles-multi-stage: + title: 'returngis.net: Reduce el tamaΓ±o de tus imΓ‘genes con Dockerfiles multi-stage' + year: N/A + stars: 0 + description: '' +https://www.slim.ai: + title: ==slim.ai== + year: N/A + stars: 0 + description: '' +https://www.slim.ai/blog/automatically-reduce-docker-container-size-using-dockerslim.html: + title: 'slim.ai: Automatically reduce Docker container size using DockerSlim' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=1o14tIEhZL0: + title: 'youtube: The need for Slim Docker Container Images with @DockerSlim & Slim.AI' + year: N/A + stars: 0 + description: '' +https://www.slim.ai/docs/docker-desktop-extension.html: + title: '==slim.ai: Slim Docker Extension== 🌟' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/blog/smaller-docker-images: + title: 'learnk8s.io: 3 simple tricks for smaller Docker images 🌟' + year: N/A + stars: 0 + description: '' +https://contains.dev/blog/optimizing-docker-image-size: + title: 'contains.dev: Optimizing Docker image size and why it matters' + year: N/A + stars: 0 + description: '' +http://jpetazzo.github.io/2021/11/30/docker-build-container-images-antipatterns: + title: '==jpetazzo.github.io: Anti-Patterns When Building Container Images==' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2022/01/17/reduce-size-container-images-dockerslim: + title: 'developers.redhat.com: Reduce the size of container images with DockerSlim' + year: N/A + stars: 0 + description: '' +https://www.docker.com/blog/reduce-your-image-size-with-the-dive-in-docker-extension: + title: 'docker.com: Reduce Your Image Size with the Dive-In Docker Extension' + year: N/A + stars: 0 + description: '' +https://medium.com/vantageai/how-to-make-your-python-docker-images-secure-fast-small-b3a6870373a0: + title: '==medium.com/vantageai: How to make your Python Docker images secure, fast + & small== 🌟' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/devops-in-k8s-write-dockerfile-efficiently-37eaedf87163: + title: 'blog.devgenius.io: DevOps in K8s β€” Write Dockerfile Efficiently 🌟' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2023/11/07/slim-docker-images-for-java: + title: 'piotrminkowski.com: Slim Docker Images for Java' + year: N/A + stars: 0 + description: '' +https://bhupesh.me/publishing-my-first-ever-dockerfile-optimization-ugit: + title: 'bhupesh.me: How I reduced the size of my very first published docker image + by 40% - A lesson in dockerizing shell scripts 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@RoussiAbel/optimizing-java-base-docker-images-size-from-674mb-to-58mb-c1b7c911f622: + title: 'medium.com/@RoussiAbel: Optimizing java base docker images size from 674Mb + to 58Mb' + year: N/A + stars: 0 + description: '' +https://www.nrmitchi.com/2020/10/one-simple-trick-for-building-images-faster/?utm_sq=gkugwn5n5s: + title: 'nrmitchi.com: One Simple Trick for Building Images Faster 🌟' + year: N/A + stars: 0 + description: '' +https://pythonspeed.com/articles/docker-buildkit: + title: 'pythonspeed.com: Docker BuildKit: faster builds, new features, and now it’s + stable' + year: N/A + stars: 0 + description: '' +https://pauldally.medium.com/structuring-dockerfiles-for-productivity-2681de4815a4: + title: 'pauldally.medium.com: Structuring Dockerfiles For Productivity' + year: N/A + stars: 0 + description: '' +https://blog.inedo.com/top-50-docker-tools: + title: Top 50 Docker Tools + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2020/07/docker-ecs-plugin: + title: 'docker-ecs-plugin: Docker Releases Plugin for Simplified Deployments into + AWS ECS and Fargate' + year: N/A + stars: 0 + description: '' +https://github.com/wagoodman/dive: + title: dive 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/bcicen/ctop: + title: ctop 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/sherifabdlnaby/phpdocker: + title: phpdocker + year: N/A + stars: 0 + description: '' +https://dev.to/kooldev/use-kool-to-dockerize-your-local-development-environment-the-right-way-18gl: + title: 'dev.to: Use Kool to Dockerize Your Local Development Environment the Right + Way' + year: N/A + stars: 0 + description: '' +https://sematext.com/docker: + title: 'sematext: Monitor Docker Metrics & Logs 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/stepchowfun/docuum: + title: 'stepchowfun/docuum: Docuum: LRU eviction of Docker images 🌟' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/15158/10-tools-that-complement-docker: + title: 'cloudsavvyit.com: 10 Tools That Complement Docker' + year: N/A + stars: 0 + description: '' +https://github.com/cybersecsi/RAUDI: + title: ==cybersecsi/RAUDI== + year: N/A + stars: 0 + description: '' +https://github.com/grosser/preoomkiller: + title: grosser/preoomkiller + year: N/A + stars: 0 + description: '' +https://github.com/ory/dockertest: + title: ==ory/dockertest== + year: N/A + stars: 0 + description: '' +https://github.com/hadolint/hadolint: + title: '==hadolint/hadolint: Haskell Dockerfile Linter==' + year: N/A + stars: 0 + description: '' +https://ttl.sh: + title: '==ttl.sh: Anonymous & ephemeral Docker image registry 🌟==' + year: N/A + stars: 0 + description: '' +https://github.com/ktock/buildg: + title: '==buildg: Interactive debugger for Dockerfile== 🌟' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2022/09/debug-dockerfiles-buildg: + title: 'infoq.com: Debugging Large and Complex Dockerfiles Gets Easier with Buildg' + year: N/A + stars: 0 + description: '' +https://github.com/google/go-containerregistry: + title: ==github.com/google/go-containerregistry== 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/jesseduffield/lazydocker: + title: ==jesseduffield/lazydocker== + year: N/A + stars: 0 + description: '' +https://www.docker.com/blog/telepresence-for-docker: + title: '==docker.com: Docker and Ambassador Labs Announce Telepresence for Docker, + Improving the Kubernetes Development Experience== 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/containrrr/watchtower: + title: github.com/containrrr/watchtower + year: N/A + stars: 0 + description: '' +https://www.docker.com/blog/creating-the-best-linux-development-experience-on-windows-wsl-2: + title: Creating the best Linux Development experience on Windows & WSL 2 + year: N/A + stars: 0 + description: '' +https://andrewlock.net/installing-docker-desktop-for-windows: + title: 'andrewlock.net: Installing Docker Desktop for Windows and WSL 2' + year: N/A + stars: 0 + description: '' +https://medium.com/@adeelsubhan25/how-to-setup-and-build-docker-images-on-windows-baf252152aca: + title: 'medium.com/@adeelsubhan25: How to setup and build Docker Images on Windows' + year: N/A + stars: 0 + description: '' +? https://www.freecodecamp.org/news/a-beginners-guide-to-docker-how-to-create-a-client-server-side-with-docker-compose-12c8cf0ae0aa +: title: 'freecodecamp.org: a beginners guide to docker - how to create a client server + side with docker compose' + year: N/A + stars: 0 + description: '' +https://www.docker.com/blog/announcing-the-compose-specification: + title: 'docker.com: Announcing the Compose Specification 🌟' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3536573/dockers-compose-specification-is-now-an-open-standard.html: + title: 'infoworld.com: Docker''s Compose specification is now an open standard' + year: N/A + stars: 0 + description: '' +https://www.theregister.co.uk/2020/04/08/docker_opens_up_compose_specification: + title: 'theregister.co.uk: Compose yourselves – Docker has published multi-container + app spec, needs contributors to help maintain and develop it' + year: N/A + stars: 0 + description: '' +https://nuxx.io: + title: Visual docker-compose.yml file generator 🌟 + year: N/A + stars: 0 + description: '' +https://medium.com/clarusway/how-can-we-easily-and-visually-explain-the-docker-compose-53df77e9f046: + title: 'medium: How can we easily and visually explain the Docker Compose 🌟' + year: N/A + stars: 0 + description: '' +https://www.docker.com/blog/docker-compose-for-amazon-ecs-now-available: + title: 'docker.com: Docker Compose for Amazon ECS Now Available' + year: N/A + stars: 0 + description: '' +https://geshan.com.np/blog/2021/12/docker-postgres: + title: '==geshan.com.np: Postgres with Docker and Docker compose a step-by-step + guide for beginners==' + year: N/A + stars: 0 + description: '' +https://codesolid.com/how-to-use-docker-with-python: + title: '==codesolid.com: How To Use Docker and Docker Compose With Python==' + year: N/A + stars: 0 + description: '' +https://releasehub.com/blog/6-docker-compose-best-practices-for-dev-and-prod: + title: 'releasehub.com: 6 Docker Compose Best Practices for Dev and Prod' + year: N/A + stars: 0 + description: '' +http://crunchtools.com/moving-linux-services-to-containers: + title: 'crunchtools.com: A Hacker’s Guide to Moving Linux Services into Containers. + Epic 15 page blog post showing people how to move Wordpress (php), Mediawiki (php), + and Request Tracker (perl) into containers' + year: N/A + stars: 0 + description: '' +https://medium.com/@sebagomez/windows-containers-personal-cheat-sheet-95c1c4d6bdf5: + title: 'medium: Windows Containers (personal) cheat sheet' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/itops-talk-blog/iis-central-certificate-store-and-windows-containers/ba-p/4181509: + title: 'techcommunity.microsoft.com: IIS Central Certificate Store and Windows containers' + year: N/A + stars: 0 + description: '' +https://www.portainer.io: + title: Portainer 🌟 + year: N/A + stars: 0 + description: '' +https://www.portainer.io/products/community-edition: + title: Portainer Community Edition + year: N/A + stars: 0 + description: '' +https://thenewstack.io/deploy-a-persistent-kubernetes-application-with-portainer: + title: 'thenewstack.io: Deploy a Persistent Kubernetes Application with Portainer' + year: N/A + stars: 0 + description: '' +http://crunchtools.com/comparison-linux-container-images: + title: 'crunchtools.com: A Comparison of Linux Container Images' + year: N/A + stars: 0 + description: '' +https://kubedex.com/base-images: + title: 'kubedex.com: Base images comparison' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/03/24/red-hat-universal-base-images-for-docker-users: + title: 'developers.redhat.com: Red Hat Universal Base Images for Docker users' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/books/red-hat-universal-base-images-ubi: + title: 'developers.redhat.com: book: Red Hat Universal Base Images (UBI)' + year: N/A + stars: 0 + description: '' +https://hub.docker.com/u/redhat: + title: 'Red Hat Universal Base Images - hub.docker.com/u/redhat: UBI 8 standard, + minimal, micro, and init from DockerHub 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/05/25/red-hat-universal-base-image-and-docker-hub-why-should-developers-care: + title: 'developers.redhat.com: Red Hat Universal Base Image and Docker Hub: Why + should developers care?' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/about/press-releases/red-hat-brings-red-hat-universal-base-image-docker-hub: + title: 'redhat.com: Red Hat Brings Red Hat Universal Base Image to Docker Hub' + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com/community/tags/docker: + title: 'Digital Ocean: Docker Tutorials' + year: N/A + stars: 0 + description: '' +https://buildpacks.io: + title: 'buildpacks.io: Cloud Native Buildpacks 🌟' + year: N/A + stars: 0 + description: '' +https://www.altoros.com/blog/streamlining-the-creation-of-docker-images-with-cloud-native-buildpacks: + title: 'altoros.com: Streamlining the Creation of Docker Images with Cloud Native + Buildpacks' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/container-images-the-easy-way-with-cloud-native-buildpacks: + title: 'thenewstack.io: Container Images the Easy Way with Cloud Native Buildpacks' + year: N/A + stars: 0 + description: '' +? https://dev.to/pmbanugo/goodbye-dockerfiles-build-secure-optimised-nodejs-container-images-with-cloud-native-buildpacks-489p +: title: 'dev.to/pmbanugo: Goodbye Dockerfiles: Build Secure & Optimised Node.js Container + Images with Cloud Native Buildpacks' + year: N/A + stars: 0 + description: '' +https://medium.com/nttlabs/nerdctl-359311b32d0e: + title: 'medium: nerdctl: Docker-compatible CLI for contaiNERD' + year: N/A + stars: 0 + description: '' +https://jfrog.com/knowledge-base/the-basics-7-alternatives-to-docker-all-in-one-solutions-and-standalone-container-tools: + title: 'jfrog.com: THE BASICS: 7 Alternatives to Docker: All-in-One Solutions and + Standalone Container Tools 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/containerd/nerdctl: + title: nerdctl 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/genuinetools/img: + title: img + year: N/A + stars: 0 + description: '' +https://github.com/GoogleContainerTools/jib: + title: jib + year: N/A + stars: 0 + description: '' +https://github.com/GoogleContainerTools/kaniko: + title: kaniko + year: N/A + stars: 0 + description: '' +https://docs.docker.com/develop/develop-images/build_enhancements: + title: buildkit + year: N/A + stars: 0 + description: '' +https://blog.logrocket.com/top-docker-alternatives-2022: + title: '==blog.logrocket.com: Top Docker alternatives for 2022==' + year: N/A + stars: 0 + description: '' +https://itnext.io/replace-docker-desktop-with-lima-88ec6f9d6a19: + title: 'itnext.io: Replace Docker Desktop with lima' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/alternatives-to-docker-desktop: + title: 'dzone: Alternatives to Docker Desktop' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/docker-alternatives-10-alternatives-to-docker-for: + title: 'dzone: Docker Alternatives: 10 Alternatives to Docker for Your SaaS Application' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/.NET: + title: 'wikipedia.org: .NET' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/apps-on-azure/full-stack-net-6-apps-with-blazor-webassembly-and-azure-static/ba-p/2933428 +: title: 'techcommunity.microsoft.com: Full-stack .NET 6 Apps with Blazor WebAssembly + and Azure Static Web Apps' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2021/03/16/three-ways-to-containerize-net-applications-on-red-hat-openshift: + title: 'developers.redhat.com: Three ways to containerize .NET applications on Red + Hat OpenShift' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/11/15/net-60-now-available-rhel-and-openshift: + title: 'developers.redhat.com: .NET 6 now available for RHEL and OpenShift' + year: N/A + stars: 0 + description: '' +https://www.telerik.com/blogs/your-first-microservice-dotnet-6: + title: 'telerik.com: Your First Microservice in .NET 6' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/dotnet/architecture/microservices: + title: 'docs.microsoft.com: .NET Microservices: Architecture for Containerized .NET + Applications' + year: N/A + stars: 0 + description: '' +https://stackify.com/who-will-dominate-in-the-future-net-or-java: + title: 'stackify.com: Who will Dominate in the future: .Net or Java?' + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/dotnet/announcing-rate-limiting-for-dotnet: + title: 'devblogs.microsoft.com: Announcing Rate Limiting for .NET' + year: N/A + stars: 0 + description: '' +https://blog.jetbrains.com/dotnet/2021/07/19/getting-started-with-asp-net-core-and-grpc: + title: 'blog.jetbrains.com: Getting Started with ASP.NET Core and gRPC' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/building-a-restful-service-using-aspnet-core-and-d: + title: 'dzone: Building a RESTful Service Using ASP.NET Core and dotConnect for + PostgreSQL' + year: N/A + stars: 0 + description: '' +https://enlear.academy/repository-pattern-and-unit-of-work-with-asp-net-core-web-api-6802e1aa4f78: + title: 'enlear.academy: Repository Pattern and Unit of Work with ASP.NET Core Web + API' + year: N/A + stars: 0 + description: '' +https://itnext.io/how-to-build-an-event-driven-asp-net-core-microservice-architecture-e0ef2976f33f: + title: 'itnext.io: How to Build an Event-Driven ASP.NET Core Microservice Architecture' + year: N/A + stars: 0 + description: '' +https://github.com/NuGet/docs.microsoft.com-nuget/blob/main/docs/reference/nuspec.md: + title: 'NuGet/docs.microsoft.com-nuget: nuspec' + year: N/A + stars: 0 + description: '' +https://gist.github.com/andykuszyk/a5ee80ae263e77f651bed878c1deb03b: + title: 'gist.github.com: Creating and Publishing NuGet Packages' + year: N/A + stars: 0 + description: '' +https://khalidabuhakmeh.com/a-dotnet-five-guide-from-idea-to-nuget-package: + title: 'khalidabuhakmeh.com: A .NET 5.0 Guide: From Idea To NuGet Package' + year: N/A + stars: 0 + description: '' +https://www.syncfusion.com/blogs/post/10-best-c-nuget-packages-to-improve-your-productivity-in-2022.aspx: + title: 'syncfusion.com: 10 Best C# NuGet Packages to Improve Your Productivity in + 2022' + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/nuget/introducing-compatible-frameworks-on-nuget-org: + title: 'devblogs.microsoft.com: Introducing Compatible Packages on NuGet.org' + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/dotnet/devops-for-dotnet-maui: + title: 'devblogs.microsoft.com: Getting Started with DevOps and .NET MAUI' + year: N/A + stars: 0 + description: '' +https://github.com/App-vNext/Polly: + title: App-vNext/Polly + year: N/A + stars: 0 + description: '' +? https://medium.com/aspnetrun/microservices-resilience-and-fault-tolerance-with-applying-retry-and-circuit-breaker-patterns-c32e518db990 +: title: 'medium: Microservices Resilience and Fault Tolerance with applying Retry + and Circuit-Breaker patterns using Polly' + year: N/A + stars: 0 + description: '' +https://procodeguide.com/programming/polly-in-aspnet-core: + title: 'procodeguide.com: Build Resilient Microservices (Web API) using Polly in + ASP.NET Core' + year: N/A + stars: 0 + description: '' +https://www.paradigm.net.co: + title: Paradigm framework + year: N/A + stars: 0 + description: '' +https://jasperfx.github.io/oakton: + title: Oakton + year: N/A + stars: 0 + description: '' +https://jasperfx.github.io/lamar: + title: Lamar + year: N/A + stars: 0 + description: '' +https://jeremydmiller.com/2021/10/12/self-diagnosing-deployments-with-oakton-and-lamar: + title: 'jeremydmiller.com: Self Diagnosing Deployments with Oakton and Lamar' + year: N/A + stars: 0 + description: '' +https://www.dotnetcurry.com/aspnet-core/kubernetes-for-developers: + title: 'dotnetcurry.com: Kubernetes for ASP.NET Core Developers – Introduction, + Architecture, Hands-On' + year: N/A + stars: 0 + description: '' +https://andrewlock.net/series/deploying-asp-net-core-applications-to-kubernetes: + title: 'andrewlock.net: Series: Deploying ASP.NET Core applications to Kubernetes + with Helm 🌟' + year: N/A + stars: 0 + description: '' +https://www.katacoda.com: + title: katacoda.com + year: N/A + stars: 0 + description: '' +https://learn.openshift.com: + title: learn.openshift.com + year: N/A + stars: 0 + description: '' +https://www.tutorialspoint.com/openshift: + title: tutorialspoint.com/openshift + year: N/A + stars: 0 + description: '' +https://e-learning.zeef.com/tracy.parish: + title: 'zeef.com: e-learning' + year: N/A + stars: 0 + description: '' +https://www.udemy.com: + title: Udemy.com + year: N/A + stars: 0 + description: '' +https://www.whizlabs.com: + title: Whizlabs + year: N/A + stars: 0 + description: '' +https://www.lynda.com: + title: Lynda.com Linkedin Learning + year: N/A + stars: 0 + description: '' +https://www.edx.org: + title: edx.org + year: N/A + stars: 0 + description: '' +https://www.coursera.org: + title: Coursera.org + year: N/A + stars: 0 + description: '' +https://www.codecademy.com: + title: codecademy.com + year: N/A + stars: 0 + description: '' +https://eu.udacity.com: + title: Udacity.com + year: N/A + stars: 0 + description: '' +https://www.guru99.com: + title: guru99.com + year: N/A + stars: 0 + description: '' +http://www.tutorialspoint.com: + title: tutorialspoint.com + year: N/A + stars: 0 + description: '' +https://typing.io: + title: 'typing.io: Typing Practice for Programmers' + year: N/A + stars: 0 + description: '' +http://www.vogella.com/tutorials: + title: vogella.com + year: N/A + stars: 0 + description: '' +https://training.linuxfoundation.org/resources: + title: The Linux Foundation Training + year: N/A + stars: 0 + description: '' +https://www.khanacademy.org: + title: khanacademy.org + year: N/A + stars: 0 + description: '' +https://codely.tv: + title: codely.tv + year: N/A + stars: 0 + description: '' +https://ine.com: + title: ine.com + year: N/A + stars: 0 + description: '' +https://edu.gcfglobal.org/en: + title: GCF LearnFree.org + year: N/A + stars: 0 + description: '' +https://wiki.bash-hackers.org: + title: wiki.bash-hackers.org + year: N/A + stars: 0 + description: '' +https://sqlpd.com: + title: SQL Police Department + year: N/A + stars: 0 + description: '' +https://techstudyslack.com: + title: techstudyslack.com + year: N/A + stars: 0 + description: '' +https://kube.academy: + title: kube.academy + year: N/A + stars: 0 + description: '' +https://www.codewars.com: + title: codewars.com + year: N/A + stars: 0 + description: '' +https://riptutorial.com: + title: riptutorial.com 🌟 + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/hashicorp-learning-resources-reference-guide: + title: 'hashicorp.com: HashiCorp Learning Resources Reference Guide 🌟' + year: N/A + stars: 0 + description: '' +https://pll.harvard.edu/course/cs50-introduction-computer-science: + title: 'harvard.edu: CS50: Introduction to Computer Science (free)' + year: N/A + stars: 0 + description: '' +https://www.learnitguide.net: + title: ==learnitguide.net== 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/techiescamp/devops-projects: + title: ==techiescamp/devops-projects==:Real-World DevOps Projects For Learning + year: N/A + stars: 0 + description: '' +https://medium.com/javarevisited/10-best-java-microservices-courses-with-spring-boot-and-spring-cloud-6d04556bdfed: + title: 'medium.com/javarevisited: 11 Best Java Microservices Courses with Spring + Boot and Spring Cloud in 2022' + year: N/A + stars: 0 + description: '' +https://www.udemy.com/course/microservices-architecture-the-complete-guide: + title: 'udemy.com: Microservices Architecture - The Complete Guide' + year: N/A + stars: 0 + description: '' +https://www.udemy.com/course/microservices-with-spring-boot-and-spring-cloud: + title: 'udemy.com: Master Microservices with Spring Boot and Spring Cloud' + year: N/A + stars: 0 + description: '' +https://www.educative.io/courses/introduction-microservice-principles-concepts: + title: 'educative.io: An Introduction to Microservice Principles and Concepts' + year: N/A + stars: 0 + description: '' +https://www.coursera.org/learn/google-cloud-java-spring: + title: 'coursera.org: Building Scalable Java Microservices with Spring Boot and + Spring Cloud' + year: N/A + stars: 0 + description: '' +http://open-bootcamp.com: + title: open-bootcamp.com + year: N/A + stars: 0 + description: '' +https://code.joejag.com/2021/i-am-aws-certified-should-you-trust-me.html: + title: I'm AWS certified? Should you trust me? + year: N/A + stars: 0 + description: '' +https://homebusinessmag.com/businesses/success-tips/certificates-alone-wont-get-hired-need-certifications-plus: + title: 'homebusinessmag.com: Certificates Alone Won’t Get You Hired, You Need Certifications + β€œPlus”!' + year: N/A + stars: 0 + description: '' +https://www.jamesmichaelhickey.com/microservices-architecture: + title: Should I Use A Microservices Architecture? What about the UI? 🌟 + year: N/A + stars: 0 + description: '' +https://medium.com/@ebin/stop-you-dont-need-microservices-dc732d70b3e0: + title: 'medium.com: STOP!! You don’t need Microservices' + year: N/A + stars: 0 + description: '' +https://medium.com/faun/your-team-might-not-need-kubernetes-57240e8d554a: + title: 'medium.com: Your team might not need Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.cybercoders.com/insights/what-hiring-managers-look-for-in-a-full-stack-developer: + title: 'cybercoders.com: What Hiring Managers look for in a Full Stack Developer' + year: N/A + stars: 0 + description: '' +https://www.nginx.com/blog/introduction-to-microservices: + title: 'nginx.com: Introduction to Microservices 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/programming-styles-spring-boot-vis-a-vis-with-ecli: + title: 'Dzone: Programming Styles Compared: Spring Framework vis-a-vis Eclipse MicroProfile + 🌟🌟' + year: N/A + stars: 0 + description: '' +https://shekhargulati.com/2018/08/01/week-1-service-discovery-for-modern-distributed-applications: + title: 'shekhargulati.com: Service Discovery for Modern Distributed Applications' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/pitfalls-patterns-microservice-dependency-management: + title: 'infoq.com: Pitfalls and Patterns in Microservice Dependency Management' + year: N/A + stars: 0 + description: '' +https://dev.to/majidqafouri/microservice-roadmap-4mci: + title: 'dev.to: Microservice Roadmap' + year: N/A + stars: 0 + description: '' +https://www.clickittech.com/devops/microservices-vs-monolith: + title: 'clickittech.com: Microservices vs Monolith 🌟' + year: N/A + stars: 0 + description: '' +? https://betterprogramming.pub/domain-partitions-how-to-find-a-healthy-balance-between-microservices-and-monoliths-2cd74206559 +: title: 'betterprogramming.pub: Domain Partitions: How To Find a Healthy Balance + Between Microservices and Monoliths' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/microservices-align-the-pain-with-the-solution: + title: 'thenewstack.io: Microservices: Align the Pain with the Solution' + year: N/A + stars: 0 + description: '' +https://k21academy.com/docker-kubernetes/monolithic-vs-microservices: + title: 'k21academy.com: Monolithic vs Microservices – Difference, Advantages & Disadvantages' + year: N/A + stars: 0 + description: '' +https://medium.com/ibm-garage/its-time-to-stop-making-microservices-the-goal-of-modernization-71758b400287: + title: 'medium: It’s time to stop making β€œMicroservices” the goal of modernization' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/choosing-between-container-native-and-container-ready-storage: + title: 'thenewstack.io: Choosing Between Container-Native and Container-Ready Storage + 🌟' + year: N/A + stars: 0 + description: '' +https://blog.risingstack.com/designing-microservices-architecture-for-failure: + title: 'blog.risingstack.com: Designing a Microservices Architecture for Failure' + year: N/A + stars: 0 + description: '' +https://dev.to/tngeene/when-are-microservices-appropriate-g2n: + title: 'dev.to: When are microservices appropriate?' + year: N/A + stars: 0 + description: '' +? https://medium.com/design-microservices-architecture-with-patterns/when-to-use-and-when-not-to-use-microservices-no-silver-bullet-3ae293faf6d +: title: '==medium.com: When to Use and When NOT to Use Microservices: No Silver Bullet== + 🌟' + year: N/A + stars: 0 + description: '' +https://bit.ly/kubeappserver: + title: History of Microservices + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/04/08/why-kubernetes-native-instead-of-cloud-native: + title: 'developers.redhat.com: Why Kubernetes native instead of cloud native? 🌟' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/cloud-native-architecture-adoption-part1: + title: 'Adoption of Cloud-Native Architecture, Part 1: Architecture Evolution and + Maturity' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=Q6i0LK4vHsU: + title: 'From monolith to containers: How Verizon containerized legacy applications + on OpenShift 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/the-best-cloud-migration-approach-lift-and-shift-r: + title: 'dzone: The Best Cloud Migration Approach: Lift-And-Shift, Replatform, Or + Refactor?' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/10-commandments-on-microservice-decomposition: + title: 'dzone: 10 Commandments of Microservice Decomposition 🌟' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/business/what-is-lift-and-shift-cloud-migration: + title: 'acloudguru.com: What is lift and shift cloud migration?' + year: N/A + stars: 0 + description: '' +https://hazelcast.com/blog/architectural-patterns-for-caching-microservices: + title: '==hazelcast.com: Where Is My Cache? Architectural Patterns for Caching Microservices== + 🌟' + year: N/A + stars: 0 + description: '' +https://www.finops.org: + title: 'FinOps Foundation: FinOps.org' + year: N/A + stars: 0 + description: '' +https://medium.com/better-programming/devops-noops-finops-64e0df91bcb8: + title: 'medium: DevOps, NoOps, and Now FinOps?' + year: N/A + stars: 0 + description: '' +https://www.padok.fr/en/blog/finops-cloud: + title: 'padok.fr: FinOps, or the Culture of Cloud Cost Optimization' + year: N/A + stars: 0 + description: '' +? https://es.slideshare.net/AmazonWebServices/finops-a-culture-transformation-to-bring-devops-finance-and-the-business-together-sponsored-by-cloudability-aws-summit-sydney +: title: 'slideshare: FinOps: A Culture Transformation to Bring DevOps, Finance and + the Business Together - AWS Summit Sydney' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/blogs/enterprise-strategy/introducing-finops-excuse-me-devsecfinbizops: + title: 'aws.amazon.com: Introducing FinOpsβ€”Excuse Me, DevSecFinBizOps' + year: N/A + stars: 0 + description: '' +https://devops.com/finops-foundation-to-help-rein-in-cloud-costs: + title: 'devops.com: FinOps Foundation to Help Rein in Cloud Costs' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/every-devops-team-needs-finops-lead: + title: 'infoq.com: Why Every DevOps Team Needs A FinOps Lead' + year: N/A + stars: 0 + description: '' +? https://www.cncf.io/blog/2021/06/29/finops-for-kubernetes-insufficient-or-nonexistent-kubernetes-cost-monitoring-is-causing-overspend +: title: 'cncf.io: FinOps for Kubernetes: Insufficient – or nonexistent – Kubernetes + cost monitoring is causing overspend' + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/the-cost-of-managed-kubernetes-a-comparison: + title: 'loft.sh: The Cost of Managed Kubernetes - A Comparison 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/4-reasons-your-cloud-operations-need-a-finops-team: + title: 'thenewstack.io: 4 Reasons Your Cloud Operations Need a FinOps Team' + year: N/A + stars: 0 + description: '' +https://faun.pub/finops-introduction-origins-and-next-steps-bcdaa8b82417: + title: 'faun.pub: FinOps – introduction, origins and next steps' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/topics/cloud-first/key-metrics-to-measure-impact-of-cloud-finops: + title: 'cloud.google.com: 5 key metrics to measure Cloud FinOps impact in your organization + in 2022 and beyond' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/cloud-cost-management-for-devops: + title: 'thenewstack.io: Cloud Cost Management for DevOps' + year: N/A + stars: 0 + description: '' +https://www.zdnet.com/article/as-cloud-costs-spiral-upward-enterprises-turn-to-a-thing-called-finops: + title: 'zdnet.com: As cloud costs spiral upward, enterprises turn to a thing called + FinOps' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/tricks-for-cloud-cost-optimization: + title: 'thenewstack.io: Tricks for Cloud Cost Optimization | Pavan Belagatti' + year: N/A + stars: 0 + description: '' +https://venturebeat.com/datadecisionmakers/cloud-costs-are-unmanageable-its-time-we-standardize-billing: + title: 'venturebeat.com: Cloud costs are unmanageable: It’s time we standardize + billing' + year: N/A + stars: 0 + description: '' +https://medium.com/@pratzy99/adoption-of-finops-for-kubernetes-cost-optimization-6263bc7b3f57: + title: 'medium.com/@pratzy99: Adoption of FinOps for Kubernetes Cost Optimization + 🌟' + year: N/A + stars: 0 + description: '' +https://hystax.com/the-difference-between-cloud-cost-management-and-finops: + title: 'hystax.com: The difference between cloud cost management and FinOps' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3674048/are-we-experiencing-cloudflation.html: + title: 'infoworld.com: Are we experiencing cloudflation?' + year: N/A + stars: 0 + description: '' +https://edgebricks.com/why-public-clouds-get-so-expensive-over-time: + title: 'edgebricks.com: Why Public Clouds Get So Expensive Over Time 🌟' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/smb/four-principles-of-cloud-financial-management-small-and-medium-business-owners-need-to-know +: title: 'aws.amazon.com: Four Principles of Cloud Financial Management Small and + Medium Business Owners Need to Know' + year: N/A + stars: 0 + description: '' +https://logz.io/blog/finops-observability-monitoring-kubernetes-cost: + title: 'logz.io: FinOps Observability: Monitoring Kubernetes Cost' + year: N/A + stars: 0 + description: '' +https://medium.com/adeo-tech/how-to-save-money-fast-with-kubernetes-do-finops-3a9cafc9beba: + title: 'medium.com/adeo-tech: How to save money fast with Kubernetes β€” Do FinOps' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3695569/kubernetes-cost-management-for-the-real-world.html: + title: 'infoworld.com: Kubernetes cost management for the real world' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3688332/when-finops-costs-you-more-in-the-end.html: + title: 'infoworld.com: When finops costs you more in the end' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3696277/kubernetes-costs-less-but-less-than-what.html: + title: 'infoworld.com: Kubernetes costs less, but less than what?' + year: N/A + stars: 0 + description: '' +https://www.bitsand.cloud/posts/slashing-data-transfer-costs: + title: 'bitsand.cloud: Slashing Data Transfer Costs in AWS by 99%' + year: N/A + stars: 0 + description: '' +https://medium.com/@tarunbehal02/aws-cost-optimizations-my-learnings-fcdc14da1f58: + title: 'medium.com/@tarunbehal02: AWS Cost Optimizations : My Learnings' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/architecture/overview-of-data-transfer-costs-for-common-architectures: + title: 'aws.amazon.com/blogs/architecture: Overview of Data Transfer Costs for Common + Architectures' + year: N/A + stars: 0 + description: '' +https://blog.cloudtrooper.net/2026/01/16/which-azure-network-is-cheaper: + title: Which Azure Network is Cheaper? + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/blog/AzureInfrastructureBlog/building-a-finops-ready-azure-landing-zone-infrastructure-foundations-for-cost-o/4411706 +: title: 'Building a FinOps-Ready Azure Landing Zone: Infrastructure Foundations for + Cost Optimization' + year: N/A + stars: 0 + description: '' +https://build5nines.com/azure-functions-cost-considerations-and-optimization: + title: Azure Functions Cost Considerations and Optimization + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/blog/AzureNetworkingBlog/a-guide-to-azure-data-transfer-pricing/4374538: + title: A Guide to Azure Data Transfer Pricing + year: N/A + stars: 0 + description: '' +https://github.com/dolevshor/azure-finops-guide: + title: '==github.com/dolevshor/azure-finops-guide: The Azure FinOps Guide== 🌟' + year: N/A + stars: 0 + description: '' +https://info.microsoft.com/ww-landing-the-road-to-azure-cost-governance-e-book.html: + title: 'info.microsoft.com: The Road to Azure Cost Governance' + year: N/A + stars: 0 + description: '' +https://github.com/mivano/azure-cost-cli: + title: ==github.com/mivano/azure-cost-cli== + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/azure-savings-dashboard/ba-p/3816131: + title: '==techcommunity.microsoft.com: Azure Savings Dashboard== 🌟' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/view-kubernetes-costs: + title: 'https://learn.microsoft.com: View Kubernetes costs (AKS)' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-governance-and-management/azure-pricing-how-to-navigate-azure-pricing-options-and/ba-p/4166276 +: title: 'techcommunity.microsoft.com: Azure Pricing: How to navigate Azure pricing + options and resources 🌟' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-governance-and-management/azure-pricing-how-to-estimate-azure-project-costs/ba-p/4166297 +: title: 'techcommunity.microsoft.com: Azure Pricing: How to estimate Azure project + costs 🌟' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/finops-blog/identify-your-savings-potential-in-azure/ba-p/4131194: + title: 'techcommunity.microsoft.com: Identify your savings potential in Azure 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/armory/continuous-cost-optimization-for-kubernetes-4361045f0215: + title: 'medium.com/armory: Continuous Cost Optimization for Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/learnk8s/xlskubectl: + title: ==learnk8s/xlskubectl== + year: N/A + stars: 0 + description: '' +https://medium.com/empathyco/cloud-finops-part-4-kubernetes-cost-report-b4964be02dc3: + title: '==medium.com/empathyco: Cloud FinOps β€” Part 4: Kubernetes Cost Report==' + year: N/A + stars: 0 + description: '' +https://medium.com/@danielepolencic/reserved-cpu-and-memory-in-kubernetes-nodes-65aee1946afd: + title: '==medium.com/@danielepolencic: In Kubernetes, are there hidden costs to + running many cluster nodes?==' + year: N/A + stars: 0 + description: '' +https://medium.com/develeap/cutting-down-kubernetes-costs-cast-ai-vs-karpenter-20f6788b4c67: + title: 'medium.com/develeap: Cutting down Kubernetes Costs: Cast.ai vs. Karpenter' + year: N/A + stars: 0 + description: '' +https://engineering.razorpay.com/the-culture-of-cost-optimization-reducing-kubernetes-cost-by-300-000-32611cdd19d9: + title: 'engineering.razorpay.com: The Culture of Cost Optimization β€” Reducing Kubernetes + cost by $300,000' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3693050/5-steps-to-bringing-kubernetes-costs-in-line.html: + title: 'infoworld.com: 5 steps to bringing Kubernetes costs in line' + year: N/A + stars: 0 + description: '' +https://medium.com/@suleimanabualrob/kubernetes-cost-optimisation-9e81b76814f6: + title: 'medium.com/@suleimanabualrob: Kubernetes cost optimisation' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/grafana-wants-to-help-you-avoid-getting-dinged-by-kubernetes-costs: + title: 'thenewstack.io: Grafana Wants to Help You Avoid Getting Dinged by Kubernetes + Costs' + year: N/A + stars: 0 + description: '' +https://marketplace.atlassian.com/apps/1227641/license-manager-easily-track-your-software-licenses: + title: 'marketplace.atlassian.com: License Manager - Easily track your software + licenses' + year: N/A + stars: 0 + description: '' +https://dev.to/zenika/eks-10-tips-to-reduce-the-bill-up-to-90-on-aws-managed-kubernetes-clusters-epe: + title: 'dev.to: FinOps EKS: 10 tips to reduce the bill up to 90% on AWS managed + Kubernetes clusters' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/understanding-and-cost-optimizing-amazon-eks-control-plane-logs: + title: 'aws.amazon.com: Understanding and Cost Optimizing Amazon EKS Control Plane + Logs' + year: N/A + stars: 0 + description: '' +https://medium.com/compass-true-north/halving-kubernetes-compute-costs-with-vertical-pod-autoscaler-df658c043301: + title: 'medium.com/compass-true-north: Halving Kubernetes Compute Costs With Vertical + Pod Autoscaler' + year: N/A + stars: 0 + description: '' +https://www.replex.io: + title: replex.io + year: N/A + stars: 0 + description: '' +https://www.replex.io/blog/an-introduction-to-kubernetes-finops: + title: 'replex.io: An Introduction to Kubernetes FinOps' + year: N/A + stars: 0 + description: '' +https://t.co/y414rbxM7l: + title: 'Scale with Confidence Using Terraform: Better Cost Visibility, Stronger + Governance, and Less Operational Overhead' + year: N/A + stars: 0 + description: '' +https://github.com/cremich/cdk-bill-bot: + title: 'cremich/cdk-bill-bot: Welcome to Bill - the cost optimization bot' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/finout-gets-a-handle-on-kubernetes-costs: + title: 'thenewstack.io: Finout Gets a Handle on Kubernetes Costs' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/france-european-el-dorado-freelancing-quentin-debavelaere: + title: 'linkedin/pulse: Is France the European El Dorado for Freelancing?' + year: N/A + stars: 0 + description: '' +https://www.elconfidencial.com/tecnologia/2018-05-12/informatico-freelance-carnica-freelancer-yeeply_1562518: + title: ΒΏInformΓ‘tico explotado en una consultora? Las webs para β€˜freelances’ te salvarΓ‘n + la vida + year: N/A + stars: 0 + description: '' +? https://www.genbeta.com/web/siete-webs-explicadas-a-fondo-donde-encontrar-trabajo-freelance-autonomo-te-niegas-a-volver-a-oficina +: title: 'genbeta.com: Siete webs (explicadas a fondo) donde encontrar trabajo freelance + o autΓ³nomo por si te niegas a volver a la oficina' + year: N/A + stars: 0 + description: '' +? https://www.eleconomista.es/economia/noticias/11338080/07/21/Solo-el-13-de-autonomos-en-tarifa-plana-sobrevive-despues-de-24-meses.html +: title: 'eleconomista.es: Solo el 13% de autΓ³nomos en tarifa plana ''sobrevive'' + despuΓ©s de 24 meses' + year: N/A + stars: 0 + description: '' +https://calculadora.malt.es: + title: calculadora.malt.es + year: N/A + stars: 0 + description: '' +? https://www.eleconomista.es/actualidad/noticias/11361634/08/21/El-acceso-a-financiacion-una-barrera-casi-infranqueable-para-los-autonomos.html +: title: 'eleconomista.es: El acceso a financiaciΓ³n, una barrera (casi) infranqueable + para los autΓ³nomos' + year: N/A + stars: 0 + description: '' +? http://www.gestoresderiesgo.com/colaboradores/prohibicion-de-utilizar-programas-informaticos-que-permitan-llevar-una-doble-contabilidad-empresarial +: title: 'gestoresderiesgo.com: ProhibiciΓ³n de utilizar programas informΓ‘ticos que + permitan llevar una doble contabilidad empresarial' + year: N/A + stars: 0 + description: '' +? 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 +: title: 'eleconomista.es: Estas son las cuotas de los autΓ³nomos a la Seguridad Social + y los derechos que garantizan' + year: N/A + stars: 0 + description: '' +? 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 +: title: 'eleconomista.es: Estos son los gastos de los autΓ³nomos que no se pueden + deducir en el IVA' + year: N/A + stars: 0 + description: '' +? 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 +: title: 'eleconomista.es: La ayuda del SEPE a los autΓ³nomos: asΓ­ pueden cobrar el + paro a la vez que trabajan' + year: N/A + stars: 0 + description: '' +https://www.noticiastrabajo.es/como-deben-autonomos-retrasar-pago-intereses-creditos-ico: + title: 'noticiastrabajo.es: AsΓ­ pueden los autΓ³nomos retrasar el pago de los intereses + de los crΓ©ditos ICO' + year: N/A + stars: 0 + description: '' +? https://www.autonomosyemprendedor.es/articulo/tus-finanzas/autonomos-solo-deben-presentar-iva-octubre-mas-obligaciones-tributarias-mes/20210927125637025167.html +: title: 'autonomosyemprendedor.es: Los autΓ³nomos no sΓ³lo deben presentar el IVA en + octubre, hay mΓ‘s obligaciones tributarias este mes' + year: N/A + stars: 0 + description: '' +? https://www.xataka.com/pro/seguridad-social-crea-app-movil-para-gestionar-nueva-cuota-autonomos-permitira-cambiar-tramo-mensualmente-ingresos +: title: 'xataka.com: La Seguridad Social crea una app mΓ³vil para gestionar la nueva + cuota de autΓ³nomos: permitirΓ‘ cambiar de tramo mensualmente' + year: N/A + stars: 0 + description: '' +https://www.diariocordoba.com/cordoba-ciudad/2021/12/26/autonomo-espana-sigue-profesion-riesgo-61023753.html: + title: 'diariocordoba.com: Β«Ser autΓ³nomo en EspaΓ±a sigue siendo una profesiΓ³n de + riesgoΒ»' + year: N/A + stars: 0 + description: '' +https://blog.xolo.io/es/es-rentable-ser-aut%C3%B3nomo-en-espa%C3%B1a: + title: 'blog.xolo.io: ΒΏEs rentable ser autΓ³nomo en EspaΓ±a?' + year: N/A + stars: 0 + description: '' +https://marinaaisa.com/es/blog/contractor-eeuu-espana: + title: 'marinaaisa.com: Trabajar en remoto desde EspaΓ±a como ''contractor''' + year: N/A + stars: 0 + description: '' +https://www.billin.net/blog/como-ser-freelance: + title: 'billin.net: CΓ³mo ser freelance en EspaΓ±a en 2022' + year: N/A + stars: 0 + description: '' +https://cincodias.elpais.com/cincodias/2022/02/08/fortunas/1644336556_587972.html: + title: 'cincodias.elpais.com: El teletrabajo impulsa la oferta de β€˜freelance’' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=81VnO4puNkg: + title: 'youtube: Freelance vs Empleo como Programador | midulive' + year: N/A + stars: 0 + description: '' +https://acentocoop.es: + title: 'Acento: Cooperativa de freelance' + year: N/A + stars: 0 + description: '' +https://declarando.es: + title: declarando.es + year: N/A + stars: 0 + description: '' +https://www.malt.com: + title: malt 🌟 + year: N/A + stars: 0 + description: '' +https://upper.co: + title: upper 🌟 + year: N/A + stars: 0 + description: '' +https://www.upwork.com: + title: upwork 🌟 + year: N/A + stars: 0 + description: '' +https://www.freelancer.com: + title: freelancer 🌟 + year: N/A + stars: 0 + description: '' +https://www.yeeply.com: + title: yeeply 🌟 + year: N/A + stars: 0 + description: '' +https://www.codementor.io: + title: codementor + year: N/A + stars: 0 + description: '' +https://www.toptal.com: + title: toptal + year: N/A + stars: 0 + description: '' +https://www.fiverr.com: + title: fiverr + year: N/A + stars: 0 + description: '' +https://www.guru.com: + title: guru + year: N/A + stars: 0 + description: '' +https://www.truelancer.com: + title: truelancer + year: N/A + stars: 0 + description: '' +https://www.peopleperhour.com: + title: peopleperhour + year: N/A + stars: 0 + description: '' +https://www.crossover.com: + title: crossover + year: N/A + stars: 0 + description: '' +https://arc.dev: + title: arc - formerly codementor + year: N/A + stars: 0 + description: '' +https://www.scalablepath.com: + title: scalablepath + year: N/A + stars: 0 + description: '' +https://turing.com: + title: turing + year: N/A + stars: 0 + description: '' +https://www.asklorem.com: + title: lorem + year: N/A + stars: 0 + description: '' +https://soshace.com: + title: soshace + year: N/A + stars: 0 + description: '' +https://adevait.com: + title: adeva + year: N/A + stars: 0 + description: '' +https://speedlancer.com: + title: speedlancer + year: N/A + stars: 0 + description: '' +https://worksome.co.uk: + title: worksome + year: N/A + stars: 0 + description: '' +https://www.certace.com: + title: certace + year: N/A + stars: 0 + description: '' +https://www.hellobonsai.com: + title: hellobonsai + year: N/A + stars: 0 + description: '' +https://remote.one: + title: remoteone + year: N/A + stars: 0 + description: '' +https://www.bairesdev.com/join-us: + title: BairesDev + year: N/A + stars: 0 + description: '' +https://www.paystream.co.uk/umbrella/what-is-an-umbrella-company: + title: 'paystream.co.uk: What is an umbrella company?' + year: N/A + stars: 0 + description: '' +http://umbrellaselector.com/Spain: + title: umbrellaselector.com/Spain + year: N/A + stars: 0 + description: '' +https://freelance.es: + title: freelance.es + year: N/A + stars: 0 + description: '' +https://contractortaxation.com/contracting-in-spain: + title: contractortaxation.com/contracting-in-spain + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Git: + title: 'Wikipedia: Git' + year: N/A + stars: 0 + description: '' +https://git-scm.com: + title: Git + year: N/A + stars: 0 + description: '' +https://git-scm.com/book: + title: git-scm.com/book + year: N/A + stars: 0 + description: '' +https://devdocs.io/git: + title: devdocs.io/git/ + year: N/A + stars: 0 + description: '' +https://tutorialzine.com/2016/06/learn-git-in-30-minutes: + title: 'tutorialzine.com: Learn git in 30 minutes 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/gonedark/3-git-commands-i-use-every-day: + title: 3 Git Commands I Use Every Day + year: N/A + stars: 0 + description: '' +https://opensource.com/life/16/7/how-restore-older-file-versions-git: + title: 'opensource.com: How to restore older file versions in Git' + year: N/A + stars: 0 + description: '' +https://tychoish.com/post/9-awesome-git-tricks: + title: 9 awesome git tricks + year: N/A + stars: 0 + description: '' +https://github.com/dictcp/awesome-git: + title: Awesome Git 🌟 + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/top-20-git-commands-with-examples: + title: 'dzone.com: Top 20 git commands with examples 🌟' + year: N/A + stars: 0 + description: '' +https://ohshitgit.com: + title: Oh shit, git! + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/learn-git-basics: + title: 'freecodecamp.org: Learn Git Fundamentals – A Handbook on Day-to-Day Development + Tasks 🌟' + year: N/A + stars: 0 + description: '' +https://datree.io/blog/git-commit-message-conventions-for-readable-git-log: + title: How to Get More Out of Your Git Commit Message + year: N/A + stars: 0 + description: '' +https://datree.io/blog/useful-git-commands-list: + title: 10 useful Git commands you wish existed – and their alternatives + year: N/A + stars: 0 + description: '' +https://github.blog/2015-06-08-how-to-undo-almost-anything-with-git: + title: 'github.blog: How to undo (almost) anything with Git' + year: N/A + stars: 0 + description: '' +https://dev.to/milu_franz/git-explained-the-basics-igc: + title: 'dev.to: Git Explained - The Basics' + year: N/A + stars: 0 + description: '' +https://medium.com/javarevisited/7-best-courses-to-master-git-and-github-for-programmers-d671859a68b2: + title: 'medium: 7 Best Courses to Master Git and Github for Programmers' + year: N/A + stars: 0 + description: '' +https://medium.com/@atif.ramzan89/top-7-cloud-source-code-management-tools-features-and-pricing-plans-105f4eb88a3a: + title: 'medium: Top 7 Cloud Source Code Management Tools Features and Pricing Plans' + year: N/A + stars: 0 + description: '' +https://dev.to/g_abud/advanced-git-reference-1o9j: + title: 'dev.to: Git Concepts I Wish I Knew Years Ago 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/7/git-repos-best-practices: + title: 'opensource.com: 6 best practices for managing Git repos' + year: N/A + stars: 0 + description: '' +https://codeburst.io/debug-your-code-using-git-bisect-45db2983cc69: + title: 'codeburst.io: Debug your code using git bisect' + year: N/A + stars: 0 + description: '' +https://github.blog/2020-07-27-highlights-from-git-2-28: + title: 'github.blog: Highlights from Git 2.28' + year: N/A + stars: 0 + description: '' +https://codeburst.io/a-resource-for-all-things-git-b63d6626beca: + title: 'codeburst.io: A Resource for all Things Git' + year: N/A + stars: 0 + description: '' +https://stu2b50.dev/posts/things-you-wante9665: + title: Things You Want to Do in Git and How to Do Them + year: N/A + stars: 0 + description: '' +https://livecodestream.dev/post/2020-08-21-git-concepts-and-workflow-for-beginners: + title: 'livecodestream.dev: Git Concepts and Workflow for Beginners' + year: N/A + stars: 0 + description: '' +https://thenextweb.com/syndication/2020/09/02/a-beginners-guide-to-the-most-popular-git-commands: + title: 'thenextweb.com: A beginner’s guide to the most popular Git commands' + year: N/A + stars: 0 + description: '' +https://julien.danjou.info/stop-merging-your-pull-request-manually: + title: 'julien.danjou.info: Stop merging your pull requests manually 🌟' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2020/11/23/keep-git-history-clean-with-interactive-rebase: + title: 'gitlab.com: How to keep your Git history clean with interactive rebase' + year: N/A + stars: 0 + description: '' +https://www.gitkraken.com/learn/git/tutorials: + title: 'gitkraken.com: Git Tutorials: Instructional Training Videos 🌟' + year: N/A + stars: 0 + description: '' +https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations: + title: 'github.blog: Token authentication requirements for Git operations' + year: N/A + stars: 0 + description: '' +https://github.blog/2020-12-17-commits-are-snapshots-not-diffs: + title: 'github.blog: Commits are snapshots, not diffs' + year: N/A + stars: 0 + description: '' +https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone: + title: 'github.blog: Get up to speed with partial clone and shallow clone' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2020/03/13/partial-clone-for-massive-repositories: + title: 'about.gitlab.com: How Git Partial Clone lets you fetch only the large file + you need' + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/tutorial/devops-tutorial/git-tutorial: + title: 'intellipaat.com: Git Tutorial - Learn Git 🌟' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/how-to-handle-multiple-git-configurations-in-one-machine: + title: 'freecodecamp.org: How to Use Multiple Git Configs on One Computer 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/purveshshende2/git-for-beginners-3il6: + title: 'dev.to: Git for beginners' + year: N/A + stars: 0 + description: '' +https://blog.gitguardian.com/rewriting-git-history-cheatsheet: + title: 'blog.gitguardian.com: Rewriting your git history, removing files permanently + - cheatsheet & guide' + year: N/A + stars: 0 + description: '' +https://www.smashingmagazine.com/2021/02/getting-the-most-out-of-git: + title: 'smashingmagazine.com: Getting The Most Out Of Git' + year: N/A + stars: 0 + description: '' +? https://thenewstack.io/why-open-source-project-maintainers-are-reluctant-to-use-digital-signatures-two-factor-authentication +: title: 'thenewstack.io: Why Open Source Project Maintainers are Reluctant to use + Digital Signatures, Two-Factor Authentication' + year: N/A + stars: 0 + description: '' +https://www.geeksforgeeks.org/how-to-write-good-commit-messages-in-github: + title: 'geeksforgeeks.org: How to Write Good Commit Messages in GitHub?' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/what-is-git-learn-git-version-control: + title: 'freecodecamp.org: What is Git? A Beginner''s Guide to Git Version Control' + year: N/A + stars: 0 + description: '' +https://www.c-sharpcorner.com/article/20-git-commands-you-should-know: + title: 'c-sharpcorner.com: 0 Git Commands You Should Know' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/4/git-whatchanged: + title: 'opensource.com: Find what changed in a Git commit' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/practical-git-and-git-workflows: + title: 'freecodecamp.org: How to Use Git and Git Workflows – a Practical Guide' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2021/03/18/iteration-and-code-review: + title: 'about.gitlab.com: Why small merge requests are key to a great review 🌟' + year: N/A + stars: 0 + description: '' +https://www.honeybadger.io/blog/git-tricks: + title: 'honeybadger.io: Top Ten Git Tips & Tricks' + year: N/A + stars: 0 + description: '' +https://blog.balasundar.com/automate-git-operations-using-python: + title: 'blog.balasundar.com: Automate Git Operations Using Python' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/13-git-commands-to-know-in-order: + title: 'cloudbees.com: Git Commands: The 13 You Must Know, In Order 🌟' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/5-git-commands-to-know-before-your-first-tech-job-or-internship-1b5856313338: + title: 'levelup.gitconnected.com: 5 Git Commands to Know Before Your First Tech + Job or Internship' + year: N/A + stars: 0 + description: '' +https://dev.to/valeriavg/master-git-in-7-minutes-gai: + title: 'dev.to: Master Git in 7 minutes 🌟' + year: N/A + stars: 0 + description: '' +https://blog.greenroots.info/how-not-to-use-git-in-practice-ten-git-usages-you-should-know-to-avoid: + title: 'blog.greenroots.info: How NOT to use Git in Practice. Ten Git usages, you + should know to avoid' + year: N/A + stars: 0 + description: '' +https://livecodestream.dev/post/five-advanced-git-concepts-that-make-you-look-like-a-pro: + title: 'livecodestream.dev: Five Advanced Git Concepts that Make You Look Like a + Pro' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/git-pull-how-it-works-with-detailed-examples: + title: 'cloudbees.com: Git Pull: How It Works With Detailed Examples' + year: N/A + stars: 0 + description: '' +https://midu.dev/buenas-practicas-escribir-commits-git: + title: 'midu.dev: Buenas prΓ‘cticas para escribir commits en Git' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/git-push-an-in-depth-tutorial-with-examples: + title: 'cloudbees.com: Git Push: An In-Depth Tutorial With Examples' + year: N/A + stars: 0 + description: '' +? https://blog.annamcdougall.com/git-workflow-tutorial-start-using-git-today-with-basic-git-commands-ckdc1nvfs02zp66s1d4zydz47 +: title: 'blog.annamcdougall.com: Git Workflow Tutorial: Start Using Git TODAY with + Basic Git Commands' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/git-for-managing-small-projects: + title: 'thenewstack.io: Git for Managing Small Projects 🌟' + year: N/A + stars: 0 + description: '' +https://netflixtechblog.medium.com/improving-pull-request-confidence-for-the-netflix-tv-app-b85edb05eb65: + title: 'netflixtechblog.medium.com: Improving Pull Request Confidence for the Netflix + TV App' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/14036/how-to-use-git-hooks-for-commit-automation: + title: 'cloudsavvyit.com: How to Use Git Hooks For Commit Automation 🌟' + year: N/A + stars: 0 + description: '' +https://www.simplilearn.com/tutorials/git-tutorial/merge-conflicts-in-git: + title: 'simplilearn.com: How to Resolve Merge Conflicts in Git?' + year: N/A + stars: 0 + description: '' +https://blog.argoproj.io/5-new-git-commands-and-1-tip-youll-use-every-day-3c28e97c9321: + title: 'blog.argoproj.io: 5 new Git commands and 1 tip you’ll use every day' + year: N/A + stars: 0 + description: '' +https://dev.to/okimotomizuho/open-source-my-first-pull-request-1356: + title: 'dev.to: Open Source: My first Pull Request' + year: N/A + stars: 0 + description: '' +https://blog.testproject.io/2021/09/23/git-101-from-scratch-the-ultimate-guide-for-qas: + title: 'blog.testproject.io: Git 101 From Scratch: The Ultimate Guide for QAs 🌟' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/git-for-professionals: + title: '==freecodecamp.org: Git for Professionals – Free Version Control Course== + 🌟' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/a-git-cheatsheet-that-all-coders-need-bf8ad4d91576: + title: 'towardsdatascience.com: A Git cheatsheet that all coders need' + year: N/A + stars: 0 + description: '' +https://www.r-bloggers.com/2021/10/git-moving-from-master-to-main: + title: 'r-bloggers.com: Git: Moving from Master to Main' + year: N/A + stars: 0 + description: '' +https://css-tricks.com/creating-the-perfect-commit-in-git: + title: 'css-tricks.com: Advanced Git series. 1 Creating the Perfect Commit in Git' + year: N/A + stars: 0 + description: '' +https://css-tricks.com/branching-strategies-in-git: + title: 'css-tricks.com: Advanced Git series. 2 Branching Strategies in Git' + year: N/A + stars: 0 + description: '' +https://css-tricks.com/better-collaboration-with-pull-requests: + title: 'css-tricks.com: Advanced Git series. 3 Better Collaboration With Pull Requests' + year: N/A + stars: 0 + description: '' +https://css-tricks.com/merge-conflicts-what-they-are-and-how-to-deal-with-them: + title: 'css-tricks.com: Advanced Git series. 4 Merge Conflicts: What They Are and + How to Deal with Them​' + year: N/A + stars: 0 + description: '' +https://css-tricks.com/rebase-vs-merge-integrating-changes-in-git: + title: 'css-tricks.com: Advanced Git series. 5 Rebase vs. Merge: Integrating Changes + in Git' + year: N/A + stars: 0 + description: '' +https://css-tricks.com/interactive-rebase-clean-up-your-commit-history: + title: 'css-tricks.com: Advanced Git series. 6 Interactive Rebase: Clean up your + Commit History' + year: N/A + stars: 0 + description: '' +https://css-tricks.com/cherry-picking-commits-in-git: + title: 'css-tricks.com: Cherry-Picking Commits in Git' + year: N/A + stars: 0 + description: '' +https://css-tricks.com/using-the-reflog-to-restore-lost-commits: + title: 'css-tricks.com: Using the Reflog to Restore Lost Commits' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/git-reset-undo-changes: + title: 'cloudbees.com: Git Reset Clearly Explained: How to Undo Your Changes 🌟' + year: N/A + stars: 0 + description: '' +https://www.c-sharpcorner.com/article/top-15-git-commands-with-examples-for-every-developers: + title: 'c-sharpcorner.com: Top 15 Git Commands With Examples For Every DevelopersπŸ’ͺ' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/14822/should-you-use-https-or-ssh-for-git: + title: '==cloudsavvyit.com: Should You Use HTTPS or SSH For Git?== 🌟' + year: N/A + stars: 0 + description: '' +https://marklodato.github.io/visual-git-guide/index-en.html: + title: '==marklodato.github.io: A Visual Git Reference== 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/tahsinature/get-lazy-with-lazygit-4h37: + title: 'dev.to: Get lazy with lazygit' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/top-30-git-commands-you-should-know-to-master-git-cli-f04e041779bc: + title: 'levelup.gitconnected.com: Top 30 Git Commands You Should Know To Master + Git CLI' + year: N/A + stars: 0 + description: '' +https://medium.com/@swain.dennis1/forking-github-repository-with-git-and-vim-54288dff3801: + title: 'medium: Forking GitHub Repository with Git and VIM | Swain Dennis' + year: N/A + stars: 0 + description: '' +https://dev.to/yenyih/10-useful-git-tips-to-improve-your-workflow-kf1: + title: '==dev.to: 10 useful Git tips to improve your workflow== 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/render/git-organized-a-better-git-flow-56go: + title: 'dev.to: Git Organized: A Better Git Flow' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/how-to-filter-the-git-logs-2dcebf3d12: + title: 'betterprogramming.pub: How to Filter the Git Logs' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/development-introduction-to-git-logging: + title: 'thenewstack.io: Development: Introduction to Git Logging' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/git-config-how-to-configure-git-settings: + title: 'freecodecamp.org: git config – How to Configure Git Settings to Improve + Your Development Workflow' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/git-undo-merge-how-to-revert-the-last-merge-commit-in-git: + title: 'freecodecamp.org: Git Undo Merge – How to Revert the Last Merge Commit in + Git' + year: N/A + stars: 0 + description: '' +https://devconnected.com/how-to-delete-file-on-git: + title: 'devconnected.com: How To Delete File on Git' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3654955/what-is-git-version-control-for-collaborative-programming.html: + title: 'infoworld.com: What is Git? Version control for collaborative programming' + year: N/A + stars: 0 + description: '' +https://dev.to/github/how-do-i-resolve-merge-conflicts-5438: + title: '==dev.to: How Do I Resolve Merge Conflicts?==' + year: N/A + stars: 0 + description: '' +https://dev.to/github/how-to-undo-pushed-commits-with-git-2pe6: + title: '==dev.to: How to Undo Pushed Commits with Git==' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/22/4/git-push: + title: 'opensource.com: My guide to using the Git push command safely' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/22/4/customize-git-subcommands: + title: 'opensource.com: Make your own Git subcommands' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/2-use-cases-of-python-pre-commit-hooks-to-tidy-up-your-git-repositories-8d86c9c4f06b: + title: 'betterprogramming.pub: 2 Use Cases of Python Pre-commit Hooks to Tidy Up + Your Git Repositories' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/recovering-from-common-git-errors-eccda7ec6180: + title: '==betterprogramming.pub: Recovering From Common Git Errors==' + year: N/A + stars: 0 + description: '' +https://github.blog/2022-06-29-improve-git-monorepo-performance-with-a-file-system-monitor: + title: 'github.blog: Improve Git monorepo performance with a file system monitor + 🌟' + year: N/A + stars: 0 + description: '' +https://www.java67.com/2022/07/10-best-free-git-courses-and-tutorials.html: + title: 'java67.com: Top 10 Free Git Courses and Tutorials for Beginners in 2022 + - Best of Lot' + year: N/A + stars: 0 + description: '' +https://medium.com/@ladoui.bilal/10-git-commands-should-every-devops-should-know-6ae07f5e1989: + title: '==medium.com/@ladoui.bilal: 10 Git commands every DevOps should know== 🌟' + year: N/A + stars: 0 + description: '' +https://polarsquad.com/blog/stop-doing-pull-requests: + title: 'polarsquad.com: Stop doing pull requests' + year: N/A + stars: 0 + description: '' +https://medium.com/@datosh18/gitsign-in-remote-environments-6f40f47d289f: + title: 'medium.com/@datosh18: Gitsign in remote environments' + year: N/A + stars: 0 + description: '' +https://medium.com/qe-unit/how-google-does-monorepo-revisited-8c793be20344: + title: 'medium.com/qe-unit: How Google Does Monorepo (Revisited)' + year: N/A + stars: 0 + description: '' +https://dev.to/samuelfaure/how-atomic-git-commits-dramatically-increased-my-productivity-and-will-increase-yours-too-4a84: + title: 'dev.to: How atomic Git commits dramatically increased my productivity - + and will increase yours too 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/leandronsp/git-fundamentals-a-complete-guide-do7: + title: '==dev.to: Git fundamentals, a complete guide | Leandro ProenΓ§a== 🌟🌟' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/undo-git-add-how-to-remove-added-files-in-git: + title: 'freecodecamp.org: Undo Git Add – How to Remove Added Files in Git 🌟' + year: N/A + stars: 0 + description: '' +https://realpython.com/advanced-git-for-pythonistas: + title: '==realpython.com: Advanced Git Tips for Python Developers== 🌟' + year: N/A + stars: 0 + description: '' +https://cloud-and-devops.hashnode.dev/git-007-learn-advanced-git-topics-like-a-pro: + title: 'cloud-and-devops.hashnode.dev: Git 007 : Learn Advanced GIT topics like + a Pro' + year: N/A + stars: 0 + description: '' +https://build5nines.com/git-reset-undo-most-recent-local-commit: + title: 'build5nines.com: Git: Reset / Undo Most Recent Local Commit' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/how-to-write-commit-messages-maintainers-will-like: + title: 'freecodecamp.org: How to Write Commit Messages that Project Maintainers + Will Appreciate' + year: N/A + stars: 0 + description: '' +https://learn.gitkraken.com/courses/git-foundations: + title: '==learn.gitkraken.com/courses/git-foundations: Foundations of Git - Certification + Course | Enroll for free==' + year: N/A + stars: 0 + description: '' +https://build5nines.com/how-to-determine-url-a-local-git-repository-was-originally-cloned-from: + title: 'build5nines.com: How to Determine URL a Local Git Repository was Originally + Cloned From' + year: N/A + stars: 0 + description: '' +https://github.blog/2023-03-13-highlights-from-git-2-40: + title: 'github.blog: Highlights from Git 2.40' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/4/git-stash: + title: 'opensource.com: A practical guide to using the git stash command' + year: N/A + stars: 0 + description: '' +https://medium.com/featurepreneur/dont-trash-your-changes-but-stash-em-2091a191f7db: + title: 'medium.com/featurepreneur: Don’t trash your changes but stash β€˜em!' + year: N/A + stars: 0 + description: '' +https://dev.to/mwafrika/how-to-use-git-stash-command-22bk: + title: 'dev.to: How to Use Git Stash Command' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/git-squash-how-to-condense-your-commit-history: + title: 'cloudbees.com: Git Squash: How to Condense Your Commit History' + year: N/A + stars: 0 + description: '' +https://www.devroom.io/2011/07/05/git-squash-your-latests-commits-into-one: + title: 'devroom.io: Git Squash your latests commits into one' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/git-squash-commits: + title: 'freecodecamp.org: Git Squash Commits – Squashing the Last N Commits into + One Commit' + year: N/A + stars: 0 + description: '' +https://learngitbranching.js.org: + title: '==learngitbranching.js.org: Learn Git Branching== 🌟' + year: N/A + stars: 0 + description: '' +https://www.gitkraken.com/learn/git/problems/rename-git-branch: + title: 'gitkraken.com: How do you rename a Git branch?' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/git-checkout-remote-branch-tutorial: + title: 'freecodecamp.org: Git Checkout Remote Branch Tutorial' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/how-to-use-branches-in-git: + title: 'freecodecamp.org: How to Use Branches in Git – the Ultimate Cheatsheet 🌟' + year: N/A + stars: 0 + description: '' +https://stackoverflow.blog/2021/04/05/a-look-under-the-hood-how-branches-work-in-git: + title: 'stackoverflow.blog: A look under the hood: how branches work in Git' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/4/context-switching-git: + title: 'opensource.com: 4 tips for context switching in Git' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/git-push-to-remote-branch-how-to-push-a-local-branch-to-origin: + title: 'freecodecamp.org: Git Push to Remote Branch – How to Push a Local Branch + to Origin' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/how-git-branches-work: + title: 'freecodecamp.org: How Git Branches Work' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/14289/how-to-delete-git-branches-on-local-and-remote-repositories: + title: 'cloudsavvyit.com: How to Delete Git Branches on Local and Remote Repositories' + year: N/A + stars: 0 + description: '' +https://dev.to/okimotomizuho/open-source-multiple-branches-and-git-merges-2f69: + title: 'dev.to: Open Source: Multiple branches and git merges' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/14710/how-to-move-changes-to-another-branch-in-git: + title: 'cloudsavvyit.com: How to Move Changes to Another Branch in Git' + year: N/A + stars: 0 + description: '' +https://css-tricks.com/git-switching-unstaged-changes-to-a-new-branch: + title: 'css-tricks.com: Git: Switching Unstaged Changes to a New Branch' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/leave-aside-git-checkout-consider-git-switch-for-a-change-7849df8714b0: + title: 'betterprogramming.pub: Leave Aside Git Checkout. Consider Git Switch for + a Change' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/git-list-branches-how-to-show-all-remote-and-local-branch-names: + title: 'freecodecamp.org: Git List Branches – How to Show All Remote and Local Branch + Names' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/22/4/git-branches: + title: 'opensource.com: Explaining Git branches with a LEGO analogy' + year: N/A + stars: 0 + description: '' +? https://blog.devops.dev/stop-messing-up-with-git-follow-this-simple-and-effective-strategy-to-maintain-git-branches-cc378468cde6 +: title: 'blog.devops.dev: Stop messing up with Git. Follow this simple and effective + strategy to maintain Git branches' + year: N/A + stars: 0 + description: '' +https://medium.com/@selvamraju007/git-branching-strategies-a6eafe4541ae: + title: 'medium.com/@selvamraju007: GIT Branching Strategies' + year: N/A + stars: 0 + description: '' +https://dev.to/varbsan/a-simplified-convention-for-naming-branches-and-commits-in-git-il4: + title: 'dev.to/varbsan: A Simplified Convention for Naming Branches and Commits + in Git' + year: N/A + stars: 0 + description: '' +https://medium.com/@amid.ukr/agile-git-branching-strategies-in-2023-caeead79ddd: + title: 'medium.com/@amid.ukr: Agile Git branching strategies in 2023' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/the-definitive-guide-to-git-merge: + title: 'freecodecamp.org: The Git Merge Handbook – Definitive Guide to Merging in + Git' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/how-to-fix-merge-conflicts-in-git: + title: 'freecodecamp.org: How to Fix Merge Conflicts in Git' + year: N/A + stars: 0 + description: '' +https://build5nines.com/git-merge-repositories-with-history: + title: 'build5nines.com: Git: Merge Repositories with History' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/11/git-aliases: + title: 'opensource.com: 8 Git aliases that make me more efficient' + year: N/A + stars: 0 + description: '' +https://davidwalsh.name/more-awesome-git-aliases: + title: 'davidwalsh.name: More Awesome Git Aliases' + year: N/A + stars: 0 + description: '' +https://blog.mimacom.com/git-aliases-you-wished-you-had: + title: 'blog.mimacom.com: The Git Commands You Wish You Always Had' + year: N/A + stars: 0 + description: '' +https://dev.to/karaluton/explain-like-i-m-five-git-rebase-vs-merging-1k69: + title: 'dev.to: ELI5: Git Rebase vs. Merge 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/22/4/manage-git-commits-rebase-i-command: + title: '==opensource.com: My guide to understanding Git rebase -i==' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/git-rebase-handbook: + title: freecodecamp.org/news/git-rebase-handbook + year: N/A + stars: 0 + description: '' +https://www.backhub.co: + title: backhub.co + year: N/A + stars: 0 + description: '' +https://devops.com/make-github-backups-part-of-your-development-process: + title: 'devops.com: Make GitHub Backups Part of Your Development Process' + year: N/A + stars: 0 + description: '' +https://dev.to/github/3-ways-to-backup-your-code-even-if-you-dont-know-git-1o5l: + title: 'dev.to: 3 Ways to Backup Your Code (Even If You Don’t Know Git)' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/3/git-cherry-pick: + title: 'opensource.com: 3 reasons I use the Git cherry-pick command' + year: N/A + stars: 0 + description: '' +https://jmfloreszazo.com/git-mejores-practicas-cherry-picking: + title: 'jmfloreszazo.com: GIT Mejores prΓ‘cticas: CHERRY-PICKING' + year: N/A + stars: 0 + description: '' +https://git-scm.com/book/en/v2/Git-Tools-Submodules: + title: 'git-scm.com: Git Tools - Submodules' + year: N/A + stars: 0 + description: '' +https://www.sitepoint.com/git-submodules-introduction: + title: 'sitepoint.com: Understanding and Working with Submodules in Git' + year: N/A + stars: 0 + description: '' +https://shields.io: + title: shields.io 🌟 + year: N/A + stars: 0 + description: '' +https://www.fourtheorem.com/blog/monorepo: + title: 'fourtheorem.com: How to end Microservice pain and embrace the Monorepo' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/the-pros-and-cons-monorepos-explained-f86c998392e1: + title: 'medium: The Pros and Cons of Monorepos, Explained' + year: N/A + stars: 0 + description: '' +https://paulhammant.com/2013/12/04/what_is_your_branching_model: + title: 'paulhammant.com: What is Your Branching Model?:' + year: N/A + stars: 0 + description: '' +https://adevait.com/software/creating-branching-strategy: + title: 'adevait.com: Creating a Branching Strategy for Small Teams' + year: N/A + stars: 0 + description: '' +https://confluence.atlassian.com/bitbucketserver/using-branches-in-bitbucket-server-776639968.html: + title: 'atlassian.com: Configuring branching models 🌟' + year: N/A + stars: 0 + description: '' +https://git-scm.com/book/en/v2/Git-Branching-Branching-Workflows: + title: 'git-scm.com: Git Branching - Branching Workflows' + year: N/A + stars: 0 + description: '' +https://git-scm.com/book/en/v2/Distributed-Git-Distributed-Workflows: + title: 'git-scm.com: Distributed Git - Distributed Workflows' + year: N/A + stars: 0 + description: '' +https://stackoverflow.com/questions/26003298/how-to-setup-local-git-with-local-blessed-repo-integration-manager-workflow: + title: Setup Git Integration Manager Workflow in Eclipse + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/git-patterns-and-anti-patterns: + title: 'Dzone refcard: Git Patterns and Anti-Patterns' + year: N/A + stars: 0 + description: '' +https://martinfowler.com/articles/branching-patterns.html: + title: 'martinfowler.com: Patterns for Managing Source Code Branches' + year: N/A + stars: 0 + description: '' +https://medium.com/aventude/which-git-branching-model-should-i-select-73aafc503b5f: + title: 'medium: Which Git branching model should I select for my project?' + year: N/A + stars: 0 + description: '' +https://speakerdeck.com/lemiorhan/10-git-anti-patterns-you-should-be-aware-of: + title: 'speakerdeck.com: 10 Git Anti Patterns You Should be Aware of 🌟' + year: N/A + stars: 0 + description: '' +https://www.gitkraken.com/learn/git/branch: + title: 'gitkraken.com: Branching in Git 🌟' + year: N/A + stars: 0 + description: '' +https://jmfloreszazo.com/flujos-de-trabajo-de-git: + title: 'jmfloreszazo.com: Flujos de trabajo de git' + year: N/A + stars: 0 + description: '' +https://www.atlassian.com/git/tutorials/comparing-workflows: + title: 'atlassian.com: Comparing Workflows 🌟' + year: N/A + stars: 0 + description: '' +https://docs.gitlab.com/ee/topics/gitlab_flow.html: + title: GitLab Flow + year: N/A + stars: 0 + description: '' +https://guides.github.com/introduction/flow: + title: GitHub Flow + year: N/A + stars: 0 + description: '' +https://nvie.com/posts/a-successful-git-branching-model: + title: Git Flow + year: N/A + stars: 0 + description: '' +https://gist.github.com/djspiewak/9f2f91085607a4859a66: + title: Git DMZ Flow + year: N/A + stars: 0 + description: '' +https://www.kubernetes.dev/docs/guide/github-workflow: + title: 'kubernetes.dev: GitHub Workflow' + year: N/A + stars: 0 + description: '' +https://trunkbaseddevelopment.com: + title: Trunk Based Development + year: N/A + stars: 0 + description: '' +https://paulhammant.com/2013/04/05/what-is-trunk-based-development: + title: 'paulhammant.com: What is Trunk-Based Development?' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/origins-trunk-based: + title: The Origins of Trunk Based Development + year: N/A + stars: 0 + description: '' +https://www.quora.com/What-is-trunk-based-development: + title: 'quora.com: What is trunk based development?' + year: N/A + stars: 0 + description: '' +https://kean.github.io/post/trunk-based-development: + title: 'kean.github.io: Trunk-Based Development' + year: N/A + stars: 0 + description: '' +https://paulhammant.com/2014/04/03/microsofts-trunk-based-development: + title: 'paulhammant.com: Microsoft''s Trunk-Based Development' + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/devops/release-flow-how-we-do-branching-on-the-vsts-team: + title: 'devblogs.microsoft.com: Release Flow: How We Do Branching on the VSTS Team' + year: N/A + stars: 0 + description: '' +https://www.devopszone.info/post/an-introduction-to-git-flow-workflow: + title: 'devopszone.info: An Introduction To Git-flow Workflow' + year: N/A + stars: 0 + description: '' +https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow: + title: 'atlassian.com: Gitflow Workflow' + year: N/A + stars: 0 + description: '' +https://support.gitkraken.com/git-workflows-and-extensions/git-flow: + title: 'gitkraken.com: GitFlow' + year: N/A + stars: 0 + description: '' +https://git-flow.readthedocs.io: + title: git-flow.readthedocs.io + year: N/A + stars: 0 + description: '' +https://medium.com/@rafavinnce/gitflow-branch-guide-8a523360c053: + title: 'medium.com: Gitflow β€” Branch Guide' + year: N/A + stars: 0 + description: '' +https://medium.com/@thibault60000/git-flow-for-beginners-d7a152b2c1f9: + title: 'medium.com: Git Flow for Beginners' + year: N/A + stars: 0 + description: '' +https://medium.com/@okandavut/what-is-gitflow-c0be7a659992: + title: 'medium.com: What is GitFlow?' + year: N/A + stars: 0 + description: '' +https://gist.github.com/JamesMGreene/cdd0ac49f90c987e45ac: + title: 'gist.github.com/JamesMGreene: A comparison of using `git flow` commands + versus raw `git` commands' + year: N/A + stars: 0 + description: '' +http://aprendegit.com/git-flow-la-rama-develop-y-uso-de-feature-branches: + title: 'aprendegit.com: git-flow: la rama develop y uso de feature branches' + year: N/A + stars: 0 + description: '' +https://thinkinglabs.io/talks/2016/10/29/feature-branching-considered-evil.html: + title: 'thinkinglabs.io: Feature Branching considered Evil' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=h4DM-Wa0aDQ&t=38s&ab_channel=XPDaysUkraine: + title: 'youtube: Feature Branching is Evil (Thierry de Pauw, Belgium)' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=_w6TwnLCFwA&ab_channel=ContinuousDelivery: + title: 'youtube: Git Flow Is A Bad Idea - Dave Farley ' + year: N/A + stars: 0 + description: '' +https://www.toptal.com/software/trunk-based-development-git-flow: + title: 'toptal.com: Trunk-based Development vs. Git Flow' + year: N/A + stars: 0 + description: '' +https://victorops.com/blog/source-code-control-trunk-based-development-vs-gitflow: + title: 'victorops.com: Source Code Control: Trunk-Based Development vs. GitFlow' + year: N/A + stars: 0 + description: '' +https://medium.com/@vafrcor2009/gitflow-vs-trunk-based-development-3beff578030b: + title: 'medium: GitFlow VS Trunk-Based-Development' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/why-i-prefer-trunk-based-development-over-feature: + title: 'Dzone: Why I Prefer Trunk-Based Development Over Feature Branching and GitFlow + 🌟' + year: N/A + stars: 0 + description: '' +https://team-coder.com/from-git-flow-to-trunk-based-development: + title: 'team-coder.com: From Git Flow to Trunk Based Development' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/what-is-trunk-based-development: + title: 'freecodecamp.org: What is Trunk Based Development? A Different Approach + to the Software Development Lifecycle' + year: N/A + stars: 0 + description: '' +https://trunkbaseddevelopment.com/alternative-branching-models: + title: 'trunkbaseddevelopment.com: Alternative Branching Models' + year: N/A + stars: 0 + description: '' +https://featureflags.io/feature-flags-vs-branching: + title: 'featureflags.io: Flags vs Branching' + year: N/A + stars: 0 + description: '' +https://martinfowler.com/articles/feature-toggles.html: + title: 'martinfowler.com: Feature Toggles (aka Feature Flags)' + year: N/A + stars: 0 + description: '' +https://twitter.com/hashtag/featureflag: + title: '#FeatureFlags' + year: N/A + stars: 0 + description: '' +https://www.previous.cloudbees.com/press/cloudbees-releases-another-industry-first-feature-flagging-premise-use: + title: 'CloudBees Releases Another Industry First: Feature Flagging for On-Premise + Use 🌟' + year: N/A + stars: 0 + description: '' +https://cioperu.pe/articulo/30477/devops-5-formas-de-impulsar-la-utilizacion-de-feature-flags: + title: 'cioperu.pe: 5 formas de impulsar la utilizaciΓ³n de feature flags' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/feature-flags-improve-developer-productivity: + title: 'cloudbees.com: Testing with Feature Flags to Improve Developer Productivity' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/case-study/petdesk: + title: 'cloudbees.com: Goodbye Sleepless Nights: De-Risking Deployments with Feature + Flags' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/wave-goodbye-to-release-nights: + title: 'thenewstack.io: Wave Goodbye to Release Nights' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3600150/why-arent-you-using-feature-flags.amp.html: + title: 'infoworld.com: Why aren’t you using feature flags?' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/grow-cd-maturity: + title: 'cloudbees.com: How to Grow Continuous Delivery Maturity Using Feature Flags' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/change-management-in-production: + title: 'cloudbees.com: Feature Flag Best Practices: Change Management in Production' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/feature-flag-lifecycle: + title: 'cloudbees.com: Feature Flag Best Practices: Understanding the Feature Flag + Lifecycle' + year: N/A + stars: 0 + description: '' +https://github.blog/2021-04-27-ship-code-faster-safer-feature-flags: + title: 'github.blog: How we ship code faster and safer with feature flags' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/the-importance-of-feature-flags-in-cicd: + title: 'cloudbees.com: The Importance of Feature Flags in CI/CD' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3638153/5-devops-use-cases-for-developing-with-feature-flags.html: + title: 'infoworld.com: 5 devops use cases for developing with feature flags' + year: N/A + stars: 0 + description: '' +https://reflectoring.io/spring-boot-feature-flags: + title: 'reflectoring.io: Feature Flags with Spring Boot' + year: N/A + stars: 0 + description: '' +https://martinfowler.com/bliki/KeystoneInterface.html: + title: 'martinfowler.com: KeystoneInterface' + year: N/A + stars: 0 + description: '' +https://split.io/blog/keystone-feature-flags: + title: 'split.io: Keystone Flags: Feature Flagging With Less Mess' + year: N/A + stars: 0 + description: '' +https://gist.github.com/CrookedNumber/8964442: + title: Removing the last commit + year: N/A + stars: 0 + description: '' +https://bitbucket.org: + title: bitbucket.org + year: N/A + stars: 0 + description: '' +https://gitlab.com: + title: gitlab.com + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/using-gitlab-rest-api-to-create-projects: + title: 'Dzone: using gitlab API to create projects' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2020/07/06/beginner-guide-ci-cd: + title: 'gitlab.com: GitLab’s guide to CI/CD for beginners' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/automating-integration-and-deployment-to-remote-server-63a2b6576ebf: + title: 'levelup.gitconnected.com: Automating Integration and Deployment to Remote + Server' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2020/07/29/effective-ci-cd-pipelines: + title: 'about.gitlab.com: Want a more effective CI/CD pipeline? Try our pro tips' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2021/01/25/mr-reviews-with-vs-code: + title: 'gitlab.com: How to do GitLab merge request reviews in VS Code' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2021/01/20/using-run-parallel-jobs: + title: 'about.gitlab.com: How we used parallel CI/CD jobs to increase our productivity' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2021/02/05/ci-deployment-and-environments: + title: 'about.gitlab.com: How to use GitLab CI to deploy to multiple environments' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2021/02/22/pipeline-editor-overview: + title: 'about.gitlab.com: Meet Pipeline Editor, your one-stop-shop for building + a CI/CD pipeline' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2021/02/22/gitlab-kubernetes-agent-on-gitlab-com: + title: 'about.gitlab.com: A new era of Kubernetes integrations on GitLab.com' + year: N/A + stars: 0 + description: '' +https://docs.gitlab.com/runner/install/openshift.html: + title: 'docs.gitlab.com: Install GitLab Runner on Red Hat OpenShift' + year: N/A + stars: 0 + description: '' +? https://devclass.com/2021/03/23/gitlab-march-release-focuses-on-security-and-scalability-pops-in-support-for-red-hat-openshift +: title: 'devclass.com: Git a March on: GitLab 13.10 ramps up security, adds support + for OpenShift, DORA' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/use-gitlab-ci-to-run-test-locally: + title: 'lambdatest.com: How To Use GitLab CI To Run Tests Locally? 🌟' + year: N/A + stars: 0 + description: '' +https://sdtimes.com/devops/gitlab-14-aims-to-do-away-with-diy-devops-toolchains: + title: 'sdtimes: GitLab 14 aims to do away with DIY DevOps toolchains 🌟' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/releases/2021/07/22/gitlab-14-1-released: + title: 'about.gitlab.com: GitLab 14.1 released with Helm Chart Registry and Escalation + Policies' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2021/03/10/new-git-default-branch-name: + title: 'about.gitlab.com: The new Git default branch name' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2021/09/09/5-code-review-features: + title: 'about.gitlab.com: How GitLab''s 5 new code review features will make life + easier' + year: N/A + stars: 0 + description: '' +https://pythonspeed.com/articles/gitlab-build-docker-image: + title: 'pythonspeed.com: Building Docker images on GitLab CI: Docker-in-Docker and + Podman 🌟' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2021/10/05/gitpod-desktop-app-personal-activities: + title: 'about.gitlab.com: Why we built GitDock, our desktop app to navigate your + GitLab activities' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2021/10/12/open-shift-ga: + title: 'about.gitlab.com: GitLab’s Kubernetes Operator with support for Red Hat + OpenShift is now generally available' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/features/gitlab-brings-kubernetes-operator-to-red-hat-openshift: + title: 'containerjournal.com: GitLab Brings Kubernetes Operator to Red Hat OpenShift' + year: N/A + stars: 0 + description: '' +https://vadosware.io/post/level-one-automated-k8s-deployments-with-gitlab-ci: + title: 'vadosware.io: Level 1 Automated K8S Deployments With GitLab CI' + year: N/A + stars: 0 + description: '' +https://redpill-solutions.medium.com/deploying-to-kubernetes-with-gitlab-28c2f1a42e57: + title: '==redpill-solutions.medium.com: Deploying to Kubernetes with GitLab==' + year: N/A + stars: 0 + description: '' +https://venturebeat.com/2021/12/14/gitlab-acquires-open-source-observability-distribution-opstrace: + title: '==venturebeat.com: GitLab acquires open source observability distribution + Opstrace==' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2021/12/17/gitlab-chart-works-towards-kubernetes-1-22: + title: 'about.gitlab.com: GitLab Chart works towards Kubernetes 1.22' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/devops/deploy-and-manage-gitlab-runners-on-amazon-ec2: + title: Deploy and Manage Gitlab Runners on Amazon EC2 + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/devops-with-gitlab-ci-course: + title: 'freecodecamp.org: DevOps with GitLab CI Course 🌟' + year: N/A + stars: 0 + description: '' +https://www.testmo.com/guides/gitlab-ci-test-automation: + title: 'testmo.com: GitLab CI/CD Test Automation Pipeline & Reporting' + year: N/A + stars: 0 + description: '' +https://community.ops.io/jatin/ci-cd-101-with-gitlab-4pol: + title: 'community.ops.io: CI CD 101 with GitLab' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2022/11/15/simple-kubernetes-management-with-gitlab: + title: 'about.gitlab.com: Simple Kubernetes management with GitLab' + year: N/A + stars: 0 + description: '' +https://itnext.io/managing-multiple-kubernetes-clusters-using-git-cd068bbd85ac: + title: 'itnext.io: Managing multiple Kubernetes clusters using Git 🌟' + year: N/A + stars: 0 + description: '' +https://renjithvr11.medium.com/running-gitlab-runners-on-kubernetes-8e7fc9bf75ce: + title: 'renjithvr11.medium.com: Running GitLab Runners on Kubernetes' + year: N/A + stars: 0 + description: '' +https://stackoverflow.blog/2021/09/22/gitlab-launches-collective-on-stack-overflow: + title: 'stackoverflow.blog: GitLab launches Collective on Stack Overflow' + year: N/A + stars: 0 + description: '' +https://www.githubstatus.com: + title: githubstatus.com 🌟 + year: N/A + stars: 0 + description: '' +https://buttons.github.io: + title: 'buttons.github.io: GitHub Buttons' + year: N/A + stars: 0 + description: '' +https://github.com/features/codespaces: + title: GitHub Codespaces + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2022/02/github-codespaces-templates: + title: 'infoq.com: GitHub Codespaces Can Now Be Templated to Improve Performance' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3679948/github-codespaces-freely-available-to-all-github-users.html: + title: 'infoworld.com: GitHub Codespaces freely available to all GitHub users' + year: N/A + stars: 0 + description: '' +https://cli.github.com: + title: GitHub CLI + year: N/A + stars: 0 + description: '' +https://github.com/cli/cli: + title: github.com/cli/cli + year: N/A + stars: 0 + description: '' +? https://github.blog/changelog/2020-05-11-github-cli-allows-you-to-close-reopen-and-add-metadata-to-issues-and-pull-requests +: title: 'github.blog: GitHub CLI allows you to close, reopen, and add metadata to + issues and pull requests' + year: N/A + stars: 0 + description: '' +https://github.blog/changelog/2020-05-26-mark-pull-requests-as-ready-for-review-review-and-merge-from-github-cli: + title: 'github.blog: Mark pull requests as ready for review, view the diff, review, + and merge from GitHub CLI' + year: N/A + stars: 0 + description: '' +https://www.githubstatus.com/uptime: + title: githubstatus.com/uptime 🌟 + year: N/A + stars: 0 + description: '' +https://github.blog/2020-07-02-how-we-launched-docs-github-com: + title: 'github.blog: How we launched docs.github.com' + year: N/A + stars: 0 + description: '' +https://github.blog/2020-07-27-introducing-githubs-openapi-description: + title: Introducing GitHub’s OpenAPI Description + year: N/A + stars: 0 + description: '' +https://github.com/github/roadmap: + title: GitHub public roadmap 🌟 + year: N/A + stars: 0 + description: '' +https://github.blog/2020-07-30-token-authentication-requirements-for-api-and-git-operations: + title: Token authentication requirements for API and Git operations + year: N/A + stars: 0 + description: '' +https://blog.mayadata.io/github-chaos-actions-in-your-ci/cd-workflow-part-1: + title: GitHub Chaos Actions in Your CI/CD workflow + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2020/08/GitHub-open-api-spec: + title: GitHub's OpenAPI Spec Open-Sourced in Beta + year: N/A + stars: 0 + description: '' +https://sebastiandedeyne.com/things-you-didnt-know-you-could-diff-in-github: + title: Things you didn't know you could diff in GitHub + year: N/A + stars: 0 + description: '' +https://github.blog/changelog/2020-08-26-set-the-default-branch-for-newly-created-repositories: + title: 'github.blog: Set the default branch for newly-created repositories' + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2020/09/21/how-we-use-the-grafana-github-plugin-to-track-outstanding-pull-requests: + title: 'grafana.com: How we use the Grafana GitHub plugin to track outstanding pull + requests' + year: N/A + stars: 0 + description: '' +https://itnext.io/build-ship-github-container-registry-kubernetes-aa06029b3f21: + title: 'itnext.io: Build & Ship: GitHub Container Registry & Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.theregister.com/2020/12/17/github_bans_passwords: + title: 'theregister.com: Passwords begone: GitHub will ban them next year for authenticating + Git operations' + year: N/A + stars: 0 + description: '' +https://github.blog/2020-12-18-learn-about-ghapi-a-new-third-party-python-client-for-the-github-api: + title: 'github.blog: Learn about ghapi, a new third-party Python client for the + GitHub API' + year: N/A + stars: 0 + description: '' +https://github.blog/2021-01-25-improving-how-we-deploy-github: + title: 'github.blog: Improving how we deploy GitHub' + year: N/A + stars: 0 + description: '' +https://github.blog/2021-02-03-deployment-reliability-at-github: + title: 'github.blog: Deployment reliability at GitHub' + year: N/A + stars: 0 + description: '' +https://github.blog/2021-02-04-extending-gitops-to-reliability-as-code-with-github-and-stackpulse: + title: 'github.blog: Extending GitOps to reliability-as-code with GitHub and StackPulse' + year: N/A + stars: 0 + description: '' +https://github.blog/2021-03-23-solving-the-innersource-discovery-problem: + title: 'github.blog: Solving the innersource discovery problem - Discoverability' + year: N/A + stars: 0 + description: '' +https://blog.gruntwork.io/introducing-git-xargs-an-open-source-tool-to-update-multiple-github-repos-753f9f3675ec: + title: 'blog.gruntwork.io: Introducing git-xargs: an open source tool to update + multiple GitHub repos' + year: N/A + stars: 0 + description: '' +https://github.blog/2021-05-10-security-keys-supported-ssh-git-operations: + title: 'github.blog: Security keys are now supported for SSH Git operations 🌟' + year: N/A + stars: 0 + description: '' +https://education.github.com: + title: education.github.com + year: N/A + stars: 0 + description: '' +https://github.blog/2021-07-22-github-supply-chain-security-features-go-community: + title: 'github.blog: GitHub brings supply chain security features to the Go community' + year: N/A + stars: 0 + description: '' +https://dev.to/github/how-to-never-type-passwords-when-using-git-18bb: + title: 'dev.to: How to never type passwords when using Git' + year: N/A + stars: 0 + description: '' +https://dev.to/lostintangent/10-awesome-things-you-can-do-with-github-dev-5fm7: + title: 'dev.to: 10 Fun Things You Can Do With GitHub.dev 😎' + year: N/A + stars: 0 + description: '' +https://github.blog/2021-08-24-github-cli-2-0-includes-extensions: + title: 'github.blog: GitHub CLI 2.0 includes extensions!' + year: N/A + stars: 0 + description: '' +https://dev.to/ifierygod/git-and-github-the-complete-guides-chapter-6-2c74: + title: 'dev.to: Git and GitHub: The Complete Guides - Chapter 6: GitHub Merging' + year: N/A + stars: 0 + description: '' +https://github.blog/changelog/2021-09-27-improved-pull-request-file-filtering: + title: 'github.blog: Improved pull request file filtering' + year: N/A + stars: 0 + description: '' +https://dev.to/ifierygod/series/14420: + title: 'dev.to: Git and GitHub Series'' Articles - The Complete Guides 🌟' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3639588/github-introduces-code-review-controls.html: + title: 'infoworld.com: GitHub introduces code review controls 🌟' + year: N/A + stars: 0 + description: '' +https://www.returngis.net/2021/11/migrar-un-repositorio-de-un-bitbucket-server-local-a-github: + title: 'returngis.net: Migrar un repositorio de un BitBucket Server local a GitHub' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/git-and-github-for-beginners: + title: 'freecodecamp.org: Git and GitHub Tutorial – Version Control for Beginners + 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/github/hub: + title: github/hub 🌟 + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/14640/how-to-properly-fork-a-github-repository: + title: 'cloudsavvyit.com: How To Properly Fork a Github Repository' + year: N/A + stars: 0 + description: '' +https://dev.to/colocodes/learn-how-to-use-git-and-github-in-a-team-like-a-pro-2dk7: + title: '==dev.to: Learn how to use Git and GitHub in a team like a pro==' + year: N/A + stars: 0 + description: '' +https://dev.to/colocodes/learn-how-to-use-git-and-github-in-a-team-like-a-pro-part-2-11j: + title: '==dev.to: Learn how to use Git and GitHub in a team like a pro (part 2)==' + year: N/A + stars: 0 + description: '' +https://dev.to/ericawanja/git-and-github-for-beginners-33a0: + title: '==dev.to: Git and GitHub for beginners==' + year: N/A + stars: 0 + description: '' +https://adamtheautomator.com/github-actions-environment-variables: + title: '==adamtheautomator.com: How to Manage GitHub Actions Environment Variables + and Secrets==' + year: N/A + stars: 0 + description: '' +https://dev.to/estherwanjiru/introduction-to-git-and-github-25ei: + title: 'dev.to: Introduction to Git and GitHub' + year: N/A + stars: 0 + description: '' +https://github.blog/2021-12-08-improving-github-code-search: + title: 'github.blog: Improving GitHub code search' + year: N/A + stars: 0 + description: '' +https://github.blog/changelog/2021-12-09-lists-are-now-available-as-a-public-beta: + title: 'github.blog: Lists are now available as a public beta' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/how-to-use-the-dot-github-repository: + title: 'freecodecamp.org: How to Use the .github Repository' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2021/11/16/gko-on-ocp: + title: '==about.gitlab.com: How to install and use the GitLab Kubernetes Operator + (on OCP)==' + year: N/A + stars: 0 + description: '' +https://alsmola.medium.com/securing-github-organizations-9c33c850638: + title: 'alsmola.medium.com: Securing GitHub organizations' + year: N/A + stars: 0 + description: '' +https://github.blog/2022-01-31-dependency-graph-now-supports-github-actions: + title: 'github.blog: Dependency graph now supports GitHub Actions' + year: N/A + stars: 0 + description: '' +https://github.blog/2022-02-02-build-ci-cd-pipeline-github-actions-four-steps: + title: '==github.blog: How to build a CI/CD pipeline with GitHub Actions in four + simple steps==' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/15207/how-to-use-github-actions-to-automate-your-repository-builds: + title: 'cloudsavvyit.com: How to Use Github Actions to Automate Your Repository + Builds' + year: N/A + stars: 0 + description: '' +https://github.blog/2022-02-10-using-reusable-workflows-github-actions: + title: 'github.blog: How to start using reusable workflows with GitHub Actions' + year: N/A + stars: 0 + description: '' +https://github.blog/2022-02-11-getting-started-with-project-planning-on-github: + title: 'github.blog: Getting started with project planning on GitHub' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/how-to-fork-a-github-repository: + title: 'freecodecamp.org: How to Fork a GitHub Repository – A Complete Workflow' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/github-may-replace-dockerhub-a5da5e547f01: + title: '==levelup.gitconnected.com: GitHub may replace DockerHub==' + year: N/A + stars: 0 + description: '' +https://github.com/Lightning-AI/engineering-class: + title: '==github.com/Lightning-AI/engineering-class: Lightning Bits: Engineering + for Researchers== 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/Lightning-AI/engineering-class/blob/main/ep08-github-pr/Ep08-ShowNotes.md: + title: 'github.com/Lightning-AI/engineering-class: Episode 8: Creating a Pull Request + on GitHub' + year: N/A + stars: 0 + description: '' +https://github.com/Lightning-AI/engineering-class/blob/main/ep09-github-collab/Ep09-ShowNotes.md: + title: 'github.com/Lightning-AI/engineering-class: Episode 9: Collaborating with + Pull Requests using GitHub' + year: N/A + stars: 0 + description: '' +https://github.com/marketplace/actions/aws-secrets-manager-github-action: + title: 'github.com/marketplace: Use AWS Secrets Manager secrets in GitHub jobs 🌟' + year: N/A + stars: 0 + description: '' +https://tylercipriani.com/blog/2022/09/30/githubs-missing-merge-option: + title: 'tylercipriani.com: GitHub''s Missing Merge Option' + year: N/A + stars: 0 + description: '' +https://steampipe.io/blog/github-security-tips: + title: '==steampipe.io: Top 3 ways to improve GitHub org security==' + year: N/A + stars: 0 + description: '' +https://dev.to/opensauced/how-to-create-a-good-pull-request-template-and-why-you-should-add-gifs-4i0l: + title: 'dev.to/opensauced: How to Create a Good Pull Request Template (and Why You + Should Add Gifs)' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?list=PL0pgb_7nDofA1hJpkpPf4qHQTYZbPVT5M: + title: '==youtube: GitHub Masterclass (Spanish)== 🌟' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/create-a-github-template-repository-with-react-vite-and-tailwindcss: + title: 'freecodecamp.org: How to Build a GitHub Template Repository for Scaffolding + with React, Vite, and TailwindCSS' + year: N/A + stars: 0 + description: '' +https://alemsbaja.hashnode.dev/git-and-github-demystified-a-comprehensive-guide-for-version-control-system: + title: 'alemsbaja.hashnode.dev: Git and GitHub Demystified : A Comprehensive Guide + for Version Control System' + year: N/A + stars: 0 + description: '' +https://docs.github.com/en/authentication/troubleshooting-ssh/using-ssh-over-the-https-port: + title: 'docs.github.com: Using SSH over the HTTPS port 🌟' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/git-and-github-workflow-for-open-source: + title: 'freecodecamp.org: How to Contribute to Open-Source Projects – Git & GitHub + Workflow for Beginners' + year: N/A + stars: 0 + description: '' +https://mattias.engineer/blog/2024/azure-federated-credentials-github: + title: '==mattias.engineer: Azure Federated Identity Credentials for GitHub==' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/create-and-sync-git-and-github-repositories: + title: 'freecodecamp.org: How to Create and Sync Git and GitHub Repositories' + year: N/A + stars: 0 + description: '' +https://github.com/rakyll/fake-it-til-you-make-it: + title: github.com/rakyll/fake-it-til-you-make-it + year: N/A + stars: 0 + description: '' +https://lab.github.com: + title: ==lab.github.com== 🌟 + year: N/A + stars: 0 + description: '' +https://analyticsindiamag.com/github-launches-code-scanner-to-flag-security-vulnerabilities: + title: 'analyticsindiamag.com: GitHub launches code scanner to flag security vulnerabilities' + year: N/A + stars: 0 + description: '' +https://github.com/giscus/giscus: + title: github.com/giscus/giscus + year: N/A + stars: 0 + description: '' +https://github.blog/2020-10-09-devops-cloud-testing: + title: 'github.blog: Testing cloud apps with GitHub Actions and cloud-native open + source tools' + year: N/A + stars: 0 + description: '' +https://www.docker.com/blog/docker-github-actions: + title: 'docker.com: Docker Github Actions' + year: N/A + stars: 0 + description: '' +https://laravel-news.com/generate-github-actions-config-for-laravel-projects-with-ghygen: + title: 'laravel-news.com: Generate GitHub Actions Config for Laravel Projects with + Ghygen' + year: N/A + stars: 0 + description: '' +https://blog.codecentric.de/en/2021/03/github-actions-nextgen-cicd: + title: 'blog.codecentric.de: Stop re-writing pipelines! Why GitHub Actions drive + the future of CI/CD' + year: N/A + stars: 0 + description: '' +https://particule.io/en/blog/cicd-ecr-ecs: + title: 'particule.io: CI/CD using Github Actions, AWS ECR and ECS Fargate' + year: N/A + stars: 0 + description: '' +https://proandroiddev.com/continuous-integration-delivery-for-android-with-github-actions-part-1-b232ed2b1740: + title: 'proandroiddev.com: β€œContinuous Integration/Delivery” for Android with GitHub + Actions β€” Part 1' + year: N/A + stars: 0 + description: '' +https://github.blog/2021-04-13-implementing-least-privilege-for-secrets-in-github-actions: + title: 'github.blog: Implementing least privilege for secrets in GitHub Actions' + year: N/A + stars: 0 + description: '' +https://github.blog/2021-04-15-work-with-github-actions-in-your-terminal-with-github-cli: + title: 'github.blog: Work with GitHub Actions in your terminal with GitHub CLI' + year: N/A + stars: 0 + description: '' +https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token: + title: 'github.blog: GitHub Actions: Control permissions for GITHUB_TOKEN 🌟' + year: N/A + stars: 0 + description: '' +https://github.blog/2021-04-22-github-actions-update-helping-maintainers-combat-bad-actors: + title: 'github.blog: GitHub Actions update: Helping maintainers combat bad actors' + year: N/A + stars: 0 + description: '' +https://github.blog/2021-04-28-use-github-actions-manage-docs: + title: 'github.blog: How we use GitHub Actions to manage GitHub Docs' + year: N/A + stars: 0 + description: '' +https://vimeo.com/552276182: + title: 'vimeo.com: How to Create a CI/CD Pipeline with GitHub Actions and K8s Like + a Boss' + year: N/A + stars: 0 + description: '' +https://medium.com/codemonday/github-actions-for-ci-cd-with-ec2-codedeploy-and-s3-e93e75bf1ce0: + title: 'medium: Create CI/CD with Github Actions + AWS EC2, CodeDeploy and S3' + year: N/A + stars: 0 + description: '' +https://github.com/actions-runner-controller/actions-runner-controller: + title: actions-runner-controller 🌟 + year: N/A + stars: 0 + description: '' +https://itnext.io/github-actions-for-android-developers-9ae606df2bfa: + title: 'itnext.io: GitHub Actions for Android Developers' + year: N/A + stars: 0 + description: '' +https://github.com/jessfraz/branch-cleanup-action: + title: 'github.com: Branch Cleanup Action 🌟' + year: N/A + stars: 0 + description: '' +https://blog.thundra.io/how-to-set-up-a-ci-pipeline-in-github-actions: + title: 'blog.thundra.io: How to Set Up a CI Pipeline in GitHub Actions' + year: N/A + stars: 0 + description: '' +https://github.blog/changelog/2021-09-20-github-actions-ephemeral-self-hosted-runners-new-webhooks-for-auto-scaling: + title: 'github.blog: GitHub Actions: Ephemeral self-hosted runners & new webhooks + for auto-scaling' + year: N/A + stars: 0 + description: '' +https://github.blog/changelog/2021-09-27-showing-code-scanning-alerts-on-pull-requests: + title: 'github.blog: Showing code scanning alerts on pull requests' + year: N/A + stars: 0 + description: '' +https://blog.thundra.io/top-10-github-actions-you-should-use-to-set-up-your-ci/cd-pipeline: + title: 'blog.thundra.io: Top 10 GitHub Actions You Should Use to set up your CI/CD + Pipeline' + year: N/A + stars: 0 + description: '' +https://github.blog/2021-11-04-10-github-actions-resources-basics-ci-cd: + title: 'github.blog: 10 GitHub Actions resources to bookmark from the basics to + CI/CD' + year: N/A + stars: 0 + description: '' +https://resources.github.com/devops/tools/automation/actions: + title: '==resources.github.com: What is GitHub Actions? How automation & CI/CD work + on GitHub (whitepaper/pdf)==' + year: N/A + stars: 0 + description: '' +? https://github.blog/changelog/2021-12-06-container-signing-added-to-the-publish-docker-container-workflow-for-github-actions +: title: '==github.blog: Container signing added to the Publish Docker Container workflow + for GitHub Actions==' + year: N/A + stars: 0 + description: '' +https://dev.to/github/whats-the-difference-between-a-github-action-and-a-workflow-2gba: + title: 'dev.to: What''s the difference between a GitHub Action and a Workflow?' + year: N/A + stars: 0 + description: '' +https://github.blog/2021-12-16-5-automations-every-developer-should-be-running: + title: 'github.blog: 5 automations every developer should be running' + year: N/A + stars: 0 + description: '' +https://github.blog/2021-12-17-getting-started-with-github-actions-just-got-easier: + title: '==github.blog: Getting started with GitHub Actions just got easier!==' + year: N/A + stars: 0 + description: '' +https://github.blog/changelog/2021-12-17-github-actions-improvements-to-github-actions-starter-experience: + title: 'github.blog: GitHub Actions: Improvements to GitHub Actions starter experience' + year: N/A + stars: 0 + description: '' +https://blog.fleetdm.com/4-tips-for-github-actions-usability-2-debugging-4c0c920adfde: + title: 'blog.fleetdm.com: 4 tips for GitHub Actions usability (+2 bonus tips for + debugging)' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/build-your-first-javascript-github-action: + title: '==freecodecamp.org: How to Build Your First JavaScript GitHub Action==' + year: N/A + stars: 0 + description: '' +https://dev.to/github/how-to-edit-a-github-action-3j14: + title: 'dev.to: Make your first contribution to a GitHub Action!' + year: N/A + stars: 0 + description: '' +https://blog.ediri.io/auto-docs-test-and-release-a-helm-chart-with-github-actions: + title: 'blog.ediri.io: Auto Docs, Test And Release A Helm Chart With GitHub Actions' + year: N/A + stars: 0 + description: '' +https://blog.shreyaspatil.dev/automate-library-publishing-to-maven-central-with-github-actions-workflow-dispatch: + title: 'blog.shreyaspatil.dev: Automate library publishing to Maven Central with + GitHub Actions Workflow Dispatch' + year: N/A + stars: 0 + description: '' +https://laravel-news.com/deploy-your-php-app-with-ansible-and-github-actions: + title: 'laravel-news.com: Deploy your PHP Codebase with Ansible and GitHub Actions' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2022/01/GitHub-devops-mobile-apps: + title: 'infoq.com: How GitHub Does DevOps for its iOS and Android Apps' + year: N/A + stars: 0 + description: '' +https://blog.gskinner.com/archives/2022/01/flutter-easily-add-ci-testing-with-github-actions.html: + title: 'blog.gskinner.com: Flutter: Easily add CI testing with GitHub Actions' + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/dotnet/dotnet-loves-github-actions: + title: '==devblogs.microsoft.com: .NET πŸ’œ GitHub Actions==' + year: N/A + stars: 0 + description: '' +https://tonylixu.medium.com/gitops-github-actions-docker-build-workflow-157cc53e9a0d: + title: '==tonylixu.medium.com: GitOps β€” Github Actions Docker Build Workflow==' + year: N/A + stars: 0 + description: '' +https://registry.terraform.io/modules/markti/github-runner/azurerm: + title: registry.terraform.io/modules/markti/github-runner + year: N/A + stars: 0 + description: '' +https://build5nines.com/configuring-manual-triggers-in-github-actions-with-workflow_dispatch: + title: 'build5nines.com: Configuring Manual Triggers in GitHub Actions with `workflow_dispatch`' + year: N/A + stars: 0 + description: '' +https://medium.com/@george_bakas/mastering-github-actions-environment-variables-and-secrets-management-3daac384477b: + title: 'medium.com/@george_bakas: Mastering GitHub Actions: Environment Variables + and Secrets Management' + year: N/A + stars: 0 + description: '' +https://build5nines.com/configuring-github-actions-to-run-jobs-on-specific-branches: + title: 'build5nines.com: Configuring GitHub Actions to Run Jobs on Specific Branches' + year: N/A + stars: 0 + description: '' +https://build5nines.com/github-actions-get-current-branch-name-for-git-repo: + title: 'build5nines.com: GitHub Actions: Get Current Branch Name for Git Repo' + year: N/A + stars: 0 + description: '' +https://github.com/marketplace/actions/flat-data: + title: flat-data + year: N/A + stars: 0 + description: '' +? https://www.redhat.com/en/about/press-releases/red-hat-and-github-collaborate-expand-developer-experience-red-hat-openshift-github-actions +: title: 'redhat.com: Red Hat and GitHub Collaborate to Expand the Developer Experience + on Red Hat OpenShift with GitHub Actions 🌟' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/deploying-to-openshift-using-github-actions: + title: 'openshift.com: Deploying to OpenShift using GitHub Actions' + year: N/A + stars: 0 + description: '' +https://github.com/redhat-actions: + title: 'github.com: RedHat Actions 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/redhat-actions/openshift-actions-runner: + title: 'github.com: OpenShift GitHub Actions Runner 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/redhat-actions/openshift-actions-runner-chart: + title: 'github.com: OpenShift GitHub Actions Runner Chart 🌟' + year: N/A + stars: 0 + description: '' +https://hipertextual.com/2021/06/github-inteligencia-artificial-autocompletar-codigo: + title: 'hipertextual.com: GitHub une fuerzas con OpenIA para crear una inteligencia + artificial capaz de autocompletar cΓ³digo' + year: N/A + stars: 0 + description: '' +? https://www.xataka.com/robotica-e-ia/programar-cuando-maquina-hace-poco-ti-asi-github-copilot-sistema-que-se-nutre-prodigioso-gpt-3 +: title: 'xataka.com: Para quΓ© programar cuando una mΓ‘quina lo hace (un poco) por + ti: asΓ­ es Github Copilot, un sistema que se nutre del prodigioso GPT-3' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/github-copilot-a-powerful-controversial-autocomplete-for-developers: + title: 'thenewstack.io: GitHub Copilot: A Powerful, Controversial Autocomplete for + Developers' + year: N/A + stars: 0 + description: '' +https://www.xataka.com/robotica-e-ia/llevo-algunos-dias-usando-copilot-github-para-programar-esta-mi-experiencia: + title: 'xataka.com: Llevo algunos dΓ­as usando Copilot de GitHub para programar y + esta es mi experiencia' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/githubs-ai-copilot-might-get-you-sued-if-you-use-it-c1cade1ea229: + title: 'medium: GitHub’s AI Copilot Might Get You Sued If You Use It' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/can-githubs-copilot-replace-developers-b89f28007c05: + title: 'towardsdatascience.com: Can Github Copilot Replace Developers?' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/generating-python-scripts-with-openais-github-copilot-da0b3fdd989: + title: 'towardsdatascience.com: Generating Python Scripts with OpenAi’s Github Copilot' + year: N/A + stars: 0 + description: '' +https://dev.to/colocodes/github-copilot-blew-my-mind-on-a-code-along-exercise-186n: + title: 'dev.to: GitHub Copilot blew my mind on a code-along exercise' + year: N/A + stars: 0 + description: '' +https://medium.com/@eriky/copilot-is-genuinely-scary-and-fascinating-at-the-same-time-63ebcbf80899: + title: 'medium.com/@eriky: Copilot Is Genuinely Scary And Fascinating At The Same + Time' + year: N/A + stars: 0 + description: '' +https://github.blog/2022-06-21-github-copilot-is-generally-available-to-all-developers: + title: GitHub Copilot is generally available to all developers + year: N/A + stars: 0 + description: '' +? https://www.xataka.com/aplicaciones/github-copilot-asistente-para-escribir-codigo-basado-ia-esta-disponible-para-todos-esto-que-costara +: title: 'xataka.com: GitHub Copilot, el asistente para programar basado en IA, ya + estΓ‘ disponible para todos: cuΓ‘nto cuesta y quienes lo pueden usar gratis' + year: N/A + stars: 0 + description: '' +? https://www.genbeta.com/desarrollo/hay-organizaciones-pro-software-libre-abandonando-github-su-uso-comercial-proyectos-open-source-copilot +: title: 'genbeta.com: Ya hay organizaciones pro-software libre abandonando GitHub + por su uso comercial de proyectos open source en Copilot' + year: N/A + stars: 0 + description: '' +? https://www.xataka.com/aplicaciones/copilot-escribe-40-codigo-lenguajes-como-java-python-que-llega-a-github-cinco-anos-llegara-al-80 +: title: 'xataka.com: Copilot ya escribe el 40% del cΓ³digo de lenguajes como Java + o Python que llega a GitHub. En cinco aΓ±os llegarΓ‘ al 80%' + year: N/A + stars: 0 + description: '' +https://www.xataka.com/robotica-e-ia/copilot-revolucion-para-programadores-tambien-potencial-problema-legal-para-microsoft: + title: 'xataka.com: Copilot es una revoluciΓ³n para programadores (pero tambiΓ©n un + potencial problema legal para Microsoft)' + year: N/A + stars: 0 + description: '' +https://github.blog/2023-03-22-github-copilot-x-the-ai-powered-developer-experience: + title: 'github.blog: GitHub Copilot X: The AI-powered developer experience' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/educator-developer-blog/coding-frameworks-and-languages-are-no-longer-the-point/ba-p/3820265 +: title: 'techcommunity.microsoft.com: Coding Frameworks and languages are no longer + the point, prompting is' + year: N/A + stars: 0 + description: '' +https://github.blog/developer-skills/programming-languages-and-frameworks/10-unexpected-ways-to-use-github-copilot: + title: 'github.blog/developer-skills: 10 unexpected ways to use GitHub Copilot' + year: N/A + stars: 0 + description: '' +https://python.plainenglish.io/who-writes-better-code-github-copilot-or-gpt-3-9e7441650c9b: + title: 'python.plainenglish.io: Who Writes Better Code: GitHub CoPilot or GPT-3?' + year: N/A + stars: 0 + description: '' +https://computerhoy.com/software/github-copilot-x-nueva-ia-parecida-chatgpt-destinada-ayudar-programadores-1219266: + title: 'computerhoy.com: GitHub Copilot X: asΓ­ es la nueva IA parecida a ChatGPT + y destinada a ayudar a programadores' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/hey-chatgpt-solve-these-coding-tasks-using-python-b2e7482f2c18: + title: 'medium.com/geekculture: Hey ChatGPT, Automate These Tasks Using Python' + year: N/A + stars: 0 + description: '' +https://www.xataka.com/robotica-e-ia/programadores-alucinaban-copilot-chatgpt-ahora-deepmind-va-alla-aplhacode: + title: 'xataka.com: Los programadores ya alucinaban con CoPilot y ChatGPT, pero + ahora DeepMind va mΓ‘s allΓ‘ con AplhaCode' + year: N/A + stars: 0 + description: '' +https://github.com/lucidrains/PaLM-rlhf-pytorch: + title: lucidrains/PaLM-rlhf-pytorch + year: N/A + stars: 0 + description: '' +https://www.codium.ai/blog/codiumai-powered-by-testgpt-accounces-beta-and-raised-11m: + title: 'codium.ai: We’ve launched CodiumAI powered by TestGPT and raised $11M. Here’s + why' + year: N/A + stars: 0 + description: '' +https://gitea.com: + title: Gitea + year: N/A + stars: 0 + description: '' +https://itnext.io/setup-a-private-git-repository-in-kubernetes-with-gitea-64f5ea1e5070: + title: 'itnext.io: Setup a Private Git-Repository in Kubernetes with Gitea' + year: N/A + stars: 0 + description: '' +https://sapling-scm.com/docs/introduction: + title: sapling-scm.com + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/four-ways-you-can-experiment-with-sapling-709eec0ffcb1: + title: 'betterprogramming.pub: My First Impressions of Sapling β€” Meta’s New Git + Client' + year: N/A + stars: 0 + description: '' +https://www.sourcetreeapp.com: + title: Atlassian Sourcetree + year: N/A + stars: 0 + description: '' +https://www.gitkraken.com: + title: gitkraken.com + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=gjtXTm_TvvE&list=PLe6EXFvnTV78WqGmGSq8JPnafR3lAa55n: + title: 'youtube: GitKraken Tutorials and Tips' + year: N/A + stars: 0 + description: '' +https://gmaster.io: + title: gmaster + year: N/A + stars: 0 + description: '' +visual-studio.md: + title: Visual Studio Code (Git Extensions) + year: N/A + stars: 0 + description: '' +https://visualstudio.microsoft.com/services/visual-studio-codespaces: + title: Visual Studio Online + year: N/A + stars: 0 + description: '' +https://github.com/git-lfs/git-lfs: + title: 'git-lfs/git-lfs: Git Large File Storage' + year: N/A + stars: 0 + description: '' +https://github.com/MichaelMure/git-bug: + title: ==github.com/MichaelMure/git-bug== + year: N/A + stars: 0 + description: '' +https://blog.kubesimplify.com/moving-code-between-git-repositories-with-copybara: + title: 'blog.kubesimplify.com: Moving code between GIT repositories with Copybara + | Daniele Polencic' + year: N/A + stars: 0 + description: '' +https://github.com/GitCredentialManager/git-credential-manager: + title: ==Git Credential Manager== + year: N/A + stars: 0 + description: '' +https://github.blog/2022-04-07-git-credential-manager-authentication-for-everyone: + title: 'github.blog: Git Credential Manager: authentication for everyone' + year: N/A + stars: 0 + description: '' +https://semantic-release.gitbook.io/semantic-release: + title: semantic-release.gitbook.io 🌟 + year: N/A + stars: 0 + description: '' +https://css-tricks.com/how-to-automate-project-versioning-and-releases-with-continuous-deployment: + title: 'css-tricks.com: How to Automate Project Versioning and Releases with Continuous + Deployment 🌟' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Azure_DevOps: + title: 'Wikipedia: Azure DevOps' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Azure_DevOps_Server: + title: 'wikipedia: Azure DevOps Server' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Microsoft_Visual_Studio: + title: 'wikipedia: Azure DevOps Services' + year: N/A + stars: 0 + description: '' +https://azuredevopslabs.com: + title: Azure DevOps Labs 🌟 + year: N/A + stars: 0 + description: '' +https://twitter.com/azuredevops: + title: twitter.com/azuredevops + year: N/A + stars: 0 + description: '' +https://www.dotnetcurry.com/visualstudio/1322/what-is-visual-studio-team-system-vsts: + title: Microsoft Visual Studio Team Services (VSTS) + year: N/A + stars: 0 + description: '' +https://www.softwaretestinghelp.com/microsoft-vsts-tutorial-1: + title: 'Microsoft Visual Studio Team Services (VSTS) Tutorial: The Cloud ALM Platform' + year: N/A + stars: 0 + description: '' +https://www.slideshare.net/arunmurughan/git-version-control-and-trunk-based-approach-with-vsts: + title: 'slideshare.net: Git version control and trunk based approach with VSTS' + year: N/A + stars: 0 + description: '' +https://redmondmag.com/articles/2018/09/10/microsoft-replacing-vsts-with-azure-devops.aspx: + title: Microsoft Replacing Visual Studio Team Services with Azure DevOps + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/devops/learn/devops-at-microsoft/use-git-microsoft: + title: How We Use Git at Microsoft + year: N/A + stars: 0 + description: '' +https://pre-commit.com: + title: pre-commit + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Software_bot: + title: 'Wikipedia: Software bot' + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/git: + title: '**Git Plugin**: Merge Extensions' + year: N/A + stars: 0 + description: '' +https://support.cloudbees.com/hc/en-us/articles/227246387-How-to-Configure-Jenkins-for-Git-Merge-: + title: How to configure Jenkins for git merge + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/ghprb: + title: GitHub Pull Request Builder Plugin + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/github-branch-source: + title: 'GitHub Branch Source Plugin:' + year: N/A + stars: 0 + description: '' +https://confluence.atlassian.com/bitbucketserver/automatic-branch-merging-776639993.html: + title: Automatic branch merging + year: N/A + stars: 0 + description: '' +https://github.com/bluefrg/bitbucket-auto-merge: + title: BitBucket Auto Merge + year: N/A + stars: 0 + description: '' +https://confluence.atlassian.com/bitbucketserver/checks-for-merging-pull-requests-776640039.html: + title: Checks for merging pull requests + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/microsoft-teams-blog/new-bitbucket-bot-for-microsoft-teams/ba-p/218212: + title: BitBucket Bot for Microsoft Teams + year: N/A + stars: 0 + description: '' +https://code-dog.app: + title: Code Dog + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/bitbucket-push-and-pull-request: + title: 'Jenkins Plugin: Bitbucket Push and Pull Request' + year: N/A + stars: 0 + description: '' +https://poolofthought.com/how-to-implement-the-automerge-feature-that-is-missing-from-bitbucket-cloud: + title: How to Implement the Automerge feature that is missing from BitBucket cloud + year: N/A + stars: 0 + description: '' +? https://community.atlassian.com/t5/Bitbucket-questions/configure-bitbucket-pipelines-yml-to-automatically-merge-feature/qaq-p/793222 +: title: Configure bitbucket-pipelines.yml to automatically merge feature branch to + master? + year: N/A + stars: 0 + description: '' +https://gitlab.com/gitlab-org/gitlab/-/issues/2785: + title: Auto-merge between release branches + year: N/A + stars: 0 + description: '' +https://gitlab.com/gitlab-org/gitlab/-/issues/14595: + title: Provide merge bot functionality + year: N/A + stars: 0 + description: '' +https://lab.texthtml.net/gitlab/merge-bot: + title: 'lab.texthtml.net: Gitlab Merge Bot' + year: N/A + stars: 0 + description: '' +https://hub.docker.com/r/texthtml/gitlab-merge-bot: + title: 'DockerHub: Gitlab Merge Bot' + year: N/A + stars: 0 + description: '' +https://www.mergecrush.com: + title: Mergecrush + year: N/A + stars: 0 + description: '' +https://stackoverflow.com/questions/58019605/how-can-we-programmatically-approve-merge-requests-in-gitlab: + title: 'stackoverflow.com: How can we programmatically approve merge requests in + GitLab?' + year: N/A + stars: 0 + description: '' +https://github.com/smarkets/marge-bot: + title: 'Marge-bot: A merge-bot for GitLab' + year: N/A + stars: 0 + description: '' +https://gitlab.gnome.org/marge-merge-bot: + title: 'Example: gitlab.gnome.org/marge-merge-bot' + year: N/A + stars: 0 + description: '' +https://smarketshq.com/marge-bot-for-gitlab-keeps-master-always-green-6070e9d248df: + title: 'Example: Smarkets''s Marge-bot for GitLab keeps master always green' + year: N/A + stars: 0 + description: '' +https://gitlab.freedesktop.org/gstreamer-merge-bot: + title: 'Example: GStreamer Merge Bot' + year: N/A + stars: 0 + description: '' +https://github.com/jenkins-x/updatebot: + title: Jenkins-X UpdateBOT + year: N/A + stars: 0 + description: '' +https://www.plasticscm.com: + title: Plastic SCM + year: N/A + stars: 0 + description: '' +http://blog.plasticscm.com/2018/09/add-mergebot-to-your-repo.html: + title: 'blog.plasticscm.com: Add a mergebot to your repo!' + year: N/A + stars: 0 + description: '' +https://github.com/PlasticSCM/trunk-mergebot: + title: 'Plastic SCM DevOps Mergebot to implement a trunk-based development cycle ' + year: N/A + stars: 0 + description: '' +https://wiki.jenkins.io/display/JENKINS/PlasticSCM+MergeBot+plugin: + title: PlasticSCM MergeBot Jenkins Plugin + year: N/A + stars: 0 + description: '' +https://www.genbeta.com/desarrollo/plastic-scm-mergebot-automatizando-tu-pipeline-desarrollo: + title: 'genbeta.com: Plastic SCM Mergebot: automatizando tu pipeline de desarrollo' + year: N/A + stars: 0 + description: '' +https://mergify.io: + title: mergify.io + year: N/A + stars: 0 + description: '' +https://github.com/nicolai86/github-rebase-bot: + title: github-rebase-bot + year: N/A + stars: 0 + description: '' +https://github.com/palantir/bulldozer: + title: 'Bulldozer: GitHub Pull Request Auto-Merge Bot' + year: N/A + stars: 0 + description: '' +https://github.com/depop/github-merge-bot: + title: github-merge-bot + year: N/A + stars: 0 + description: '' +https://github.com/squalrus/merge-bot: + title: 'github.com/squalrus/merge-bot: PR Merge Bot' + year: N/A + stars: 0 + description: '' +https://github.com/odoo/odoo/wiki/Mergebot: + title: Odoo Mergebot + year: N/A + stars: 0 + description: '' +https://gmaster.io/mergedroid: + title: 'gmaster.io - Mergedroid: Automate merging just by analyzing your GitHub + repo.' + year: N/A + stars: 0 + description: '' +https://kodiakhq.com: + title: Kodiak + year: N/A + stars: 0 + description: '' +http://www.rultor.com: + title: Rultor + year: N/A + stars: 0 + description: '' +https://www.yegor256.com/2014/07/24/rultor-automated-merging.html: + title: Rultor, a Merging Bot + year: N/A + stars: 0 + description: '' +https://stackoverflow.com/questions/27820309/bot-to-automatically-reverse-github-pull-request-merges: + title: 'stackoverflow.com: Bot to automatically reverse GitHub pull request merges' + year: N/A + stars: 0 + description: '' +https://help.github.com/en/github: + title: 'help.github.com: Configuring protected branches' + year: N/A + stars: 0 + description: '' +https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks: + title: 'help.github.com: Enabling required status checks:' + year: N/A + stars: 0 + description: '' +https://bors.tech: + title: Bors Bot + year: N/A + stars: 0 + description: '' +https://github.com/bors-ng/bors-ng: + title: 'Bors-ng: A merge bot for GitHub Pull Requests' + year: N/A + stars: 0 + description: '' +https://wiki.crdb.io/wiki/spaces/CRDB/pages/73204099/Bors+Merge+Bot: + title: 'Example: CockroachDB''s Bors Merge Bot' + year: N/A + stars: 0 + description: '' +https://www.gitops.tech: + title: ==gitops.tech== 🌟 + year: N/A + stars: 0 + description: '' +https://opengitops.dev: + title: ==OpenGitOps.dev== 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/topics/gitops: + title: ==github.com/topics/gitops== 🌟 + year: N/A + stars: 0 + description: '' +https://www.weave.works/technologies/gitops: + title: 'weave.works: Guide to GitOps' + year: N/A + stars: 0 + description: '' +https://www.weave.works/blog/what-is-gitops-really: + title: 'weave.works: What Is GitOps?' + year: N/A + stars: 0 + description: '' +https://www.atlassian.com/git/tutorials/gitops: + title: 'atlassian.com: Is GitOps the next big thing in DevOps?' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/gitops/what-is-gitops: + title: 'cloudbees.com: What is GitOps?' + year: N/A + stars: 0 + description: '' +https://medium.com/@imarunrk/continuous-gitops-the-way-to-do-devops-in-kubernetes-896b0ea1d0fb: + title: Continuous GitOps, the way to do DevOps in Kubernetes + year: N/A + stars: 0 + description: '' +https://thenewstack.io/what-is-gitops-and-why-it-might-be-the-next-big-thing-for-devops: + title: 'thenewstack.io: What Is GitOps and Why It Might Be The Next Big Thing for + DevOps' + year: N/A + stars: 0 + description: '' +https://opensource.substack.com/p/all-you-need-to-know-about-gitops: + title: 'opensource.substack.com: All You Need To Know About GitOps' + year: N/A + stars: 0 + description: '' +https://itnext.io/continuous-gitops-the-way-to-do-devops-in-kubernetes-896b0ea1d0fb: + title: 'itnext.io: Continuous GitOps, the way to do DevOps in Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.container-solutions.com/gitops-the-bad-and-the-ugly: + title: 'container-solutions.com: GitOps: The Bad and the Ugly' + year: N/A + stars: 0 + description: '' +https://itnext.io/principles-patterns-and-practices-for-effective-infrastructure-as-code-e5f7bbe13df1: + title: 'itnext.io: Principles, Patterns, and Practices for Effective Infrastructure + as Code' + year: N/A + stars: 0 + description: '' +https://medium.com/@franoisdagostini/gitops-build-infrastructure-resilient-applications-95bbc939046d: + title: 'medium: GitOps: Build infrastructure resilient applications 🌟' + year: N/A + stars: 0 + description: '' +https://www.sufle.io/blog/adopting-gitops-for-enhanced-operations: + title: 'sufle.io: Adopting GitOps for Enhanced Operations' + year: N/A + stars: 0 + description: '' +https://medium.com/searce/gitops-the-next-big-thing-for-devops-and-automation-2a9597e51559: + title: 'medium: GitOps : The Next Big Thing for DevOps and Automation!' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/understanding-gitops-the-latest-tools-and-philosophies: + title: 'thenewstack.io: Understanding GitOps: The Latest Tools and Philosophies' + year: N/A + stars: 0 + description: '' +https://samiyaakhtar.medium.com/gitops-observability-visualizing-the-journey-of-a-container-5f6ef1f3c9d2: + title: 'samiyaakhtar.medium.com: GitOps Observability β€” Visualizing the journey + of a container' + year: N/A + stars: 0 + description: '' +https://www.clickittech.com/devops/what-is-gitops: + title: '==clickittech.com: What is GitOps?== 🌟' + year: N/A + stars: 0 + description: '' +https://blog.container-solutions.com/why-adopt-gitops: + title: 'blog.container-solutions.com: 11 Reasons for Adopting GitOps' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/3/gitops: + title: '==opensource.com: GitOps vs. DevOps: What''s the difference?== 🌟' + year: N/A + stars: 0 + description: '' +https://geekflare.com/gitops-introduction: + title: 'geekflare.com: An Introduction to GitOps' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/gitops-use-cases-you-may-not-have-considered: + title: 'thenewstack.io: GitOps Use Cases You May Not Have Considered' + year: N/A + stars: 0 + description: '' +https://kumomind.medium.com/should-i-consider-the-gitops-methodology-f49e042b8c22: + title: 'kumomind.medium.com: Should I consider the GitOps methodology?' + year: N/A + stars: 0 + description: '' +https://braindose.blog/2020/03/18/4-key-characteristics-of-gitops: + title: 'braindose.blog: 4 Key Characteristics for a Successful GitOps Implementation' + year: N/A + stars: 0 + description: '' +https://blog.container-solutions.com/gitops-limitations: + title: 'blog.container-solutions.com: GitOps: The Bad and the Ugly' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/misconfiguration-worries-grow: + title: 'thenewstack.io: Misconfiguration Worries Grow' + year: N/A + stars: 0 + description: '' +https://codefresh.io/devops/pains-gitops-1-0: + title: 'codefresh.io: The pains of GitOps 1.0 🌟' + year: N/A + stars: 0 + description: '' +https://www.weave.works/blog/managing-kubernetes-with-gitops-in-a-multi-cluster-multi-cloud-world: + title: 'weave.works: Managing Kubernetes with GitOps in a multi-cluster, multi-cloud + world' + year: N/A + stars: 0 + description: '' +https://www.viewnext.com/que-es-gitops: + title: 'viewnext.com: ΒΏQuΓ© es GitOps?' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/have-containers-will-travel-why-gitops-is-essential-for-multicloud: + title: 'thenewstack.io: Have Containers Will Travel: Why GitOps Is Essential for + Multicloud 🌟' + year: N/A + stars: 0 + description: '' +https://www.weave.works/use-cases/security-with-gitops: + title: 'weave.works: Put Your Security Worries to Rest with GitOps Operational Control + 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/push-vs-pull-in-gitops-is-there-really-a-difference: + title: 'thenewstack.io: Push vs. Pull in GitOps: Is There Really a Difference?' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2021/04/27/gitops-done-3-ways: + title: 'about.gitlab.com: 3 Ways to approach GitOps 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2021/05/13/why-should-developers-care-about-gitops: + title: 'developers.redhat.com: Why should developers care about GitOps?' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/our-favorite-things-from-gitops-con-at-kubecon-eu: + title: 'openshift.com: Our Favorite Things from GitOps Con at KubeCon EU 🌟' + year: N/A + stars: 0 + description: '' +https://devsecops.co.in/2021/05/13/gitops-guide-what-why-and-how: + title: 'devsecops.co.in: GitOps Guide – What, Why and How? 🌟' + year: N/A + stars: 0 + description: '' +https://en.sokube.ch/post/gitops-and-the-millefeuille-dilemma-1: + title: 'en.sokube.ch: GitOps and the Millefeuille dilemma 🌟' + year: N/A + stars: 0 + description: '' +https://octopus.com/blog/devops-automation-repo-design: + title: 'octopus.com: How to structure your Git repository for DevOps automation' + year: N/A + stars: 0 + description: '' +https://testingclouds.wordpress.com/2021/06/02/gitops-demystified: + title: 'testingclouds.wordpress.com: GitOps Demystified' + year: N/A + stars: 0 + description: '' +https://www.weave.works/blog/gitops-in-the-modern-enterprise: + title: 'weave.works: Ops Automation - GitOps in the Modern Enterprise' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/learn/topics/gitops: + title: 'openshift.com: What is GitOps? 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/security-will-be-instrumental-for-the-success-of-gitops: + title: 'thenewstack.io: Security Will Be Instrumental for the Success of GitOps' + year: N/A + stars: 0 + description: '' +https://www.weave.works/blog/theres-more-to-gitops-than-meets-the-eye: + title: 'weave.works: There’s More to GitOps Than Meets the Eye' + year: N/A + stars: 0 + description: '' +https://www.solo.io/blog/glooops-progressive-delivery-the-gitops-way: + title: 'solo.io: GlooOps: Progressive delivery, the GitOps way' + year: N/A + stars: 0 + description: '' +https://go.weave.works/2021_GitOps_Maturity_Model.html: + title: 'go.weave.works: The GitOps Maturity Model - 4 evolutionary steps to continuous + delivery (pdf)' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/a-look-at-gitops-for-the-modern-enterprise: + title: 'thenewstack.io: A Look at GitOps for the Modern Enterprise 🌟' + year: N/A + stars: 0 + description: '' +https://www.shipa.io/innovation/gitops-in-the-enterprise: + title: 'shipa.io: GitOps in the enterprise 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/gitops-with-kubernetes-740f37ea015b: + title: 'itnext.io: GitOps with Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://www.shipa.io/innovation/gitops-meets-appops: + title: 'shipa.io: GitOps meets AppOps' + year: N/A + stars: 0 + description: '' +https://go.weave.works/automating-kubernetes-with-gitops-wp.html: + title: 'weave.works: Automating Kubernetes with GitOps (whitepaper) 🌟' + year: N/A + stars: 0 + description: '' +https://devopslearners.com/what-is-gitops-168aac9a2ee: + title: 'devopslearners.com: What is GitOps?' + year: N/A + stars: 0 + description: '' +https://go.weave.works/gitops-ebook.html: + title: 'go.weave.works: The Practical Guide to GitOps (eBook)' + year: N/A + stars: 0 + description: '' +https://enterprisersproject.com/article/2021/6/gitops-explained-plain-english: + title: 'enterprisersproject.com: How to explain GitOps in plain English' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/architect/illustrated-guide-gitops: + title: 'redhat.com: An illustrated guide to GitOps' + year: N/A + stars: 0 + description: '' +https://www.bunnyshell.com/blog/gitops-vs-devops: + title: 'bunnyshell.com: GitOps vs. DevOps: What’s the Difference? 🌟' + year: N/A + stars: 0 + description: '' +https://jimangel.io/post/auto-gitops-isitstillrunning.com: + title: 'jimangel.io: Self-Updating GitOps' + year: N/A + stars: 0 + description: '' +https://www.stevesmith.tech/blog/gitops-is-a-placebo: + title: 'stevesmith.tech: GitOps is a placebo' + year: N/A + stars: 0 + description: '' +https://www.weave.works/blog/the-history-of-gitops: + title: 'weave.works: The History of GitOps 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/8/gitops: + title: 'opensource.com: How to get the most out of GitOps right now' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/architect/3-gitops-rules-architecture: + title: 'redhat.com: 3 rules for applying principles of GitOps to enterprise architecture' + year: N/A + stars: 0 + description: '' +https://go.weave.works/hardening-git-for-gitops.html: + title: 'weave.works: Hardening Git for GitOps (white paper)' + year: N/A + stars: 0 + description: '' +https://www.magalix.com/blog/what-is-gitops: + title: 'magalix.com: GitOps 101: What’s It All About?' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/features/the-4-levels-of-gitops-maturity: + title: 'containerjournal.com: The 4 Levels of GitOps Maturity' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-to-get-the-most-out-of-gitops: + title: 'thenewstack.io: How to Get the Most out of GitOps' + year: N/A + stars: 0 + description: '' +https://www.weave.works/blog/case-study-national-australia-bank-decreases-operational-overhead-with-gitops: + title: 'weave.works: Case Study: National Australia Bank Decreases Operational Overhead + with GitOps' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/how-gitops-can-help-prevent-security-misconfigurations-8b506dcd89e1: + title: 'betterprogramming.pub: How GitOps Can Help Prevent Security Misconfigurations' + year: N/A + stars: 0 + description: '' +https://blogs.sap.com/2021/05/06/decentralized-gitops-over-environments: + title: 'blogs.sap.com: Decentralized GitOps over multiple environments' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/application-deployment-is-faster-with-gitops: + title: 'thenewstack.io: Application Deployment Is Faster with GitOps' + year: N/A + stars: 0 + description: '' +https://twitter.com/janakiramm: + title: As an ops engineer not too familiar with Git, you just need to know 6 commands + year: N/A + stars: 0 + description: '' +https://thenewstack.io/wait-do-we-need-to-hold-up-on-gitops: + title: 'thenewstack.io: Wait, Do We Need to Hold Up on GitOps?' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/architect/understanding-gitops: + title: 'redhat.com: How to use GitOps in your enterprise architecture strategy 🌟' + year: N/A + stars: 0 + description: '' +https://codefresh.io/about-gitops/pains-gitops-1-0: + title: 'codefresh.io: The pains of GitOps 1.0' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/cncf-working-group-sets-some-standards-for-gitops: + title: '==thenewstack.io: CNCF Working Group Sets Some Standards for β€˜GitOps’==' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/repatriation-or-cloud-what-we-need-is-control: + title: 'thenewstack.io: GitOps and the Cheap Cloud Myth' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/architect/gitops-implementation-patterns: + title: '==redhat.com: Comparing GitOps implementation patterns: Pros and cons==' + year: N/A + stars: 0 + description: '' +https://developer.ibm.com/blogs/gitops-best-practices-for-the-real-world: + title: '==developer.ibm.com: GitOps: Best practices for the real world==' + year: N/A + stars: 0 + description: '' +https://chrisshort.net/abstracts/gitops-implementation-devops: + title: 'chrisshort.net: GitOps: An implementation of DevOps (abstracts)' + year: N/A + stars: 0 + description: '' +https://chrisshort.net/gitops-an-implementation-of-devops: + title: '==chrisshort.net: GitOps: An implementation of DevOps==' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/trusted-delivery-policy-based-compliance-the-gitops-way: + title: 'thenewstack.io: Trusted Delivery: Policy-Based Compliance the GitOps Way' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/getting-started-with-gitops: + title: 'thenewstack.io: Getting Started with GitOps' + year: N/A + stars: 0 + description: '' +https://medium.com/containers-101/stop-using-branches-for-deploying-to-different-gitops-environments-7111d0632402: + title: '==medium: Stop Using Branches for Deploying to Different GitOps Environments + | ostis Kapelonis==' + year: N/A + stars: 0 + description: '' +https://codefresh.io/about-gitops/branches-gitops-environments: + title: 'codefresh.io: Stop Using Branches for Deploying to Different GitOps Environments' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/can-you-gitops-your-apis: + title: '==thenewstack.io: Can You GitOps Your APIs?==' + year: N/A + stars: 0 + description: '' +https://www.weave.works/blog/gitops-takes-devops-teams-to-higher-levels-of-maturity: + title: 'weave.works: GitOps takes DevOps teams to higher levels of maturity' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/wth-gitops-pavan-belagatti: + title: '==linkedin.com pulse: WTH is GitOps? | Pavan Belagatti==' + year: N/A + stars: 0 + description: '' +https://medium.com/@buraktahtacioglu/gitops-fundamentals-cncf-roadmap-fa686dbced9d: + title: 'medium.com/@buraktahtacioglu: GitOps Fundamentals β€” CNCF Roadmap' + year: N/A + stars: 0 + description: '' +https://www.toolbox.com/tech/devops/articles/more-organizations-adopting-gitops: + title: 'toolbox.com: Why Are Organizations Adopting GitOps for Continuous Deployment + in 2022?' + year: N/A + stars: 0 + description: '' +https://www.weave.works/blog/deutsche-telekom-explain-why-they-chose-gitops-for-5g: + title: 'weave.works: The world’s largest telcos are now embracing GitOps. Deutsche + Telekom explains why' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-at-scale-without-gitops-is-a-bad-idea: + title: '==thenewstack.io: Kubernetes at Scale without GitOps Is a Bad Idea==' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/devops/gitops-new-kid-devops-block: + title: 'harness.io: GitOps: The New Kid On The DevOps Block!' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/3-steps-to-developing-a-successful-gitops-model: + title: '==Dzone: 3 Steps to Developing a Successful GitOps Model==' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/gitops-vs-devops-pavan-belagatti: + title: 'linkedin pulse: GitOps vs. DevOps! | Pavan Belagatti' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/features/gitops-workflows-and-principles-for-kubernetes: + title: '==containerjournal.com: GitOps Workflows and Principles for Kubernetes==' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/devops/6-gitops-best-practices: + title: 'harness.io: 6 Actionable GitOps Best Practices To Help You Get Started' + year: N/A + stars: 0 + description: '' +https://codefresh.io/blog/how-to-model-your-gitops-environments-and-promote-releases-between-them: + title: '==codefresh.io: How to Model Your Gitops Environments and Promote Releases + between Them== 🌟' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2022/06/06/continuous-development-on-kubernetes-with-gitops-approach: + title: '==piotrminkowski.com: Continuous Development on Kubernetes with GitOps Approach== + 🌟' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/gitops-repo-structure: + title: '==harness.io: Managing the ''Git'' in ''GitOps'': 4 Ways to Structure Code + in Your GitOps Repos== 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/points-to-consider-for-structuring-infrastructure-as-code-repositories-886ff58404b8: + title: 'medium.com/codex: Points to Consider for Structuring Infrastructure as Code + Repositories' + year: N/A + stars: 0 + description: '' +https://medium.com/jumia-tech/immutable-infrastructure-gitops-18d644f9c7cb: + title: 'medium.com/jumia-tech: Immutable Infrastructure & GitOps 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@alamdar.hussain0007/gitops-with-kubernetes-f0912b644925: + title: 'medium.com/@alamdar.hussain0007: GitOps with Kubernetes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubecon-14000-more-engineers-have-their-gitops-basics-down: + title: 'thenewstack.io: KubeCon: 14,000 More Engineers Have Their GitOps Basics + Down' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/features/gitops-workflows-expanding-beyond-kubernetes-clusters: + title: 'containerjournal.com: GitOps Workflows Expanding Beyond Kubernetes Clusters' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2022/12/20/gitops-cookbook-kubernetes-automation-practice: + title: '==developers.redhat.com: GitOps Cookbook: Kubernetes automation in practice==' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/features/gitops-the-missing-link-for-ci-cd-for-kubernetes: + title: 'containerjournal.com: Best of 2022: GitOps: The Missing Link for CI/CD for + Kubernetes' + year: N/A + stars: 0 + description: '' +https://devops.com/declarative-compliance-with-policy-as-code-and-gitops: + title: '==devops.com: Declarative Compliance With Policy-as-Code and GitOps== 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/the-essentials-of-gitops: + title: '==dzone: The Essentials of GitOps== 🌟' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/gitops-fundamentals-part-0-a8e63f8f9ce8: + title: 'blog.devops.dev: GitOps β€” Fundamentals Part 0' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-next-kubernetes-management-frontier-automation: + title: '==thenewstack.io: The Next Kubernetes Management Frontier: Automation. Automation + Is No Longer a β€œNice to Have”== 🌟🌟' + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/gitops-kubernetes-explained: + title: 'loft.sh: GitOps + Kubernetes Explained' + year: N/A + stars: 0 + description: '' +https://msrishty.medium.com/traditional-ci-cd-vs-gitops-e835728642fb: + title: 'msrishty.medium.com: Traditional CI-CD vs gitops 🌟' + year: N/A + stars: 0 + description: '' +https://blog.developersteve.com/gitops-for-kubernetes-canary-deployments-4aeab4043727: + title: 'blog.developersteve.com: GitOps for Kubernetes Canary Deployments' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/gitops-as-an-evolution-of-kubernetes: + title: 'thenewstack.io: GitOps as an Evolution of Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.blog/2023-06-02-applying-gitops-principles-to-your-operations: + title: 'github.blog: Applying GitOps principles to your operations' + year: N/A + stars: 0 + description: '' +https://hackernoon.com/what-is-gitops-and-why-it-is-almost-useless-part-1: + title: 'hackernoon.com: What Is GitOps And Why Is It (Almost) Useless? Part 1' + year: N/A + stars: 0 + description: '' +https://hackernoon.com/what-is-gitops-and-why-is-it-almost-useless-part-2: + title: 'hackernoon.com: What Is GitOps And Why Is It (Almost) Useless? Part 2' + year: N/A + stars: 0 + description: '' +https://devoriales.com/video/897990746/intro-to-gitops: + title: '==devoriales.com: Exploring GitOps: Software and Infrastructure Management + Intro Video==' + year: N/A + stars: 0 + description: '' +https://medium.com/containers-101/using-gitops-for-databases-f09a027184bb: + title: 'medium.com/containers-101: Using GitOps for Databases' + year: N/A + stars: 0 + description: '' +https://www.opensourceforu.com/2023/10/embracing-progressive-delivery-in-kubernetes-with-gitops: + title: 'opensourceforu.com: Embracing Progressive Delivery In Kubernetes With GitOps' + year: N/A + stars: 0 + description: '' +https://medium.com/@ahmed.fathy.elayaat/gitops-fc27ef5a7836: + title: 'medium.com/@ahmed.fathy.elayaat: What is GitOps?' + year: N/A + stars: 0 + description: '' +https://itnext.io/necessary-culture-change-with-gitops-2c63f4fe9604: + title: 'itnext.io: Necessary Culture Change with GitOps' + year: N/A + stars: 0 + description: '' +https://github.com/gitops-working-group/gitops-working-group: + title: GitOps Working Group 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/open-gitops/project: + title: github.com/open-gitops/project 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/cloudogu/gitops-patterns: + title: ==github.com/cloudogu/gitops-patterns== + year: N/A + stars: 0 + description: '' +https://github.com/cloudogu/gitops-playground: + title: github.com/cloudogu/gitops-playground#example-applications + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2022/07/20/git-workflows-best-practices-gitops-deployments: + title: '==developers.redhat.com: Git best practices: Workflows for GitOps deployments + | Christian Hernandez== 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2022/09/07/how-set-your-gitops-directory-structure: + title: '==developers.redhat.com: How to set up your GitOps directory structure | + Christian Hernandez== 🌟' + year: N/A + stars: 0 + description: '' +? https://devopsera.com/2023/06/how-to-structure-directories-in-a-gitops-repository-for-the-best-user-friendliness-and-flexibility +: title: 'devopsera.com: How to Structure Directories in a GitOps Repository for the + Best User-Friendliness and Flexibility' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/blog/azurearcblog/announcing-private-preview-argocd-through-microsoft-gitops/4399747: + title: 'Announcing Private Preview: ArgoCD through Microsoft GitOps' + year: N/A + stars: 0 + description: '' +https://blog.container-solutions.com/fluxcd-argocd-or-jenkins-x-which-is-the-right-gitops-tool-for-you: + title: 'FluxCD, ArgoCD or Jenkins X: Which Is the Right GitOps Tool for You?' + year: N/A + stars: 0 + description: '' +https://slideshare.net/rakutentech/gitops-jenkins-x-future-of-cicd: + title: 'slideshare: GitOps, Jenkins X & Future of CI/CD' + year: N/A + stars: 0 + description: '' +https://searchitoperations.techtarget.com/news/252492459/GitOps-pros-grapple-with-Kubernetes-configuration-management: + title: 'searchitoperations.techtarget.com: GitOps pros grapple with Kubernetes configuration + management. GitOps users seek ideal Kubernetes config tool 🌟' + year: N/A + stars: 0 + description: '' +https://tanka.dev/tutorial/jsonnet: + title: Tanka + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/announcing-openshift-gitops: + title: 'openshift.com: Announcing OpenShift GitOps' + year: N/A + stars: 0 + description: '' +https://www.ibm.com/garage/method/practices/run/gitops: + title: 'ibm.com: Enable GitOps' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/openshift-pipelines-and-openshift-gitops-are-now-generally-available: + title: 'openshift.com: OpenShift Pipelines and OpenShift GitOps are now Generally + Available 🌟' + year: N/A + stars: 0 + description: '' +https://www.weave.works/blog/wkp-team-workspaces-rbac: + title: 'weave.works: Weave Kubernetes Platform (WKP) Unlocks Cross Team Collaboration + with Workspaces' + year: N/A + stars: 0 + description: '' +https://blog.container-solutions.com/fluxcd-argocd-jenkins-x-gitops-tools: + title: 'blog.container-solutions.com: FluxCD, ArgoCD or Jenkins X: Which Is the + Right GitOps Tool for You? 🌟' + year: N/A + stars: 0 + description: '' +https://cloudogu.com/en/blog/gitops-tools: + title: 'cloudogu.com: Automation Assistants: GitOps tools in comparison 🌟' + year: N/A + stars: 0 + description: '' +https://vimeo.com/516520492: + title: '==vimeo.com: Weaveworks - Hybrid and Multi-Cloud Strategies for Kubernetes + with GitOps==' + year: N/A + stars: 0 + description: '' +flux.md: + title: Flux. The GitOps operator for Kubernetes + year: N/A + stars: 0 + description: '' +kustomize.md: + title: Kustomize - Template-Free Kubernetes Configuration Customization + year: N/A + stars: 0 + description: '' +https://github.com/werf/nelm: + title: 'Nelm: A Helm Alternative for Kubernetes Deployments' + year: N/A + stars: 0 + description: '' +helm.md: + title: Helm + year: N/A + stars: 0 + description: '' +https://glasskube.dev: + title: ==glasskube.dev== 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/glasskube/glasskube: + title: github.com/glasskube/glasskube + year: N/A + stars: 0 + description: '' +https://flagger.app: + title: Flagger + year: N/A + stars: 0 + description: '' +https://partlycloudy.blog/2020/07/08/release-to-k8s-like-a-pro-with-flagger: + title: 'partlycloudy.blog: Release to Kubernetes like a Pro with Flagger' + year: N/A + stars: 0 + description: '' +https://github.com/weaveworks/wksctl: + title: Weave Kubernetes System Control - wksctl + year: N/A + stars: 0 + description: '' +https://www.weave.works/blog/wksctl-a-new-oss-kubernetes-manager-using-gitops: + title: WKSctl - A New OSS Kubernetes Manager using GitOps + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2020/02/wksctl-kubernetes-gitops: + title: 'WKSctl: a Tool for Kubernetes Cluster Management Using GitOps' + year: N/A + stars: 0 + description: '' +https://medium.com/stakater/gitops-for-kubernetes-with-jenkins-7db6304216e0: + title: GitOps for Kubernetes with Jenkins + year: N/A + stars: 0 + description: '' +https://github.com/stakater/Xposer: + title: github.com/stakater/Xposer + year: N/A + stars: 0 + description: '' +https://medium.com/@abhishekbhardwaj510/gitops-with-jenkins-and-kubernetes-c20425244c73: + title: GitOps with Jenkins and Kubernetes + year: N/A + stars: 0 + description: '' +https://github.com/opstree/Opstree-Go-WebApp: + title: 'github.com: Opstree-Go-WebApp' + year: N/A + stars: 0 + description: '' +https://opstree.github.io: + title: opstree.github.io + year: N/A + stars: 0 + description: '' +https://github.com/antonbabenko/terraform-best-practices: + title: Terraform Best Practices + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/resources/how-create-gitops-workflow-terraform-jenkins: + title: How to Create a GitOps Workflow with Terraform and Jenkins + year: N/A + stars: 0 + description: '' +https://cloud.google.com/anthos/config-management: + title: Anthos Config Management + year: N/A + stars: 0 + description: '' +https://portworx.com/automating-kubernetes-data-management-with-gitops-autopilot: + title: 'portworx.com: Automating Kubernetes Data Management with GitOps & AutoPilot' + year: N/A + stars: 0 + description: '' +https://github.com/redhat-cop/openshift-applier: + title: openshift-applier + year: N/A + stars: 0 + description: '' +https://www.waypointproject.io: + title: waypointproject.io + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/using-waypoint-runners-to-enable-gitops-workflows: + title: 'hashicorp.com: Using Waypoint Runners To Enable GitOps Workflows' + year: N/A + stars: 0 + description: '' +https://www.weave.works/product/gitops-enterprise: + title: Weave GitOps Enterprise + year: N/A + stars: 0 + description: '' +https://thenewstack.io/weave-gitops-core-integrates-git-with-kubernetes: + title: 'thenewstack.io: Weave GitOps Core Integrates Git with Kubernetes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/weave-gitops-trusted-delivery-a-road-to-kubernetes-sanity: + title: 'thenewstack.io: Weave GitOps Trusted Delivery: A Road to Kubernetes Sanity?' + year: N/A + stars: 0 + description: '' +https://dailymotion-oss.github.io/octopilot: + title: 'dailymotion-oss.github.io/octopilot: Octopilot' + year: N/A + stars: 0 + description: '' +https://www.kubestack.com: + title: Kubestack 🌟 + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubestack-towards-full-stack-gitops: + title: 'thenewstack.io: KubeStack: Towards Full-Stack GitOps' + year: N/A + stars: 0 + description: '' +? https://www.thestack.technology/how-kubernetes-operators-fit-into-to-platform-building-and-when-traditional-iac-isnt-enough +: title: How Kubernetes Operators Fit into Platform Building and When Traditional + IaC Isn't Enough + year: N/A + stars: 0 + description: '' +https://cluster-api.sigs.k8s.io/tasks/experimental-features/cluster-class: + title: 'ClusterClass: Experimental Feature for Streamlined Cluster Lifecycle Management + in Cluster API' + year: N/A + stars: 0 + description: '' +https://medium.com/bumble-tech/gitops-for-multi-cluster-k8s-environments-d305431ba6d6: + title: '==medium.com/bumble-tech: GitOps for multi-cluster K8s environments== 🌟' + year: N/A + stars: 0 + description: '' +https://blog.openshift.comintroduction-to-gitops-with-openshift: + title: 'blog.openshift.com: Introduction to GitOps with OpenShift' + year: N/A + stars: 0 + description: '' +https://learn.openshift.com/introduction/gitops-introduction: + title: 'learn.openshift.com: GitOps introduction' + year: N/A + stars: 0 + description: '' +https://blog.openshift.comis-it-too-late-to-integrate-gitops: + title: 'blog.openshift.com: is it too late to integrate GitOps?' + year: N/A + stars: 0 + description: '' +https://blogopenshift.com/openshift-authentication-integration-with-argocd: + title: 'blog.openshift.com: OpenShift Authentication Integration with ArgoCD' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/from-code-to-production-with-gitops: + title: 'openshift.com: From Code to Production with GitOps, Tekton and ArgoCD' + year: N/A + stars: 0 + description: '' +https://medium.com/@joelkaplan1/gitops-with-istio-tekton-and-argo-cd-on-openshift-4-5e42d22994e3: + title: 'medium: GitOps with Istio, Tekton and Argo CD β€” on OpenShift 4' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/red-hat-delivers-full-gitops-ci-cd-built-on-tekton-and-argo: + title: 'thenewstack.io: Red Hat Delivers Full GitOps CI/CD Built on Tekton and Argo' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/about/press-releases/red-hat-makes-devops-reality-openshift-gitops-and-openshift-pipelines: + title: 'redhat.com: Red Hat Makes DevOps a Reality with OpenShift GitOps and OpenShift + Pipelines 🌟' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2022/10/24/gitops-with-advanced-cluster-management-for-kubernetes: + title: '==piotrminkowski.com: GitOps with Advanced Cluster Management for Kubernetes== + 🌟' + year: N/A + stars: 0 + description: '' +https://info.acloud.guru/resources/deploying-kubernetes-with-gitops: + title: 'info.acloud.guru: Adopting GitOps for Kubernetes on AWS' + year: N/A + stars: 0 + description: '' +https://www.weave.works: + title: 'weave.works: Weave Kubernetes Platform' + year: N/A + stars: 0 + description: '' +https://github.com/weaveworks/weave: + title: 'github: Weave Net - Weaving Containers into Applications' + year: N/A + stars: 0 + description: '' +https://ubuntu.com/kubernetes/features: + title: Charmed Kubernetes + year: N/A + stars: 0 + description: '' +https://ubuntu.com/blog/gitops-with-azure-arc-and-charmed-kubernetes: + title: Kubernetes GitOps with Azure Arc and Charmed Kubernetes + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/applying-devops-to-api-development-for-apiops-21e2e605333e: + title: 'betterprogramming.pub: Applying DevOps to API Development for APIOps' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?list=PLbMP1JcGBmSGKO8UreWpOBOhCqilejhtd: + title: 'youtube.com: GitOps Guide to the Galaxy 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://golang.org: + title: golang.org + year: N/A + stars: 0 + description: '' +https://github.com/golang/go: + title: github.com/golang/go + year: N/A + stars: 0 + description: '' +https://github.com/golang-design/history: + title: golang-design/history + year: N/A + stars: 0 + description: '' +https://github.com/avelino/awesome-go: + title: Awesome Go 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/go-zepto/zepto: + title: Zepto is a lightweight framework for the development of microservices & web + services in golang + year: N/A + stars: 0 + description: '' +https://medium.com/seek-blog/microservices-in-go-2fc1570f6800: + title: 'medium: Microservices in Go' + year: N/A + stars: 0 + description: '' +https://search.gocenter.io: + title: 'search.gocenter.io: JFrog Go Center' + year: N/A + stars: 0 + description: '' +https://dev.to/heroku/deploying-your-first-golang-webapp-11b3: + title: 'dev.to: Deploying Your First Golang Webapp' + year: N/A + stars: 0 + description: '' +https://eli.thegreenplace.net/2021/rest-servers-in-go-part-4-using-openapi-and-swagger: + title: 'eli.thegreenplace.net: REST Servers in Go: Part 4 - using OpenAPI and Swagger' + year: N/A + stars: 0 + description: '' +https://blog.getambassador.io/debugging-go-microservices-in-kubernetes-with-vscode-a36beb48ef1: + title: 'blog.getambassador.io: Debugging Go Microservices in Kubernetes with VScode' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2021/03/03/using-delve-to-debug-go-programs-on-red-hat-enterprise-linux: + title: 'developers.redhat.com: Using Delve to debug Go programs on Red Hat Enterprise + Linux' + year: N/A + stars: 0 + description: '' +https://github.com/miguelmota/golang-for-nodejs-developers: + title: Golang for Node.js Developers + year: N/A + stars: 0 + description: '' +https://github.com/hoanhan101/ultimate-go: + title: The Ultimate Go Study Guide + year: N/A + stars: 0 + description: '' +https://www.ammeon.com/profiling-golang-microservices-for-high-throughput-on-kubernetes-openshift-clusters: + title: 'ammeon.com: Profiling golang microservices for high throughput on kubernetes/openshift + clusters' + year: N/A + stars: 0 + description: '' +https://developer.okta.com/blog/2021/04/23/elasticsearch-go-developers-guide: + title: 'developer.okta.com: Elasticsearch in Go: A Developer''s Guide' + year: N/A + stars: 0 + description: '' +https://github.com/go-ini/ini: + title: go-ini/ini + year: N/A + stars: 0 + description: '' +https://github.com/rakyll/go-test-trace: + title: rakyll/go-test-trace 🌟 + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/resources/8-best-practices-for-writing-secure-go-code: + title: 'hashicorp.com: 8 Best Practices for Writing Secure Go Code' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/getting-started-with-go-and-influxdb: + title: 'thenewstack.io: Getting Started with Go and InfluxDB' + year: N/A + stars: 0 + description: '' +https://go.dev/blog/pkgsite-search-redesign: + title: 'go.dev: A new search experience on pkg.go.dev' + year: N/A + stars: 0 + description: '' +https://github.com/quii/learn-go-with-tests: + title: quii/learn-go-with-tests + year: N/A + stars: 0 + description: '' +https://itnext.io/go-does-not-need-a-java-style-gc-ac99b8d26c60: + title: 'itnext.io: Go Does Not Need a Java Style GC' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/generics-in-go-viva-la-revolution-e27898bf5495: + title: 'levelup.gitconnected.com: Generics in Go: Viva La Revolution!' + year: N/A + stars: 0 + description: '' +https://teivah.medium.com/when-to-use-generics-in-go-36d49c1aeda: + title: 'teivah.medium.com: When to Use Generics in Go?' + year: N/A + stars: 0 + description: '' +https://blog.logrocket.com/how-to-build-blockchain-from-scratch-go: + title: 'blog.logrocket.com: How to build a blockchain from scratch with Go' + year: N/A + stars: 0 + description: '' +https://dev.to/mauriciolinhares/rate-limiting-http-requests-in-go-using-redis-51m7: + title: 'dev.to: Rate limiting HTTP requests in Go using Redis' + year: N/A + stars: 0 + description: '' +https://dev.to/theghostmac/understanding-and-crafting-http-middlewares-in-go-3183: + title: 'dev.to: Understanding and Crafting HTTP Middlewares in Go' + year: N/A + stars: 0 + description: '' +https://dev.to/treva123mutebi/getting-started-with-go-lang-1g0: + title: 'dev.to: Getting started with Go-Lang' + year: N/A + stars: 0 + description: '' +https://blog.logrocket.com/building-simple-app-go-postgresql: + title: 'blog.logrocket.com: Building a simple app with Go and PostgreSQL' + year: N/A + stars: 0 + description: '' +? https://datastation.multiprocess.io/blog/2022-03-03-improving-go-json-encoding-performance-for-large-arrays-of-objects.html +: title: 'datastation.multiprocess.io: Speeding up Go''s builtin JSON encoder up to + 55% for large arrays of objects' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/my-first-microservice-using-golang-c5cf69f1376d: + title: 'betterprogramming.pub: Writing My First Microservice Using Go' + year: N/A + stars: 0 + description: '' +https://dev.to/mavensingh/advantages-and-disadvantages-of-go-5gha: + title: 'dev.to/mavensingh: Advantages and Disadvantages of Go' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/concurrency-in-go-shared-memory-a2ef201b396b: + title: 'levelup.gitconnected.com: Concurrency in Go: shared memory' + year: N/A + stars: 0 + description: '' +https://github.com/luk4z7/go-concurrency-guide: + title: 'luk4z7/go-concurrency-guide: Go Concurrency Guide 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/datascale/know-gomaxprocs-before-deploying-your-go-app-to-kubernetes-7a458fb63af1: + title: 'medium.com/datascale: Know GOMAXPROCS before deploying your GO app to Kubernetes' + year: N/A + stars: 0 + description: '' +https://dev.to/thenjdevopsguy/getting-started-with-go-golang-5eh8: + title: 'dev.to: Getting Started With Go (golang) | Michael Levan' + year: N/A + stars: 0 + description: '' +https://aly.arriqaaq.com/golang-design-patterns: + title: 'aly.arriqaaq.com: Golang Design Patterns in Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/paliimx/Data-Structures-and-Algorithms: + title: '==github.com/paliimx: Data Structures and Algorithms implementation in Go==' + year: N/A + stars: 0 + description: '' +https://dev.to/pacheco/create-a-restful-api-with-golang-from-scratch-42g2: + title: '==dev.to: Create a Restful API with Golang from scratch== 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/generically-working-with-kubernetes-resources-in-go-53bce678f887: + title: 'itnext.io: Generically working with Kubernetes objects in Go' + year: N/A + stars: 0 + description: '' +https://ymmt2005.hatenablog.com/entry/2020/04/14/An_example_of_using_dynamic_client_of_k8s.io/client-go: + title: An example of using dynamic client of k8s.io/client-go + year: N/A + stars: 0 + description: '' +https://iximiuz.com/en/posts/kubernetes-api-go-types-and-common-machinery: + title: 'iximiuz.com: How To Call Kubernetes API using Go - Types and Common Machinery' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/explore-client-go-informer-patterns-4415bb5f1fbd: + title: 'medium.com/codex: Explore client-go Informer Patterns' + year: N/A + stars: 0 + description: '' +https://dev.to/lucasepe/watch-and-react-to-kubernetes-objects-changes-3kcg: + title: 'dev.to: Watch and react to Kubernetes objects changes' + year: N/A + stars: 0 + description: '' +https://shahin-mahmud.medium.com/write-your-first-kubernetes-operator-in-go-177047337eae: + title: 'shahin-mahmud.medium.com: Write your first Kubernetes operator in go' + year: N/A + stars: 0 + description: '' +https://collabnix.com/kubernetes-crud-operation-using-go-on-docker-desktop: + title: 'collabnix.com: Kubernetes CRUD Operation using Go on Docker Desktop' + year: N/A + stars: 0 + description: '' +https://blog.kubesimplify.com/perform-crud-operations-on-kubernetes-using-golang: + title: 'blog.kubesimplify.com: Perform CRUD Operations on Kubernetes Using Golang + 🌟' + year: N/A + stars: 0 + description: '' +https://ahmet.im/blog/building-container-images-in-go: + title: 'ahmet.im: Building container images in Go' + year: N/A + stars: 0 + description: '' +https://koa: + title: Koa.js + year: N/A + stars: 0 + description: '' +https://github.com/asim/go-micro: + title: go-micro + year: N/A + stars: 0 + description: '' +https://dapr.io: + title: dapr.io + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/golang/comments/jnv4bd/what_is_the_best_microservice_framework_in_go: + title: 'reddit.com: What is the best microservice framework in Go?' + year: N/A + stars: 0 + description: '' +https://github.com/Masterminds/sprig: + title: 'Masterminds/sprig: Sprig: Template functions for Go templates' + year: N/A + stars: 0 + description: '' +https://github.com/go-kratos/kratos: + title: go-kratos/kratos + year: N/A + stars: 0 + description: '' +https://github.com/panjf2000/gnet: + title: gnet + year: N/A + stars: 0 + description: '' +https://github.com/dsa0x/sicher: + title: dsa0x/sicher + year: N/A + stars: 0 + description: '' +https://github.com/ggicci/httpin: + title: 'ggicci/httpin: HTTP Input for Go' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/e2e-framework: + title: kubernetes-sigs/e2e-framework + year: N/A + stars: 0 + description: '' +https://github.com/forbearing/k8s: + title: forbearing/k8s + year: N/A + stars: 0 + description: '' +https://medium.com/vedcraft/top-microservices-frameworks-in-go-762445c30dd6: + title: 'medium.com/vedcraft: Top Microservices Frameworks in Go' + year: N/A + stars: 0 + description: '' +https://github.com/hashicorp/cap: + title: cap + year: N/A + stars: 0 + description: '' +https://github.com/volatiletech/sqlboiler: + title: volatiletech/sqlboiler + year: N/A + stars: 0 + description: '' +https://github.com/jcchavezs/porto: + title: jcchavezs/porto + year: N/A + stars: 0 + description: '' +https://github.com/mholt/json-to-go: + title: mholt/json-to-go + year: N/A + stars: 0 + description: '' +https://mholt.github.io/curl-to-go: + title: curl-to-go + year: N/A + stars: 0 + description: '' +https://github.com/kkdai/youtube: + title: kkdai/youtube + year: N/A + stars: 0 + description: '' +https://github.com/iawia002/lux: + title: ==github.com/iawia002/lux== 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/Email-Dashboard/Email-Dashboard: + title: 'github.com/Email-Dashboard:' + year: N/A + stars: 0 + description: '' +https://github.com/kevincobain2000/gobrew: + title: ==gobrew== 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/groundcover-com/blog/tree/main/blog_k8s_containers_restarts: + title: 'github.com/groundcover-com: Container Restarts Watcher' + year: N/A + stars: 0 + description: '' +https://github.com/create-go-app/cli: + title: create-go-app/cli + year: N/A + stars: 0 + description: '' +https://github.com/derekparker/delve: + title: 'Delve: a debugger for the Go Programming Language' + year: N/A + stars: 0 + description: '' +https://alexsniffin.medium.com/debugging-remotely-in-kubernetes-with-go-fda4f3332316: + title: 'alexsniffin.medium.com: Debugging Remotely with Go in Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/inancgumus/learngo: + title: inancgumus/learngo 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/GoogleCloudPlatform/golang-samples: + title: '==GoogleCloudPlatform/golang-samples: Sample apps and code written for Google + Cloud in the Go programming language.==' + year: N/A + stars: 0 + description: '' +https://github.com/rehacktive/caffeine: + title: rehacktive/caffeine + year: N/A + stars: 0 + description: '' +https://github.com/ebosas/microservices: + title: ebosas/microservices + year: N/A + stars: 0 + description: '' +https://github.com/iximiuz/client-go-examples: + title: iximiuz/client-go-examples + year: N/A + stars: 0 + description: '' +https://github.com/Mathieu-Desrochers/Learning-Go: + title: Mathieu-Desrochers/Learning-Go + year: N/A + stars: 0 + description: '' +https://dev.to/aksrao1998/dockerize-a-golang-http-server-and-deploy-it-on-kubernetes-592j: + title: 'dev.to: Dockerize a GoLang HTTP server and deploy it on Kubernetes' + year: N/A + stars: 0 + description: '' +https://twitter.com/GolangRepos: + title: twitter.com/GolangRepos + year: N/A + stars: 0 + description: '' +https://www.ibm.com/cloud: + title: IBM Cloud + year: N/A + stars: 0 + description: '' +https://www.ibm.com/cloud/openshift: + title: Red Hat OpenShift on IBM Cloud + year: N/A + stars: 0 + description: '' +https://www.ibm.com/support/knowledgecenter: + title: IBM Knowledge Center 🌟 + year: N/A + stars: 0 + description: '' +https://containerjournal.com/topics/container-ecosystems/ibm-leverages-containers-to-advance-devops-on-mainframes: + title: IBM Leverages Containers to Advance DevOps on Mainframes + year: N/A + stars: 0 + description: '' +https://www.xataka.com/pro/ibm-se-parte-dos-109-anos-despues-nube-da-dinero-que-se-creara-empresa-centrada-ella: + title: 'xataka.com: IBM se multiplica: la IBM de siempre mantiene el foco en la + nube, pero crea una nueva empresa para los servicios de red gestionados 🌟' + year: N/A + stars: 0 + description: '' +? https://www.reuters.com/article/us-ibm-divestiture/ibm-to-break-up-109-year-old-company-to-focus-on-cloud-growth-idUSKBN26T1TZ +: title: 'reuters.com: IBM to break up 109-year old company to focus on cloud growth + 🌟' + year: N/A + stars: 0 + description: '' +https://developer.ibm.com/wasdev: + title: WebSphere Liberty + year: N/A + stars: 0 + description: '' +https://developer.ibm.com/wasdev/downloads: + title: Download WAS Liberty + year: N/A + stars: 0 + description: '' +https://developer.ibm.com/wasdev/websphere-liberty: + title: About WebSphere Liberty + year: N/A + stars: 0 + description: '' +https://hub.docker.com/_/websphere-liberty: + title: 'DockerHub: websphere-liberty' + year: N/A + stars: 0 + description: '' +https://www.openliberty.io: + title: openliberty.io + year: N/A + stars: 0 + description: '' +https://github.com/openliberty: + title: github.com/openliberty + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/06/17/support-for-graphql-with-open-liberty-20-0-0-6: + title: 'developers.redhat.com: Support for GraphQL with Open Liberty 20.0.0.6' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/ibm-and-red-hat-bring-openshift-to-ibm-z-and-linuxone: + title: IBM and Red Hat bring OpenShift to IBM Z and LinuxONE + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/red-hat-openshift-installation-process-experiences-on-ibm-z-linuxone: + title: Red Hat OpenShift Installation Process Experiences on IBM Z/LinuxONE + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/installing-ocp-in-a-mainframe-z-series: + title: Installing OCP in a Mainframe z-series + year: N/A + stars: 0 + description: '' +https://access.redhat.com/documentation/en-us/openshift_container_platform/4.2/html/installing_on_ibm_z: + title: OpenShift Container Platform 4.2. Installing on IBM Z (html) + year: N/A + stars: 0 + description: '' +https://access.redhat.com/documentation/en-us/openshift_container_platform/4.2/pdf/installing_on_ibm_z: + title: OpenShift Container Platform 4.2. Installing on IBM Z (pdf) + year: N/A + stars: 0 + description: '' +https://www.ibm.com/it-infrastructure/storage/spectrum: + title: IBM Spectrum + year: N/A + stars: 0 + description: '' +http://www.redbooks.ibm.com/abstracts/redp5565.html: + title: 'redbooks.ibm.com: IBM Storage for Red Hat OpenShift. IBM block storage & + IBM Spectrum Scale' + year: N/A + stars: 0 + description: '' +https://cloudpak8s.io: + title: 'IBM Cloud Pak Playbook: cloudpak8s.io' + year: N/A + stars: 0 + description: '' +https://www.ibm.com/cloud/cloud-pak-for-management: + title: IBM Cloud Pak for Multicloud Management + year: N/A + stars: 0 + description: '' +https://www.ibm.com/support/knowledgecenter/SSFC4F: + title: 'IBM Knowledge Center: IBM Cloud Pak for Multicloud Management' + year: N/A + stars: 0 + description: '' +https://medium.com/search?q=cp4mcm: + title: medium.com/search?q=cp4mcm + year: N/A + stars: 0 + description: '' +https://medium.com/ibm-cloud-paks-help-and-guidance-from-ibm-cloud/tagged/cp4mcm: + title: 'medium: tagged/cp4mcm' + year: N/A + stars: 0 + description: '' +https://medium.com/@cdoan/ibm-multicloud-manager-cluster-sizing-bc3b609b7de9: + title: 'medium: IBM Multicloud Manager Cluster Sizing' + year: N/A + stars: 0 + description: '' +? 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 +: title: 'medium: Installing Monitoring Module on IBM Cloud Pak for MultiCloud Management' + year: N/A + stars: 0 + description: '' +https://github.com/IBM/CP4MCM-SDK: + title: 'github.com/IBM/CP4MCM-SDK : Business Partner App Integration with IBM MCM' + year: N/A + stars: 0 + description: '' +https://microservices.io: + title: microservices.io + year: N/A + stars: 0 + description: '' +https://www.cncf.io: + title: cncf.io + year: N/A + stars: 0 + description: '' +https://landscape.cncf.io: + title: landscape.cncf.io + year: N/A + stars: 0 + description: '' +https://www.cncf.io/certification/software-conformance: + title: Certified Kubernetes offerings + year: N/A + stars: 0 + description: '' +https://www.cncf.io/reports: + title: CNCF Reports + year: N/A + stars: 0 + description: '' +https://www.cncf.io/wp-content/uploads/2020/03/CNCF_Survey_Report.pdf: + title: CNCF Survey Report 2019 + year: N/A + stars: 0 + description: '' +https://www.cncf.io/wp-content/uploads/2020/11/CNCF_Survey_Report_2020.pdf: + title: CNCF Survey Report 2020 + year: N/A + stars: 0 + description: '' +https://www.cncf.io/wp-content/uploads/2021/12/Q1-2021-State-of-Cloud-Native-development-FINAL.pdf: + title: CNCF Survey Report 2021 + year: N/A + stars: 0 + description: '' +https://puppet.com/resources/?refinementList%5Btype%5D%5B0%5D=Report&page=1&configure%5BhitsPerPage%5D=18: + title: State of DevOps Reports + year: N/A + stars: 0 + description: '' +https://puppet.com/resources/report/2020-state-of-devops-report: + title: 2020 State of DevOps Report + year: N/A + stars: 0 + description: '' +https://puppet.com/resources/report/2020-devops-salary-report: + title: 2020 DevOps Salary Report + year: N/A + stars: 0 + description: '' +https://puppet.com/resources/report/gartner-report-top-trends-impacting-infrastructure-and-operations-for-2021: + title: 2021 Gartner Report Top Trends Infra & Operations + year: N/A + stars: 0 + description: '' +http://agilemethodology.org: + title: agilemethodology.org + year: N/A + stars: 0 + description: '' +http://agilemanifesto.org: + title: agilemanifesto.org + year: N/A + stars: 0 + description: '' +https://12factor.net: + title: 12factor.net + year: N/A + stars: 0 + description: '' +https://openpracticelibrary.com: + title: openpracticelibrary.com + year: N/A + stars: 0 + description: '' +https://roadmap.sh: + title: roadmap.sh + year: N/A + stars: 0 + description: '' +https://roadmap.sh/ai: + title: 'roadmap.sh/ai: Generate roadmaps with AI' + year: N/A + stars: 0 + description: '' +https://roadmap.sh/terraform: + title: roadmap.sh/terraform + year: N/A + stars: 0 + description: '' +https://apilandscape.apiscene.io: + title: API Landscape + year: N/A + stars: 0 + description: '' +https://insights.stackoverflow.com/survey: + title: Stack Overflow Annual Developer Survey + year: N/A + stars: 0 + description: '' +https://insights.stackoverflow.com/survey/2021: + title: '2021' + year: N/A + stars: 0 + description: '' +https://survey.stackoverflow.co/2022: + title: 2022 🌟 + year: N/A + stars: 0 + description: '' +https://stackoverflow.com/collectives/aws: + title: AWS Collective + year: N/A + stars: 0 + description: '' +https://stackoverflow.com/collectives/azure: + title: Azure Collective + year: N/A + stars: 0 + description: '' +https://stackoverflow.com/collectives/ci-cd: + title: CI/CD Collective + year: N/A + stars: 0 + description: '' +https://stackoverflow.com/collectives/wso2: + title: WSO2 Collective + year: N/A + stars: 0 + description: '' +https://opensource.guide: + title: Open Source Guides + year: N/A + stars: 0 + description: '' +https://www.opengroup.org: + title: 'The Open Group: Making Standards Work' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/how-your-application-architecture-evolved: + title: How Your Application Architecture Has Evolved 🌟 + year: N/A + stars: 0 + description: '' +https://www.techrepublic.com/article/kubernetes-magic-is-in-enterprise-standardization-not-app-portability: + title: ==Kubernetes magic is in enterprise standardization, not app portability== + year: N/A + stars: 0 + description: '' +https://containerjournal.com/features/the-rise-of-the-kubemaster: + title: 'A new role to emerge: Kubernetes Manager (KubeMaster) 🌟' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2022/03/03/an-emerging-job-kubernetes-engineer: + title: 'An emerging Job: Kubernetes engineer 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/gayanvoice/top-github-users: + title: Top GitHub Users By Country + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/automation-architects: + title: The rise of the automation architect + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2021/09/29/automation-is-the-future-of-cloud-cost-optimization: + title: Automation is the future of cloud cost optimization + year: N/A + stars: 0 + description: '' +https://vmblog.com/archive/2021/10/07/the-rise-of-modern-day-kubernetes-operations.aspx: + title: The Rise of Modern Day Kubernetes Operations + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/distributed-systems-kubernetes: + title: The Evolution of Distributed Systems on Kubernetes + year: N/A + stars: 0 + description: '' +https://thenewstack.io/10-cloud-deficiencies-you-should-know: + title: 10 Cloud Deficiencies You Should Know + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/how-to-explain-kubernetes-to-a-business-team: + title: ==How to Explain Kubernetes to a Business Team== + year: N/A + stars: 0 + description: '' +https://traefik.io/blog/pets-vs-cattle-the-future-of-kubernetes-in-2022: + title: '==Pets vs. Cattle: The Future of Kubernetes in 2022==' + year: N/A + stars: 0 + description: '' +https://dok.community: + title: 'dok.community: DoKC Data on Kubernetes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/a-kubernetes-documentary-shares-googles-open-source-story: + title: A Kubernetes Documentary Shares Google’s Open Source Story + year: N/A + stars: 0 + description: '' +https://alpacked.io/blog/infrastructure-as-code-for-devops: + title: ==Infrastructure as Code in DevOps== + year: N/A + stars: 0 + description: '' +https://dzone.com/trendreports: + title: dzone.com/trendreports + year: N/A + stars: 0 + description: '' +https://www.eficode.com/blog/the-future-of-kubernetes-and-why-developers-should-look-beyond-kubernetes-in-2022: + title: The future of Kubernetes – and why developers should look beyond Kubernetes + in 2022 + year: N/A + stars: 0 + description: '' +https://www.cloudtechtwitter.com/2022/05/dont-miss-next-article-be-first-to-be.html: + title: 'cloudtechtwitter.com: Introduction to Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/readme/guides: + title: GitHub Guides + year: N/A + stars: 0 + description: '' +https://learnk8s.io/news: + title: learnk8s.io/news + year: N/A + stars: 0 + description: '' +https://thenewstack.io/what-we-learned-from-enabling-developer-self-service: + title: 'thenewstack.io: What We Learned from Enabling Developer Self-Service 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/trendreports/kubernetes-in-the-enterprise-1: + title: 'dzone: Kubernetes in the Enterprise - Trend Report' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/struggling-with-it-staff-leaving-try-infrastructure-as-code: + title: Struggling with IT Staff Leaving? Try Infrastructure as Code 🌟 + year: N/A + stars: 0 + description: '' +https://learnk8s.io/learn-kubernetes-weekly: + title: learnk8s.io/learn-kubernetes-weekly 🌟 + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3679250/cloud-architects-are-afraid-of-automation.html: + title: 'infoworld.com: Cloud architects are afraid of automation' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3653371/the-biggest-obstacle-to-cloud-is-people.html: + title: 'infoworld.com: The biggest obstacle to cloud is people' + year: N/A + stars: 0 + description: '' +https://github.com/Droogans/unmaintainable-code: + title: Droogans/How To Write Unmaintainable Code + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/devops-vs-sre-vs-platform-engineer-vs-cloud-engine: + title: 'dzone.com: DevOps vs. SRE vs. Platform Engineer vs. Cloud Engineer' + year: N/A + stars: 0 + description: '' +https://github.com/metaleapca/metaleap-devops-in-k8s/blob/main/metaleap-devops-in-k8s.pdf: + title: 'github.com/metaleapca: metaleap-devops-in-k8s.pdf' + year: N/A + stars: 0 + description: '' +https://github.com/metaleapca/metaleap-k8s-troubleshooting/blob/main/metaleap-k8s-troubleshooting.pdf: + title: 'github.com/metaleapca: metaleap-k8s-troubleshooting.pdf' + year: N/A + stars: 0 + description: '' +https://serverlessland.com/event-driven-architecture/visuals: + title: 'serverlessland.com: EDA VISUALS' + year: N/A + stars: 0 + description: '' +https://redis.com/blog/microservice-architecture-key-concepts: + title: 'redis.com: Microservice Architecture Key Concepts' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-evolution-from-microservices-to-batch-processing-powerhouse: + title: 'thenewstack.io: Kubernetes Evolution: From Microservices to Batch Processing + Powerhouse 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/software-deployment-best-practices: + title: Software Deployment Best Practices in 2023 + year: N/A + stars: 0 + description: '' +https://community.aws/kubernetes: + title: community.aws/kubernetes + year: N/A + stars: 0 + description: '' +https://datascientest.com/en/azure-devops-vs-github-actions-which-is-the-best-ci-cd-tool: + title: 'Azure DevOps vs GitHub Actions: Which is the best CI/CD tool?' + year: N/A + stars: 0 + description: '' +https://chaoslever.com/cl-20240118: + title: Redefining Virtualization in the VMware Acquisition Era + year: N/A + stars: 0 + description: '' +https://packetpushers.net/podcasts/kubernetes-unpacked/ku046-do-kubernetes-certs-prepare-you-for-real-world-production: + title: Do Kubernetes Certs Prepare You For Real-World Production? + year: N/A + stars: 0 + description: '' +https://madokai.medium.com/why-i-dont-consider-your-certifications-during-an-interview-fe4b62cf6f8c: + title: Why I Don’t Consider Your Certifications During An Interview + year: N/A + stars: 0 + description: '' +https://dagger.io: + title: dagger.io + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Bus_factor: + title: Bus factor + year: N/A + stars: 0 + description: '' +https://serverlesshorrors.com: + title: serverlesshorrors.com + year: N/A + stars: 0 + description: '' +https://mattias.engineer/courses: + title: ==mattias.engineer/courses== 🌟 + year: N/A + stars: 0 + description: '' +https://paulbutler.org/2024/the-haters-guide-to-kubernetes: + title: The hater’s guide to Kubernetes + year: N/A + stars: 0 + description: '' +https://github.com/cyclops-ui/cyclops: + title: github.com/cyclops-ui/cyclops + year: N/A + stars: 0 + description: '' +https://k8z.dev: + title: k8z.dev + year: N/A + stars: 0 + description: '' +https://github.com/zegl/kube-score: + title: Kube-score + year: N/A + stars: 0 + description: '' +https://testkube.io: + title: testkube.io 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/curl/wcurl: + title: wcurl + year: N/A + stars: 0 + description: '' +https://github.com/netbox-community/netbox: + title: NetBox IPAM 🌟 + year: N/A + stars: 0 + description: '' +https://netboxlabs.com: + title: NetBox Labs + year: N/A + stars: 0 + description: '' +https://docs.ansible.com/ansible/latest/collections/netbox/netbox/index.html: + title: Netbox Ansible Modules + year: N/A + stars: 0 + description: '' +https://devopswithkubernetes.com: + title: devopswithkubernetes.com + year: N/A + stars: 0 + description: '' +https://github.com/gardener/gardener: + title: Gardener + year: N/A + stars: 0 + description: '' +https://collabnix.github.io/kubetools: + title: collabnix.github.io/kubetools 🌟 + year: N/A + stars: 0 + description: '' +https://youtube.com/playlist?list=PLvBBnHmZuNQJeznYL2F-MpZYBUeLIXYEe&si=GBJtqv36O8bslj9z: + title: Jenkins Tutorials by CloudBeesTV 🌟 + year: N/A + stars: 0 + description: '' +https://kui.tools: + title: kui.tools + year: N/A + stars: 0 + description: '' +introduction.md: + title: Microservice Architecture. From Java EE To Cloud Native. Openshift VS Kubernetes + year: N/A + stars: 0 + description: '' +faq.md: + title: Microservices FAQ & Kubernetes Native + year: N/A + stars: 0 + description: '' +sre.md: + title: Site Reliability Engineering (SRE) + year: N/A + stars: 0 + description: '' +finops.md: + title: FinOps - Cloud Financial Management + year: N/A + stars: 0 + description: '' +chaos-engineering.md: + title: Chaos Engineering + year: N/A + stars: 0 + description: '' +devops.md: + title: ==DevOps== + year: N/A + stars: 0 + description: '' +gitops.md: + title: ==GitOps== + year: N/A + stars: 0 + description: '' +mlops.md: + title: MLOps + year: N/A + stars: 0 + description: '' +devsecops.md: + title: DevSecOps and Security. Container Security + year: N/A + stars: 0 + description: '' +securityascode.md: + title: Security Policy as Code + year: N/A + stars: 0 + description: '' +oauth.md: + title: OAuth2 + year: N/A + stars: 0 + description: '' +serverless.md: + title: Serverless Architectures & Frameworks. OpenFaaS, Knative & Kubeless + year: N/A + stars: 0 + description: '' +docker.md: + title: Docker + year: N/A + stars: 0 + description: '' +kubernetes.md: + title: ==Kubernetes== + year: N/A + stars: 0 + description: '' +kubernetes-tutorials.md: + title: ==Kubernetes Tutorials== + year: N/A + stars: 0 + description: '' +kubernetes-tools.md: + title: Kubernetes Plugins, Tools, Extensions and Projects 🌟 + year: N/A + stars: 0 + description: '' +kubectl-commands.md: + title: kubectl Commands + year: N/A + stars: 0 + description: '' +kubernetes-networking.md: + title: Kubernetes Networking + year: N/A + stars: 0 + description: '' +kubernetes-monitoring.md: + title: Kubernetes Monitoring and Logging + year: N/A + stars: 0 + description: '' +kubernetes-security.md: + title: Kubernetes Security + year: N/A + stars: 0 + description: '' +kubernetes-storage.md: + title: Kubernetes Storage + year: N/A + stars: 0 + description: '' +kubernetes-backup-migrations.md: + title: Kubernetes Backup and Migrations + year: N/A + stars: 0 + description: '' +kubernetes-autoscaling.md: + title: Kubernetes Autoscaling + year: N/A + stars: 0 + description: '' +kubernetes-operators-controllers.md: + title: Kubernetes Operators and Controllers + year: N/A + stars: 0 + description: '' +kubernetes-based-devel.md: + title: Kubernetes Based Development + year: N/A + stars: 0 + description: '' +kubernetes-on-premise.md: + title: Kubernetes On Premise + year: N/A + stars: 0 + description: '' +managed-kubernetes-in-public-cloud.md: + title: ==Managed kubernetes in public clouds== + year: N/A + stars: 0 + description: '' +kubernetes-troubleshooting.md: + title: Kubernetes Troubleshooting + year: N/A + stars: 0 + description: '' +kubernetes-releases.md: + title: Kubernetes Releases + year: N/A + stars: 0 + description: '' +kubernetes-newsletters.md: + title: Kubernetes Newsletters + year: N/A + stars: 0 + description: '' +matrix-table.md: + title: Kubernetes Distributions & Installers + year: N/A + stars: 0 + description: '' +kubernetes-bigdata.md: + title: Kubernetes Big Data + year: N/A + stars: 0 + description: '' +openshift.md: + title: OpenShift + year: N/A + stars: 0 + description: '' +ocp3.md: + title: OCP 3 + year: N/A + stars: 0 + description: '' +ocp4.md: + title: OCP 4 + year: N/A + stars: 0 + description: '' +rancher.md: + title: Rancher - Enterprise management for Kubernetes + year: N/A + stars: 0 + description: '' +cicd.md: + title: CI/CD - Continuous Integration & Continuous Delivery + year: N/A + stars: 0 + description: '' +git.md: + title: Git & Git Patterns. Trunk Devel, Git Flow & Feature Flags. Merge BOTs 🌟 + year: N/A + stars: 0 + description: '' +jenkins.md: + title: Jenkins & CloudBees πŸ˜€ + year: N/A + stars: 0 + description: '' +performance-testing-with-jenkins-and-jmeter.md: + title: Performance testing with Jenkins, JMeter, Gatling, Azure Load Testing, etc + year: N/A + stars: 0 + description: '' +openshift-pipelines.md: + title: OpenShift Pipelines with Jenkins, Tekton and more... + year: N/A + stars: 0 + description: '' +jenkins-alternatives.md: + title: Jenkins Alternatives for Continuous Integration & Deployment 🌟 + year: N/A + stars: 0 + description: '' +argo.md: + title: Argo - Declarative GitOps for Kubernetes 🌟 + year: N/A + stars: 0 + description: '' +tekton.md: + title: Tekton - Cloud Native CI/CD + year: N/A + stars: 0 + description: '' +container-managers.md: + title: Container Runtimes/Managers & Base Images. Podman, Buildah & Skopeo + year: N/A + stars: 0 + description: '' +maven-gradle.md: + title: Maven, Gradle & SDKMAN + year: N/A + stars: 0 + description: '' +sonarqube.md: + title: SonarQube + year: N/A + stars: 0 + description: '' +registries.md: + title: Docker Registries. Quay, Nexus, JFrog Artifactory, Harbor and more + year: N/A + stars: 0 + description: '' +linux.md: + title: Linux & SSH + year: N/A + stars: 0 + description: '' +mkdocs.md: + title: MkDocs & GitHub Pages + year: N/A + stars: 0 + description: '' +web-servers.md: + title: 'Web Servers & Reverse Proxies: Apache, Nginx, HAProxy, Traefik and more' + year: N/A + stars: 0 + description: '' +java_app_servers.md: + title: 'Java EE/Jakarta EE and MicroProfile Runtimes: Payara, JBoss EAP, WebSphere + Liberty, WildFly and more' + year: N/A + stars: 0 + description: '' +embedded-servlet-containers.md: + title: 'Embedded Servlet Containers in SpringBoot: Jetty, Tomcat, Undertow and more' + year: N/A + stars: 0 + description: '' +caching.md: + title: Caching Solutions + year: N/A + stars: 0 + description: '' +monitoring.md: + title: Monitoring and Performance + year: N/A + stars: 0 + description: '' +prometheus.md: + title: Prometheus 🌟 + year: N/A + stars: 0 + description: '' +grafana.md: + title: Grafana + year: N/A + stars: 0 + description: '' +terraform.md: + title: ==Terraform & Packer.Kubernetes Boilerplates== + year: N/A + stars: 0 + description: '' +pulumi.md: + title: Pulumi + year: N/A + stars: 0 + description: '' +crossplane.md: + title: Crossplane + year: N/A + stars: 0 + description: '' +cloud-arch-diagrams.md: + title: Cloud Architecture Diagram Tools + year: N/A + stars: 0 + description: '' +cloud-asset-inventory.md: + title: Cloud Asset Inventory + year: N/A + stars: 0 + description: '' +ansible.md: + title: ==Ansible== + year: N/A + stars: 0 + description: '' +stackstorm.md: + title: StackStorm + year: N/A + stars: 0 + description: '' +chef.md: + title: Chef + year: N/A + stars: 0 + description: '' +cicd-kubernetes-plugins.md: + title: CI/CD Kubernetes Plugins + year: N/A + stars: 0 + description: '' +kubernetes-client-libraries.md: + title: 'Client Libraries for Kubernetes: Go client, Python, Fabric8, JKube & Java + Operator SDK' + year: N/A + stars: 0 + description: '' +liquibase.md: + title: Database Version Control. Liquibase, Flyway and PlanetScale + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/gitops-with-openshift-applier: + title: 'redhat-cop: Openshift Applier' + year: N/A + stars: 0 + description: '' +yaml.md: + title: YAML and JSON 🌟 + year: N/A + stars: 0 + description: '' +databases.md: + title: Relational Databases and Database DevOps 🌟 + year: N/A + stars: 0 + description: '' +nosql.md: + title: NoSQL Databases + year: N/A + stars: 0 + description: '' +message-queue.md: + title: Data Pipeline 🌟 + year: N/A + stars: 0 + description: '' +servicemesh.md: + title: Service Mesh + year: N/A + stars: 0 + description: '' +public-cloud-solutions.md: + title: Public Cloud Solutions + year: N/A + stars: 0 + description: '' +private-cloud-solutions.md: + title: Private Cloud Solutions + year: N/A + stars: 0 + description: '' +edge-computing.md: + title: Edge Computing + year: N/A + stars: 0 + description: '' +aws.md: + title: ==AWS== + year: N/A + stars: 0 + description: '' +aws-miscellaneous.md: + title: AWS Miscellaneous + year: N/A + stars: 0 + description: '' +aws-architecture.md: + title: ==AWS Architecture and Best Practices== + year: N/A + stars: 0 + description: '' +aws-networking.md: + title: AWS Networking + year: N/A + stars: 0 + description: '' +aws-databases.md: + title: AWS Databases + year: N/A + stars: 0 + description: '' +aws-storage.md: + title: AWS Storage + year: N/A + stars: 0 + description: '' +aws-security.md: + title: AWS Security + year: N/A + stars: 0 + description: '' +aws-monitoring.md: + title: AWS Monitoring + year: N/A + stars: 0 + description: '' +aws-iac.md: + title: AWS IaC + year: N/A + stars: 0 + description: '' +aws-tools-scripts.md: + title: AWS Tools Scripts + year: N/A + stars: 0 + description: '' +aws-messaging.md: + title: AWS Messaging + year: N/A + stars: 0 + description: '' +aws-data.md: + title: AWS Data + year: N/A + stars: 0 + description: '' +aws-devops.md: + title: AWS DevOps + year: N/A + stars: 0 + description: '' +aws-serverless.md: + title: AWS Serverless + year: N/A + stars: 0 + description: '' +aws-pricing.md: + title: AWS Pricing + year: N/A + stars: 0 + description: '' +aws-containers.md: + title: AWS Containers + year: N/A + stars: 0 + description: '' +aws-backup.md: + title: AWS Backup and Migrations + year: N/A + stars: 0 + description: '' +aws-training.md: + title: AWS Training and Certification + year: N/A + stars: 0 + description: '' +aws-newfeatures.md: + title: AWS New Features + year: N/A + stars: 0 + description: '' +aws-spain.md: + title: AWS Spain + year: N/A + stars: 0 + description: '' +GoogleCloudPlatform.md: + title: ==Google Cloud Platform== + year: N/A + stars: 0 + description: '' +ibm_cloud.md: + title: IBM & IBM Cloud + year: N/A + stars: 0 + description: '' +oraclecloud.md: + title: Oracle Cloud + year: N/A + stars: 0 + description: '' +digitalocean.md: + title: Digital Ocean + year: N/A + stars: 0 + description: '' +cloudflare.md: + title: Cloudflare + year: N/A + stars: 0 + description: '' +scaleway.md: + title: Scaleway + year: N/A + stars: 0 + description: '' +https://www.linode.com: + title: Linode + year: N/A + stars: 0 + description: '' +https://www.alibabacloud.com: + title: Alibaba + year: N/A + stars: 0 + description: '' +https://symbiosis.host: + title: Symbiosis + year: N/A + stars: 0 + description: '' +https://www.gaia-x.eu: + title: Gaia-X.eu + year: N/A + stars: 0 + description: '' +api.md: + title: APIs with SOAP, REST and gRPC 🌟 + year: N/A + stars: 0 + description: '' +swagger-code-generator-for-rest-apis.md: + title: Swagger code generator for REST APIs + year: N/A + stars: 0 + description: '' +postman.md: + title: API Test Automation with Postman and REST Assured + year: N/A + stars: 0 + description: '' +developerportals.md: + title: API Marketplaces. API Management with API Gateways & Developer Portals 🌟 + year: N/A + stars: 0 + description: '' +devel-sites.md: + title: Websites for web developers + year: N/A + stars: 0 + description: '' +angular.md: + title: Angular + year: N/A + stars: 0 + description: '' +dom.md: + title: Document Object Model (DOM) + year: N/A + stars: 0 + description: '' +golang.md: + title: Golang + year: N/A + stars: 0 + description: '' +javascript.md: + title: JavaScript - node.js & npm + year: N/A + stars: 0 + description: '' +python.md: + title: Python - Django & Flask + year: N/A + stars: 0 + description: '' +react.md: + title: React + year: N/A + stars: 0 + description: '' +lowcode-nocode.md: + title: Low Code and No Code + year: N/A + stars: 0 + description: '' +web3.md: + title: Web3 + year: N/A + stars: 0 + description: '' +dotnet.md: + title: Microsoft .NET + year: N/A + stars: 0 + description: '' +xamarin.md: + title: Microsoft Xamarin + year: N/A + stars: 0 + description: '' +java_frameworks.md: + title: Java & Open Source Microservices Frameworks. SpringBoot, MicroProfile, Quarkus + and more + year: N/A + stars: 0 + description: '' +java-and-java-performance-optimization.md: + title: Java Memory Management & Java Performance Optimization + year: N/A + stars: 0 + description: '' +jvm-parameters-matrix-table.md: + title: Java Parameters Matrix Table + year: N/A + stars: 0 + description: '' +linux-dev-env.md: + title: 'WSL: Linux Dev Environment on Windows' + year: N/A + stars: 0 + description: '' +scaffolding.md: + title: Scaffolding Tools + year: N/A + stars: 0 + description: '' +ChromeDevTools.md: + title: Chrome & Firefox DevTools. HTTP Protocols & WebSockets + year: N/A + stars: 0 + description: '' +qa.md: + title: QA + year: N/A + stars: 0 + description: '' +testops.md: + title: TestOps and Continuous Testing + year: N/A + stars: 0 + description: '' +test-automation-frameworks.md: + title: Test Automation Frameworks and Behavior Driven Development. Selenium, Cypress, + Cucumber, Appium and more + year: N/A + stars: 0 + description: '' +ai.md: + title: AI + year: N/A + stars: 0 + description: '' +chatgpt.md: + title: ChatGPT + year: N/A + stars: 0 + description: '' +project-management-methodology.md: + title: Project Management Methodology + year: N/A + stars: 0 + description: '' +project-management-tools.md: + title: Project Management Tools + year: N/A + stars: 0 + description: '' +appointment-scheduling.md: + title: Appointment Scheduling + year: N/A + stars: 0 + description: '' +workfromhome.md: + title: Work From Home + year: N/A + stars: 0 + description: '' +other-awesome-lists.md: + title: Other Awesome Lists 🌟 + year: N/A + stars: 0 + description: '' +interview-questions.md: + title: Interview Questions + year: N/A + stars: 0 + description: '' +newsfeeds.md: + title: Forums and Communities + year: N/A + stars: 0 + description: '' +elearning.md: + title: E-Learning + year: N/A + stars: 0 + description: '' +digital-money.md: + title: Digital Money + year: N/A + stars: 0 + description: '' +recruitment.md: + title: Recruitment + year: N/A + stars: 0 + description: '' +hr.md: + title: Human Resources + year: N/A + stars: 0 + description: '' +freelancing.md: + title: Freelancing + year: N/A + stars: 0 + description: '' +remote-tech-jobs.md: + title: Remote Tech Jobs + year: N/A + stars: 0 + description: '' +customer.md: + title: Customer Success Stories + year: N/A + stars: 0 + description: '' +https://istio.io: + title: Istio.io + year: N/A + stars: 0 + description: '' +https://github.com/istio/istio: + title: 'github.com: Istio' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/topics/service-mesh: + title: 'Red Hat Developer: Istio Service Mesh' + year: N/A + stars: 0 + description: '' +https://karlstoney.com/2019/05/31/istio-503s-ucs-and-tcp-fun-times: + title: 'karlstoney.com: Istio 503''s with UC''s and TCP Fun Times' + year: N/A + stars: 0 + description: '' +https://medium.com/solo-io: + title: medium.com/solo-io blog + year: N/A + stars: 0 + description: '' +https://medium.com/solo-io/istio-the-easy-way-again-b0504347b7ce: + title: 'medium.com/solo-io: Istio the Easy Way (Again!)' + year: N/A + stars: 0 + description: '' +https://blog.christianposta.com/microservices/istio-as-an-example-of-when-not-to-do-microservices: + title: 'blog.christianposta.com: Istio as an Example of When Not to Do Microservices' + year: N/A + stars: 0 + description: '' +https://istiobyexample.dev: + title: istiobyexample.dev 🌟 + year: N/A + stars: 0 + description: '' +https://istiobyexample.dev/fault-injection: + title: 'istiobyexample.dev: Fault Injection' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/getting-started-with-istio-524628c025: + title: 'medium.com: Getting started with Istio' + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/red-hat-openshift-service-mesh-is-now-available-what-you-should-know: + title: 'blog.openshift.com: Red Hat OpenShift Service Mesh is now available: What + you should know 🌟' + year: N/A + stars: 0 + description: '' +https://www.magalix.com/blog/getting-started-with-istio-overview-and-installation: + title: 'magalix.com: Getting Started With Istio: Overview And Installation' + year: N/A + stars: 0 + description: '' +https://istio.io/blog/2020/tradewinds-2020: + title: 'The Istio project just consolidated its control plane services: Pilot, Citadel, + Galley, and the sidecar injector, into a single binary, __Istiod__' + year: N/A + stars: 0 + description: '' +https://www.magalix.com/blog/working-with-istio-track-your-services-with-kiali: + title: 'magalix.com: Working with Istio: Track your services with Kiali' + year: N/A + stars: 0 + description: '' +https://banzaicloud.com/blog/istio-mixerless-telemetry: + title: 'banzaicloud.com: Istio telemetry V2 (Mixerless) deep dive' + year: N/A + stars: 0 + description: '' +https://medium.com/better-programming/how-to-manage-microservices-on-kubernetes-with-istio-c25e97a60a59: + title: 'medium.com: How to Manage Microservices on Kubernetes With Istio' + year: N/A + stars: 0 + description: '' +https://github.com/askmeegs/learn-istio: + title: github.com/askmeegs/learn-istio 🌟 + year: N/A + stars: 0 + description: '' +https://banzaicloud.com/blog/istio-1.6: + title: 'banzaicloud.com: What''s new in Istio 1.6, a quick walkthrough' + year: N/A + stars: 0 + description: '' +https://zwischenzugs.com/2020/05/05/riding-the-tiger-lessons-learned-implementing-istio: + title: 'Riding the Tiger: Lessons Learned Implementing Istio 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/aurelievache/understanding-istio-part-1-istio-components-4ik5: + title: 'dev.to/aurelievache: Understanding Istio: part 1 – Istio Components' + year: N/A + stars: 0 + description: '' +https://dev.to/aurelievache/understanding-istio-part-9-destinationrule-1g7e: + title: 'dev.to/aurelievache: Understanding Istio: part 9 – DestinationRule' + year: N/A + stars: 0 + description: '' +https://dev.to/aurelievache/understanding-istio-part-16-observability-metrics-2m8p: + title: 'dev.to/aurelievache: Understanding Istio: part 16 – Observability / Metrics' + year: N/A + stars: 0 + description: '' +https://banzaicloud.com/blog/istio-external-demo: + title: 'banzaicloud.com: Controlling egress traffic with Istio' + year: N/A + stars: 0 + description: '' +https://banzaicloud.com/blog/backyards-api-gateway: + title: 'banzaicloud.com: Istio ingress controller as an API gateway' + year: N/A + stars: 0 + description: '' +? https://www.openshift.com/blog/monitoring-services-like-an-sre-in-openshift-servicemesh-part-2-collecting-standard-metrics-3 +: title: 'openshift.com: Monitoring Services like an SRE in OpenShift ServiceMesh + Part 2: Collecting Standard Metrics 🌟' + year: N/A + stars: 0 + description: '' +https://istio.io/latest/docs/examples/microservices-istio: + title: 'istio.io: Learn Microservices using Kubernetes and Istio 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/when-you-need-or-dont-need-service-mesh: + title: 'thenewstack.io - Service Mesh: The Gateway to Cloud Migration' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-microservices-istio%E2%80%8A-%E2%80%8Aa-great-fit: + title: 'thenewstack.io: Kubernetes, Microservices, and Istioβ€Š β€” A Great Fit!' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/observability-with-istio-kiali-and-grafana-in-kubernetes-and-spring-boot-743af225c24f: + title: 'medium: Observability With Istio, Kiali, and Grafana in Kubernetes and Spring + Boot 🌟' + year: N/A + stars: 0 + description: '' +https://www.solo.io/blog/tutorial-rate-limiting-of-service-requests-in-istio-service-mesh: + title: 'solo.io: Learn how to rate limit requests in Istio 🌟' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/monitor-istio: + title: 'sysdig.com: How to monitor Istio, the Kubernetes service mesh' + year: N/A + stars: 0 + description: '' +https://www.tetrate.io/blog/vm-to-container-communications-101: + title: 'tetrate.io: VM to container communications 101' + year: N/A + stars: 0 + description: '' +https://github.com/redhat-scholars/istio-tutorial: + title: 'redhat-scholars: istio-tutorial 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/introduction-to-istio-traffic-management-6b62c86f8cb4: + title: 'medium: Introduction to Istio Traffic Management. Traffic Routing with Istio + by Example 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/kialiproject/increasing-observability-on-istio-the-new-kiali-health-configuration-3c91852c1bfe: + title: 'medium.com: Increasing observability on Istio: The new Kiali health configuration' + year: N/A + stars: 0 + description: '' +https://www.solo.io/blog/the-evolution-of-vm-support-in-istio-1-8-with-video: + title: 'solo.io: The evolution of VM support in Istio 1.8 (with video)' + year: N/A + stars: 0 + description: '' +https://www.jetstack.io/blog/cert-manager-istio-integration: + title: 'jetstack.io: Securing Istio workloads with mTLS using cert-manager' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/why-do-you-need-istio-when-you-already-have-kubernetes: + title: 'thenewstack.io: Why Do You Need Istio When You Already Have Kubernetes? + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/avmconsulting-blog/managing-microservices-with-istio-service-mesh-in-kubernetes-36e1fda81757: + title: 'medium: Managing Microservices With Istio Service Mesh in Kubernetes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/solo-io-istio-is-winning-the-service-mesh-war: + title: 'thenewstack.io: Solo.io: Istio Is Winning the Service Mesh War' + year: N/A + stars: 0 + description: '' +https://www.tetrate.io/blog/why-do-you-need-istio-when-you-already-have-kubernetes: + title: 'tetrate.io: Why do you need Istio when you already have Kubernetes?' + year: N/A + stars: 0 + description: '' +https://learncloudnative.com/blog/2020-11-23-multiple-vs-gateway: + title: 'learncloudnative.com: Attach multiple VirtualServices to Istio Gateway' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/what-is-istio-and-why-does-kubernetes-need-it: + title: 'thenewstack.io: What Is Istio and Why Does Kubernetes Need it? 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=16fgzklcF7Y&ab_channel=TechWorldwithNana: + title: 'youtube: Istio & Service Mesh - simply explained in 15 mins 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/stefanprodan/a-gitops-recipe-for-progressive-delivery-2pa3: + title: 'dev.to: A GitOps recipe for Progressive Delivery with Istio 🌟' + year: N/A + stars: 0 + description: '' +https://samos-it.com/posts/securing-redis-istio-tls-origniation-termination.html: + title: 'samos-it.com: Securing Redis with Istio TLS origination' + year: N/A + stars: 0 + description: '' +https://www.solo.io/blog/istio-multi-cluster-on-red-hat-openshift-with-gloo-mesh: + title: 'solo.io: Istio multi-cluster on Red Hat OpenShift with Gloo Mesh' + year: N/A + stars: 0 + description: '' +https://www.giffgaff.io/tech/using-istio-with-nginx-ingress: + title: 'giffgaff.io: Using Istio with Nginx ingress' + year: N/A + stars: 0 + description: '' +https://www.solo.io/blog/ode-to-istio: + title: 'solo.io: Ode to Istio 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/istio-1-10-improves-scalability-and-revision-control: + title: 'thenewstack.io: Istio 1.10 Improves Scalability and Revision Control' + year: N/A + stars: 0 + description: '' +https://istio.io/latest/blog/2021/external-locality-failover: + title: 'istio.io: Configuring failover for external services' + year: N/A + stars: 0 + description: '' +https://medium.com/google-cloud/automated-canary-deployments-with-flagger-and-istio-ac747827f9d1: + title: 'medium: Automated canary deployments with Flagger and Istio' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/multicluster-management-with-kubernetes-and-istio: + title: 'thenewstack.io: Multicluster Management with Kubernetes and Istio' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2021/07/12/multicluster-traffic-mirroring-with-istio-and-kind: + title: 'piotrminkowski.com: Multicluster Traffic Mirroring with Istio and Kind' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/securing-istio-workloads-with-auth0: + title: 'thenewstack.io: Securing Istio Workloads with Auth0' + year: N/A + stars: 0 + description: '' +https://www.tetrate.io/blog/multicluster-management-with-kubernetes-and-istio: + title: 'tetrate.io: Multicluster Management with Kubernetes and Istio 🌟' + year: N/A + stars: 0 + description: '' +https://www.solo.io/blog/upgrading-istio-without-downtime: + title: 'solo.io: Upgrading Istio without Downtime' + year: N/A + stars: 0 + description: '' +https://www.tetrate.io/blog/istio-servicemesh-api-gateway: + title: 'tetrate.io: Using Istio Service Mesh as API Gateway 🌟' + year: N/A + stars: 0 + description: '' +https://www.solo.io/blog/configuration-as-data-gitops-and-controllers-its-not-simple-for-multi-cluster: + title: 'solo.io: Configuration as Data, GitOps, and Controllers: it’s not simple + for multi-cluster' + year: N/A + stars: 0 + description: '' +https://www.solo.io/blog/istios-networking-in-depth: + title: 'solo.io: Istio’s networking: An in-depth look at traffic and architecture + 🌟' + year: N/A + stars: 0 + description: '' +https://www.solo.io/blog/navigating-istio-config-toolkit: + title: 'solo.io: Navigating __Istio Config__: a look into Istio’s toolkit' + year: N/A + stars: 0 + description: '' +https://inder-devops.medium.com/on-premise-to-cloud-migration-mock-drills-using-istio-ea89aee5ea38: + title: '==inder-devops.medium.com: On-premise to cloud migration mock drills using + Istio== 🌟' + year: N/A + stars: 0 + description: '' +https://www.baeldung.com/ops/istio-service-mesh: + title: 'baeldung.com: Service Mesh Architecture with Istio' + year: N/A + stars: 0 + description: '' +https://chrishaessig.medium.com/multi-cluster-setup-with-istio-c1c6437f4e8c: + title: 'chrishaessig.medium.com: Multi cluster setup with istio' + year: N/A + stars: 0 + description: '' +https://medium.com/@sumudu_liyan/how-to-install-istio-on-kubernetes-cluster-e831c12381b: + title: 'medium.com/@sumudu_liyan: How To Install Istio On Kubernetes Cluster' + year: N/A + stars: 0 + description: '' +https://engineering.mercari.com/en/blog/entry/20220218-dynamic-service-routing-using-istio: + title: 'engineering.mercari.com: Dynamic Service Routing using Istio' + year: N/A + stars: 0 + description: '' +https://medium.com/@nanditasahu031/istio-service-mesh-a11654f90ed9: + title: 'medium.com/@nanditasahu031: Istio Service Mesh 🌟' + year: N/A + stars: 0 + description: '' +https://istio.io/latest/blog/2022/merbridge: + title: 'istio.io: Merbridge - Accelerate your mesh with eBPF' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/learn-istio-manage-microservices: + title: '==freecodecamp.org: Learn Istio – How to Manage, Monitor, and Secure Microservices== + 🌟' + year: N/A + stars: 0 + description: '' +https://www.useanvil.com/blog/engineering/load-balancing-grpc-in-kubernetes-with-istio: + title: 'useanvil.com: Load balancing gRPC in Kubernetes with Istio' + year: N/A + stars: 0 + description: '' +https://jimmysong.io/en/blog/sidecar-injection-iptables-and-traffic-routing: + title: 'jimmysong.io: Understanding the Sidecar Injection, Traffic Intercepting + & Routing Process in Istio' + year: N/A + stars: 0 + description: '' +https://blog.getambassador.io/kubernetes-canary-testing-and-release-with-istio-4cbdedcc9914?gi=816ffb457b0d: + title: 'blog.getambassador.io: Kubernetes Canary Testing and Release with Istio' + year: N/A + stars: 0 + description: '' +https://medium.com/globant/istio-jwt-authentication-authorization-at-the-edge-b35b612acd97: + title: 'medium.com/globant: Istio JWT Authentication & Authorization at the edge' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/egress-traffic-control-for-nginx-ingress-controller-with-istio-proxy-sidecar-ef8f19902b43: + title: 'medium.com/codex: Egress Traffic Control for Nginx Ingress Controller with + Istio Proxy Sidecar' + year: N/A + stars: 0 + description: '' +https://medium.com/marionete/how-to-expose-kubernetes-services-to-external-traffic-using-istio-gateway-1a1e6ebd8805: + title: 'medium.com/marionete: How to expose Kubernetes services to external traffic + using Istio Gateway' + year: N/A + stars: 0 + description: '' +? https://natarajsundar.medium.com/istio-service-mesh-a-start-to-finish-tutorial-with-side-car-architecture-and-an-analysis-d70a255ea41d +: title: 'natarajsundar.medium.com: Istio service mesh, a start to finish tutorial + with Side Car architecture and an analysis + comparison of the Ambient mesh architecture' + year: N/A + stars: 0 + description: '' +https://alexandrev.medium.com/how-to-enable-sticky-session-on-your-kubernetes-workloads-using-istio-e789014a6acd: + title: 'alexandrev.medium.com: How To Enable Sticky Session on Your Kubernetes Workloads + using Istio? 🌟' + year: N/A + stars: 0 + description: '' +? https://medium.com/@wessel__/istio-with-authentik-securing-your-cluster-and-providing-authentication-and-authorization-b5e48b331920 +: title: 'medium.com/@wessel__: Istio with Authentik: securing your cluster and providing + authentication and authorization' + year: N/A + stars: 0 + description: '' +https://medium.com/@hammadsaif061/simplifying-microservices-management-with-kubernetes-and-service-mesh-de458ce566f1: + title: 'medium.com/@hammadsaif061: Simplifying Microservices Management with Kubernetes + and Service Mesh' + year: N/A + stars: 0 + description: '' +https://itnext.io/traffic-shaping-with-kubernetes-and-istio-7e44fbfca200: + title: '==itnext.io: Taffic Shaping - Kubernetes & Istio== | Daniele Polencic' + year: N/A + stars: 0 + description: '' +https://medium.com/@lupass93/zero-trust-architecture-on-kubernetes-with-istio-service-mesh-eade6c5a3c53: + title: 'medium.com/@lupass93: Zero Trust Architecture on Kubernetes with Istio Service + Mesh' + year: N/A + stars: 0 + description: '' +https://medium.com/hamburger-berater-team/varnish-sharding-with-istio-in-kubernetes-402f313919aa: + title: 'medium.com/hamburger-berater-team: Varnish Sharding with Istio in Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/@marc.guerrini/diy-istio-validate-jwt-1ffbd488b1f3: + title: 'medium.com/@marc.guerrini: DIY β€” Istio β€” validate JWT' + year: N/A + stars: 0 + description: '' +https://medium.com/@senthilrch/api-access-control-using-istio-ingress-gateway-44be659a087e: + title: 'medium: API Access Control using Istio Ingress Gateway' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/api-authentication-using-istio-ingress-gateway-oauth2-proxy-and-keycloak-a980c996c259: + title: 'medium: API Authentication using Istio Ingress Gateway, OAuth2-Proxy and + Keycloak' + year: N/A + stars: 0 + description: '' +https://maistra.io: + title: Maistra.io + year: N/A + stars: 0 + description: '' +https://github.com/maistra/istio: + title: 'github.com: Maistra Istio' + year: N/A + stars: 0 + description: '' +https://github.com/istio-ecosystem/admiral: + title: istio-ecosystem/admiral + year: N/A + stars: 0 + description: '' +https://istio.io/latest/blog/2022/introducing-ambient-mesh: + title: 'istio.io: Introducing Ambient Mesh' + year: N/A + stars: 0 + description: '' +https://www.kiali.io: + title: kiali.io + year: N/A + stars: 0 + description: '' +https://github.com/kiali/kiali: + title: 'github.com: kiali' + year: N/A + stars: 0 + description: '' +https://medium.com/kialiproject: + title: 'medium.com: kiali project' + year: N/A + stars: 0 + description: '' +https://itnext.io/find-issues-in-your-istio-mesh-with-kiali-89d37d5e1fb1: + title: 'itnext.io: Find issues in your Istio mesh with Kiali' + year: N/A + stars: 0 + description: '' +https://www.jaegertracing.io: + title: jaegertracing.io + year: N/A + stars: 0 + description: '' +https://hackernoon.com/a-guide-to-deploying-jaeger-on-kubernetes-in-production-0p2n3tub: + title: 'hackernoon.com: A Guide to Deploying Jaeger on Kubernetes in Production' + year: N/A + stars: 0 + description: '' +https://hackernoon.com/how-to-use-opentelemetry-and-jaeger-to-implement-distributed-tracing-and-apm-jcx34fi: + title: 'hackernoon.com: How To Use OpenTelemetry And Jaeger To Implement Distributed + Tracing And APM' + year: N/A + stars: 0 + description: '' +https://faun.pub/a-beginners-guide-to-jaeger-ed75ce5ed8f4: + title: 'faun.pub: A beginner’s guide to Jaeger' + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/linking-traces-continuous-profiling-pyroscope: + title: 'infracloud.io: Linking Traces with Continuous Profiling using Pyroscope' + year: N/A + stars: 0 + description: '' +https://www.getenvoy.io: + title: getenvoy.io + year: N/A + stars: 0 + description: '' +https://monzo.com/blog/controlling-outbound-traffic-from-kubernetes: + title: Controlling outbound traffic from Kubernetes + year: N/A + stars: 0 + description: '' +https://medium.com/kialiproject/troubleshooting-envoy-with-kiali-7f78a57b16ad: + title: 'medium: Troubleshooting Envoy with Kiali' + year: N/A + stars: 0 + description: '' +https://github.com/envoyproxy/gateway: + title: Envoy Gateway + year: N/A + stars: 0 + description: '' +https://www.elastic.co/products/kibana: + title: kibana + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/app-mesh: + title: aws.amazon.com/app-mesh + year: N/A + stars: 0 + description: '' +https://www.allthingsdistributed.com/2019/03/redefining-application-communications-with-aws-app-mesh.html: + title: 'allthingsdistributed.com: Redefining application communications with AWS + App Mesh' + year: N/A + stars: 0 + description: '' +https://azure-samples.github.io/aks-labs/docs/intro: + title: AKS Labs - Introduction + year: N/A + stars: 0 + description: '' +https://itnext.io/observing-grpc-based-microservices-on-amazon-eks-running-istio-77ba90dd8cc0: + title: 'itnext.io: Observing gRPC-based Microservices on Amazon EKS running Istio' + year: N/A + stars: 0 + description: '' +https://blog.cloudtrooper.net/2025/11/21/application-gateway-for-containers-istio-integration: + title: 'Application Gateway for Containers: Istio Integration' + year: N/A + stars: 0 + description: '' +https://github.com/istio/tools/blob/master/perf/README.md: + title: Istio Performance/Stability Testing + year: N/A + stars: 0 + description: '' +https://javarevisited.blogspot.com/2017/12/10-things-java-programmers-should-learn.html: + title: 'javarevisited.blogspot.com: 10 Things Java Programmers Should Learn in 2022' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/learn-the-basics-of-java-programming: + title: 'freecodecamp.org: Learn the Basics of Java Programming' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/object-oriented-programming-in-java: + title: 'freecodecamp.org: Advanced Object-Oriented Programming in Java – Full Book' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/performance-improvement-in-java-applications-orm-j: + title: 'DZone: Performance Improvement in Java Applications: ORM/JPA 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/jvm-architecture-explained: + title: 'DZone: The JVM Architecture Explained 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/troubleshoot-sudden-cpu-spikes: + title: 'DZone: How to Troubleshoot Sudden CPU Spikes' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/7-jvm-arguments-of-highly-effective-applications-1: + title: 'Dzone: 7 JVM Arguments of Highly Effective Applications 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/08/25/get-started-with-jdk-flight-recorder-in-openjdk-8u: + title: 'developers.redhat.com: Get started with JDK Flight Recorder in OpenJDK 8u + 🌟' + year: N/A + stars: 0 + description: '' +https://blog.heaphero.io: + title: 'blog.heaphero.io: HeapHero - Java & Android Heap Dump Analyzer' + year: N/A + stars: 0 + description: '' +https://blog.heaphero.io/2020/10/16/what-is-gc-log-thread-dump-and-heapdump: + title: 'blog.heaphero.io: What is GC Log, thread dump and Heapdump? 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/05/20/shenandoah-garbage-collection-openjdk-16-concurrent-reference-processing: + title: 'developers.redhat.com: Shenandoah garbage collection in OpenJDK 16: Concurrent + reference processing' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/07/23/jdk-flight-recorder-support-graalvm-native-image-journey-so-far: + title: 'developers.redhat.com: JDK Flight Recorder support for GraalVM Native Image: + The journey so far 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/OpenHFT/Java-Thread-Affinity: + title: OpenHFT/Java-Thread-Affinity + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/flight-recorder-examining-java-and-kotlin-apps: + title: 'dzone.com: Flight Recorder: Examining Java and Kotlin Apps' + year: N/A + stars: 0 + description: '' +https://kstefanj.github.io/2021/11/24/gc-progress-8-17.html: + title: '==kstefanj.github.io: GC progress from JDK 8 to JDK 17==' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/11/02/how-choose-best-java-garbage-collector: + title: '==developers.redhat.com: How to choose the best Java garbage collector==' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/difference-between-executor-executorservice-executors-omar-ismail: + title: 'linkedin.com/pulse: Difference between Executor, ExecutorService, and Executors + class in Java!' + year: N/A + stars: 0 + description: '' +https://vladmihalcea.com/caching-best-practices: + title: 'vladmihalcea.com: Caching best practices' + year: N/A + stars: 0 + description: '' +https://vladmihalcea.com/14-high-performance-java-persistence-tips: + title: 'vladmihalcea.com: 14 High-Performance Java Persistence Tips' + year: N/A + stars: 0 + description: '' +https://speakerdeck.com/victorrentea/profiling-a-java-application-at-devdays-2023: + title: 'speakerdeck.com: Profiling a Java Application @DevDays 2023 | Victor Rentea' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/java-unit-testing: + title: 'freecodecamp.org: How to Write Unit Tests in Java' + year: N/A + stars: 0 + description: '' +https://medium.com/wix-engineering/how-to-reduce-your-jvm-app-memory-footprint-in-docker-and-kubernetes-d6e030d21298: + title: 'medium: How to reduce your JVM app memory footprint in Docker and Kubernetes + 🌟' + year: N/A + stars: 0 + description: '' +https://tech.olx.com/improving-jvm-warm-up-on-kubernetes-1b27dd8ecd58: + title: 'tech.olx.com: Improving JVM Warm-up on Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/best-practices-java-memory-arguments-for-container: + title: 'dzone: Best Practices: Java Memory Arguments for Containers 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@anurag2397/solving-javas-core-problems-around-memory-and-cpu-4d0c97748c43: + title: 'medium.com/@anurag2397: Tuning JVM containers for better CPU and memory + utilisation in K8s environment' + year: N/A + stars: 0 + description: '' +https://danoncoding.com/tricky-kubernetes-memory-management-for-java-applications-d2f88dd4e9f6: + title: 'danoncoding.com: Tricky Kubernetes memory management for Java applications + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/nordnet-tech/setting-java-heap-size-inside-a-docker-container-b5a4d06d2f46: + title: 'medium.com/nordnet-tech: Setting Java Heap Size Inside a Docker Container' + year: N/A + stars: 0 + description: '' +https://medium.com/@sharprazor.app/memory-settings-for-java-process-running-in-kubernetes-pod-1e608a5d2a64: + title: 'medium.com/@sharprazor.app: Memory settings for Java process running in + Kubernetes pod' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/running-jvm-applications-on-kubernetes-beyond-java-jar-a095949f3e34: + title: '==medium.com/codex: Running JVM Applications on Kubernetes: Beyond java + -jar==' + year: N/A + stars: 0 + description: '' +https://lalitchaturveditech.medium.com/optimize-java-performance-on-kubernetes-5f055d406ecf: + title: 'lalitchaturveditech.medium.com: Optimize Java Performance On Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.flipkart.tech/the-art-of-system-debugging-decoding-cpu-utilization-da75f09ef1ff: + title: 'blog.flipkart.tech: The Art of System Debugging β€” Decoding CPU Utilization + 🌟' + year: N/A + stars: 0 + description: '' +https://jet-start.sh/blog/2020/06/09/jdk-gc-benchmarks-part1: + title: 'jet-start.sh: Performance of Modern Java on Data-Heavy Workloads, Part 1 + 🌟' + year: N/A + stars: 0 + description: '' +https://jenkins.io/blog/2016/11/21/gc-tuning: + title: jenkins.io - Tuning Jenkins GC For Responsiveness and Stability with Large + Instances 🌟 + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/doc/administration/requirements/jenkins-on-java-11: + title: Running Jenkins on Java 11 🌟 + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/scaling-java-containers: + title: 'blog.openshift.com: Scaling Java Containers 🌟' + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/performance-metrics-apm-spring-boot-microservices-openshift: + title: 'blog.openshift.com: Performance Metrics (APM) for Spring Boot Microservices + on OpenShift' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/java-inside-docker-what-you-must-know-to-not-fail: + title: 'dzone.com: Java Inside Docker: What You Must Know to Not FAIL' + year: N/A + stars: 0 + description: '' +https://itnext.io/how-to-cold-start-fast-a-java-service-on-k8s-eks-3a7b4450845d: + title: 'itnext.io: How to cold start fast a java service on k8s (EKS)' + year: N/A + stars: 0 + description: '' +https://blog.gceasy.io/2020/11/05/best-practices-java-memory-arguments-for-containers: + title: 'blog.gceasy.io: Best practices: Java memory arguments for Containers 🌟' + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/debugging-java-applications-on-openshift-kubernetes: + title: 'blog.openshift.com: Debugging Java Applications On OpenShift and Kubernetes' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/List_of_performance_analysis_tools: + title: en.wikipedia.org/wiki/List_of_performance_analysis_tools + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/InspectIT: + title: InspectIT + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/VisualVM: + title: VisualVM + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/OverOps: + title: OverOps + year: N/A + stars: 0 + description: '' +https://geekflare.com/generate-analyze-thread-dumps: + title: 'geekflare.com: What is Thread Dump and How to Analyze them? 🌟' + year: N/A + stars: 0 + description: '' +https://www.baeldung.com/java-analyze-thread-dumps: + title: 'baeldung.com: How to Analyze Java Thread Dumps 🌟' + year: N/A + stars: 0 + description: '' +https://www.baeldung.com/java-thread-dump: + title: 'baeldung.com: Capturing a Java Thread Dump' + year: N/A + stars: 0 + description: '' +https://tier1app.com: + title: tier1app.com + year: N/A + stars: 0 + description: '' +https://fastthread.io: + title: fastthread.io + year: N/A + stars: 0 + description: '' +https://gceasy.io: + title: gceasy.io + year: N/A + stars: 0 + description: '' +https://heaphero.io: + title: heaphero.io + year: N/A + stars: 0 + description: '' +http://ehcache.org: + title: TecnologΓ­as de Heap-Offloading son EHcache, Memcached, Jillegal library, + etc. + year: N/A + stars: 0 + description: '' +https://github.com/serkan-ozal/jillegal: + title: Jillegal OffHeap Module + year: N/A + stars: 0 + description: '' +http://freepromagazine.blogspot.de/2014/07/free-eguide-jvm-troubleshooting-guide.html: + title: 'Free eGuide: JVM Troubleshooting Guide' + year: N/A + stars: 0 + description: '' +http://karunsubramanian.com/websphere/one-important-change-in-memory-management-in-java-8: + title: Cambios importantes en la gestiΓ³n de memoria de Java 8 de Oracle + year: N/A + stars: 0 + description: '' +http://www.infoq.com/articles/Java-PERMGEN-Removed: + title: PermGen eliminado + year: N/A + stars: 0 + description: '' +http://www.javacodegeeks.com/2014/12/on-heap-vs-off-heap-memory-usage.html: + title: On heap vs off heap memory usage + year: N/A + stars: 0 + description: '' +http://apmblog.dynatrace.com/2011/05/11/how-garbage-collection-differs-in-the-three-big-jvms: + title: How Garbage Collection differs in the three big JVMs + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/understanding-the-java-memory-model-and-the-garbag: + title: 'DZone: Understanding the Java Memory Model and Garbage Collection 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/memory-leak-andjava-code: + title: 'DZone: Memory Leaks and Java Code' + year: N/A + stars: 0 + description: '' +https://javarevisited.blogspot.com/2011/04/garbage-collection-in-java.html: + title: 'javarevisited.blogspot.com: How Garbage Collection works in Java? Explained + (2011)' + year: N/A + stars: 0 + description: '' +https://byteman.jboss.org: + title: Byteman + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/10/29/collect-jdk-flight-recorder-events-at-runtime-with-jmc-agent: + title: 'developers.redhat.com: Collect JDK Flight Recorder events at runtime with + JMC Agent 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/10/15/checkpointing-java-from-outside-of-java: + title: 'developers.redhat.com: Checkpointing Java from outside of Java' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/11/23/faster-way-access-jdk-flight-recorder-data: + title: 'developers.redhat.com: A faster way to access JDK Flight Recorder data' + year: N/A + stars: 0 + description: '' +https://vladmihalcea.com/tunnel-localhost-public-internet: + title: 'vladmihalcea.com: How to tunnel localhost to the public Internet' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2024/02/13/java-flight-recorder-on-kubernetes: + title: 'piotrminkowski.com: Java Flight Recorder on Kubernetes' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Jakarta_EE: + title: 'wikipedia: Jakarta EE' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Payara_Server: + title: 'Wikipedia: Payara Server' + year: N/A + stars: 0 + description: '' +https://www.payara.fish: + title: Payara + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/getting-started-with-java-ee-8-payara-5-and-eclips: + title: 'Dzone: Getting Started With Java EE 8, Payara 5 and Eclipse Oxygen' + year: N/A + stars: 0 + description: '' +https://hub.docker.com/r/payara/server-full: + title: Payara + year: N/A + stars: 0 + description: '' +https://hub.docker.com/r/payara/micro: + title: Payara Micro + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/products/eap/overview: + title: Red Hat JBoss Enterprise Application Platform (JBoss EAP) + year: N/A + stars: 0 + description: '' +https://wildfly.org: + title: WildFly + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/jakarta-ee-amp-wildfly-running-on-kubernetes: + title: 'Dzone: Jakarta EE & Wildfly Running on Kubernetes' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/7/wildfly: + title: 'opensource.com: Get started with WildFly for Java web development' + year: N/A + stars: 0 + description: '' +http://tomee.apache.org: + title: TomEE from Tomitribe + year: N/A + stars: 0 + description: '' +https://ee.kumuluz.com: + title: KumuluzEE + year: N/A + stars: 0 + description: '' +https://medium.com/@javachampions/java-is-still-free-2-0-0-6b9aa8d6d244: + title: 'medium.com/@javachampions : Java is still free' + year: N/A + stars: 0 + description: '' +https://blog.joda.org/2018/09/do-not-fall-into-oracles-java-11-trap.html: + title: Oracle Java 11 and OpenJDK + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2018/09/24/the-future-of-java-and-openjdk-updates-without-oracle-support: + title: 'developers.redhat.com: The future of Java and OpenJDK updates without Oracle + support' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/history-and-future-openjdk: + title: 'redhat.com: The history and future of OpenJDK' + year: N/A + stars: 0 + description: '' +https://javarevisited.blogspot.com/2019/10/the-java-developer-roadmap.html: + title: 'javarevisited.blogspot.com: The 2020 Java Developer RoadMap 🌟' + year: N/A + stars: 0 + description: '' +https://www.marcobehler.com/guides/a-guide-to-java-versions-and-features: + title: 'marcobehler.com: Java Versions and Features 🌟' + year: N/A + stars: 0 + description: '' +https://advancedweb.hu/a-categorized-list-of-all-java-and-jvm-features-since-jdk-8-to-14: + title: 'advancedweb.hu: A categorized list of all Java and JVM features since JDK + 8 to 14' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3534133/jdk-15-the-new-features-in-java-15.html: + title: 'JDK 15: The new features in Java 15' + year: N/A + stars: 0 + description: '' +https://github.blog/2020-09-30-github-welcomes-the-openjdk-project: + title: GitHub Welcomes the OpenJDK Project! + year: N/A + stars: 0 + description: '' +https://advancedweb.hu/a-categorized-list-of-all-java-and-jvm-features-since-jdk-8-to-16: + title: 'advancedweb.hu: A categorized list of all Java and JVM features since JDK + 8 to 16' + year: N/A + stars: 0 + description: '' +https://javaconceptoftheday.com/java-9-interface-private-methods: + title: 'javaconceptoftheday.com: Java 9 Interface Private Methods' + year: N/A + stars: 0 + description: '' +https://javatechonline.com/microservices-in-java: + title: 'javatechonline.com: Making Java easy to learn - Microservices In Java 🌟' + year: N/A + stars: 0 + description: '' +https://www.java-success.com/01b-%e2%99%a6-40-java-web-services-basics-interview-qas-q07-q12: + title: 'java-success.com: 01: Q07 – Q12 Java Micro & Web services Interview Q&As' + year: N/A + stars: 0 + description: '' +https://javatechonline.com/oops-design-principles: + title: 'javatechonline.com: Making Java easy to learn - OOPs Design Principles' + year: N/A + stars: 0 + description: '' +https://javatechonline.com/spring-boot-annotations-with-examples: + title: 'javatechonline.com: Making Java easy to learn - Spring Boot Annotations + With Examples' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/java-creator-james-gosling-interview: + title: 'dzone: Java Creator James Gosling Interview' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2021/09/java17-released: + title: 'infoq.com: Java 17, the Next Long-Term Support Release, is Now Available' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/09/16/shenandoah-openjdk-17-sub-millisecond-gc-pauses: + title: 'developers.redhat.com: Shenandoah in OpenJDK 17: Sub-millisecond GC pauses' + year: N/A + stars: 0 + description: '' +https://tschatzl.github.io/2021/09/16/jdk17-g1-parallel-gc-changes.html: + title: 'tschatzl.github.io: JDK 17 G1/Parallel GC changes' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/building-rest-api-in-java: + title: 'dzone: Choosing Library To Build Rest API in Java' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/11/30/modernizing-enterprise-java-cloud-native-guide-developers: + title: 'developers.redhat.com: Modernizing Enterprise Java: A cloud native guide + for developers' + year: N/A + stars: 0 + description: '' +? https://medium.com/javarevisited/top-5-frameworks-java-developers-can-learn-for-microservices-development-in-2022-848da66d6651 +: title: 'medium.com/javarevisited: Top 5 Frameworks Java developers can learn for + Microservices Development in 2022' + year: N/A + stars: 0 + description: '' +https://www.java67.com/2016/05/how-to-use-multiple-threads-in-java.html: + title: 'java67.com: How to Create and Start Multiple Threads in Java? - Example + Tutorial' + year: N/A + stars: 0 + description: '' +https://foojay.io/today/top-10-java-language-features: + title: 'foojay.io: Top 10 Java Language Features' + year: N/A + stars: 0 + description: '' +https://www.geeksforgeeks.org/5-best-java-frameworks-for-microservices: + title: '==geeksforgeeks.org: 5 Best Java Frameworks For Microservices==' + year: N/A + stars: 0 + description: '' +https://medium.com/@aritra.chatterjee_/hexagonal-architecture-in-java-7ac8f4bea753: + title: 'medium.com/@aritra.chatterjee_: Hexagonal architecture in java' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/learn-solid-design-principles-in-java-by-coding-it-dcbf64a17b53: + title: 'betterprogramming.pub: Learn SOLID Design Principles in Java by Coding It' + year: N/A + stars: 0 + description: '' +https://medium.com/javarevisited/do-you-know-about-the-different-microservices-frameworks-for-java-90b61f8cdbd7: + title: 'medium.com/javarevisited: Do you know about the different microservices + frameworks for Java? 🌟' + year: N/A + stars: 0 + description: '' +https://enterprisersproject.com/article/2021/6/how-migrate-java-workloads-containers-3-considerations: + title: 'enterprisersproject.com: How to migrate Java workloads to containers: 3 + considerations' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2023/02/13/best-practices-for-java-apps-on-kubernetes: + title: '==piotrminkowski.com: Best Practices for Java Apps on Kubernetes== 🌟' + year: N/A + stars: 0 + description: '' +https://www.oracle.com/technetwork/java/javase/overview/index.html: + title: Oracle Java + year: N/A + stars: 0 + description: '' +https://blogs.oracle.com/cloud-infrastructure/post/introducing-free-java-license: + title: 'blogs.oracle.com: Introducing the Free Java License (Java 17)' + year: N/A + stars: 0 + description: '' +https://jdk.java.net/11: + title: Oracle OpenJDK + year: N/A + stars: 0 + description: '' +https://developer.ibm.com/javasdk: + title: IBM JDK + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/products/openjdk/download: + title: Red Hat OpenJDK + year: N/A + stars: 0 + description: '' +https://adoptopenjdk.net: + title: AdoptOpenJDk + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/java/openjdk/overview: + title: 'docs.microsoft.com: Microsoft OpenJDK' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2023/02/17/which-jdk-to-choose-on-kubernetes: + title: '==piotrminkowski.com: Which JDK to Choose on Kubernetes== 🌟' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/corretto: + title: Amazon Corretto + year: N/A + stars: 0 + description: '' +https://medium.com/criciumadev/its-time-migrating-to-java-11-5eb3868354f9: + title: It’s time! Migrating to Java 11 🌟 + year: N/A + stars: 0 + description: '' +https://blog.adoptopenjdk.net/2020/06/adoptopenjdk-11-new-default: + title: __AdoptOpenJDK 11__ Is the New Default 🌟 + year: N/A + stars: 0 + description: '' +https://blog.codefx.org/java/java-11-migration-guide: + title: All You Need To Know For Migrating To Java 11 + year: N/A + stars: 0 + description: '' +https://www.tecmint.com/install-java-on-centos-rhel-fedora: + title: 'tecmint.com: How to Install Java 17 on RHEL-based Linux Distributions' + year: N/A + stars: 0 + description: '' +https://openjdk.java.net/jeps/413: + title: 'openjdk.java.net: JEP 413: Code Snippets in Java API Documentation' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/java-virtual-threads: + title: 'infoq.com: Virtual Threads: New Foundations for High-Scale Java Applications' + year: N/A + stars: 0 + description: '' +https://www.itcentralstation.com/categories/java-frameworks: + title: Best Java Frameworks Solutions + year: N/A + stars: 0 + description: '' +https://spring.io/projects/spring-boot: + title: Spring + year: N/A + stars: 0 + description: '' +https://microprofile.io: + title: MicroProfile + year: N/A + stars: 0 + description: '' +https://dev.to/javinpaul/5-best-java-frameworks-to-learn-in-2022-for-microservices-and-cloud-native-development-4732: + title: 'dev.to: 5 Best Java Frameworks to Learn in 2022 for Microservices and Cloud + Native Development' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2019/09/12/jakarta-ee-8-the-new-era-of-java-ee-explained: + title: 'developers.redhat.com: Jakarta EE 8: The new era of Java EE explained' + year: N/A + stars: 0 + description: '' +? https://developers.redhat.com/articles/2021/06/25/making-java-programs-cloud-ready-part-1-incremental-approach-using-jakarta-ee +: title: 'developers.redhat.com: Making Java programs cloud-ready, Part 1: An incremental + approach using Jakarta EE and MicroProfile' + year: N/A + stars: 0 + description: '' +? https://developers.redhat.com/articles/2021/06/28/making-java-programs-cloud-ready-part-2-upgrade-legacy-java-application-jakarta +: title: 'developers.redhat.com: Making Java programs cloud-ready, Part 2: Upgrade + the legacy Java application to Jakarta EE' + year: N/A + stars: 0 + description: '' +https://projects.eclipse.org/projects/technology.microprofile: + title: Eclipse MicroProfile Project + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2018/11/21/eclipse-microprofile-for-spring-boot-developers: + title: 'developers.redhat.com: Eclipse MicroProfile for Spring Boot developers' + year: N/A + stars: 0 + description: '' +https://medium.com/@alextheedom/eclipse-microprofile-5-things-you-need-to-know-e7a0bc9a3fb6: + title: 'Eclipse MicroProfile: 5 Things You Need to Know 🌟' + year: N/A + stars: 0 + description: '' +? 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 +: title: 'developers.redhat.com: Develop Eclipse MicroProfile applications on Red + Hat JBoss Enterprise Application Platform Expansion Pack 1.0 with Red Hat CodeReady + Workspaces' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/microprofile-microservices: + title: 'infoq.com: Virtual Panel: The MicroProfile Influence on Microservices Frameworks' + year: N/A + stars: 0 + description: '' +http://wildfly-swarm.io: + title: RedHat’s WildFly Swarm + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/multi-tenancy-implementation-using-spring-boot-hibernate-6a8e3ecb251a: + title: '==medium: Multi-Tenancy Implementation using Spring Boot + Hibernate== 🌟' + year: N/A + stars: 0 + description: '' +? https://stackoverflow.com/questions/44308167/how-to-map-a-mysql-json-column-to-a-java-entity-property-using-jpa-and-hibernate +: title: 'stackoverflow.com: How to map a MySQL JSON column to a Java entity property + using JPA and Hibernate' + year: N/A + stars: 0 + description: '' +https://vladmihalcea.com/how-to-encrypt-and-decrypt-data-with-hibernate: + title: 'vladmihalcea.com: How to encrypt and decrypt data with Hibernate' + year: N/A + stars: 0 + description: '' +https://vladmihalcea.com/optimistic-vs-pessimistic-locking: + title: 'vladmihalcea.com: Optimistic vs. Pessimistic Locking (hibernate)' + year: N/A + stars: 0 + description: '' +? https://stackoverflow.com/questions/161224/what-are-the-differences-between-the-different-saving-methods-in-hibernate/54907032?stw=2 +: title: '==stackoverflow.com: What are the differences between the different saving + methods in Hibernate?==' + year: N/A + stars: 0 + description: '' +https://spring.io: + title: Spring + year: N/A + stars: 0 + description: '' +https://www.javacodegeeks.com/2019/02/spring-framework-architecture.html: + title: Spring Framework Architecture 🌟 + year: N/A + stars: 0 + description: '' +https://javatutorial.net/introduction-to-spring-web-framework: + title: 'javatutorial.net: Introduction to Spring Web Framework' + year: N/A + stars: 0 + description: '' +https://javarevisited.blogspot.com/2020/05/10-jdbctemplate-examples-in-spring.html: + title: 'javarevisited.blogspot.com: 10 JdbcTemplate Examples in Spring Framework' + year: N/A + stars: 0 + description: '' +https://medium.com/javarevisited/top-5-courses-to-learn-microservices-in-java-and-spring-framework-e9fed1ba804d: + title: 'medium.com: Top 10 Courses to Learn Microservices in Java and Spring Framework' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/how-to-create-microservices-using-spring: + title: 'dzone: How to Create Microservices Using Spring 🌟' + year: N/A + stars: 0 + description: '' +https://spring.io/blog/2021/09/02/a-java-17-and-jakarta-ee-9-baseline-for-spring-framework-6: + title: 'spring.io: A Java 17 and Jakarta EE 9 baseline for Spring Framework 6' + year: N/A + stars: 0 + description: '' +https://blog.frankel.ch/annotation-free-spring: + title: 'blog.frankel.ch: Annotation-free Spring' + year: N/A + stars: 0 + description: '' +https://www.java67.com/2018/11/top-10-spring-framework-annotations-for-java-developers.html: + title: 'java67.com: 10 Spring Framework Annotations Java Developer should learn + - Example Tutorial' + year: N/A + stars: 0 + description: '' +? https://javarevisited.blogspot.com/2013/07/role-based-access-control-using-spring-security-ldap-authorities-mapping-mvc.html +: title: 'javarevisited.blogspot.com: Role based Access control using Spring Security + and MVC, Mapping LDAP Groups to Authorities for Authorization' + year: N/A + stars: 0 + description: '' +https://odedia.org/production-considerations-for-spring-on-kubernetes: + title: '==odedia.org: Production Considerations for Spring on Kubernetes== 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/spring-boot-framework-tutorials: + title: 'dzone: All About Spring Boot (Tutorials and Articles)' + year: N/A + stars: 0 + description: '' +https://jaxenter.com/cicd-microservices-docker-162408.html: + title: 'jaxenter.com: CI/CD for Spring Boot Microservices: Part 1' + year: N/A + stars: 0 + description: '' +https://jaxenter.com/kubernetes-microservices-162690.html: + title: 'jaxenter.com: CI/CD for Spring Boot Microservices: Part 2. Extending CI/CD: + Kubernetes Continuous Deployment for Microservices' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/deploying-spring-boot-app-to-jboss-wildfly: + title: 'dzone: Deploying Spring Boot App to JBoss Wildfly' + year: N/A + stars: 0 + description: '' +https://www.adictosaltrabajo.com/2018/12/13/spring-boot-war-o-jar-ambos: + title: 'Spring Boot: ΒΏwar o jar? Ambos' + year: N/A + stars: 0 + description: '' +https://javatutorial.net/spring-vs-java-ee: + title: 'javatutorial.net: Spring vs. Java EE' + year: N/A + stars: 0 + description: '' +https://medium.com/javarevisited/10-free-spring-boot-tutorials-and-courses-for-java-developers-53dfe084587e: + title: 10 Free Spring Boot Courses and Tutorials for Java Developers + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2020/06/10/spring-boot-library-for-integration-with-istio: + title: '__Spring Boot Istio library__: Spring Boot library for integration with + Istio' + year: N/A + stars: 0 + description: '' +https://spring.io/blog/2020/06/10/the-path-towards-spring-boot-native-applications: + title: Spring Boot native images. The path towards Spring Boot native applications + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2020/03/10/best-practices-for-microservices-on-kubernetes: + title: 'piotrminkowski.com: Best practices for microservices on kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2020/11/05/spring-boot-autoscaling-on-kubernetes: + title: 'piotrminkowski.com: Spring Boot Autoscaling on kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://spring.io/blog/2021/01/17/what-s-new-in-spring-boot-2-4: + title: 'spring.io: What''s new in Spring Boot 2.4 🌟' + year: N/A + stars: 0 + description: '' +https://youtu.be/lgyO9C9zdrg?t=1489s: + title: Changes to Application properties/yaml + year: N/A + stars: 0 + description: '' +https://arnoldgalovics.com/java-and-spring-boot-multiline-log-support-for-fluentd-efk-stack: + title: 'arnoldgalovics.com: Java and Spring Boot multiline log support for Fluentd + (EFK stack)' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2021/02/09/spring-boot-on-quarkus-magic-or-madness: + title: 'developers.redhat.com: Spring Boot on Quarkus: Magic or madness?' + year: N/A + stars: 0 + description: '' +https://github.com/codecentric/spring-boot-admin: + title: codecentric's Spring Boot Admin UI 🌟 + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2021/01/13/spring-boot-tips-tricks-and-techniques: + title: 'piotrminkowski.com: Spring Boot Tips, Tricks and Techniques' + year: N/A + stars: 0 + description: '' +https://javatechonline.com/how-to-work-with-apache-kafka-in-spring-boot: + title: '==javatechonline.com: How To Work With Apache Kafka In Spring Boot?==' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/how-to-run-the-spring-boot-application-as-a-stand: + title: 'dzone: How To Run the Spring Boot Application as a Stand-Alone Java Application' + year: N/A + stars: 0 + description: '' +https://vladmihalcea.com/log-sql-spring-boot: + title: '==vladmihalcea.com: The best way to log SQL statements with Spring Boot==' + year: N/A + stars: 0 + description: '' +https://javarevisited.blogspot.com/2022/01/spring-boot-angular-example-tutorial.html: + title: 'javarevisited.blogspot.com: Spring Boot + Angular Example Tutorial for Java + Developers' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2022/01/24/distributed-transactions-in-microservices-with-kafka-streams-and-spring-boot: + title: 'piotrminkowski.com: Distributed Transactions in Microservices with Kafka + Streams and Spring Boot' + year: N/A + stars: 0 + description: '' +https://vladmihalcea.com/spring-boot-application-properties: + title: '==vladmihalcea.com: Spring Boot Application Properties== 🌟' + year: N/A + stars: 0 + description: '' +https://javarevisited.blogspot.com/2022/02/how-to-log-sql-statements-in-spring.html: + title: 'javarevisited.blogspot.com: How to log SQL statements in Spring Boot? Example + Tutorial' + year: N/A + stars: 0 + description: '' +https://www.geeksforgeeks.org/best-way-to-master-spring-boot-a-complete-roadmap: + title: 'geeksforgeeks.org: Best way to master spring boot , a complete roadmap' + year: N/A + stars: 0 + description: '' +https://medium.com/shoutloudz/microservice-developing-an-authentication-service-using-spring-boot-d421b8802712: + title: 'medium.com/shoutloudz: Microservice: Developing an Authentication Service + using Spring Boot' + year: N/A + stars: 0 + description: '' +https://www.java67.com/2021/10/how-to-set-logging-level-in-spring-boot-.html: + title: 'java67.com: How to set the logging level with application.properties in + Spring Boot - Example Tutorial' + year: N/A + stars: 0 + description: '' +https://medium.com/@hubian/16-best-practices-in-spring-boot-production-62c065a6145c: + title: '==medium.com/@hubian: 16 Best Practices in Spring Boot Production== 🌟' + year: N/A + stars: 0 + description: '' +https://www.javaguides.net/2022/07/event-driven-microservices-using-spring-boot-and-apache-kafka.html?spref=tw: + title: '==javaguides.net: Event-Driven Microservices using Spring Boot and Kafka==' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2023/03/13/microservices-with-spring-boot-3-and-spring-cloud: + title: '==piotrminkowski.com: Microservices with Spring Boot 3 and Spring Cloud== + 🌟' + year: N/A + stars: 0 + description: '' +https://www.javaguides.net/2023/03/spring-boot-3-rest-api-documentation.html: + title: '==javaguides.net: Spring Boot 3 REST API Documentation using SpringDoc OpenAPI==' + year: N/A + stars: 0 + description: '' +https://www.javaguides.net/2022/10/spring-boot-microservices-spring-cloud-api-gateway.html: + title: 'javaguides.net: Spring Boot Microservices - Spring Cloud API Gateway' + year: N/A + stars: 0 + description: '' +https://helpercodes.com/spring-boot-complete-tutorial: + title: Spring Boot Complete Guide + year: N/A + stars: 0 + description: '' +https://spring.io/guides/gs/spring-boot-docker: + title: 'spring.io: spring boot with docker' + year: N/A + stars: 0 + description: '' +https://spring.io/blog/2020/01/27/creating-docker-images-with-spring-boot-2-3-0-m1: + title: 'spring.io: Creating Docker images with Spring Boot 2.3.0.M1' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/spring-boot-kubernetes-guide: + title: 'learnk8s.io: Developing and deploying Spring Boot microservices on Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=1w1Jv9qssqg: + title: 'youtube: Creating Docker Images With Spring Boot' + year: N/A + stars: 0 + description: '' +https://dev.to/jarjanazy/the-simple-guide-to-dockerizing-spring-boot-og4: + title: 'dev.to: The Simple Guide To Dockerizing Spring Boot' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2021/12/spring-boot-2-6: + title: 'infoq.com: Spring Boot 2.6 Improves Docker Images and Metrics, Version 2.4 + Is EOL' + year: N/A + stars: 0 + description: '' +https://dev.to/francescoxx/java-crud-rest-api-using-spring-boot-hibernate-postgres-docker-and-docker-compose-5cln: + title: '==dev.to/francescoxx: Java CRUD Rest API using Spring Boot, Hibernate, Postgres, + Docker and Docker Compose==' + year: N/A + stars: 0 + description: '' +https://odo.dev: + title: odo + year: N/A + stars: 0 + description: '' +https://dekorate.io: + title: Dekorate + year: N/A + stars: 0 + description: '' +https://eclipse.org/jkube: + title: JKube + year: N/A + stars: 0 + description: '' +https://skaffold.dev/docs/pipeline-stages/init: + title: Skaffold --generate-manifests + year: N/A + stars: 0 + description: '' +https://spring.io/projects/spring-cloud-kubernetes: + title: Spring Cloud Kubernetes + year: N/A + stars: 0 + description: '' +https://github.com/Playtika/testcontainers-spring-boot: + title: testcontainers-spring-boot 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/piomin/spring-boot-logging: + title: github.com/piomin/spring-boot-logging + year: N/A + stars: 0 + description: '' +https://github.com/spring-projects/spring-boot: + title: 'github.com/spring-projects: springboot enables these probes automatically + when running in k8s' + year: N/A + stars: 0 + description: '' +https://spring.io/projects/spring-cloud: + title: Spring Cloud + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2019/12/20/microservices-with-spring-cloud-kubernetes: + title: 'piotrminkowski.com: Microservices with spring cloud kubernetes' + year: N/A + stars: 0 + description: '' +https://cloud.spring.io/spring-cloud-config/reference/html: + title: Spring Cloud Config + year: N/A + stars: 0 + description: '' +https://developer.okta.com/blog/2020/12/07/spring-cloud-config: + title: 'developer.okta.com: Spring Cloud Config for Shared Microservice Configuration' + year: N/A + stars: 0 + description: '' +? https://access.redhat.com/documentation/en-us/reference_architectures/2017/html-single/spring_boot_microservices_on_red_hat_openshift_container_platform_3/index +: title: 'redhat.com: Spring Boot Microservices on Red Hat OpenShift Container Platform + 3 - Software Stack - Externalized Configuration' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/spring-cloud-config-server-on-kubernetes-part-1: + title: 'dzone: Spring Cloud Config Server on Kubernetes (Part 1)' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2021/05/26/spring-microservices-security-best-practices: + title: 'piotrminkowski.com: Spring Microservices Security Best Practices 🌟' + year: N/A + stars: 0 + description: '' +https://www.baeldung.com/spring-cloud-config-without-git: + title: '==baeldung.com: Using Spring Cloud Config Without Git==' + year: N/A + stars: 0 + description: '' +https://cloud.spring.io/spring-cloud-vault/reference/html: + title: 'cloud.spring.io: Spring Cloud Vault 🌟' + year: N/A + stars: 0 + description: '' +https://developer.okta.com/blog/2020/05/04/spring-vault: + title: 'developer.okta.com: Secure Secrets With Spring Cloud Config and Vault 🌟' + year: N/A + stars: 0 + description: '' +https://quarkus.io: + title: quarkus.io + year: N/A + stars: 0 + description: '' +https://github.com/quarkusio/quarkus-images: + title: Quarkus Images + year: N/A + stars: 0 + description: '' +https://quarkus.io/blog/quarkus-for-spring-developers: + title: 'quarkus.io: Quarkus for Spring Developers' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/red-hat-drives-future-java-cloud-native-container-first-quarkus: + title: 'redhat.com: Red Hat drives future of Java with cloud-native, container-first + Quarkus' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/quarkus-quick-start-guide-kubernetes-native-java-stack: + title: 'developers.redhat.com: Quarkus: A quick-start guide to the Kubernetes-native + Java stack' + year: N/A + stars: 0 + description: '' +https://quarkus.io/blog/march-of-ides: + title: 'quarkus.io: Quarkus support in IDE''s' + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/quarkus-1: + title: 'dzone: quarkus refcard' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/build-a-java-rest-api-with-quarkus: + title: 'dzone: Build a Java REST API With Quarkus' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2019/10/02/autowire-microprofile-into-spring-with-quarkus: + title: 'developers.redhat.com: Autowire MicroProfile into Spring with Quarkus' + year: N/A + stars: 0 + description: '' +https://dmcommunity.org/2020/01/12/who-will-win-spring-boot-or-quarkus: + title: 'dmcommunity.org: Who will win? Spring Boot or Quarkus' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2019/11/18/how-quarkus-brings-imperative-and-reactive-programming-together: + title: 'developers.redhat.com: How Quarkus brings imperative and reactive programming + together' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/04/10/migrating-a-spring-boot-microservices-application-to-quarkus: + title: 'developers.redhat.com: Migrating a Spring Boot microservices application + to Quarkus' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/05/28/quarkus-a-kubernetes-native-java-runtime-now-fully-supported-by-red-hat: + title: Quarkus, a Kubernetes-native Java runtime, now fully supported by Red Hat + year: N/A + stars: 0 + description: '' +? https://developers.redhat.com/blog/2020/06/04/the-road-to-quarkus-ga-completing-the-first-supported-kubernetes-native-java-stack +: title: 'The road to Quarkus GA: Completing the first supported Kubernetes-native + Java stack' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/topics/container-ecosystems/red-hat-adds-java-runtime-for-kubernetes-to-subscription: + title: 'containerjournal.com: Red Hat Adds Java Runtime for Kubernetes to Subscription' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/09/11/quarkus-and-jakarta-ee-together-or-not: + title: 'developers.redhat.com: Quarkus and Jakarta EE: Together, or not?' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=nXXPOS8gjtA: + title: 'youtube: CyberJUG-HH:Why is everybody talking about Quarkus?' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2021/05/11/building-an-api-using-quarkus-from-the-ground-up: + title: 'developers.redhat.com: Build an API using Quarkus from the ground up 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/07/01/resteasy-reactive-and-more-quarkus-20: + title: 'developers.redhat.com: RESTEasy Reactive and more in Quarkus 2.0' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/7/developer-productivity-linux: + title: 'opensource.com: 3 reasons Quarkus 2.0 improves developer productivity on + Linux 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2021/04/07/deploy-quarkus-everywhere-with-red-hat-enterprise-linux-rhel: + title: 'developers.redhat.com: Deploy Quarkus everywhere with Red Hat Enterprise + Linux (RHEL)' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2021/08/quarkus-2-0-final-release: + title: 'infoq.com: Quarkus 2.0 Delivers Continuous Testing, CLI and Supports Minimal + JDK 11' + year: N/A + stars: 0 + description: '' +https://quarkus.io/guides/dev-ui: + title: Quarkus - Dev UI 🌟 + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/a-java-developers-guide-to-quarkus: + title: 'dzone: A Java developer''s guide to Quarkus' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/08/31/why-should-i-choose-quarkus-over-spring-my-microservices: + title: 'developers.redhat.com: Why should I choose Quarkus over Spring for my microservices?' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/09/20/quarkus-spring-developers-getting-started: + title: 'developers.redhat.com: Quarkus for Spring developers: Getting started 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/getting-started-with-quarkus-serverless-functions: + title: 'dzone refcard: Getting Started With Quarkus Serverless Functions' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2021/10/12/quarkus-tips-tricks-and-techniques: + title: 'piotrminkowski.com: Quarkus Tips, Tricks and Techniques 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/11/04/boost-throughput-resteasy-reactive-quarkus-22: + title: 'developers.redhat.com: Boost throughput with RESTEasy Reactive in Quarkus + 2.2' + year: N/A + stars: 0 + description: '' +https://www.javaadvent.com/2021/12/you-need-more-than-containers-a-short-history-of-the-mess-were-in.html: + title: '==javaadvent.com: You need more than containers. A short history of the + mess we''re in==' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/10/11/quarkus-spring-developers-kubernetes-native-design-patterns: + title: '==developers.redhat.com: Quarkus for Spring developers: Kubernetes-native + design patterns==' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/native-java-quarkus: + title: 'infoq.com: Kubernetes Native Java with Quarkus' + year: N/A + stars: 0 + description: '' +https://auth0.com/blog/java-spring-boot-microservices: + title: 'auth0.com: Java Microservices with Spring Boot and Spring Cloud' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/cloud-native-business-automation-kogito: + title: 'redhat.com: Cloud-native business automation with Kogito' + year: N/A + stars: 0 + description: '' +https://kie.org: + title: kie.org + year: N/A + stars: 0 + description: '' +https://kogito.kie.org: + title: kogito.kie.org + year: N/A + stars: 0 + description: '' +https://thorntail.io: + title: Red Hat Thorntail + year: N/A + stars: 0 + description: '' +https://www.ibm.com/cloud/blog/migrate-java-microservices-from-spring-to-microprofile-p2: + title: 'ibm.com: Java Microservices with MicroProfile – RESTful APIs and Dependency + Injection. For microservices-based Java apps, knowing how to create REST APIs + is an essential skill. Eclipse MicroProfile makes it easier' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/microservices-quarkus-vs-spring-boot: + title: 'dzone: Microservices: Quarkus vs. Spring Boot' + year: N/A + stars: 0 + description: '' +https://jpastreamer.org: + title: JPA streamer 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/zalando/logbook: + title: logbook + year: N/A + stars: 0 + description: '' +https://medium.com/javarevisited/logging-in-java-log4j-vs-logback-vs-slf4j-88c533088d2a: + title: '==medium.com/javarevisited: Logging in Java β€” Log4j vs Logback vs SLF4J== + 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/GoodforGod/java-logger-benchmark: + title: GoodforGod/java-logger-benchmark + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/the-best-java-testing-frameworks-to-focus-in-2021: + title: 'dzone: The Best Java Testing Frameworks to focus in 2021' + year: N/A + stars: 0 + description: '' +https://github.com/moditect/jfrunit: + title: jfrunit + year: N/A + stars: 0 + description: '' +https://www.morling.dev/blog/introducing-jfrunit-1-0-0-alpha1: + title: 'morling.dev: Introducing JfrUnit 1.0.0.Alpha1' + year: N/A + stars: 0 + description: '' +https://www.java-success.com/debugging-java-thread-safety-multi-threading-concurrency-issues: + title: 'java-success.com: 5 Ways to debug thread-safety issues in Java' + year: N/A + stars: 0 + description: '' +https://www.adictosaltrabajo.com/2016/02/03/como-reducir-el-codigo-repetitivo-con-lombok: + title: 'adictosaltrabajo.com: CΓ³mo reducir el cΓ³digo repetitivo con Lombok' + year: N/A + stars: 0 + description: '' +https://reflectoring.io/when-to-use-lombok: + title: 'reflectoring.io: When Should I Use Project Lombok?' + year: N/A + stars: 0 + description: '' +https://helidon.io: + title: Helidon.io + year: N/A + stars: 0 + description: '' +https://developer.okta.com/blog/2022/01/06/native-java-helidon: + title: 'developer.okta.com: Build REST APIs and Native Java Apps with Helidon' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/JavaScript: + title: 'wikipedia: JavaScript' + year: N/A + stars: 0 + description: '' +https://v8.dev: + title: 'v8.dev:' + year: N/A + stars: 0 + description: '' +https://dev.to/shreyazz/javascript-objects-57ob: + title: 'dev.to: JavaScript Objects' + year: N/A + stars: 0 + description: '' +https://dev.to/insha/javascript-array-and-its-methods-432k: + title: 'dev.to: JavaScript Arrays and its Methods' + year: N/A + stars: 0 + description: '' +https://dev.to/thecoollearner/getting-started-with-javascript-modules-2mkg: + title: 'dev.to: Getting Started with JavaScript Modules' + year: N/A + stars: 0 + description: '' +https://dev.to/lizardkinglk/username-validator-1n8g: + title: 'dev.to: Username Validator' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/http-full-course: + title: 'freecodecamp.org: HTTP Networking in JavaScript –Handbook for Beginners' + year: N/A + stars: 0 + description: '' +https://dev.to/novu/how-to-add-in-app-notifications-to-any-web-app-1b4n: + title: 'dev.to: How to add In-App notifications to any web app!' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/web-storage-api-how-to-store-data-on-the-browser: + title: 'freecodecamp.org: Web Storage API – How to Store Data on the Browser' + year: N/A + stars: 0 + description: '' +https://usehooks.com: + title: useHooks - React Hooks Library + year: N/A + stars: 0 + description: '' +https://www.canva.com: + title: canva.com + year: N/A + stars: 0 + description: '' +https://mockuper.net: + title: mockuper.net + year: N/A + stars: 0 + description: '' +https://cssnectar.com: + title: cssnectar.com + year: N/A + stars: 0 + description: '' +https://bgjar.com: + title: bgjar.com + year: N/A + stars: 0 + description: '' +https://npkill.js.org: + title: npkill.js.org + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Node.js: + title: 'wikipedia: Node.js' + year: N/A + stars: 0 + description: '' +https://nodejs.org: + title: nodejs.org + year: N/A + stars: 0 + description: '' +https://github.com/nodejs/node: + title: github.com/nodejs/node + year: N/A + stars: 0 + description: '' +? https://developers.redhat.com/articles/2021/08/26/introduction-nodejs-reference-architecture-part-5-building-good-containers +: title: 'developers.redhat.com: Introduction to the Node.js reference architecture, + Part 5: Building good containers' + year: N/A + stars: 0 + description: '' +https://dev.to/o1lab/how-to-build-7-000-rest-apis-within-2-mins-node-js-mysql-470b: + title: 'dev.to: How to build 7,000+ REST APIs within 2 mins (Node.js + MySQL) !!' + year: N/A + stars: 0 + description: '' +https://www.npmjs.com: + title: Npm + year: N/A + stars: 0 + description: '' +https://github.blog/2020-04-15-npm-has-joined-github: + title: npm has joined GitHub + year: N/A + stars: 0 + description: '' +https://cult.honeypot.io/reads/best-frontend-javascript-frameworks-learn-2021: + title: 'cult.honeypot.io: Best Frontend JavaScript Frameworks To Learn 2021' + year: N/A + stars: 0 + description: '' +https://github.com/mithi/react-philosophies: + title: 'react js: mithi/react-philosophies' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/best-jenkins-alternatives: + title: 'lambdatest.com: 21 Of The Best Jenkins Alternatives For Developers' + year: N/A + stars: 0 + description: '' +https://www.inovex.de/blog/spinnaker-vs-argo-cd-vs-tekton-vs-jenkins-x: + title: 'inovex.de: Spinnaker vs. Argo CD vs. Tekton vs. Jenkins X: Cloud-Native + CI/CD' + year: N/A + stars: 0 + description: '' +https://medium.com/devops-dudes/top-7-best-ci-cd-tools-you-should-get-your-hands-on-in-2020-832c29db936a: + title: 'medium: Top 7 Best CI/CD Tools you should get your hands on in 2020' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/jenkins-vs-gitlab-ci-battle-of-cicd-tools: + title: 'dzone: Jenkins vs GitLab CI: Battle of CI/CD Tools' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/teamcity-vs-jenkins-picking-the-right-ci-cd-tool: + title: 'lambdatest.com: TeamCity vs. Jenkins: Picking The Right CI/CD Tool' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/bamboo-vs-jenkins-showdown-of-ci-cd-tools: + title: 'cBamboo vs Jenkins: Showdown Of CI/CD Tools' + year: N/A + stars: 0 + description: '' +https://blog.thundra.io/the-ci/cd-war-of-2021-a-look-at-the-most-popular-technologies: + title: 'blog.thundra.io: The CI/CD War of 2021: A Look at the Most Popular Technologies' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/circleci-vs-gitlab: + title: 'lambdatest.com: CircleCI Vs. GitLab: Choosing The Right CI/CD Tool' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/azure-devops-vs-github-comparing-microsofts-devops-twins: + title: '==acloudguru.com: Azure DevOps vs GitHub: Comparing Microsoft’s DevOps Tools== + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/nerds-malt/choosing-a-ci-that-grows-at-the-same-pace-as-a-scale-up-f4e1c0648084: + title: 'medium: Choosing a CI that grows at the same pace as a scale-up 🌟' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/jenkins-vs-travis-vs-bamboo-vs-teamcity: + title: 'lambdatest.com: Jenkins vs Travis vs Bamboo vs TeamCity: Clash Of The Titans' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/products/flow/overview: + title: Cloudbees Flow + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/gitlab-ci-with-docker-environment-variable-quirks: + title: GitLab CI + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes/test-infra/tree/master/prow: + title: Prow + year: N/A + stars: 0 + description: '' +https://agola.io: + title: Agola + year: N/A + stars: 0 + description: '' +https://harness.io: + title: harness.io + year: N/A + stars: 0 + description: '' +https://harness.io/blog/autostopping-rules-kubernetes: + title: 'harness.io: AutoStopping Rules For Kubernetes Clusters' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/cd-jenkins-pipelines-harness: + title: 'harness.io: Migrating CD Jenkins Pipelines To Harness Using Helm' + year: N/A + stars: 0 + description: '' +https://drone.io: + title: Drone + year: N/A + stars: 0 + description: '' +? https://medium.com/@boomimagestudio-techblog/goodbye-jenkins-how-drone-simplifies-ci-cd-for-engineering-teams-everywhere-73a7db435a86 +: title: 'medium: Goodbye Jenkins: How Drone Simplifies CI/CD for Engineering Teams + Everywhere' + year: N/A + stars: 0 + description: '' +https://buildbot.net: + title: Buildbot + year: N/A + stars: 0 + description: '' +https://www.gocd.org: + title: GoCD + year: N/A + stars: 0 + description: '' +https://codefresh.io: + title: Codefresh + year: N/A + stars: 0 + description: '' +https://skaffold.dev: + title: skaffold + year: N/A + stars: 0 + description: '' +https://www.kubeflow.org: + title: Kubeflow + year: N/A + stars: 0 + description: '' +https://github.com/screwdriver-cd/screwdriver: + title: Screwdriver API + year: N/A + stars: 0 + description: '' +https://circleci.com: + title: Circle CI + year: N/A + stars: 0 + description: '' +https://circleci.com/blog/getting-started-with-kubernetes-how-to-set-up-your-first-cluster: + title: 'Getting started with Kubernetes: how to set up your first cluster' + year: N/A + stars: 0 + description: '' +https://circleci.com/blog/adding-approval-jobs-to-your-ci-pipeline: + title: Adding approval jobs to your CI pipeline + year: N/A + stars: 0 + description: '' +https://circleci.com/blog/building-cicd-pipelines-using-dynamic-config: + title: Building CI/CD pipelines using dynamic config + year: N/A + stars: 0 + description: '' +https://circleci.com/blog/parameters-in-pipeline-config: + title: Managing reusable pipeline configuration with object parameters + year: N/A + stars: 0 + description: '' +https://dev.to/mage_ai/ci-cd-automating-our-build-and-deploy-process-2i91: + title: 'dev.to: CI/CD: Automating our build and deploy process' + year: N/A + stars: 0 + description: '' +https://circleci.com/blog/relational-db-testing: + title: 'circleci.com: Performing database tests on SQL databases' + year: N/A + stars: 0 + description: '' +https://travis-ci.org: + title: Travis CI + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/build-your-first-ci-cd-pipeline-with-travis-ci: + title: 'lambdatest.com: How To Build Your First CI/CD Pipeline With Travis CI?' + year: N/A + stars: 0 + description: '' +https://concourse-ci.org: + title: Concourse + year: N/A + stars: 0 + description: '' +https://blog.alterway.fr/en/building-a-continious-deployment-pipeline-with-kubernetes-and-concourse-ci.html: + title: Building a continious deployment pipeline with Kubernetes and Concourse-CI + year: N/A + stars: 0 + description: '' +https://www.atlassian.com/continuous-delivery: + title: Atlassian CI/CD + year: N/A + stars: 0 + description: '' +https://www.atlassian.com/software/bamboo: + title: Bamboo + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/how-to-setup-cicd-pipeline-with-bamboo-for-php-projects: + title: 'lambdatest.com: How To Setup CI/CD Pipeline With Bamboo For PHP Projects' + year: N/A + stars: 0 + description: '' +https://github.blog/2019-08-08-github-actions-now-supports-ci-cd: + title: GitHub Actions CI/CD + year: N/A + stars: 0 + description: '' +https://docs.github.com/en/actions/learn-github-actions: + title: 'docs.github.com: Learn GitHub Actions' + year: N/A + stars: 0 + description: '' +https://blog.bitsrc.iogithub-actions-or-jenkins-making-the-right-choice-for-you-9ac774684c8: + title: 'blog.bitsrc.io: Github Actions or Jenkins? Making the Right Choice for You' + year: N/A + stars: 0 + description: '' +https://particule.io/en/blogcicd-github-registry: + title: 'particule.io: Automatic build with Github Actions and Github Container Registry' + year: N/A + stars: 0 + description: '' +https://proandroiddev.comimproving-ci-cd-pipeline-for-android-via-fastlane-and-github-actions-a635162d2c53: + title: 'proandroiddev.com: Improving CI/CD pipeline for Android via Fastlane and + GitHub Actions' + year: N/A + stars: 0 + description: '' +https://github.com/sdras/awesome-actions: + title: Awesome GitHub Actions + year: N/A + stars: 0 + description: '' +https://github.com/yokawasa/action-setup-kube-tools: + title: yokawasa/action-setup-kube-tools + year: N/A + stars: 0 + description: '' +https://github.com/summerwind/actions-runner-controller: + title: summerwind/actions-runner-controller + year: N/A + stars: 0 + description: '' +https:/towardsdatascience.com/jenkins-for-ci-is-dead-why-do-people-hate-it-and-whats-the-alternative-8d8b6b88fdba: + title: 'towardsdatascience.com: Jenkins for CI Is Dead: Why Do People Hate It and + What’s the Alternative? GitHub actions' + year: N/A + stars: 0 + description: '' +https://k21academy.com/microsoft-azure/az-400/azure-pipelines-vs-jenkins: + title: 'k21academy.com: Azure pipelines VS Jenkins' + year: N/A + stars: 0 + description: '' +https://www.shuttleops.io: + title: shuttleOps + year: N/A + stars: 0 + description: '' +https://thenewstack.io/shuttleops-no-code-docker-and-kubernetes: + title: 'thenewstack.io: ShuttleOps: No-Code Docker and Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/announcing-waypoint: + title: 'hashicorp.com: Announcing HashiCorp Waypoint' + year: N/A + stars: 0 + description: '' +https://github.com/theonedev/onedev: + title: onedev + year: N/A + stars: 0 + description: '' +https://robinshen.medium.com/hands-on-gitops-with-onedev-f05bd278f07c: + title: Hands-on GitOps with OneDev and Kubernetes + year: N/A + stars: 0 + description: '' +https://www.jetbrains.com/teamcity: + title: TeamCity + year: N/A + stars: 0 + description: '' +https://www.jetbrains.com/help/teamcity/storing-project-settings-in-version-control.html: + title: 'jetbrains.com: Storing Project Settings in Version Control' + year: N/A + stars: 0 + description: '' +https://blog.jetbrains.com/teamcity/2019/03/configuration-as-code-part-1-getting-started-with-kotlin-dsl: + title: 'blog.jetbrains.com: Configuration as Code, Part 1: Getting Started with + Kotlin DSL' + year: N/A + stars: 0 + description: '' +https://github.com/OctopusDeploy/Octopus-TeamCity: + title: 'github.com/OctopusDeploy/Octopus-TeamCity: JetBrains TeamCity plugin to + trigger releases on build completion' + year: N/A + stars: 0 + description: '' +https://octopus.com: + title: Octopus Deploy - deployment tool + year: N/A + stars: 0 + description: '' +https://octopus.com/docs/deployments/patterns/deployment-process-as-code: + title: 'octopus.com: Deployment process as code' + year: N/A + stars: 0 + description: '' +https://registry.terraform.io/providers/OctopusDeployLabs/octopusdeploylatest/docs: + title: 'registry.terraform.io: octopusdeploy Provider' + year: N/A + stars: 0 + description: '' +https://github.com/OctopusDeploy/go-octopusdeploy: + title: github.com/OctopusDeploy/go-octopusdeploy + year: N/A + stars: 0 + description: '' +https://jfrog.com/pipelines: + title: JFrog Pipelines + year: N/A + stars: 0 + description: '' +https://www.shippable.com: + title: Shippable (now part of JFrog Pipelines) + year: N/A + stars: 0 + description: '' +https://jfrog.com/platform: + title: 'jfrog.com: JFrog DevOps Platform' + year: N/A + stars: 0 + description: '' +https://jfrog.com/blog/pipelines-ci-cd-and-the-jfrog-platform-difference: + title: 'jfrog.com: Pipelines CI/CD and the JFrog Platform Difference' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=15CGdzfDlpQ&t=1s&ab_channel=JFrog: + title: 'youtube: jfrog - Modern App Deployments: How to use NGINX and JFrog to Automate + your Blue/Green deployments' + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/cloud-devops-with-openshift-and-jfrog: + title: 'cloud.redhat.com: Cloud DevOps With OpenShift and JFrog' + year: N/A + stars: 0 + description: '' +https://semaphoreci.com: + title: Semaphore + year: N/A + stars: 0 + description: '' +https://semaphoreci.com/blog/revving-up-continuous-integration-with-parallel-testing: + title: 'semaphoreci.com: Revving up Continuous Integration with Parallel Testing' + year: N/A + stars: 0 + description: '' +https://github.com/csweichel/werft: + title: csweichel/werft + year: N/A + stars: 0 + description: '' +https://jenkins-x.io: + title: jenkins-x.io + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/jenkins-x/what-is-jenkins-x: + title: 'cloudbees.com: what is jenkins-x' + year: N/A + stars: 0 + description: '' +https://www.devopstoolkitseries.com: + title: devopstoolkitseries.com + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=ihHr-iLfEGo: + title: 'youtube: Jenkins X: The Recipe For Continuous Delivery' + year: N/A + stars: 0 + description: '' +https://leanpub.com/the-devops-2-6-toolkit: + title: 'Book: The DevOps 2.6 Toolkit: Jenkins X' + year: N/A + stars: 0 + description: '' +https://jenkins-x.io/blog/2021/04/08/jx3-pipeline-trace: + title: 'Traces for your pipelines: Jenkins X v3 now comes with tracing support for + your pipelines out of the box' + year: N/A + stars: 0 + description: '' +https://www.spinnaker.io: + title: spinnaker.io deployment tool + year: N/A + stars: 0 + description: '' +https://www.opsmx.com/blog/deploy-spinnaker-cd-pipelines-in-kubernetes: + title: Deploy Spinnaker CD Pipelines in Kubernetes + year: N/A + stars: 0 + description: '' +https://speakerdeck.com/keisukeyamashita/introduction-to-spinnaker-managed-pipeline-templates: + title: 'speakerdeck.com: Introduction to Spinnaker Managed Pipeline Templates' + year: N/A + stars: 0 + description: '' +https://speakerdeck.com/keisukeyamashita/spinnaker-application-management-by-terraform-plugins: + title: 'speakerdeck.com: Spinnaker Application management by Terraform Plugins' + year: N/A + stars: 0 + description: '' +https://medium.com/searce/spinnaker-the-hard-way-278913f3f1d8: + title: 'medium: Spinnaker The Hard Way' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/19/8/why-spinnaker-matters-cicd: + title: 'opensource.com: Why Spinnaker matters to CI/CD' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/continuous-delivery/spinnaker-alternatives: + title: 'harness.io: Best Spinnaker Alternatives to Consider' + year: N/A + stars: 0 + description: '' +argocd.md: + title: ArgoCD + year: N/A + stars: 0 + description: '' +https://github.com/openshift/tektoncd-pipeline-operator: + title: Jenkins-X + Tekton on OpenShift + year: N/A + stars: 0 + description: '' +https://blog.sonatype.com/new-cloud-native-ci/cd-projects-openshift-and-tekton: + title: CI/CD OpenShift and Tekton + year: N/A + stars: 0 + description: '' +https://github.com/openshift/pipelines-tutorial: + title: github.com/openshift/pipelines-tutorial + year: N/A + stars: 0 + description: '' +https://github.com/jenkins-x/jenkins-x-openshift-image: + title: https://github.com/jenkins-x/jenkins-x-openshift-image + year: N/A + stars: 0 + description: '' +https://medium.com/dailymotion/from-jenkins-to-jenkins-x-604b6cde0ce3: + title: 'medium: Dailymotion’s journey from Jenkins to Jenkins X' + year: N/A + stars: 0 + description: '' +https://www.empathy.co/blog/hat-ci-cd-for-deploying-cloud-native-applications: + title: 'empathy.co: HAT: CI/CD for Deploying Cloud Native Applications' + year: N/A + stars: 0 + description: '' +https://github.com/dagger/dagger: + title: '==dagger/dagger: Dagger is a portable devkit for CICD==' + year: N/A + stars: 0 + description: '' +? https://www.previous.cloudbees.com/press/cloudbees-integrates-software-delivery-management-platform-google-cloud-build-and-tekton-break +: title: CloudBees Integrates Software Delivery Management Platform With Google Cloud + Build and Tekton to Break Down Development Silos + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com: + title: CloudBees + year: N/A + stars: 0 + description: '' +https://jenkins.io: + title: Jenkins.io (new Jenkins 2.0 site) 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/michaelneale/jenkins-ci.org-docker: + title: Official Jenkins Docker image + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci: + title: github.com/jenkinsci 🌟 + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/getting-started-with-jenkins-the-ultimate-guide: + title: 'dzone: getting started with jenkins the ultimate guide' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/jenkins-in-a-nutshell: + title: 'dzone: jenkins in a nutshell' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/18/4/running-jenkins-builds-containers: + title: 'opensource.com: running jenkins builds containers 🌟' + year: N/A + stars: 0 + description: '' +https://jenkins.io/blog/2020/02/02/web-socket: + title: WebSocket support in now available for Jenkins CLI and agent networking! + year: N/A + stars: 0 + description: '' +https://webhookrelay.com/blog/2017/11/23/github-jenkins-guide: + title: 'webhookrelay.com: Receive Github webhooks on Jenkins without public IP 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/jenkins-paas: + title: 'Dzone refcard: Jenkins on PaaS' + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/blog/2020/05/06/docker-agent-image-renaming: + title: 'jenkins.io 2020-05-06: Slave to Agent renaming. Renaming of the official + Docker images for Jenkins agents' + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/blog/2020/05/11/docker-windows-agents: + title: 'Windows Docker Agent Images: General Availability 🌟' + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/blog/2018/08/31/shifting-gears: + title: 'Jenkins: Shifting Gears 🌟🌟' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/opensource/why-jenkins-still-continuously-serves-developers: + title: 'aws.amazon.com/blogs: Why Jenkins still continuously serves developers 🌟' + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/blog/2020/06/18/terminology-update: + title: On Jenkins Terminology Updates + year: N/A + stars: 0 + description: '' +https://medium.com/wind-of-change/creating-a-ci-cd-pipeline-6ff9aeb0848c: + title: 'medium: Deploy your App Using CI/CD Pipeline' + year: N/A + stars: 0 + description: '' +? https://medium.com/swlh/ci-cd-pipeline-of-jenkins-using-groovy-language-with-monitoring-on-the-top-of-kubernetes-b37f962fb0ac +: title: 'medium: CI/CD Pipeline of Jenkins Using Groovy Language With Monitoring + on the Top of Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://devopsformula.hashnode.dev/cross-account-ecr-push-with-jenkins: + title: Cross account ECR push with Jenkins + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/easily-automate-your-cicd-pipeline-with-jenkins-he: + title: 'dzone.com: Easily Automate Your CI/CD Pipeline With Jenkins, Helm, and Kubernetes + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@rishabh1799/building-pipeline-and-launching-jenkins-in-container-d4faf39de173: + title: Building Pipeline and Launching Jenkins in Container + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=uC7vajbnZS4: + title: 'youtube: MSBuild With Jenkins | Jenkins For C# / .NET Applications' + year: N/A + stars: 0 + description: '' +https://www.betsol.com/blog/devops-using-jenkins-docker-and-kubernetes: + title: 'betsol.com: DevOps Using Jenkins, Docker, and Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/@rosaniline/setup-chained-jenkins-declarative-pipeline-projects-with-triggers-d3d04f1daf75: + title: Setup Chained Jenkins Declarative Pipeline Projects with Triggers 🌟 + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/jenkins-server-setup-dynamic-worker-nodes-shishir-khandelwal: + title: 'linkedin: Jenkins Server setup with dynamic worker nodes' + year: N/A + stars: 0 + description: '' +https://medium.com/avmconsulting-blog/ci-cd-with-dockers-and-jenkins-70b6f801f9f7: + title: 'medium: CI/CD with Dockers and Jenkins' + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/blog/2021/02/08/docker-base-os-upgrade: + title: 'jenkins.io: Docker image updates' + year: N/A + stars: 0 + description: '' +https://blog.executeautomation.com/running-jenkins-build-agent-within-docker-container-part-a: + title: 'blog.executeautomation.com: Running Jenkins Build Agent within Docker container + – Part A' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/how-to-setup-continuous-integration-with-git-jenkins: + title: 'lambdatest.com: How To Set Up Continuous Integration With Git and Jenkins?' + year: N/A + stars: 0 + description: '' +https://itnext.io/jenkins-running-workers-in-kubernetes-and-docker-images-build-83299a10f3ca: + title: 'itnext.io: Jenkins: running workers in Kubernetes and Docker images build' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/getting-started/hands-on/cost-optimize-jenkins: + title: 'aws.amazon.com: How to cost optimize Jenkins jobs on Kubernetes with EC2 + Spot Instances 🌟' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/blogs/devops/building-a-serverless-jenkins-environment-on-aws-fargate: + title: 'amazon.com: Building a serverless Jenkins environment on AWS Fargate' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?app=desktop&v=y4XGFluzPHY&ab_channel=CloudBeesTV: + title: 'youtube: How to Create a GitLab Multibranch Pipeline in Jenkins' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/learning-hub/jenkins: + title: 'lambdatest.com: Jenkins Tutorial 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=iddMXjmr7mk&t=657s&ab_channel=BribeByBytes: + title: 'youtube/Bribe By Bytes: Jenkins Pipelines | Pipeline Concept | Types of + Pipelines | Part 1' + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/blog/2021/04/21/tekton-plugin: + title: 'jenkins.io: Easily reuse Tekton and Jenkins X from Jenkins 🌟' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/devops/pipeline-as-code: + title: 'harness.io: What is Pipeline as Code, and How Can You Leverage It?' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/set-jenkins-pipeline-environment-variables-list: + title: 'lambdatest.com: How To Set Jenkins Pipeline Environment Variables? 🌟' + year: N/A + stars: 0 + description: '' +https://www.slideshare.net/geerlingguy/jenkins-or-how-i-learned-to-stop-worrying-and-love-automation: + title: 'slideshare.net: Jeff Geerling - Jenkins or: How I learned to stop worrying + and love automation 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=mbeQWBNaNKQ&ab_channel=CloudBeesTV: + title: 'youtube - CloudBeesTV: How to Run a Shell Script in Jenkins Pipeline 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/5/jenkins-logs: + title: 'opensource.com: Make Jenkins logs pretty' + year: N/A + stars: 0 + description: '' +? https://medium.com/globant/dynamic-and-reactive-parameterization-in-jenkins-pipelines-using-html-groovy-and-bash-27b031fcd69b +: title: 'medium: Dynamic and reactive parameterization in Jenkins pipelines using + HTML, Groovy, and Bash 🌟' + year: N/A + stars: 0 + description: '' +https://automationreinvented.blogspot.com/2021/05/how-to-schedule-job-in-jenkins-pipeline.html: + title: 'automationreinvented.blogspot.com: How to schedule a job in Jenkins pipeline? + How to run automation suite everyday with auto trigger scheduler?' + year: N/A + stars: 0 + description: '' +https://automationscript.com/how-to-read-console-output-in-jenkins-pipeline: + title: 'automationscript.com: How To Read Jenkins Build Log Console Output' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/your-jenkins-slow-how-to-fix: + title: 'cloudbees.com: So, Your Jenkins Is Slow. Here’s How to Fix It 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=Zeqc6--0eQw&ab_channel=CloudBeesTV: + title: 'youtube: Jenkins World 2017: How to Use Jenkins Less 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=ShTC1u7_jew&ab_channel=DevOpsHint: + title: 'youtube: Build Docker Image using Jenkins Pipeline | Push Docker Image to + Docker Hub using Jenkins 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=BsYYVkophsk: + title: 'youtube: Online Meetup: From local installation to scalable Jenkins on Kubernetes + 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=yEyVXUExSqs&ab_channel=DevOpsHint: + title: 'youtube: Jenkins and Sonarqube Integration with Maven | SonarScanner for + Maven and Integrate with Jenkins' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=-NUQhwmhTCw&ab_channel=LambdaTest: + title: 'youtube: LambdaTest - Jenkins Tutorial For Beginners | Part 7 | Adding A + Jenkins Controller & Jenkins Agent Node On Azure' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=_r-C_FFDLmU&ab_channel=Thetips4you: + title: 'youtube: Jenkins On Kubernetes Tutorial | How to setup Jenkins on kubernetes + cluster | Thetips4you 🌟' + year: N/A + stars: 0 + description: '' +https://docs.google.com/presentation/d/1Q1PgNnRTgzBpVRXPqQo3PudzCa2eoc6_1_NRjFRMLrU/edit: + title: 'docs.google.com: Jenkins Artwork Social Media & Open Graph Images' + year: N/A + stars: 0 + description: '' +https://automationreinvented.blogspot.com/2021/06/how-to-send-email-notification-in.html: + title: 'automationreinvented.blogspot.com: How to send email notification in Jenkins + using Groovy Script?' + year: N/A + stars: 0 + description: '' +https://gist.github.com/twasink/d52ef998b2a5b24cdfaa9e7358c5282f: + title: 'gist.github.com/twasink: Jenkins Image, using Docker-in-Docker 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=K2CBHLwPL50&ab_channel=SandipDas: + title: 'youtube: Run Jenkins Pipeline With AWS ECS Fargate & AWS EC2 Based ECS Cluster + | Learn DevOps Tools Ep4' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=x5cyrE9ecis&ab_channel=LambdaTest: + title: 'youtube LambdaTest: Jenkins Tutorial For Beginners | Part 9 | Cross Browser + Testing With LambdaTest Jenkins Plugin' + year: N/A + stars: 0 + description: '' +https://medium.com/ampersand-academy/integrate-bitbucket-jenkins-c6e51103d0fe: + title: 'medium: Integrate BitBucket & Jenkins' + year: N/A + stars: 0 + description: '' +https://developer.okta.com/blog/2021/07/08/jenkins-ci-dotnet-update-secrets: + title: 'developer.okta.com: Update App Secrets with Jenkins CI and .NET Core' + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/blog/2021/07/27/git-credentials-binding-phase-1: + title: 'jenkins.io: Git Username/Password Credentials Binding for sh, bat, and powershell + 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=tJOlk-B66R4&ab_channel=ServerlessLand: + title: 'youtube: Creating a CI/CD deployment pipeline for JenkinsCI with AWS SAM + Pipelines 🌟' + year: N/A + stars: 0 + description: '' +https://blogs.sap.com/2021/07/29/sap-cloud-integration-automated-testing-using-jenkins-and-pipeline-as-a-code-approach: + title: 'blogs.sap.com: SAP Cloud Integration automated testing using Jenkins and + Pipeline as a Code approach' + year: N/A + stars: 0 + description: '' +https://github.com/jenkins-infra/jenkins.io/issues: + title: github.com/jenkins-infra/jenkins.io/issues + year: N/A + stars: 0 + description: '' +https://itnext.io/jenkins-tutorial-part-1-pipelines-bd1397cf5509: + title: 'itnext.io: Jenkins Tutorial β€” Part 1 β€” Pipelines 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/jenkins-tutorial-part-2-pipeline-variables-5e4783aa2c07: + title: 'itnext.io: Jenkins Tutorial β€” Part 2 β€” Pipeline Variables 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/jenkins-tutorial-part-3-parameterized-pipeline-3898643ac6ad: + title: 'itnext.io: Jenkins Tutorial β€” Part 3 β€” Parameterized Pipeline 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/jenkins-tutorial-part-7-interactive-pipelines-a739b23ac41c?gi=563a447caa2b: + title: 'itnext.io: Jenkins Tutorial β€” Part 7 β€” Interactive Pipelines 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/eavnitech/send-notification-to-slack-from-the-jenkins-ci-job-and-jenkinsfile-e-avni-tech-2lm5: + title: 'dev.to: Send notification to slack from the Jenkins CI Job and Jenkinsfile' + year: N/A + stars: 0 + description: '' +https://dev.to/kennethatria/setting-up-a-ci-cd-with-jenkins-4hln: + title: 'dev.to: Setting up a CI/CD with Jenkins' + year: N/A + stars: 0 + description: '' +https://fabiogomezdiaz.com/posts/how-to-run-packer-pipelines-on-jenkins-part1-traditional-jenkins: + title: 'fabiogomezdiaz.com: How to Run Packer Pipelines on Jenkins: Part 1 - Traditional + Jenkins' + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/blog/2021/08/17/docker-images-use-jdk-11-by-default: + title: 'jenkins.io: Docker images use Java 11 by default 🌟' + year: N/A + stars: 0 + description: '' +https://community.jenkins.io/t/dsty-jenkins-std-lib-shared-library-interact-with-files-directories-using-groovy/398: + title: 'community.jenkins.io: DSTY - jenkins-std-lib (Shared Library) - Interact + with files/directories using Groovy!' + year: N/A + stars: 0 + description: '' +https://github.com/gravitational/teleport/discussions/8330: + title: Connecting and authenticating to Jenkins with Teleport Application Access + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/parameterize-jenkinsfile-in-multibranch-jobs: + title: 'dzone: Parameterize Jenkinsfile in MultiBranch Jobs 🌟' + year: N/A + stars: 0 + description: '' +https://automationreinvented.blogspot.com/2021/08/how-to-create-parameterized-job-in.html: + title: 'automationreinvented.blogspot.com: How to create parameterized job in Jenkins? + What is parameterized build in Jenkins?' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3637829/continuous-integration-with-docker-and-jenkins.html: + title: 'infoworld.com: Continuous integration with Docker and Jenkins' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/what-is-jenkins: + title: '==lambdatest.com: What Is Jenkins Used For?== 🌟' + year: N/A + stars: 0 + description: '' +https://automationqahub.com/how-to-publish-extentreport-using-jenkins: + title: 'automationqahub.com: How To Publish ExtentReport Using Jenkins' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2022/01/13/developers-guide-cicd-and-gitops-jenkins-pipelines: + title: '==developers.redhat.com: A developer''s guide to CI/CD and GitOps with Jenkins + Pipelines==' + year: N/A + stars: 0 + description: '' +https://inder-devops.medium.com/ci-cd-setup-in-just-5-mins-with-basic-yaml-configuration-95b8e894a110: + title: '==inder-devops.medium.com: CI/CD setup in just 5 mins with basic yaml configuration==' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=E3Xyu29LIwY&ab_channel=CLOUDLEARNHUB: + title: 'youtube: Cloud Learn Hub - How to Integrate Jenkins with Ansible Tower?' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?list=PLy7NrYWoggjw_LIiDK1LXdNN82uYuuuiC: + title: '==youtube: Tech World with Nana - Jenkins Tutorial for Beginners==' + year: N/A + stars: 0 + description: '' +https://camunda.com/blog/2022/02/how-we-overcame-long-running-job-limitations-in-jenkins-declarative-pipelines: + title: '==camunda.com: How We Overcame Long-Running Job Limitations in Jenkins Declarative + Pipelines==' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/devops/jenkins-high-availability-and-disaster-recovery-on-aws: + title: '==aws.amazon.com: Jenkins high availability and disaster recovery on AWS== + 🌟' + year: N/A + stars: 0 + description: '' +https://blog.searce.com/jenkins-distributed-cluster-using-dynamic-build-agents-on-gke-e2262a59dcb3: + title: 'blog.searce.com: Jenkins Distributed Cluster Using Dynamic Build Agents + On GKE' + year: N/A + stars: 0 + description: '' +https://www.fosstechnix.com/validate-jenkinsfile-using-visual-studio-code: + title: 'fosstechnix.com: How to Validate Jenkinsfile using Visual Studio Code' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/learn-jenkins-by-building-a-ci-cd-pipeline: + title: 'freecodecamp.org: Learn Jenkins by Building a CI/CD Pipeline 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/ni-tech-talk/creating-customized-kubernetes-pod-templates-using-groovy-in-jenkins-pipeline-7007f023a585: + title: 'medium.com/ni-tech-talk: Creating Customized Kubernetes Pod Templates using + Groovy in Jenkins Pipeline 🌟' + year: N/A + stars: 0 + description: '' +https://palak-bhawsar.hashnode.dev/automated-cicd-pipeline-for-java-project: + title: 'palak-bhawsar.hashnode.dev: Automated CI/CD pipeline for Java Project' + year: N/A + stars: 0 + description: '' +https://faun.pub/set-up-jenkins-on-a-kubernetes-cluster-2b982c840ebe: + title: '==faun.pub: Set up Jenkins on a Kubernetes Cluster==' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/blue-green-deployment-ci-cd-pipelines-with-docker-github-and-jenkins-6a262b2994c6: + title: 'blog.devops.dev: Blue-Green Deployment (CI/CD) Pipelines with Docker, GitHub, + Jenkins and SonarQube' + year: N/A + stars: 0 + description: '' +https://itnext.io/accelerate-development-with-jenkins-pipelines-and-continuous-integration-9a6c7857ccd2: + title: 'itnext.io: Accelerate Development with Jenkins Pipelines and Continuous + Integration' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/continuous-integration-in-aws-using-jenkins: + title: 'dzone.com: Continuous Integration in AWS Using Jenkins Pipelines: Best Practices + and Strategies' + year: N/A + stars: 0 + description: '' +? https://praveendandu24.medium.com/understanding-the-differences-between-jenkins-scripted-and-declarative-pipeline-a-comprehensive-960826e26c2 +: title: 'praveendandu24.medium.com: Understanding the Differences Between Jenkins + Scripted and Declarative Pipeline: A Comprehensive Guide with Real-World Examples' + year: N/A + stars: 0 + description: '' +https://prabirmahatha.hashnode.dev/jenkins-declarative-pipeline-with-docker: + title: 'prabirmahatha.hashnode.dev: Jenkins Declarative Pipeline with Docker' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/deploying-helm-charts-with-jenkins-and-groovy-a-comprehensive-guide-c2aa0f2bd424: + title: 'blog.devops.dev: Deploying Helm Charts with Jenkins and Groovy: A Comprehensive + Guide' + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/helm-charts: + title: ==github.com/jenkinsci/helm-charts== + year: N/A + stars: 0 + description: '' +https://aws.plainenglish.io/deploying-aws-resources-and-a-jenkins-server-with-terraform-297bad905459: + title: 'aws.plainenglish.io: Deploying AWS Resources and a Jenkins Server with Terraform' + year: N/A + stars: 0 + description: '' +https://aws.plainenglish.io/terraform-how-to-deploy-jenkins-ci-cd-pipelines-using-terraform-9ffc086dcd56: + title: 'aws.plainenglish.io: Terraform: How To Deploy Jenkins CI/CD Pipelines Using + Terraform' + year: N/A + stars: 0 + description: '' +https://jenkinsistheway.io: + title: 'jenkinsistheway.io: Jenkins Is The Way 🌟' + year: N/A + stars: 0 + description: '' +https://jenkinsistheway.io/user-story/jenkins-is-the-way-to-fintech-excellence: + title: 'jenkinsistheway.io: Financial Transactions Simplified With Faster Build + Cycles 🌟' + year: N/A + stars: 0 + description: '' +https://jenkinsistheway.io/user-story/to-build-ci-cd-that-fits-advanced-and-unique-use-cases: + title: 'jenkinsistheway.io: Advanced Declarative Pipelines for Workflow and Decision + Automation Platform 🌟' + year: N/A + stars: 0 + description: '' +https://jenkinsistheway.io/user-story/jenkins-is-the-way-to-improve-solution-development: + title: 'jenkinsistheway.io: Alert Management' + year: N/A + stars: 0 + description: '' +https://jenkinsistheway.io/user-story/to-devsecops: + title: 'jenkinsistheway.io: Jenkins is the way to DevSecOps. Cybersecurity CI/CD' + year: N/A + stars: 0 + description: '' +https://docs.google.com/presentation/d/17bQ30ycAUB-k4YZ4dC23cxNiNChvRRQO7_6FNGcS0j4/edit?usp=sharing: + title: 'Presentation: NADOG - Evolution of open source CI/CD tools - Oleg Nenashev + 🌟' + year: N/A + stars: 0 + description: '' +https://www.manning.com/books/pipeline-as-code: + title: Pipeline as Code + year: N/A + stars: 0 + description: '' +https://riptutorial.com/ebook/jenkins: + title: 'riptutorial.com: Learning Jenkins' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/resource/whitepaper/jenkins-pipeline-plugins: + title: 'cloudbees.com: Jenkins Pipeline with Plugins' + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/blog/2020/11/05/installing-jenkins-on-kubernetes: + title: 'jenkins.io: Document Jenkins on Kubernetes: Installing Jenkins on Kubernetes + Documentation Release 🌟' + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/doc/book/installing/kubernetes: + title: 'jenkins.io: Installing Jenkins on Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/ssbostan/jenkins-stack-kubernetes: + title: ssbostan/jenkins-stack-kubernetes 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/ssbostan/jenkins-tutorial: + title: ssbostan/jenkins-tutorial 🌟 + year: N/A + stars: 0 + description: '' +https://itnext.io/jenkins-tutorial-part-7-interactive-pipelines-a739b23ac41c: + title: 'itnext.io: Jenkins Tutorial β€” Part 7 β€” Interactive Pipelines' + year: N/A + stars: 0 + description: '' +https://github.com/ssbostan/jenkins-stack-docker: + title: ssbostan/jenkins-stack-docker + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/kubernetes-operator: + title: 'github.com/jenkinsci/kubernetes-operator: 🌟' + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/blog/2021/04/15/jenkins-operator-sub-project: + title: 'jenkins.io: Jenkins Operator becomes an official sub-project!' + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/blog/2021/08/23/jenkins-operator-security-work-report: + title: 'jenkins.io: Security Validator for Jenkins Operator for Kubernetes' + year: N/A + stars: 0 + description: '' +https://cd.foundation/blog/2021/09/02/going-cloud-native-with-jenkins-kubernetes-operator: + title: 'cd.foundation: Going Cloud Native with Jenkins Kubernetes Operator' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Apache_Groovy: + title: 'Wikipedia.org: Groovy' + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/groovy: + title: 'Dzone refcard: Groovy, a Rapid-Development JVM Language' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/4/groovy-io: + title: 'opensource.com: Read and write files with Groovy' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/groovy-goodness-using-the-call-operator: + title: 'dzone: Groovy Goodness: Using The Call Operator' + year: N/A + stars: 0 + description: '' +https://github.com/sahilsk/awesome-jenkins: + title: sahilsk/awesome-jenkins + year: N/A + stars: 0 + description: '' +https://github.com/orangetw/awesome-jenkins-rce-2019: + title: Hacking jenkins + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/sigs/platform: + title: Jenkins SIG Platform 🌟 + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/sigs/cloud-native: + title: Jenkins SIG Cloud Native 🌟 + year: N/A + stars: 0 + description: '' +https://blog.techiescamp.com/jenkins-course: + title: ==blog.techiescamp.com/jenkins-course== 🌟🌟🌟 + year: N/A + stars: 0 + description: '' +https://blog.techiescamp.com/docs/jenkins-multibranch-pipeline: + title: 'Lesson 5.1: Introduction to Jenkins Multibranch Pipeline' + year: N/A + stars: 0 + description: '' +https://www.udemy.com/the-complete-jenkins-course-for-developers-and-devops: + title: 'udemy.com: Master Jenkins CI For DevOps and Developers' + year: N/A + stars: 0 + description: '' +https://www.udemy.com/learn-devops-ci-cd-with-jenkins-using-pipelines-and-docker: + title: 'udemy.com: Learn DevOps: CI/CD with Jenkins using Pipelines and Docker' + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/job-dsl: + title: Job DSL + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/job-dsl-plugin/wiki: + title: github.com/jenkinsci/job-dsl-plugin + year: N/A + stars: 0 + description: '' +https://github.com/sheehan/job-dsl-gradle-example: + title: job-dsl **Gradle** Example + year: N/A + stars: 0 + description: '' +https://accenture.github.io/adop-cartridges-cookbook/docs/recipes/archiving-artefact-to-nexus: + title: Jenkins DSL for **Nexus** + year: N/A + stars: 0 + description: '' +https://deors.wordpress.com/2019/04/25/jenkins-ci-pipeline-java-spring-boot-maven-docker: + title: ref 2 + year: N/A + stars: 0 + description: '' +https://tech.gogoair.com/jenkins-jobs-as-code-with-groovy-dsl-c8143837593a: + title: 'medium: Jenkins Jobs as Code with Groovy DSL (Job DSL plugin) 🌟' + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/solutions/pipeline: + title: Pipeline as Code with Jenkins 🌟 + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/doc/book/pipeline: + title: '**Why Pipeline?**' + year: N/A + stars: 0 + description: '' +https://jenkins.io/doc/book/pipeline: + title: jenkins.io - doc/book/pipeline 🌟 + year: N/A + stars: 0 + description: '' +https://jenkins.io/doc/book/pipeline/jenkinsfile: + title: jenkins.io - **Jenkinsfile** 🌟 + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/continuous-delivery-with-jenkins-pipeline: + title: 'Dzone refcard: **Continuous Delivery with Jenkins Pipeline** 🌟' + year: N/A + stars: 0 + description: '' +https://gist.github.com/Faheetah/e11bd0315c34ed32e681616e41279ef4: + title: 'GitHub Gist - Faheetah/Jenkinsfile.groovy: **Jenkinsfile idiosynchrasies + with escaping and quotes**' + year: N/A + stars: 0 + description: '' +https://jenkins.io/solutions/pipeline: + title: 'jenkins.io: Jenkins CD and Pipelines Microsite' + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/declarative-pipeline-with-jenkins: + title: 'DZone refcard: declarative pipeline with jenkins 🌟' + year: N/A + stars: 0 + description: '' +https://www.magalix.com/blog/create-a-ci/cd-pipeline-with-kubernetes-and-jenkins: + title: 'magalix.com: Create a CI/CD pipeline with Kubernetes and Jenkins (Ansible, + Docker, Golang App) 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/learn-how-to-setup-a-cicd-pipeline-from-scratch: + title: 'dzone: learn how to setup a cicd pipeline from scratch 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/19/9/intro-building-cicd-pipelines-jenkins: + title: opensource.com - building cicd pipelines with jenkins 🌟 + year: N/A + stars: 0 + description: '' +https://devopscube.com/jenkins-pipeline-as-code: + title: 'devopscube.com: Jenkins Pipeline as Code Tutorial For Beginners 🌟' + year: N/A + stars: 0 + description: '' +https://loves.cloud/ci-cd-pipeline-using-docker-and-jenkins: + title: 'loves.cloud: CI/CD Pipeline Using Docker and Jenkins' + year: N/A + stars: 0 + description: '' +https://github.com/LovesCloud/java-groovy-docker: + title: github.com/LovesCloud/java-groovy-docker + year: N/A + stars: 0 + description: '' +https://medium.com/@fvtool/jenkins-cicd-getting-started-with-groovy-and-docker-containers-part-2-b03a1b934a49: + title: 'medium: jenkins cicd getting started with groovy and docker' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/top-10-best-practices-for-jenkins-pipeline: + title: 'Dzone: Top 10 Best Practices for Jenkins Pipeline' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/18/8/devops-jenkins-2: + title: opensource.com - Introduction to writing pipelines-as-code and implementing + DevOps with Jenkins 2 + year: N/A + stars: 0 + description: '' +http://jenkins-ci.361315.n4.nabble.com/Declarative-pipelines-vs-scripted-td4891792.html: + title: 'jenkins users mailing list: Declarative pipelines vs scripted' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/top-10-best-practices-jenkins-pipeline-plugin: + title: 'cloudbees.com: Top 10 Best Practices for Jenkins Pipeline Plugin 🌟🌟' + year: N/A + stars: 0 + description: '' +https://www.cuelogic.com/blog/pipeline-as-code: + title: 'cuelogic.com: Decoding Pipeline as Code (With Jenkins) 🌟' + year: N/A + stars: 0 + description: '' +https://mtijhof.wordpress.com/2019/04/22/jenkins-running-a-declarative-pipeline-from-your-shared-library: + title: 'mtijhof.wordpress.com: Jenkins: Running a declarative pipeline from your + Shared Library 🌟' + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/doc/book/pipeline/shared-libraries: + title: Starting with Declarative 1.2, released in late September, 2017, you can + define Declarative Pipelines in your shared libraries as well 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/gfkse/jenkins-shared-library: + title: Declarative Pipeline - Jenkins shared library 🌟 + year: N/A + stars: 0 + description: '' +? https://stackoverflow.com/questions/45889796/can-i-have-an-entire-declarative-pipeline-defined-and-parameterized-in-a-shared +: title: 'stackoverflow.com: Can I have an entire declarative pipeline defined and + parameterized in a shared library?' + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/blog/2017/10/02/pipeline-templates-with-shared-libraries: + title: 'jenkins.io: Share a standard Pipeline across multiple projects with Shared + Libraries 🌟' + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/blog/2017/09/25/declarative-1: + title: 'jenkins.io: Parallel stages with Declarative Pipeline 1.2 🌟' + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/doc/book/pipeline/syntax: + title: 'Jenkins Pipeline Syntax: Scripted Syntax (Groovy DSL syntax) & Declarative + Syntax 🌟' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/building-declarative-pipelines-openshift-dsl-plugin: + title: Building Declarative Pipelines with OpenShift DSL Plugin + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/blog/2020/10/21/a-sustainable-pattern-with-shared-library: + title: A sustainable pattern with shared library 🌟 + year: N/A + stars: 0 + description: '' +https://tomd.xyz/jenkins-shared-library: + title: 'tomd.xyz: Jenkins shared library: tutorial with examples 🌟' + year: N/A + stars: 0 + description: '' +https://jjba.dev/posts/jenkins-shared-library: + title: 'jjba.dev: Jenkins Shared Library with Unit tests' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/use-jenkins-shared-libraries-in-a-jenkins-pipeline: + title: 'lambdatest.com: How To Use Shared Libraries In A Jenkins Pipeline? 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/jenkinsfile-runner: + title: Jenkinsfile Runner + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/projects/jcasc: + title: Jenkins Configuration as Code Plugin + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/configuration-as-code: + title: plugins.jenkins.io/configuration-as-code + year: N/A + stars: 0 + description: '' +https://devops.com/using-jenkins-configuration-as-code: + title: 'devops.com: Using jenkins configuration as code' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/running-jenkins-server-with-configuration-as-code: + title: 'Dzone: Running Jenkins Server With Configuration-as-Code 🌟' + year: N/A + stars: 0 + description: '' +https://docs.cloudbees.com/docs/cloudbees-core/latest/cloud-admin-guide/core-casc-modern: + title: 'docs.cloudbees.com: Configuration as Code for CloudBees Core on modern cloud + platforms' + year: N/A + stars: 0 + description: '' +https://www.previous.cloudbees.com/blog/cloudbees-core-configuration-code-preview: + title: 'cloudbees.com: CloudBees Core Configuration as Code' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=jcasc-developers.jcasc-plugin: + title: Visual Studio Code JCasC-Plugin 🌟 + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/configuration-as-code-plugin-support: + title: 'cloudbees.com: All Tier 1 Plugins Support Configuration as Code 🌟🌟' + year: N/A + stars: 0 + description: '' +https://github.com/halkeye-docker/docker-jenkins: + title: Example of JCasC + year: N/A + stars: 0 + description: '' +https://iceburn.medium.com/jenkins-configuration-as-code-afd9031a42c9: + title: 'iceburn.medium.com: Jenkins Configuration As Code' + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/blog/2020/05/25/read-only-jenkins-announcement: + title: Read-only Jenkins Configuration 🌟 + year: N/A + stars: 0 + description: '' +https://jenkins-job-builder.readthedocs.io: + title: jenkins-job-builder.readthedocs.io 🌟 + year: N/A + stars: 0 + description: '' +https://docs.openstack.org/infra/jenkins-job-builder/index.html: + title: 'docs.openstack.org: Jenkins Job Builder' + year: N/A + stars: 0 + description: '' +https://faun.pub/automate-jenkins-pipelines-management-6e771b5890f: + title: 'faun.pub: Automate Jenkins Pipelines management with Jenkins Job Builder + 🌟' + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/templating-engine: + title: 'plugins.jenkins.io/templating-engine: Jenkins Template Engine JTE 🌟' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/videos/jenkins-template-pipeline-devsecops: + title: 'cloudbees.com: Managing DevSecOps Pipelines at Scale with Jenkins Templating + Engine' + year: N/A + stars: 0 + description: '' +https://devopscube.com/jenkins-architecture-explained: + title: 'devopscube.com: Jenkins Architecture Explained – Beginners Guide' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/how-to-setup-scalable-jenkins-on-top-of-a-kubernet: + title: 'dzone: how to setup scalable jenkins on top of a kubernetes cluster' + year: N/A + stars: 0 + description: '' +https://devops.com/kubernetes-jenkins-master-slave-scaling-the-scalability-issue: + title: 'devops.com: kubernetes jenkins master slave scalability' + year: N/A + stars: 0 + description: '' +https://www.sitepoint.com/7-ways-optimize-jenkins: + title: 7 Ways to Optimize Jenkins + year: N/A + stars: 0 + description: '' +https://devopscube.com/docker-containers-as-build-slaves-jenkins: + title: 'devopscube.com: How to Setup Docker containers as Build Slaves for Jenkins' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/apm-tools-jenkins-performance: + title: 'cloudbees.com: Troubleshooting Jenkins Performance: Kubernetes Edition - + Part 1 (2020) 🌟' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/application-performance-monitoring-tools: + title: 'cloudbees.com: Troubleshooting Jenkins Performance: Kubernetes Edition - + Part 2 (2020) 🌟' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/most-common-issues-scaling-jenkins: + title: 'cloudbees.com: The Two Most Common Issues with Jenkins and How to Fix Them + 🌟' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/enterprise-jvm-administration-and-jenkins-performance: + title: 'cloudbees.com: Enterprise JVM Administration and Jenkins Performance 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/geerlingguy/ansible-role-jenkins: + title: ansible-role-jenkins + year: N/A + stars: 0 + description: '' +https://github.com/jenkins-infra/jenkins-version: + title: jenkins-version + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/plugin-installation-manager-tool/releases/tag/plugin-management-parent-pom-1.1.0: + title: Jenkins Plugin Manager CLI v1.1.0 + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/doc/book/pipeline/development: + title: Pipeline Development Tools (Command-line Pipeline Linter) + year: N/A + stars: 0 + description: '' +https://github.com/DontShaveTheYak/jenkins-std-lib: + title: 'DontShaveTheYak/jenkins-std-lib: Jenkins Standard Shared Library 🌟' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=DontShaveTheYak.jenkins-extension-pack: + title: 'marketplace.visualstudio.com: Jenkins Extension Pack: DontShaveTheYak' + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/jenkins-freestyle-pipeline-migration: + title: 'infracloud.io: Migrating Jenkins Freestyle Job to Multibranch Pipeline 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=LNfthmZuRDI&ab_channel=CloudBeesTV: + title: 'youtube: How to Create a Bitbucket Cloud Branch Source Multibranch Pipeline + in Jenkins' + year: N/A + stars: 0 + description: '' +https://medium.com/@peiruwang/build-ci-cd-multibranch-pipeline-with-jenkins-and-kubernetes-637de560d55a: + title: Build CI/CD Multibranch Pipeline with Jenkins and Kubernetes 🌟 + year: N/A + stars: 0 + description: '' +https://dev.to/jcoelho/8-jenkins-plugins-i-cant-live-without-3bin: + title: 'dev.to: 8 Jenkins plugins I can''t live without (2019)' + year: N/A + stars: 0 + description: '' +https://www.blazemeter.com/blog/top-jenkins-plugins-you-cant-miss-in-2018: + title: 'blazemeter.com: Top Jenkins Plugins You Can’t Miss in 2018' + year: N/A + stars: 0 + description: '' +https://devops.com/15-must-jenkins-plugins-increase-productivity: + title: 'devops.com: 15 must have Jenkins plugins to increase productivity' + year: N/A + stars: 0 + description: '' +https://www.jrebel.com/blog/top-10-jenkins-plugins-and-features: + title: 'jrebel.com: Top 10 Jenkins Plugins and Features (2014)' + year: N/A + stars: 0 + description: '' +https://www.devteam.space/blog/10-best-jenkins-plugins-for-devops: + title: 'devteam.space: 10 Best Jenkins Plugins For DevOps' + year: N/A + stars: 0 + description: '' +https://devops.com/top-10-best-practices-for-jenkins-pipeline-plugin: + title: 'devops.com: Top 10 Best Practices for Jenkins Pipeline Plugin 🌟' + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/blog/2021/12/22/deprecated-ruby-runtime: + title: 'jenkins.io: Deprecating non-Java plugins' + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/performance-plugin: + title: performance-plugin + year: N/A + stars: 0 + description: '' +https://jenkins.io/blog/2019/11/22/welcome-to-the-matrix: + title: Matrix 🌟 + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/compress-buildlog: + title: Compress-buildlog + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/syslog-logger: + title: syslog-logger + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/openshift-login: + title: openshift-login + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/openshift-deployer: + title: openshift-deployer + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/kubernetes-cli: + title: Kubernetes CLI 🌟 + year: N/A + stars: 0 + description: '' +https://jenkins.io/blog/2020/01/08/atlassians-new-bitbucket-server-integration-for-jenkins: + title: Atlassian's new Bitbucket Server integration for Jenkins 🌟 + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/blueocean: + title: Blue Ocean 🌟 + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/electricflow: + title: Cloudbees Flow 🌟 + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/cloudbees-credentials: + title: Cloudbees Credentials 🌟 + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/cloudbees-jenkins-advisor: + title: CloudBees Health Advisor 🌟 + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/cloudbees-disk-usage-simple: + title: CloudBees Disk Usage Simple + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/aws-credentials: + title: CloudBees AWS Credentials 🌟 + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/docker-custom-build-environment: + title: CloudBees Docker Custom Build Environment + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/code-coverage-api: + title: Code Average API + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/fortify: + title: Fortify + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/sonar: + title: SonarQube Scanner 🌟 + year: N/A + stars: 0 + description: '' +https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-jenkins: + title: SonarScanner for Jenkins 🌟 + year: N/A + stars: 0 + description: '' +https://medium.com/@jportasa/ecs-jenkins-plugin-to-create-ephemeral-slaves-in-fargate-8cb80b46fb75: + title: 'medium: ECS Jenkins Plugin to create ephemeral Slaves in Fargate' + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/doc/pipeline/steps/workflow-scm-step: + title: 'Pipeline: SCM Step (workflow-scm-step)' + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/ec2: + title: Amazon EC2 plugin + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/copyartifact: + title: Copy Artifact + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/credentials-binding: + title: Credentials Binding + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/cvs: + title: CVS plugin + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/scm-filter-jervis: + title: SCM Filter Jervis YAML Plugin + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/deploy-dashboard: + title: Deploy Dashboard by Namecheap + year: N/A + stars: 0 + description: '' +https://www.namecheap.com/blog/visualize-your-deployment-status-with-jenkins: + title: 'namecheap.com: Visualize Your Deployment Status with Jenkins 🌟' + year: N/A + stars: 0 + description: '' +https://www.amazon.com/gp/product/B0976SB2YG: + title: 'ebook: Hands-on Pipeline as YAML with Jenkins: A Beginner''s Guide to Implement + CI/CD Pipelines for Mobile, Hybrid, and Web Applications Using Jenkins (English + Edition)' + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/configurationslicing: + title: Configuration Slicing + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/git-plugin: + title: git-plugin 🌟 + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/blog/2020/07/09/git-performance-improvement-phase1: + title: Git Plugin Performance Improvement 🌟 + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/blog/2020/07/29/git-performance-improvement-phase2: + title: Git Plugin Performance Improvement Phase-2 Progress 🌟 + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/blog/2020/08/29/git-performance-improvement-phase3: + title: 'Git Plugin Performance Improvement: Final Phase and Release 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/git-plugin/releases/tag/git-4.8.0: + title: Git plugin 4.8.0 for jenkinsci allows Pipeline and Freestyle users to perform + authenticated git operations from sh, bat, and powershell + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/parameter-separator: + title: Parameter Separator + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/declarative-pipeline-migration-assistant-api: + title: Declarative Pipeline Migration Assistant API 🌟 + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/hashicorp-vault-plugin: + title: HashiCorp Vault 🌟 + year: N/A + stars: 0 + description: '' +https://medium.com/@nanditasahu031/how-to-integrate-hashicorp-vault-with-jenkins-to-secure-your-secrets-f13bb36e28e9: + title: 'medium.com/@nanditasahu031: How to Integrate HashiCorp Vault with Jenkins + to secure your Secrets' + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/matrix-auth: + title: Matrix Authorization Strategy 🌟 + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/aws-secrets-manager-credentials-provider: + title: AWS Secrets Manager Credentials Provider + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/qftest: + title: QF-Test + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/role-strategy: + title: Role-based Authorization Strategy 🌟 + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/extensible-choice-parameter: + title: Extensible Choice Parameter + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/allure-jenkins-plugin: + title: Allure 🌟 + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/aws-java-sdk: + title: Amazon Web Services SDK + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/metrics: + title: Metrics + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/git-forensics: + title: Git Forensics + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/robot: + title: Robot Framework + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/prometheus-plugin: + title: Jenkins Prometheus Metrics Plugin 🌟 + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/pipeline-maven: + title: 'pipeline-maven: Pipeline Maven Integration 🌟' + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/warnings-ng: + title: Warnings Next Generation 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/robot-plugin: + title: 'robot-plugin: Robot Framework Plugin' + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/uno-choice: + title: Active Choices 🌟 + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/text-finder: + title: Text Finder 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/pull-request-monitoring-plugin: + title: Pull Request Monitoring 🌟 + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/pipeline-graph-view: + title: pipeline-graph-view 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/pipeline-graph-view-plugin: + title: pipeline-graph-view-plugin 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/url-filter-plugin: + title: URL Filter Plugin + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/kubernetes-plugin: + title: 'kubernetes-plugin: Kubernetes plugin for Jenkins 🌟' + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/opentelemetry: + title: OpenTelemetry 🌟 + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/sysdig-secure: + title: 'sysdig-secure: Sysdig Secure Container Image Scanner' + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/qualys-cs: + title: 'qualys-cs: Qualys Container Scanning Connector' + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/rest-list-parameter: + title: REST List Parameter + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/script-security: + title: Script Security + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/azure-artifact-manager: + title: Azure Artifact Manager + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/custom-checkbox-parameter: + title: Custom Checkbox Parameter 🌟 + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/git-push: + title: Git Push + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/ec2-fleet: + title: ec2-fleet-plugin + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/vsphere-cloud: + title: vSphere cloud + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/nomad: + title: Nomad + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/azure-keyvault: + title: Azure Key Vault + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/pipeline-utility-steps: + title: Pipeline Utility Steps 🌟🌟 + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/rapid7-insightvm-container-assessment: + title: InsightVM Container Image Scanner + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/aqua-security-scanner: + title: Aqua Security Scanner + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/blueocean-rest: + title: 'blueocean-rest: REST API for Blue Ocean' + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/blueocean-pipeline-editor: + title: Blue Ocean Pipeline Editor + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/aws-kinesis-consumer: + title: AWS Kinesis Consumer + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/cucumber-reports: + title: Cucumber reports + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/npm-yarn-wrapper-steps: + title: NPM and Yarn Wrapper and Steps + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/doc/developer/plugin-development: + title: Plugin Development + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/doc/developer/plugin-development/dependency-management: + title: 'Plugin Development: Dependency Management' + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/plugin-pom: + title: Parent POM for Jenkins Plugins. Plugin POM 4.0 + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/plugin-pom/releases/tag/plugin-4.0: + title: 4.0 changelog + year: N/A + stars: 0 + description: '' +https://www.meetup.com/Jenkins-online-meetup/events/270630108: + title: In this presentation + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/doc/book/blueocean/getting-started: + title: Jenkins BlueOcean 🌟 + year: N/A + stars: 0 + description: '' +https://cd.foundation/blog/2021/09/02/bringing-blue-ocean-into-the-future-of-jenkins: + title: 'cd.foundation: Bringing Blue Ocean into the future of Jenkins' + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/splunk-devops: + title: Splunk Plugins + year: N/A + stars: 0 + description: '' +https://splunkbase.splunk.com/app/3332: + title: Splunk App for Jenkins + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/logstash: + title: Logstash + year: N/A + stars: 0 + description: '' +https://wiki.jenkins.io/display/JENKINS/Build+Monitor+Plugin: + title: Build Monitor Plugin + year: N/A + stars: 0 + description: '' +http://www.ampelofilosofies.gr/software/2017/03/04/monitor-ci-nodes-with-jenkins: + title: Monitor CI nodes with Jenkins + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=WnQK6-puXSM: + title: 'youtube: How to create Build Monitor View' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=y6RNLNvnYIw: + title: 'youtube: monitoring jenkins job with build monitor view' + year: N/A + stars: 0 + description: '' +http://tatiyants.com/jenkins-build-monitor: + title: 'tatiyants.com: jenkins build monitor' + year: N/A + stars: 0 + description: '' +https://wiki.jenkins.io/display/JENKINS/Monitor+Pro+Plugin: + title: Monitor Pro Plugin + year: N/A + stars: 0 + description: '' +https://www.almtoolbox.com/jenkins-monitoring.php: + title: 'ALM Performance: Continuously Monitor Performance and Vitality of your Jenkins + Deployment' + year: N/A + stars: 0 + description: '' +https://www.instana.com/blog/monitoring-jenkins-using-instana: + title: Monitoring jenkins using instana + year: N/A + stars: 0 + description: '' +https://medium.com/@gangsta_black/grafana-cool-dashboard-for-monitoring-jenkins-with-prometheus-c7ba4f1c6297: + title: 'medium: prometheus and grafana dashboard' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=EWFJem7GUAc: + title: 'youtube: Monitoring Jenkins with Grafana and Prometheus' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=N8P9ZLMA2xY: + title: 'youtube: Jenkins Prometheus Grafana Dashboard | Prometheus Jenkins Monitoring + | Prometheus.yml | Thetips4you' + year: N/A + stars: 0 + description: '' +https://www.dynatrace.com/news/blog/optimizing-jenkins-to-ensure-fast-build-times-with-dynatrace: + title: 'dynatrace.com: optimizing jenkins to ensure fast build times with dynatrace' + year: N/A + stars: 0 + description: '' +https://www.opsview.com/product/system-monitoring/application/jenkins-monitoring: + title: 'opsview.com: opspack' + year: N/A + stars: 0 + description: '' +https://chrome.google.com/webstore/detail/monitor-me-jenkins/jhbokpimjgedmpcmfoghhiokhpihlkgc: + title: Chrome Extension + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/github-autostatus: + title: Jenkins plugin to provide automatic status for multibranch jobs (Grafana) + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/github-autostatus-plugin: + title: github.com/jenkinsci/github-autostatus-plugin + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=yTafQ-e84eY: + title: 'youtube - CloudBeesTV: Jenkins Performance: Avoiding Pitfalls, Diagnosing + Issues & Scaling for Growth' + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/opentelemetry-plugin: + title: Jenkins opentelemetry-plugin 🌟 + year: N/A + stars: 0 + description: '' +https://www.influxdata.com/influxdb-templates/jenkins-monitoring: + title: 'influxdata.com: Monitoring Jenkins CI with InfluxDB' + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/projects/gsoc/2021/projects/remoting-monitoring: + title: 'jenkins.io: Jenkins Remoting Monitoring 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/remoting-opentelemetry-plugin: + title: Jenkins Remoting monitoring with OpenTelemetry Plugin 🌟 + year: N/A + stars: 0 + description: '' +https://docs.google.com/forms/d/e/1FAIpQLSdiuQN3sm2mQ2E86VTXVXu7bf_9C0hVdzhw2_Kvu3DFqL7EZA/viewform: + title: 'Jenkins: Agents Monitoring End User Survey' + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/remoting-opentelemetry-plugin/pull/40: + title: 'github PR: Enable to provide telemetry data to OpenTelemetry Collector' + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/influxdb-plugin: + title: influxdb-plugin + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=3H9eNIf9KZs&ab_channel=CloudBeesTV: + title: 'youtube.com: CloudBeesTV - How to Monitor Jenkins With Grafana and Prometheus + 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/jenkins-infra/jenkins-usage-stats: + title: ==jenkins-infra/jenkins-usage-stats== 🌟 + year: N/A + stars: 0 + description: '' +http://stats.jenkins.io: + title: ==stats.jenkins.io== 🌟 + year: N/A + stars: 0 + description: '' +https://www.jenkins.io/blog/2020/06/27/external-fingerprint-storage: + title: External Fingerprint Storage Phase-1 Updates + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/redis-fingerprint-storage-plugin: + title: Redis Fingerprint Storage Plugin + year: N/A + stars: 0 + description: '' +https://piotrminkowski.wordpress.com/2019/01/15/kotlin-microservice-with-spring-boot: + title: 'piotrminkowski.wordpress.com: Kotlin microservice with spring boot' + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/jenkinsci/comments/ctirsc/building_docker_images_when_running_jenkins_in: + title: Building Docker images when running Jenkins in Kubernetes + year: N/A + stars: 0 + description: '' +https://github.com/samrocketman/docker-jenkins-jervis/blob/master/README.md: + title: ref2 + year: N/A + stars: 0 + description: '' +https://itnext.io/docker-in-docker-521958d34efd: + title: 'itnext.io: docker in docker' + year: N/A + stars: 0 + description: '' +https://code-maze.com/ci-jenkins-docker: + title: 'code-maze.com: ci jenkins docker' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/quickstart-ci-with-jenkins-and-docker-in-docker-c3f7174ee9ff: + title: 'medium: quickstart ci with jenkins and docker in docker' + year: N/A + stars: 0 + description: '' +https://github.com/awslabs/amazon-eks-ami/issues/183: + title: 'ref1: docker build --network=host' + year: N/A + stars: 0 + description: '' +https://github.com/weaveworks/eksctl: + title: ref2 + year: N/A + stars: 0 + description: '' +https://app.rollout.io: + title: CloudBees Rollout 🌟 + year: N/A + stars: 0 + description: '' +https://rollout.io/blog/rollout-tutorial-feature-flagging-in-your-react-native-app-in-5-minutes: + title: 'rollout.io: CloudBees Rollout Tutorial: Feature Flagging in your React Native + App in 5 minutes' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/how-disable-code-developers-production-kill-switch: + title: 'How to Disable Code: The Developer''s Production Kill Switch 🌟' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/products/accelerator/overview: + title: CloudBees Accelerator + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/how-speed-software-development-build-test-acceleration-tools: + title: How to Speed Up Software Development with Build and Test Acceleration Tools + year: N/A + stars: 0 + description: '' +https://github.com/jenkinsci/jenkins-scripts: + title: jenkinsci/jenkins-scripts 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/samrocketman/jenkins-script-console-scripts: + title: samrocketman/jenkins-script-console-scripts 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/samrocketman/jervis/wiki: + title: Jervis + year: N/A + stars: 0 + description: '' +https://itnext.io/tagged/jenkins-x: + title: itnext.io/tagged/jenkins-x + year: N/A + stars: 0 + description: '' +https://itnext.io/jenkins-x-managing-jenkins-926f0e0f8bcf: + title: 'itnext.io: Jenkins X β€” Managing Jenkins' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=BF3MhFjvBTU: + title: 'Youtube: Jenkins X: Continuous Delivery for Kubernetes with James Strachan' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=oZOZiL6XIfA&feature=emb_title: + title: 'Youtube: Kubernetes Package Management with Helm and CI/CD with Jenkins + X - Webinar by Neependra Khare' + year: N/A + stars: 0 + description: '' +https://go.digitalocean.com/cicd-on-k8s: + title: go.digitalocean.com/cicd-on-k8s + year: N/A + stars: 0 + description: '' +https://blog.csanchez.org/2021/06/15/serverless-jenkins-pipelines-with-google-cloud-run: + title: 'blog.csanchez.org: Serverless Jenkins Pipelines with Google Cloud Run' + year: N/A + stars: 0 + description: '' +https://blogs.sap.com/2020/10/18/continuous-quality-using-plugins-and-jenkins-abap-ui5: + title: 'blogs.sap.com: Continuous quality using plugins and Jenkins (ABAP & UI5)' + year: N/A + stars: 0 + description: '' +https://blogs.sap.com/2020/10/22/ci-cd-tools-for-sap-cloud-platform-abap-environment: + title: 'blogs.sap.com: CI/CD Tools for SAP Cloud Platform ABAP Environment' + year: N/A + stars: 0 + description: '' +https://sap.github.io/jenkins-library: + title: sap.github.io/jenkins-library + year: N/A + stars: 0 + description: '' +https://templates.cloudonaut.io/en/stable/jenkins: + title: 'templates.cloudonaut.io: Jenkins 2.0: highly available master' + year: N/A + stars: 0 + description: '' +https://www.keptn.sh: + title: Keptn + year: N/A + stars: 0 + description: '' +https://keptn.sh/docs/quickstart: + title: Quick Start + year: N/A + stars: 0 + description: '' +https://tutorials.keptn.sh: + title: tutorials.keptn.sh 🌟 + year: N/A + stars: 0 + description: '' +https://tutorials.keptn.sh/tutorials/keptn-azure-devops/index.html: + title: 'tutorials.keptn.sh: Azure DevOps Pipelines with Keptn Quality Gates' + year: N/A + stars: 0 + description: '' +https://www.dynatrace.com/news/blogwhat-is-keptn-how-it-works-and-how-to-get-started: + title: 'dynatrace.com: What is keptn, how it works and how to get started!' + year: N/A + stars: 0 + description: '' +https://medium.com/keptn/keptn-0-6-0-my-top-5-favorite-improvements-242d8ac1abfe: + title: 'medium: Keptn 0.6.0 β€” My top 5 favorite improvements' + year: N/A + stars: 0 + description: '' +https://medium.com/dynatrace-engineering/how-we-are-redesigning-our-microservices-deployment-strategy-c567e310a42e: + title: 'medium: How we are redesigning our microservices deployment strategy' + year: N/A + stars: 0 + description: '' +https://github.com/keptn-sandbox/keptn-jenkins-library: + title: Keptn Jenkins Shared Library + year: N/A + stars: 0 + description: '' +https://www.meetup.com/Jenkins-online-meetup/events/270861119: + title: Jenkins Online Meetup + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=VYRdirdjOAg&t=5s: + title: 'youtube: Level-Up your Jenkins-based Delivery with Keptn' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-keptn-automatically-configures-prometheus-ecosystems: + title: 'thenewstack.io: How Keptn Automatically Configures Prometheus Ecosystems' + year: N/A + stars: 0 + description: '' +https://github.com/keptn-sandbox/keptn-on-k3s/blob/master/README-KeptnForDynatrace.md: + title: 'github.com/keptn-sandbox/keptn-on-k3s: Tutorial: Keptn for Dynatrace Users + in 5 Minutes 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=OQAXQrKhIt0&ab_channel=keptn: + title: 'youtube: Tutorial - Keptn in a box' + year: N/A + stars: 0 + description: '' +https://dynatrace-perfclinics.github.io/codelabs/why-devs-love-dynatrace-2/index.html: + title: 'dynatrace-perfclinics.github.io: Why Devs Love Dynatrace 🌟' + year: N/A + stars: 0 + description: '' +https://www.simform.com/blog/alternatives-to-kubernetes: + title: 'simform.com: Top Alternatives to Kubernetes to Overcome Business Challenges' + year: N/A + stars: 0 + description: '' +https://medium.com/better-programming/why-not-use-kubernetes-52a89ada5e22: + title: 'medium: Why Not Use Kubernetes?' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/do-i-really-need-kubernetes: + title: 'thenewstack.io: Do I Really Need Kubernetes?' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3604652/when-kubernetes-is-not-the-solution.html: + title: 'infoworld.com: When Kubernetes is not the solution' + year: N/A + stars: 0 + description: '' +https://ably.com/blog/no-we-dont-use-kubernetes: + title: 'ably.com: No, we don’t use Kubernetes' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/heroku-docker-in-10-minutes-f4329c4fd72f: + title: 'towardsdatascience.com: Heroku + Docker in 10 Minutes' + year: N/A + stars: 0 + description: '' +https://searchcloudcomputing.techtarget.com/answer/Amazon-ECS-vs-Kubernetes-Which-should-you-use-on-AWS: + title: 'techtarget.com: Amazon ECS vs. Kubernetes: Which should you use on AWS?' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/no-kubernetes-needed-amazon-ecs-anywhere: + title: 'thenewstack.io: No Kubernetes Needed: Amazon ECS Anywhere' + year: N/A + stars: 0 + description: '' +https://cycle.io: + title: Cycle.io + year: N/A + stars: 0 + description: '' +https://thenewstack.io/cycle-io-meet-the-team-on-a-mission-to-replace-kubernetes: + title: 'thenewstack.io: Cycle.io: Meet the Team on a Mission to Replace Kubernetes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/cycle-io-a-container-orchestration-platform-aimed-at-developers: + title: 'thenewstack.io: Cycle.io: A Container Orchestration Platform Aimed at Developers' + year: N/A + stars: 0 + description: '' +https://nomadproject.io: + title: Nomad + year: N/A + stars: 0 + description: '' +https://blog.nobugware.com/post/2019/nomad_an_alternative_to_kubernetes: + title: Nomad an alternative to Kubernetes + year: N/A + stars: 0 + description: '' +https://pythonspeed.com/articles/dont-need-kubernetes: + title: β€œLet’s use Kubernetes!” Now you have 8 problems + year: N/A + stars: 0 + description: '' +https://www.nomadproject.io/intro/vs/kubernetes: + title: 'nomadproject.io: Nomad vs. Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.codemotion.com/magazine/dev-hub/backend-dev/nomad-kubernetes-but-without-the-complexity: + title: 'codemotion.com: Nomad vs Kubernetes but without the complexity' + year: N/A + stars: 0 + description: '' +https://sysadmincasts.com/episodes/74-nomad: + title: 'sysadmincasts.com: Nomad 🌟' + year: N/A + stars: 0 + description: '' +https://blog.cloudflare.com/how-we-use-hashicorp-nomad: + title: 'blog.cloudflare.com: How we use HashiCorp Nomad (Cloudflare using Nomad + and Consul)' + year: N/A + stars: 0 + description: '' +https://atodorov.me/2021/02/27/why-you-should-take-a-look-at-nomad-before-jumping-on-kubernetes: + title: 'atodorov.me: Why you should take a look at Nomad before jumping on Kubernetes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/conductor-why-we-migrated-from-kubernetes-to-nomad: + title: 'thenewstack.io: Conductor: Why We Migrated from Kubernetes to Nomad' + year: N/A + stars: 0 + description: '' +https://www.imaginarycloud.com/blog/nomad-vs-kubernetes: + title: 'imaginarycloud.com: Nomad VS. Kubernetes: Container Orchestration Tools + Compared' + year: N/A + stars: 0 + description: '' +https://www.nomadproject.io/docs/nomad-vs-kubernetes/alternative: + title: 'nomadproject.io: An alternative to Kubernetes' + year: N/A + stars: 0 + description: '' +https://chaordic.io/blog/is-nomad-a-better-kubernetes: + title: 'chaordic.io: Is Nomad a better Kubernetes?' + year: N/A + stars: 0 + description: '' +https://stackshare.io/stackups/kubernetes-vs-portainer: + title: 'stackshare.io: Kubernetes vs Portainer' + year: N/A + stars: 0 + description: '' +https://docs.docker.com/ee/ucp: + title: Universal Control Plane overview + year: N/A + stars: 0 + description: '' +https://docs.docker.com/engine/swarm: + title: Docker Swarm + year: N/A + stars: 0 + description: '' +https://galaxy.ansible.com/atosatto/docker-swarm: + title: 'galaxy.ansible.com: Docker Ansible Role' + year: N/A + stars: 0 + description: '' +https://www.cuelogic.com/blog/kubernetes-vs-docker-swarm: + title: Kubernetes vs Docker Swarm:β€ŠA Comprehensive Comparison + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/alternative-kubernetes-docker-swarm-marcel-koert: + title: 'Alternative to Kubernetes: Docker Swarm' + year: N/A + stars: 0 + description: '' +https://www.dotnettricks.com/learn/docker/kubernetes-vs-docker-analyzing-the-differences: + title: 'dotnettricks.com: Kubernetes vs Docker: Analyzing The Differences' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/kubernetes-vs-docker-whats-the-difference-explained-with-examples: + title: 'freecodecamp.org: Kubernetes VS Docker: What''s the Difference? Explained + With Example' + year: N/A + stars: 0 + description: '' +https://kpatronas.medium.com/docker-swarm-high-availability-36ea7ee7f9e8: + title: 'kpatronas.medium.com: Docker swarm: High Availability' + year: N/A + stars: 0 + description: '' +https://semaphoreci.com/blog/kubernetes-vs-docker: + title: 'semaphoreci.com: Kubernetes vs Docker: Understanding Containers in 2021' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/docker-series-swarm-lionel-gurret: + title: 'linkedin.com: Docker Series : Docker Swarm - Lionel GURRET' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/13049/what-is-docker-swarm-mode-and-when-should-you-use-it: + title: 'cloudsavvyit.com: What is Docker Swarm Mode and When Should You Use It?' + year: N/A + stars: 0 + description: '' +https://github.com/swarmlet/swarmlet: + title: '==swarmlet/swarmlet: Swarmlet==' + year: N/A + stars: 0 + description: '' +https://www.thinksys.com/devops/docker-swarm-vs-kubernetes-comparison: + title: 'thinksys.com: Docker Swarm vs. Kubernetes: Comparison 2022' + year: N/A + stars: 0 + description: '' +https://github.com/simplenetes-io/simplenetes: + title: Simplenetes + year: N/A + stars: 0 + description: '' +https://taubyte.com: + title: Taubyte + year: N/A + stars: 0 + description: '' +https://github.com/taubyte/dreamland: + title: dreamland + year: N/A + stars: 0 + description: '' +https://github.com/samyfodil/taubyte-llama-satellite: + title: llama.cpp plugin + year: N/A + stars: 0 + description: '' +https://blog.opstree.com/2021/06/21/a-comparison-between-various-container-orchestration-services-ecs-vs-kubernetes: + title: 'blog.opstree.com: A Comparison Between Various Container Orchestration Services! + (ECS vs Kubernetes)' + year: N/A + stars: 0 + description: '' +https://www.itprotoday.com/hybrid-cloud-and-multicloud/4-alternatives-kubernetes-container-orchestrator: + title: 'itprotoday.com: 4 Alternatives to Kubernetes Container Orchestrator' + year: N/A + stars: 0 + description: '' +https://www.portainer.io/blog/orchestrator-wars-continue: + title: 'portainer.io: Kubernetes vs Docker Swarm vs Nomad - the orchestrator wars + continue?' + year: N/A + stars: 0 + description: '' +https://coolify.io: + title: coolify.io + year: N/A + stars: 0 + description: '' +? https://levelup.gitconnected.com/effects-of-docker-image-size-on-autoscaling-w-r-t-single-and-multi-node-kube-cluster-29c4f689cd99 +: title: 'levelup.gitconnected.com: Effects of Docker Image Size on AutoScaling w.r.t + Single and Multi-Node Kube Cluster' + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/3-autoscaling-projects-optimising-kubernetes-costs: + title: 'infracloud.io: 3 Autoscaling Projects to Optimise Kubernetes Costs' + year: N/A + stars: 0 + description: '' +https://blog.scaleway.com/understanding-kubernetes-autoscaling: + title: 'blog.scaleway.com: Understanding Kubernetes Autoscaling' + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/kubernetes-autoscaling-custom-metrics: + title: 'infracloud.io: Kubernetes Autoscaling with Custom Metrics (updated) 🌟' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/kubernetes-autoscaler: + title: 'sysdig.com: Kubernetes pod autoscaler using custom metrics' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/kubernetes-autoscaling-strategies: + title: 'learnk8s.io: Architecting Kubernetes clusters β€” choosing the best autoscaling + strategy 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/reduce-kubernetes-costs-using-autoscaling-mechanisms: + title: 'thenewstack.io: Reduce Kubernetes Costs Using Autoscaling Mechanisms' + year: N/A + stars: 0 + description: '' +https://cast.ai/blog/guide-to-kubernetes-autoscaling-for-cloud-cost-optimization: + title: 'cast.ai: Guide to Kubernetes autoscaling for cloud cost optimization 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/scaling-microservices-on-kubernetes: + title: 'thenewstack.io: Scaling Microservices on Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://cloud.ibm.com/docs/solution-tutorials?topic=solution-tutorials-scalable-webapp-kubernetes: + title: 'cloud.ibm.com: Tutorial - Scalable webapp 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/airbnb-engineering/dynamic-kubernetes-cluster-scaling-at-airbnb-d79ae3afa132: + title: 'medium.com/airbnb-engineering: Dynamic Kubernetes Cluster Scaling at Airbnb' + year: N/A + stars: 0 + description: '' +https://chaitu-kopparthi.medium.com/scaling-kubernetes-workloads-using-custom-prometheus-metrics-1eb64b23919e: + title: 'chaitu-kopparthi.medium.com: Scaling Kubernetes workloads using custom Prometheus + metrics' + year: N/A + stars: 0 + description: '' +https://medium.com/@niklas.uhrberg/auto-scaling-in-kubernetes-using-kafka-and-application-metrics-part-1-a509256b64ff: + title: 'medium.com/@niklas.uhrberg: Auto scaling in Kubernetes using Kafka and application + metrics β€” part 1' + year: N/A + stars: 0 + description: '' +https://openai.com/blog/scaling-kubernetes-to-7500-nodes: + title: 'openai.com: Scaling Kubernetes to 7,500 Nodes' + year: N/A + stars: 0 + description: '' +https://www.thinksys.com/devops/kubernetes-autoscaling: + title: 'thinksys.com: Understanding Kubernetes Autoscaling' + year: N/A + stars: 0 + description: '' +https://medium.com/mindboard/what-is-autoscaling-in-kubernetes-109c7b5d321: + title: 'medium.com/mindboard: What is Autoscaling in Kubernetes?' + year: N/A + stars: 0 + description: '' +https://www.clickittech.com/devops/kubernetes-autoscaling: + title: 'clickittech.com: Kubernetes Autoscaling: How to use the Kubernetes Autoscaler' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler: + title: 'github.com/kubernetes: **Kubernetes Cluster Autoscaler**' + year: N/A + stars: 0 + description: '' +https://www.replex.io/blog/kubernetes-in-production-best-practices-for-cluster-autoscaler-hpa-and-vpa: + title: 'Kubernetes Autoscaling in Production: Best Practices for **Cluster Autoscaler, + HPA and VPA**' + year: N/A + stars: 0 + description: '' +? https://levelup.gitconnected.com/kubernetes-autoscaling-101-cluster-autoscaler-horizontal-pod-autoscaler-and-vertical-pod-2a441d9ad231 +: title: 'gitconnected.com: Kubernetes Autoscaling 101: Cluster Autoscaler, Horizontal + Pod Autoscaler, and Vertical Pod Autoscaler' + year: N/A + stars: 0 + description: '' +https://www.packet.com/resources/guides/kubernetes-cluster-autoscaler-on-packet: + title: 'packet.com: Kubernetes Cluster Autoscaler' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-cluster-autoscaler-more-than-scaling-out-7b2d97f10b27: + title: 'itnext.io: Kubernetes Cluster Autoscaler: More than scaling out' + year: N/A + stars: 0 + description: '' +https://cloud.ibm.com/docs/containers?topic=containers-troubleshoot_cluster_autoscaler: + title: 'cloud.ibm.com: Containers Troubleshoot Cluster Autoscaler' + year: N/A + stars: 0 + description: '' +? https://platform9.com/blog/kubernetes-autoscaling-options-horizontal-pod-autoscaler-vertical-pod-autoscaler-and-cluster-autoscaler +: title: 'platform9.com: Kubernetes Autoscaling Options: Horizontal Pod Autoscaler, + Vertical Pod Autoscaler and Cluster Autoscaler' + year: N/A + stars: 0 + description: '' +https://banzaicloud.com/blog/k8s-cluster-autoscaler: + title: 'banzaicloud.com: Autoscaling Kubernetes clusters' + year: N/A + stars: 0 + description: '' +https://tech.deliveryhero.com/dynamically-overscaling-a-kubernetes-cluster-with-cluster-autoscaler-and-pod-priority: + title: 'tech.deliveryhero.com: Dynamically overscaling a Kubernetes cluster with + cluster-autoscaler and Pod Priority' + year: N/A + stars: 0 + description: '' +https://medium.com/better-programming/build-kubernetes-autoscaling-for-cluster-nodes-and-application-pods-bb7f2d716b07: + title: 'medium: Build Kubernetes Autoscaling for Cluster Nodes and Application Pods + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/faun/autoscaling-in-kubernetes-cluster-bc55b8393a19: + title: Auto-Scaling Your Kubernetes Workloads (K8s) 🌟 + year: N/A + stars: 0 + description: '' +https://medium.com/avmconsulting-blog/cluster-autoscaler-type-in-kubernetes-part2-f2ae432eefbb: + title: 'medium: Cluster Autoscaler in Kubernetes' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-resources-and-autoscaling-from-basics-to-greatness-7cae17fbf27b: + title: 'itnext.io: Kubernetes Resources and Autoscaling β€” From Basics to Greatness + 🌟' + year: N/A + stars: 0 + description: '' +https://kubedex.com/autoscaling: + title: 'kubedex.com: autoscaling 🌟' + year: N/A + stars: 0 + description: '' +https://chrisedrego.medium.com/kubernetes-autoscaling-series-cluster-autoscaler-5d60c10c3dc1: + title: '==chrisedrego.medium.com: Kubernetes AutoScaling Series: Cluster AutoScaler== + 🌟' + year: N/A + stars: 0 + description: '' +https://symbiosis.host/blog/comparing-node-launch-times: + title: 'symbiosis.host: Benchmarking Kubernetes node initialization' + year: N/A + stars: 0 + description: '' +https://the-gigi.github.io/gigi-zone/posts/2024/05/advanced-k8s-scheduling-and-autoscaling: + title: 'the-gigi.github.io: Advanced Kubernetes Scheduling and Autoscaling' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale: + title: 'HPA: Horizontal Pod Autoscaler' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler: + title: 'VPA: Vertical Pod Autoscaler' + year: N/A + stars: 0 + description: '' +https://www.returngis.net/2020/07/escalado-vertical-de-tus-pods-en-kubernetes: + title: 'returngis.net: Escalado vertical de tus pods en Kubernetes con VerticalPodAutoscaler' + year: N/A + stars: 0 + description: '' +https://itnext.io/horizontal-pod-autoscaling-with-custom-metric-from-different-namespace-f19f8446143b: + title: 'itnext.io: Horizontal Pod Autoscaling with Custom Metric from Different + Namespace' + year: N/A + stars: 0 + description: '' +https://medium.com/google-cloud/kubernetes-autoscaling-with-istio-metrics-76442253a45a: + title: Kubernetes autoscaling with Istio metrics 🌟 + year: N/A + stars: 0 + description: '' +https://medium.com/expedia-group-tech/autoscaling-in-kubernetes-a-primer-on-autoscaling-7b8f0f95a928: + title: 'medium: 1/3 Autoscaling in Kubernetes: A Primer on Autoscaling' + year: N/A + stars: 0 + description: '' +https://medium.com/expedia-group-tech/autoscaling-in-kubernetes-options-features-and-use-cases-c8a6ce145957: + title: 'medium: 2/3 Autoscaling in Kubernetes: Options, Features, and Use Cases' + year: N/A + stars: 0 + description: '' +? https://medium.com/expedia-group-tech/autoscaling-in-kubernetes-why-doesnt-the-horizontal-pod-autoscaler-work-for-me-5f0094694054 +: title: 'medium: 3/3 Autoscaling in Kubernetes: Why doesn’t the Horizontal Pod Autoscaler + work for me?' + year: N/A + stars: 0 + description: '' +https://around25.com/blog/horizontal-pod-autoscaler-in-kubernetes: + title: 'around25.com: Horizontal Pod Autoscaler in Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://www.superawesome.com/blog/how-we-scale-our-kid-safe-technology-using-auto-scaling-on-kubernetes: + title: 'superawesome.com: Scaling pods with HPA using custom metrics. How we scale + our kid-safe technology using Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://www.velotio.com/engineering-blog/autoscaling-in-kubernetes-using-hpa-vpa: + title: 'velotio.com: Autoscaling in Kubernetes using HPA and VPA' + year: N/A + stars: 0 + description: '' +https://github.com/ninlil/kubectl-vpa: + title: kubectl-vpa + year: N/A + stars: 0 + description: '' +https://itnext.io/k8s-vertical-pod-autoscaling-fd9e602cbf81: + title: 'itnext.io: K8s Vertical Pod Autoscaling 🌟' + year: N/A + stars: 0 + description: '' +https://czakozoltan08.medium.com/stupid-simple-scalability-dc4a7fbe67d6: + title: 'czakozoltan08.medium.com: Stupid Simple Scalability' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/kubernetes-hpa-prometheus: + title: 'sysdig.com: Trigger a Kubernetes HPA with Prometheus metrics' + year: N/A + stars: 0 + description: '' +https://www.cloudnatively.com/kubernetes-hpa-explanation: + title: 'cloudnatively.com: Understanding Horizontal Pod Autoscaling' + year: N/A + stars: 0 + description: '' +https://blog.px.dev/autoscaling-custom-k8s-metric: + title: 'blog.px.dev: Horizontal Pod Autoscaling with Custom Metrics in Kubernetes + 🌟' + year: N/A + stars: 0 + description: '' +https://awstip.com/kubernetes-hpa-8b7cf54f115: + title: 'awstip.com: Kubernetes HPA' + year: N/A + stars: 0 + description: '' +https://medium.com/@CloudifyOps/setting-up-a-horizontal-pod-autoscaler-for-kubernetes-cluster-a7d3cf3be7: + title: 'medium.com/@CloudifyOps: Setting up a Horizontal Pod Autoscaler for Kubernetes + cluster' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/advanced-features-of-kubernetes-horizontal-pod-autoscaler-536ebd7893ad: + title: 'betterprogramming.pub: Advanced Features of Kubernetes’ Horizontal Pod Autoscaler' + year: N/A + stars: 0 + description: '' +https://code.egym.de/horizontal-pod-autoscaler-in-kubernetes-part-1-simple-autoscaling-using-metrics-server-929e96cc2ab2: + title: 'code.egym.de: Horizontal Pod Autoscaler in Kubernetes (Part 1) β€” Simple + Autoscaling using Metrics Server' + year: N/A + stars: 0 + description: '' +? https://medium.com/@kewynakshlley/performance-evaluation-of-the-autoscaling-strategies-vertical-and-horizontal-using-kubernetes-42d9a1663e6b +: title: 'medium.com/@kewynakshlley: Performance evaluation of the autoscaling strategies + vertical and horizontal using Kubernetes' + year: N/A + stars: 0 + description: '' +https://itnext.io/stupid-simple-scalability-dc4a7fbe67d6: + title: 'itnext.io: Stupid Simple Scalability' + year: N/A + stars: 0 + description: '' +https://faun.pub/scaling-your-application-using-kubernetes-9ad0d6bcf0d6: + title: 'faun.pub: Scaling Your Application Using Kubernetes - Harness | Pavan Belagatti' + year: N/A + stars: 0 + description: '' +https://dnastacio.medium.com/kubernetes-resources-1a1fa1e72dcf: + title: 'dnastacio.medium.com: Infinite scaling with containers and Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/@badawekoo/scaling-in-kubernetes-what-why-and-how-d120e99be071: + title: 'medium.com/@badawekoo: Scaling in Kubernetes _What, Why and How?' + year: N/A + stars: 0 + description: '' +https://pauldally.medium.com/horizontalpodautoscaler-uses-request-not-limit-to-determine-when-to-scale-97643d808997: + title: 'pauldally.medium.com: HorizontalPodAutoscaler uses request (not limit) to + determine when to scale by percent' + year: N/A + stars: 0 + description: '' +https://dev.to/pavanbelagatti/scaling-your-application-with-kubernetes-5715: + title: 'dev.to: Scaling Your Application With Kubernetes | Pavan Belagatti' + year: N/A + stars: 0 + description: '' +https://github.com/jthomperoo/predictive-horizontal-pod-autoscaler: + title: 'github.com/jthomperoo: Predictive Horizontal Pod Autoscaler' + year: N/A + stars: 0 + description: '' +https://waswani.medium.com/autoscaling-pods-in-kubernetes-37d05000c41: + title: 'waswani.medium.com: Autoscaling Pods in Kubernetes' + year: N/A + stars: 0 + description: '' +https://mckornfield.medium.com/working-with-hpas-in-kubernetes-ced39263b596: + title: 'mckornfield.medium.com: Working with HPAs in Kubernetes' + year: N/A + stars: 0 + description: '' +https://code.egym.de/vertical-pod-autoscaler-in-kubernetes-b12a5c61393f: + title: 'code.egym.de: Vertical Pod Autoscaler in Kubernetes' + year: N/A + stars: 0 + description: '' +https://faun.pub/intelligently-estimating-your-kubernetes-resource-needs-c12a75ea3138: + title: 'faun.pub: Intelligently estimating your Kubernetes resource needs!' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-vertical-pods-scaling-with-vertical-pod-autoscaler-e2e5a3b8e1a9: + title: 'itnext.io: Kubernetes: vertical Pods scaling with Vertical Pod Autoscaler' + year: N/A + stars: 0 + description: '' +https://medium.com/@adityadhopade18/mastering-k8s-event-driven-autoscaling-cd1b9df78903: + title: 'medium.com/@adityadhopade18: Mastering K8s Event Driven AutoScaling' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/scale-to-zero-with-kubernetes: + title: 'dzone: Scale to Zero With Kubernetes with KEDA and/or Knative' + year: N/A + stars: 0 + description: '' +https://dev.to/danielepolencic/request-based-autoscaling-in-kubernetes-scaling-to-zero-2i73: + title: '==dev.to/danielepolencic: Request-based autoscaling in Kubernetes: scaling + to zero==' + year: N/A + stars: 0 + description: '' +https://hub.helm.sh/charts/stable/cluster-autoscaler: + title: 'hub.helm.sh: cluster-autoscaler' + year: N/A + stars: 0 + description: '' +https://keda.sh: + title: '==keda.sh: Kubernetes Event-driven Autoscaling. Application autoscaling + made simple.==' + year: N/A + stars: 0 + description: '' +? https://medium.com/backstagewitharchitects/how-autoscaling-works-in-kubernetes-why-you-need-to-start-using-keda-b601b483d355 +: title: 'medium.com/backstagewitharchitects: How Autoscaling Works in Kubernetes? + Why You Need To Start Using KEDA?' + year: N/A + stars: 0 + description: '' +https://partlycloudy.blog/2020/05/29/horizontal-autoscaling-in-kubernetes-3-keda: + title: 'partlycloudy.blog: Horizontal Autoscaling in Kubernetes #3 – KEDA' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/microsoft-keda-2-0-scales-up-event-driven-programming-on-kubernetes: + title: 'thenewstack.io: CNCF KEDA 2.0 Scales up Event-Driven Programming on Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.cloudacode.com/how-to-autoscale-kubernetes-pods-based-on-ingress-request-prometheus-keda-and-k6-84ae4250a9f3: + title: 'blog.cloudacode.com: How to Autoscale Kubernetes pods based on ingress request + β€” Prometheus, KEDA, and K6' + year: N/A + stars: 0 + description: '' +https://medium.com/@toonvandeuren/kubernetes-scaling-the-event-driven-approach-bdd58ded4e3f: + title: 'medium.com/@toonvandeuren: Kubernetes Scaling: The Event Driven Approach + - KEDA' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/autoscaling-your-kubernetes-microservice-with-keda: + title: 'Dzone: Autoscaling Your Kubernetes Microservice with KEDA' + year: N/A + stars: 0 + description: '' +https://faun.pub/keda-ec9fc7c8dd81: + title: 'faun.pub: Scaling an app in Kubernetes with KEDA (no Prometheus is needed)' + year: N/A + stars: 0 + description: '' +https://itnext.io/event-driven-autoscaling-503b5cefaa49: + title: 'itnext.io: Event Driven Autoscaling' + year: N/A + stars: 0 + description: '' +https://medium.com/@casperrubaek/why-keda-is-a-game-changer-for-scaling-in-kubernetes-4ebf34cb4b61: + title: 'medium.com/@casperrubaek: Why KEDA is a game-changer for scaling in Kubernetes' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/scale-your-apps-using-keda-in-kubernetes-a1f2142ecc20: + title: 'levelup.gitconnected.com: Scale your Apps using KEDA in Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/keda-autoscaling-kubernetes-apps-using-prometheus-da037fe572cf: + title: 'blog.devops.dev: KEDA: Autoscaling Kubernetes apps using Prometheus' + year: N/A + stars: 0 + description: '' +https://purushothamkdr453.medium.com/event-driven-autoscaling-in-kubernetes-using-keda-a0c16a383619: + title: 'purushothamkdr453.medium.com: Event driven autoscaling in kubernetes using + KEDA' + year: N/A + stars: 0 + description: '' +? https://medium.com/@rtaplamaci/horizontal-scaling-on-kubernetes-clusters-based-on-aws-cloudwatch-metrics-with-keda-7c9e0e3ba5f +: title: 'medium.com/@rtaplamaci: Horizontal Scaling on Kubernetes Clusters Based + on AWS CloudWatch Metrics with KEDA' + year: N/A + stars: 0 + description: '' +https://medium.com/@hirushanonline/dynamic-scaling-with-kubernetes-event-driven-autoscaling-keda-caaa15096e1c: + title: 'medium.com/@hirushanonline: Dynamic Scaling with Kubernetes Event-driven + Autoscaling (KEDA)' + year: N/A + stars: 0 + description: '' +https://www.kedify.io/blog-posts/prometheus-and-kubernetes-horizontal-pod-autoscaler-dont-talk-keda-does: + title: 'kedify.io: Prometheus and Kubernetes Horizontal Pod Autoscaler don’t talk, + KEDA does' + year: N/A + stars: 0 + description: '' +https://github.com/kedacore/keda/issues/2214: + title: github.com/kedacore/keda/issues/2214 + year: N/A + stars: 0 + description: '' +https://opcito.com/blogs/a-guide-to-mastering-autoscaling-in-kubernetes-with-keda: + title: 'opcito.com: A guide to mastering autoscaling in Kubernetes with KEDA' + year: N/A + stars: 0 + description: '' +https://dev.to/vinod827/scale-your-apps-using-keda-in-kubernetes-4i3h: + title: 'dev.to/vinod827: Scale your apps using KEDA in Kubernetes' + year: N/A + stars: 0 + description: '' +https://hub.docker.com/r/bitnami/cluster-autoscaler: + title: bitnami/cluster-autoscaler + year: N/A + stars: 0 + description: '' +https://docs.aws.amazon.com/eks/latest/userguide/cluster-autoscaler.html: + title: 'Amazon Web Services: EKS Cluster Autoscaler' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/aks/cluster-autoscaler: + title: 'Azure: AKS Cluster Autoscaler' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-autoscaler: + title: 'Google Cloud Platform: GKE Cluster Autoscaler' + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com/docs/kubernetes/how-to/autoscale: + title: 'DigitalOcean Kubernetes: DOKS Cluster Autoscaler' + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/3.11/admin_guide/cluster-autoscaler.html: + title: 'OpenShift 3.11: Configuring the cluster auto-scaler in AWS' + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/4.4/machine_management/applying-autoscaling.html: + title: 'OpenShift 4.4: Applying autoscaling to an OpenShift Container Platform cluster' + year: N/A + stars: 0 + description: '' +https://dev.to/danielepolencic/scaling-kubernetes-to-multiple-clusters-and-regionss-294b: + title: '==dev.to/danielepolencic: Scaling Kubernetes to multiple clusters and regions== + 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-load-testing-and-high-load-tuning-problems-and-solutions-244d869a9791: + title: 'itnext.io: Kubernetes: load-testing and high-load tuning β€” problems and + solutions' + year: N/A + stars: 0 + description: '' +https://engineering.zalando.com/posts/2021/03/building-an-end-to-end-load-test-automation-system-on-top-of-kubernetes.html: + title: 'engineering.zalando.com: Building an End to End load test automation system + on top of Kubernetes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/sidecars-are-changing-the-kubernetes-load-testing-landscape: + title: 'thenewstack.io: Sidecars are Changing the Kubernetes Load-Testing Landscape' + year: N/A + stars: 0 + description: '' +? https://medium.com/teamsnap-engineering/load-testing-a-service-with-20-000-requests-per-second-with-locust-helm-and-kustomize-ea9bea02ae28 +: title: 'medium.com/teamsnap-engineering: Load Testing a Service with ~20,000 Requests + per Second with Locust, Helm, and Kustomize' + year: N/A + stars: 0 + description: '' +https://github.com/pieterlange/kube-backup: + title: 'kube-backup: Kubernetes resource state sync to git' + year: N/A + stars: 0 + description: '' +https://github.com/stashed/stash: + title: Stash + year: N/A + stars: 0 + description: '' +https://thenewstack.io/cloud-native-backups-disaster-recovery-and-migrations-on-kubernetes: + title: 'thenewstack.io: Cloud Native Backups, Disaster Recovery and Migrations on + Kubernetes' + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/number-one-rule-disaster-recovery: + title: 'rancher.com: The No. 1 Rule of Disaster Recovery' + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/disaster-recovery-preparedness-kubernetes-clusters: + title: 'rancher.com: Disaster Recovery Preparedness for Your Kubernetes Clusters + 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/miracle2k/k8s-snapshots: + title: 'k8s-snapshots: Automatic Volume Snapshots on Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/protecting-kubernetes-applications-with-kanister: + title: 'infracloud.io: Protecting Kubernetes applications data using Kanister' + year: N/A + stars: 0 + description: '' +https://kanister.io: + title: kanister.io 🌟 + year: N/A + stars: 0 + description: '' +https://blog.kasten.io/move-fast-and-test-in-kubernetes-without-breaking-things: + title: 'blog.kasten.io: Move Fast and Test in Kubernetes without Breaking Things + with kanister and CI/CD 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/devsecops-teams-need-application-consistent-backups-for-kubernetes-workloads: + title: 'thenewstack.io: DevSecOps Teams Need Application-Consistent Backups for + Kubernetes Workloads' + year: N/A + stars: 0 + description: '' +https://www.percona.com/blog/2020/10/22/using-volume-snapshot-clone-in-kubernetes: + title: 'percona.com: Using Volume Snapshot/Clone in Kubernetes (GKE & Percona Kubernetes + Operator for XtraDB Cluster)' + year: N/A + stars: 0 + description: '' +https://github.com/longhorn/longhorn/issues/292: + title: 'longhorn issue: Move replica to a different server' + year: N/A + stars: 0 + description: '' +? https://aithority.com/it-and-devops/cloud/bacula-systems-announces-worlds-first-enterprise-class-backup-and-recovery-solution-for-red-hat-openshift +: title: 'aithority.com: Bacula Systems Announces World’s First Enterprise-Class Backup + and Recovery Solution for Red Hat OpenShift' + year: N/A + stars: 0 + description: '' +https://cloudify.co/blog/migrating-pods-containerized-applications-nodes-kubernetes-cluster-using-cloudify: + title: 'cloudify.co: Migrating Pods With Containerized Applications Between Nodes + In The Same Kubernetes Cluster Using Cloudify 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/red-hat-brings-backup-snapshots-to-openshift-container-storage: + title: 'thenewstack.io: Red Hat Brings Backup, Snapshots to OpenShift Container + Storage' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/5-best-practices-to-back-up-kubernetes: + title: 'thenewstack.io: 5 Best Practices to Back up Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.baculasystems.com: + title: Bacula Enterprise for OpenShift and Kubernetes 🌟 + year: N/A + stars: 0 + description: '' +https://dani-izquierdo95.medium.com/mysql-automated-backup-on-openshift-k8s-3690280d304f: + title: 'dani-izquierdo95.medium.com: Batch processing using Cron Jobs. MySQL automated + backup on Openshift/K8s' + year: N/A + stars: 0 + description: '' +https://itnext.io/backup-and-restore-of-kubernetes-stateful-application-data-with-csi-volume-snapshots-14ce9e6f3778: + title: 'itnext.io: Backup and Restore of Kubernetes Stateful Application Data with + CSI Volume Snapshots' + year: N/A + stars: 0 + description: '' +https://dev.to/techworld_with_nana/kubernetes-backup-restore-made-easy-2nlg: + title: 'dev.to: Kubernetes Backup & Restore made easy! 🌟' + year: N/A + stars: 0 + description: '' +https://blog.kasten.io/10-key-takeaways-from-kubernetes-backup-recovery-for-dummies: + title: 'blog.kasten.io: 10 Key Takeaways from Kubernetes Backup & Recovery For Dummies' + year: N/A + stars: 0 + description: '' +https://k8up.io: + title: k8up.io + year: N/A + stars: 0 + description: '' +https://medium.com/@amitabhprasad/kubernetes-volume-backup-for-disaster-recovery-56a5facee7fe: + title: 'medium.com/@amitabhprasad: Kubernetes volume backup for disaster recovery' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/k8s-backup-and-disaster-recovery-is-more-important-than-ever: + title: 'thenewstack.io: K8s Backup and Disaster Recovery Is More Important Than + Ever' + year: N/A + stars: 0 + description: '' +https://martinheinz.dev/blog/85: + title: 'martinheinz.dev: Backup-and-Restore of Containers with Kubernetes Checkpointing + API' + year: N/A + stars: 0 + description: '' +https://blog.palark.com/kubernetes-snaphots-usage: + title: 'blog.palark.com: Kubernetes snapshots: What are they and how to use them? + 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?app=desktop&v=mODkt1OJDew&ab_channel=AlokKumar: + title: 'youtube: Kubernetes.. ETCD Backup and Restore... Very Easy Steps... CKA + Exam Tips..' + year: N/A + stars: 0 + description: '' +https://github.com/gardener/etcd-backup-restore: + title: github.com/gardener/etcd-backup-restore + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2020/12/10/kubernetes-1.20-volume-snapshot-moves-to-ga: + title: 'kubernetes.io: Kubernetes 1.20: Kubernetes Volume Snapshot Moves to GA' + year: N/A + stars: 0 + description: '' +https://blocksandfiles.com/2021/01/27/red-hat-openshift-container-storage-backup: + title: 'blocksandfiles.com: Red Hat OpenShift now does container storage backup + 🌟' + year: N/A + stars: 0 + description: '' +? https://medium.com/blablacar/leveraging-operator-pattern-and-volumesnapshots-to-backup-databases-in-kubernetes-3a28aa425100 +: title: 'medium: Leveraging operator pattern and VolumeSnapshots to backup databases + in Kubernetes' + year: N/A + stars: 0 + description: '' +http://trilio.io: + title: Trillio + year: N/A + stars: 0 + description: '' +https://www.trilio.io/triliovault-for-kubernetes: + title: TrillioVault for Kubernetes + year: N/A + stars: 0 + description: '' +https://www.redhat.com/es/about/videos/openshift-backup-and-cluster-failover-triliovault: + title: 'redhat.com: OpenShift Backup and Cluster failover with Triliovault 🌟' + year: N/A + stars: 0 + description: '' +https://www.kasten.io: + title: Kasten + year: N/A + stars: 0 + description: '' +https://www.redhat.com/es/about/videos/openshift-backup-and-recovery-kasten-k10: + title: 'redhat.com: OpenShift Backup and Recovery with Kasten K10' + year: N/A + stars: 0 + description: '' +https://blog.kasten.io/posts/extending-kubernetes-application-backup-and-mobility-to-the-edge-with-kasten-k10-v4.5: + title: 'blog.kasten.io: Extending Kubernetes Application Backup and Mobility to + the Edge with Kasten K10 V4.5' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kasten-k10-v4-5-grafana-observability-more-edge-support: + title: 'thenewstack.io: Kasten K10 V4.5: Grafana Observability, More Edge Support' + year: N/A + stars: 0 + description: '' +https://faun.pub/kasten-k10-on-kubesphere-to-ensure-kubernetes-backup-and-restore-1bc59a0b91aa: + title: 'faun.pub: Kasten K10 on KubeSphere to Ensure Kubernetes Backup and Restore' + year: N/A + stars: 0 + description: '' +https://github.com/vmware-tanzu/velero: + title: github.com/vmware-tanzu/velero + year: N/A + stars: 0 + description: '' +https://akomljen.com/kubernetes-backup-and-restore-with-velero/?utm_sq=ggwzo8xdd8: + title: 'akomljen.com: Kubernetes Backup and Restore with Velero 🌟' + year: N/A + stars: 0 + description: '' +https://www.wecloudpro.com/2020/08/22/kubernetes-disaster-recovery-with-velero.html: + title: 'wecloudpro.com: Kubernetes Disaster Recovery with Velero 🌟' + year: N/A + stars: 0 + description: '' +? https://medium.com/@Sandeepkallazhi/velero-backup-restore-for-k8s-stateful-applications-managed-by-operators-8fd9c732ffcc?utm_sq=gi0vbpxxa3 +: title: 'medium: Velero backup/restore for K8s Stateful Applications managed by Operators' + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/velero-backup-and-restore-of-an-application-using-gp2-storageclass-on-rosa: + title: 'cloud.redhat.com: Velero Backup and Restore of an Application Using gp2 + StorageClass on ROSA' + year: N/A + stars: 0 + description: '' +https://medium.com/@firat.yasar/backup-restore-kubernetes-resources-with-velero-b7fee14e7664: + title: 'medium.com/@firat.yasar: Backup & Restore Kubernetes resources with VELERO' + year: N/A + stars: 0 + description: '' +https://skildops.medium.com/backup-an-entire-kubernetes-cluster-using-velero-to-aws-s3-73d76d51d4bc: + title: 'skildops.medium.com: Backup an entire Kubernetes cluster using Velero to + AWS S3' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/backup-restore-and-migrate-kubernetes-cluster-resources-using-velero-a9b6997e4b54: + title: 'blog.devgenius.io: Backup, Restore and Migrate Kubernetes Cluster resources + using Velero' + year: N/A + stars: 0 + description: '' +https://portworx.com/products/px-backup: + title: PX-Backup + year: N/A + stars: 0 + description: '' +https://backup.docs.portworx.com: + title: 'PX-Backup: docs' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/storage-data-transfer/google-cloud-launches-backups-for-gke: + title: 'cloud.google.com: Announcing Backup for GKE: the easiest way to protect + GKE workloads' + year: N/A + stars: 0 + description: '' +https://github.com/konveyor: + title: github.com/konveyor 🌟 + year: N/A + stars: 0 + description: '' +https://containerjournal.com/features/red-hat-ibm-launch-konveyor-to-aggregate-kubernetes-tools: + title: 'containerjournal.com: Red Hat, IBM Launch Konveyor to Aggregate Kubernetes + Tools' + year: N/A + stars: 0 + description: '' +https://engineering.konveyor.io: + title: 'engineering.konveyor.io: Konveyor Engineering Knowledgebase' + year: N/A + stars: 0 + description: '' +https://github.com/konveyor/crane: + title: 'github.com/konveyor/crane: Crane 2.0 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=esIZS7PVrvs&ab_channel=Konveyor: + title: 'youtube: Crane 2 Preview: Introduction and Demo' + year: N/A + stars: 0 + description: '' +https://kubebyexample.com/en/community/blog/migrating-to-kubernetes-with-open-source-tools: + title: 'kubebyexample.com: Migrating to Kubernetes with Open Source Tools (Konveyor, + Tackle, KubeVirt, Forklift) 🌟' + year: N/A + stars: 0 + description: '' +https://www.slideshare.net/KonveyorIO/migrating-java-jboss-eap-applications-to-kubernetes-with-s2i: + title: 'slideshare.net: Migrating Java JBoss EAP Applications to Kubernetes With + S2I' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=9hDdg_Beui4&ab_channel=Konveyor: + title: 'youtube: Migrating JBoss EAP Applications to Kubernetes with Source-to-Image + (S2I)' + year: N/A + stars: 0 + description: '' +https://support.tools/post/rke2-standalone-disaster-recovery: + title: RKE2 Standalone Disaster Recovery Guide + year: N/A + stars: 0 + description: '' +https://www.kasten.io/kubernetes/resources/books/kubernetes-backup-and-dr-for-dummies: + title: 'kasten.io: Kubernetes Backup & Recovery For Dummies (Free e-book)' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes/minikube: + title: Minikube + year: N/A + stars: 0 + description: '' +https://murchie85.github.io/Kubernetes.html: + title: 'murchie85.github.io: Installling minikube' + year: N/A + stars: 0 + description: '' +https://itnext.io/how-to-experiment-locally-on-kubernetes-with-minikube-and-your-local-dockerfiles-48833fcd90c9: + title: 'itnext.io: How to experiment locally on Kubernetes with minikube and your + local Dockerfiles' + year: N/A + stars: 0 + description: '' +https://nfrankel.medium.com/goodbye-minikube-340070edc5af: + title: 'nfrankel.medium.com: Goodbye minikube' + year: N/A + stars: 0 + description: '' +https://www.linux.com/audience/devops/getting-started-kubernetes-easy-minikube: + title: 'linux.com: Getting Started With Kubernetes Is Easy With Minikube' + year: N/A + stars: 0 + description: '' +https://faun.pub/accessing-a-remote-minikube-from-a-local-computer-fd6180dd66dd: + title: '==faun.pub: Accessing a remote minikube from a local computer==' + year: N/A + stars: 0 + description: '' +https://adamtheautomator.com/minikube-tutorial: + title: '==adamtheautomator.com: Jumpstart Kubernetes Locally with this MiniKube + Tutorial==' + year: N/A + stars: 0 + description: '' +https://devopscube.com/kubernetes-minikube-tutorial: + title: 'devopscube.com: Kubernetes Minikube Tutorial for Beginners' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/kind: + title: '**kind**' + year: N/A + stars: 0 + description: '' +https://github.com/ManagedKube/kubernetes-development-environment-in-a-box: + title: kubernetes-development-environment-in-a-box + year: N/A + stars: 0 + description: '' +https://faun.pub/finally-successfully-setup-docker-registry-inside-kind-kubernetes-cluster-5b0381dbb2ec: + title: 'faun.pub: Finally, (successfully…) setup docker registry inside kind Kubernetes + cluster' + year: N/A + stars: 0 + description: '' +https://blog.kubesimplify.com/yours-kindly-drone: + title: '==blog.kubesimplify.com: Yours Kindly Drone==' + year: N/A + stars: 0 + description: '' +https://github.com/medyagh/setup-minikube: + title: medyagh/setup-minikube + year: N/A + stars: 0 + description: '' +https://dev.to/everythingdevops/how-to-run-minikube-on-apple-m1-chip-without-docker-desktop-h76: + title: 'dev.to: How to run Minikube on Apple M1 chip without Docker Desktop using + Colima' + year: N/A + stars: 0 + description: '' +https://store.docker.com/editions/community/docker-ce-desktop-windows: + title: 'store.docker.com: Docker Community Edition EDGE with kubernetes. Installing + Kubernetes using the Docker Client' + year: N/A + stars: 0 + description: '' +https://medium.com/containers-101/local-kubernetes-for-linux-minikube-vs-microk8s-1b2acad068d3: + title: 'medium.com: Local Kubernetes for Linuxβ€Šβ€”β€ŠMiniKube vs MicroK8s' + year: N/A + stars: 0 + description: '' +https://itnext.io/run-kubernetes-on-your-machine-7ee463af21a2: + title: 'itnext.io: Run Kubernetes On Your Machine' + year: N/A + stars: 0 + description: '' +https://www.padok.fr/en/blog/minikube-kubeadm-kind-k3s: + title: 'padok.fr: MiniKube, Kubeadm, Kind, K3S, how to get started on Kubernetes?' + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/kubernetes-development-environments-comparison: + title: 'loft.sh: Kubernetes Development Environments – A Comparison' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/11/run-kubernetes-locally: + title: 'opensource.com: 4 ways to run Kubernetes locally' + year: N/A + stars: 0 + description: '' +https://www.dex.dev/dex-videos/development-clusters: + title: 'dex.dev: Local Development Clusters' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-local-playground-alternatives-e1a590632b9f: + title: 'itnext.io: Kubernetes local playground alternatives' + year: N/A + stars: 0 + description: '' +https://blog.radwell.codes/2021/05/best-kubernetes-distribution-for-local-environments: + title: 'blog.radwell.codes: What’s the best Kubernetes distribution for local environments? + 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/shank-git/metal-kubes: + title: Metal Kubes + year: N/A + stars: 0 + description: '' +https://blog.flant.com/small-local-kubernetes-comparison: + title: 'blog.flant.com: Small Kubernetes for your local experiments: k0s, MicroK8s, + kind, k3s, and Minikube' + year: N/A + stars: 0 + description: '' +https://github.com/dj-wasabi/vagrant-kubernetes: + title: dj-wasabi/vagrant-kubernetes + year: N/A + stars: 0 + description: '' +https://github.com/kubevious/kubevious: + title: ==kubevious== 🌟🌟 + year: N/A + stars: 0 + description: '' +https://tilt.dev: + title: ==tilt.dev== + year: N/A + stars: 0 + description: '' +https://medium.com/condorlabs-engineering/happy-trip-to-kubernetes-in-our-company-85ecfde573fd: + title: 'medium: Happy trip to Kubernetes in our company' + year: N/A + stars: 0 + description: '' +https://garden.io: + title: ==garden.io== + year: N/A + stars: 0 + description: '' +https://microcks.io/blog/podman-compose-support: + title: 'microcks.io: Podman Compose support in Microcks' + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/checklist-for-kubernetes-based-development: + title: 'loft.sh: Checklist for Kubernetes-Based Development 🌟' + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/skaffold-vs-tilt-vs-devspace: + title: 'loft.sh: Skaffold vs Tilt vs DevSpace' + year: N/A + stars: 0 + description: '' +https://yitaek.medium.com/useful-tools-for-better-kubernetes-development-87820c2b9435: + title: 'yitaek.medium.com: Useful Tools for Better Kubernetes Development 🌟' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2021/05/10/tools-to-develop-apps-on-kubernetes: + title: 'cncf.io: Tools to develop apps on Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://blog.usejournal.com/useful-tools-for-better-kubernetes-development-87820c2b9435: + title: 'blog.usejournal.com: Useful Tools for Better Kubernetes Development' + year: N/A + stars: 0 + description: '' +https://www.rookout.com/blog/developer-tooling-for-kubernetes-in-2021: + title: 'rookout.com: Developer Tools for Kubernetes in 2021: Helm, Kustomize, and + Skaffold (Part 1)' + year: N/A + stars: 0 + description: '' +https://www.rookout.com/blog/developer-tooling-for-kubernetes-in-2021-part-2: + title: 'rookout.com: Developer Tools for Kubernetes in 2021 – Skaffold, Tilt, and + Garden (Part 2)' + year: N/A + stars: 0 + description: '' +https://www.rookout.com/blog/developer-tooling-for-kubernetes-in-2021-part-3: + title: 'rookout.com: Developer Tools for Kubernetes in 2021: Lens, VSCode, IntelliJ, + & Gitpod (Part 3)' + year: N/A + stars: 0 + description: '' +https://www.rookout.com/blog/developer-tooling-for-kubernetes-in-2021-part-4: + title: 'rookout.com: Developer Tools for Kubernetes in 2021: Docker, Kaniko, Buildpack + & Jib (Part 4)' + year: N/A + stars: 0 + description: '' +https://www.rookout.com/blog/developer-tooling-for-kubernetes-in-2021-development-machines-part-5: + title: 'rookout.com: Developer Tools for Kubernetes in 2021: Development Machines + (Part 5)' + year: N/A + stars: 0 + description: '' +https://okteto.com/blog/kubernetes-for-developers-blog-series-by-okteto: + title: 'okteto.com: Kubernetes for Developers Blog Series by Okteto' + year: N/A + stars: 0 + description: '' +https://www.docker.com/blog/dear-moby-2-kubernetes-in-production: + title: 'docker.com: Kubernetes in Production Environments' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-in-a-box-7a146ba9f681: + title: 'itnext.io: Kubernetes in a box' + year: N/A + stars: 0 + description: '' +? https://yash-kukreja-98.medium.com/develop-on-kubernetes-series-demystifying-the-for-vs-owns-vs-watches-controller-builders-in-c11ab32a046e +: title: 'yash-kukreja-98.medium.com: Develop on Kubernetes Series β€” Demystifying + the For vs Owns vs Watches controller-builders in controller-runtime' + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/skaffold-usecases: + title: 'infracloud.io: Build and deploy Kubernetes apps with Skaffold' + year: N/A + stars: 0 + description: '' +https://testingclouds.wordpress.com/2021/03/09/migrating-from-docker-compose-to-skaffold: + title: 'testingclouds.wordpress.com: Migrating from Docker Compose to Skaffold 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/otomato_io/local-kubernetes-development-with-skaffold-i0k: + title: 'dev.to: How to Simplify Your Local Kubernetes Development With Skaffold' + year: N/A + stars: 0 + description: '' +https://devspace.sh: + title: ==devspace.sh== + year: N/A + stars: 0 + description: '' +https://thenewstack.io/devspace-designed-to-lower-the-kubernetes-learning-curve: + title: 'thenewstack.io: DevSpace Designed to Lower the Kubernetes Learning Curve' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/14690/how-to-get-started-with-devspace-and-rapidly-develop-kubernetes-apps: + title: '==cloudsavvyit.com: How to Get Started With DevSpace and Rapidly Develop + Kubernetes Apps==' + year: N/A + stars: 0 + description: '' +https://www.telepresence.io: + title: telepresence.io 🌟 + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/do-faster-development-and-testing-on-kubernetes-apps-with-telepresence-b7eac604dca4: + title: 'betterprogramming.pub: Do Faster Development and Testing on Kubernetes Apps + With Telepresence' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/cloud-native-debugging-challenges-from-local-to-remocal: + title: 'thenewstack.io: Cloud Native Debugging Challenges: From Local to β€˜Remocal’' + year: N/A + stars: 0 + description: '' +https://dev.to/dsudia/how-to-integrate-docker-jetbrains-into-telepresence-31op: + title: 'dev.to/dsudia: How to Integrate Docker & JetBrains into Telepresence' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/visualstudio/bridge: + title: Bridge to Kubernetes 🌟🌟 + year: N/A + stars: 0 + description: '' +https://venturebeat.com/2022/03/30/garden-io-an-end-to-end-devops-platform-for-kubernetes-and-containers-raises-16m: + title: 'venturebeat.com: Garden.io, an end-to-end devops platform for Kubernetes + and containers, raises $16M' + year: N/A + stars: 0 + description: '' +https://ordina-jworks.github.io/cloud/2020/08/28/kubernetes-clients-comparison.html: + title: 'ordina-jworks.github.io: A comparison of Kubernetes clients and dashboards' + year: N/A + stars: 0 + description: '' +? https://kccncna20.sched.com/event/ekAd/a-walk-through-the-kubernetes-ui-landscape-joaquim-rocha-kinvolk-henning-jacobs-zalando-se +: title: 'kccncna20.sched.com: A Walk Through the Kubernetes UI Landscape' + year: N/A + stars: 0 + description: '' +? https://static.sched.com/hosted_files/kccncna20/02/A%20Walk%20Through%20the%20Kubernetes%20UI%20Landscape%20%28KubeCon%20Talk%202020%29.pdf +: title: PDF + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/kubernetes-dashboards-headlamp: + title: 'loft.sh: Kubernetes Dashboards: Headlamp' + year: N/A + stars: 0 + description: '' +https://blog.tekspace.io/deploying-kubernetes-dashboard-in-k3s-cluster: + title: 'blog.tekspace.io: Deploying Kubernetes Dashboard in K3S Cluster' + year: N/A + stars: 0 + description: '' +https://williamlam.com/2020/04/useful-interactive-terminal-and-graphical-ui-tools-for-kubernetes.html: + title: 'williamlam.com: Useful Interactive Terminal and Graphical UI Tools for Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.hackerxone.com/2021/07/10/how-install-kubernetes-dashboard-nodeport-linux: + title: 'hackerxone.com: How To Install Kubernetes Dashboard with NodePort in Linux' + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/kubernetes-monitoring-dashboards-5-best-open-source-tools: + title: 'loft.sh: Kubernetes Monitoring Dashboards - 5 Best Open-Source Tools' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/yakd-yet-another-kubernetes-dashboard-7766bd071f30: + title: 'medium: YAKD: Yet Another Kubernetes Dashboard' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/who-needs-a-dashboard-why-the-kubernetes-command-line-is-not-enough: + title: 'thenewstack.io: Who Needs a Dashboard? Why the Kubernetes Command Line Is + Not Enough' + year: N/A + stars: 0 + description: '' +https://blog.flant.com/kui-hybrid-cli-gui-for-kubernetes: + title: 'blog.flant.com: Kui β€” a β€œhybrid” CLI/GUI application for working with Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.aquasec.com/kubernetes-ui-tools-security-threat: + title: 'blog.aquasec.com: RATs (remote access tools) in the Cloud: Kubernetes UI + Tools Turn into a Weapon' + year: N/A + stars: 0 + description: '' +https://medium.com/@satyakommula/deploy-kubernetes-dashboard-with-nodeport-382f447d2ff8: + title: 'medium.com/@satyakommula: Deploy Kubernetes dashboard with NodePort' + year: N/A + stars: 0 + description: '' +https://rigorousthemes.com/blog/best-kubernetes-dashboard-alternatives: + title: 'rigorousthemes.com: 10 Best Kubernetes Dashboard Alternatives 2022' + year: N/A + stars: 0 + description: '' +https://blog.flant.com/kubenav-managing-kubernetes-from-smartphone: + title: 'blog.flant.com: kubenav as a tool for managing Kubernetes clusters from + your smartphone' + year: N/A + stars: 0 + description: '' +https://kubeapps.dev: + title: ==kubeapps.dev== 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/openshift/console: + title: ==github.com/openshift/console== 🌟 + year: N/A + stars: 0 + description: '' +https://engineering.cloudflight.io/running-the-openshift-console-in-plain-kubernetes: + title: 'engineering.cloudflight.io: Running the OpenShift console in plain Kubernetes + 🌟' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/step-by-step-slow-guide-kubernetes-dashboard-on-raspberry-pi-cluster-part-2-acdc8f9b5b99: + title: 'levelup.gitconnected.com: Step by Step Slow Guide: Kubernetes Dashboard + on Raspberry Pi Cluster (Part 2)' + year: N/A + stars: 0 + description: '' +https://getseabird.github.io: + title: getseabird.github.io 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/unxsist/jet-pilot: + title: github.com/unxsist/jet-pilot + year: N/A + stars: 0 + description: '' +https://octant.dev: + title: ==octant.dev== + year: N/A + stars: 0 + description: '' +https://www.linode.com/docs/guides/using-octant-with-kubernetes-a-tutorial: + title: 'linode.com: A Overview of Using Octant with Kubernetes' + year: N/A + stars: 0 + description: '' +https://codefresh.io/kubernetes-tutorial/okteto: + title: 'codefresh.io: Tutorial - Local Kubernetes Development with Okteto 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/marketplace?query=publisher%3Aokteto&type=actions: + title: 'github.com/marketplace: Automating your Kubernetes dev environments with + the open source oktetohq Cloud got easier with GitHub Actions' + year: N/A + stars: 0 + description: '' +https://blog.palark.com/okteto-cloud-for-local-development-in-kubernetes: + title: 'blog.palark.com: Okteto Cloud as another way for local development in Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/K8Studio/K8studio: + title: k8studio.github.io/k8studio + year: N/A + stars: 0 + description: '' +https://medium.com/kubeshop-i/monokle-vs-lens-vs-k9s-1d5d94d84b5c: + title: 'medium.com/kubeshop-i: Monokle vs. Lens vs. K9s 🌟' + year: N/A + stars: 0 + description: '' +https://kubeshop.github.io/monokle: + title: kubeshop.github.io/monokle + year: N/A + stars: 0 + description: '' +https://k8studio.io/blogs/k8studio-vs-lens-kubernetes-ide: + title: 'k8studio.io/blogs: K8studio vs. Lens vs. K9s 🌟' + year: N/A + stars: 0 + description: '' +https://k8slens.dev: + title: Lens Kubernetes IDE 🌟 + year: N/A + stars: 0 + description: '' +https://medium.com/k8slens/lens-5-released-f7e58e8842cf: + title: 'medium: Lens 5 Released' + year: N/A + stars: 0 + description: '' +https://medium.com/k8slens/how-to-give-developers-secure-access-to-kubernetes-clusters-c6025f0dd288: + title: 'medium: How To Give Developers Secure Access to Kubernetes Clusters' + year: N/A + stars: 0 + description: '' +https://github.com/nevalla/lens-resource-map-extension: + title: Lens Resource Map extension + year: N/A + stars: 0 + description: '' +https://thedevopslife.com/kubernetes-gui-lens-ide: + title: 'thedevopslife.com: Kubernetes IDE and UI – Lens IDE' + year: N/A + stars: 0 + description: '' +? https://medium.com/k8slens/lens-6-released-vision-for-the-future-new-subscription-model-and-features-available-628ff21fe14a +: title: 'medium.com/k8slens: Lens 6 Released, Vision for the Future, New Subscription + Model and Features Available' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/is-it-time-to-migrate-from-lens-to-openlens-75496e5758d8: + title: 'blog.devgenius.io: Is it time to migrate from Lens to OpenLens to manage + your Kubernetes clusters?' + year: N/A + stars: 0 + description: '' +https://medium.com/k8slens/eliminating-kubernetes-complexity-for-developers-using-lens-5c199e5aff4e: + title: 'medium.com/k8slens: Eliminating Kubernetes Complexity for Developers Using + Lens' + year: N/A + stars: 0 + description: '' +https://medium.com/k8slens/lens-kubernetes-is-all-you-need-in-the-development-env-to-build-ship-and-run-5c1980a12fcf: + title: 'medium.com/k8slens: Lens Kubernetes is all you need in the development env + to build, ship, and run' + year: N/A + stars: 0 + description: '' +https://github.com/kubenav/kubenav: + title: kubenav + year: N/A + stars: 0 + description: '' +https://aptakube.com: + title: Aptakube + year: N/A + stars: 0 + description: '' +https://thenewstack.io/cloud-manager-a-new-multicloud-paas-platform-built-on-kubernetes: + title: 'thenewstack.io: Cloud Manager: A New Multicloud PaaS Platform Built on Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/faun/do-it-all-kubernetes-dashboard-81375833e01c: + title: 'medium: Do It All Kubernetes Dashboard' + year: N/A + stars: 0 + description: '' +https://github.com/nirops/yakiapp: + title: nirops/yakiapp + year: N/A + stars: 0 + description: '' +https://containerjournal.com/features/deploying-kubernetes-on-bare-metal: + title: 'containerjournal.com: Deploying Kubernetes on Bare Metal' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-on-bare-metal-vs-vms-its-not-just-performance: + title: 'thenewstack.io: Kubernetes on Bare Metal vs. VMs: It’s Not Just Performance' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/features/when-kubernetes-as-a-service-doesnt-cut-it: + title: 'containerjournal.com: When Kubernetes-as-a-Service Doesn’t Cut It' + year: N/A + stars: 0 + description: '' +? https://www.altoros.com/research-papers/a-comparative-analysis-of-kubernetes-deployment-tools-kubespray-kops-and-conjure-up-2 +: title: 'A Comparative Analysis of Kubernetes Deployment Tools: Kubespray, kops, + and conjure-up' + year: N/A + stars: 0 + description: '' +http://wecloudpro.com/2020/01/13/kube-autp-aws.html: + title: 'wecloudpro.com: Deploy HA kubernetes cluster in AWS in less than 5 minutes' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes/kops: + title: 'GitHub: Kubernetes Cluster with Kops' + year: N/A + stars: 0 + description: '' +https://blog.ivnilv.com/posts/rotating-kops-etcd-certificates: + title: 'blog.ivnilv.com: Rotating Kops Etcd Certificates' + year: N/A + stars: 0 + description: '' +https://blog.kubecost.com/blog/kubernetes-kops: + title: 'blog.kubecost.com: Kubernetes kOps: Step-By-Step Example & Alternatives' + year: N/A + stars: 0 + description: '' +https://imsundeep8.medium.com/deploy-production-grade-kubernetes-cluster-using-kops-on-amazon-cloud-aws-abc79f46aa32: + title: 'imsundeep8.medium.com: Deploy Production-grade Kubernetes Cluster using + kOps on Amazon Cloud (AWS)' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes/kubeadm: + title: Kubernetes Cluster with **Kubeadm** + year: N/A + stars: 0 + description: '' +https://medium.com/velotio-perspectives/demystifying-high-availability-in-kubernetes-using-kubeadm-3d83ed8c458b: + title: 'medium.com: **Demystifying High Availability in Kubernetes Using Kubeadm**' + year: N/A + stars: 0 + description: '' +https://loves.cloud/setting-up-a-kubernetes-cluster-on-ubuntu-18-04: + title: Setting Up a Kubernetes Cluster on Ubuntu 18.04 + year: N/A + stars: 0 + description: '' +https://www.padok.fr/en/blog/kubeadm-kubernetes-cluster: + title: Set up a Bare Metal Kubernetes cluster with + year: N/A + stars: 0 + description: '' +https://blog.tobias-huebner.org/low-budget-kubernetes-self-hosted-series: + title: 'blog.tobias-huebner.org: Low-budget self-hosted Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://www.mirantis.com/blog/how-install-kubernetes-kubeadm: + title: 'mirantis.com: How to install Kubernetes with Kubeadm: A quick and dirty + guide' + year: N/A + stars: 0 + description: '' +https://kosyfrances.com/kubernetes-cluster: + title: 'kosyfrances.com: Using kubeadm to create a Kubernetes 1.20 cluster on VirtualBox + with Ubuntu' + year: N/A + stars: 0 + description: '' +https://blog.radwell.codes/2021/05/provisioning-single-node-kubernetes-cluster-using-kubeadm-on-ubuntu-20-04: + title: 'blog.radwell.codes: Provisioning Single-node Kubernetes Cluster using kubeadm + on Ubuntu 20.04' + year: N/A + stars: 0 + description: '' +https://medium.com/@ZiXianZeroX/setting-up-an-on-premise-kubernetes-cluster-from-scratch-8e3a6b415387: + title: 'medium.com/@ZiXianZeroX: Setting Up an On-premise Kubernetes Cluster from + Scratch' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-to-deploy-kubernetes-with-kubeadm-and-containerd: + title: 'thenewstack.io: How to Deploy Kubernetes with Kubeadm and containerd' + year: N/A + stars: 0 + description: '' +https://faun.pub/configuring-ha-kubernetes-cluster-on-bare-metal-servers-with-kubeadm-1-2-1e79f0f7857b: + title: 'faun.pub: Configuring HA Kubernetes cluster on bare metal servers with kubeadm. + 1/3' + year: N/A + stars: 0 + description: '' +https://blog.learncodeonline.in/kubernetes-cluster-deployment-on-centos-linux: + title: 'blog.learncodeonline.in: Kubernetes Cluster Deployment on CentOS Linux' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes/kubeadm/blob/main/docs/ha-considerations.md: + title: 'github.com/kubernetes/kubeadm: High Availability Considerations' + year: N/A + stars: 0 + description: '' +https://medium.com/@benjaminacar.private/a-comprehensive-guide-to-setup-a-new-k8s-cluster-4b88e6f021bc: + title: 'medium.com/@benjaminacar.private: A Comprehensive Guide to Setup a New K8s + Cluster' + year: N/A + stars: 0 + description: '' +https://github.com/geerlingguy/ansible-role-kubernetes: + title: Ansible Role - Kubernetes (Jeff Geerling) + year: N/A + stars: 0 + description: '' +https://github.com/electrocucaracha/krd: + title: krd + year: N/A + stars: 0 + description: '' +https://github.com/kubeinit/kubeinit: + title: Kubeinit 🌟 + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=9_6H7Ahsdm4&ab_channel=OpenShift: + title: 'youtube: OpenShift Commons En Vivo - KubeInit con Maria Bracho, Scott McCarty, + and Carlos Camacho (Red Hat, Spanish) 🌟' + year: N/A + stars: 0 + description: '' +https://www.itwonderlab.com/en/ansible-kubernetes-vagrant-tutorial: + title: 'itwonderlab.com: Kubernetes Cluster using Vagrant and Ansible with Containerd + (in 3 minutes) 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/kubespray: + title: '**Kubespray**' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/kubespray-deploy-kubernetes: + title: 'redhat.com: An introduction to Kubespray' + year: N/A + stars: 0 + description: '' +https://adamtheautomator.com/kubespray: + title: 'adamtheautomator.com/kubespray: Conquer Kubernetes Clusters with Ansible + Kubespray' + year: N/A + stars: 0 + description: '' +https://github.com/bluxmit/alnoda-workspaces: + title: 'github.com/bluxmit: Kubespray Workspace' + year: N/A + stars: 0 + description: '' +https://conjure-up.io: + title: '**Conjure up**' + year: N/A + stars: 0 + description: '' +https://github.com/kelseyhightower/kubernetes-the-hard-way: + title: '**Kelsey Hightower: kubernetes the hard way**' + year: N/A + stars: 0 + description: '' +https://napo.io/posts/kubernetes-the-real-hard-way-on-aws: + title: 'napo.io: Kubernetes The (real) Hard Way on AWS' + year: N/A + stars: 0 + description: '' +https://napo.io/posts/terraform-kubernetes-multi-cloud-ack-aks-dok-eks-gke-oke: + title: 'napo.io: Terraform Kubernetes Multi-Cloud (ACK, AKS, DOK, EKS, GKE, OKE)' + year: N/A + stars: 0 + description: '' +https://medium.com/nordcloud-engineering/upgrading-kubernetes-the-hard-way-ac533cfb4ff2: + title: 'medium: Upgrading Kubernetes The Hard Way' + year: N/A + stars: 0 + description: '' +https://medium.com/@brightzheng100/kubernetes-the-hard-way-on-docker-f512bae734af: + title: 'medium: Kubernetes the hard way on Docker' + year: N/A + stars: 0 + description: '' +https://github.com/PhilippeChepy/exoscale-kubernetes-crio: + title: Autoscalable Kubernetes cluster at Exoscale, using Packer and Terraform + year: N/A + stars: 0 + description: '' +https://github.com/carlosonunez/kubernetes-the-hard-way-on-azure: + title: 'Kubernetes the Hard Way: Azure Edition' + year: N/A + stars: 0 + description: '' +https://github.com/prabhatsharma/kubernetes-the-hard-way-aws: + title: 'Kubernetes The Hard Way: AWS Edition' + year: N/A + stars: 0 + description: '' +https://medium.com/@norlin.t/kubernetes-the-hard-illumos-way-c4b45a080bac: + title: 'medium.com/@norlin.t: Kubernetes the hard (illumos) way' + year: N/A + stars: 0 + description: '' +https://medium.com/@norlin.t/kubernetes-the-hard-illumos-way-last-part-c68ca71bc2ce: + title: 'medium.com/@norlin.t: Kubernetes the hard (illumos) way, last part' + year: N/A + stars: 0 + description: '' +https://engineering.linecorp.com/en/blog/building-large-kubernetes-clusters: + title: 'linecorp.com: Building Large Kubernetes Clusters with **Caravan**' + year: N/A + stars: 0 + description: '' +https://cluster-api.sigs.k8s.io: + title: ==ClusterAPI== + year: N/A + stars: 0 + description: '' +? https://itnext.io/multi-cloud-and-multi-cluster-declarative-kubernetes-cluster-creation-and-management-with-cluster-6df8efdc2a89 +: title: 'itnext.io: Multi-Cloud and Multi-Cluster Declarative Kubernetes Cluster + Creation and Management with Cluster API (CAPI β€” v1alpha3)' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/clusterops-1-line-commit-to-upgrade-your-kubernetes-clusters-de3548124d04: + title: 'medium: ClusterOps: 1-Line Commit to Upgrade Your Kubernetes Clusters 🌟' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/webinars/deploying-kubernetes-to-bare-metal-using-cluster-api: + title: 'cncf.io webinar: Deploying Kubernetes to bare metal using cluster API' + year: N/A + stars: 0 + description: '' +https://github.com/kgamanji/cluster-api-helm-chart: + title: 'github.com: Cluster API Helm Chart' + year: N/A + stars: 0 + description: '' +https://www.weave.works/blog/manage-thousands-of-clusters-with-gitops-and-the-cluster-api: + title: 'weave.works: Manage Thousands of Clusters with GitOps and the Cluster API' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/cluster-api-offers-a-way-to-manage-multiple-kubernetes-deployments: + title: 'thenewstack.io: Cluster API Offers a Way to Manage Multiple Kubernetes Deployments' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/provision-bare-metal-kubernetes-with-the-cluster-api: + title: 'thenewstack.io: Provision Bare-Metal Kubernetes with the Cluster API' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2021/10/06/kubernetes-cluster-api-reaches-production-readiness-with-version-1-0: + title: 'cncf.io: Kubernetes Cluster API reaches production readiness with version + 1.0' + year: N/A + stars: 0 + description: '' +https://github.com/weaveworks/cluster-api-provider-existinginfra: + title: weaveworks/cluster-api-provider-existinginfra + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2021/12/03/create-kubernetes-clusters-with-cluster-api-and-argocd: + title: '==piotrminkowski.com: Create and Manage Kubernetes Clusters with Cluster + API and ArgoCD==' + year: N/A + stars: 0 + description: '' +https://microk8s.io: + title: '**Microk8s**' + year: N/A + stars: 0 + description: '' +https://github.com/didier-durand/microk8s-kata-containers: + title: Kata Containers on MicroK8s + year: N/A + stars: 0 + description: '' +https://github.com/didier-durand/microk8s-kube-bench: + title: MicroK8s & Kubernetes security benchmark from CIS + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/13024/how-to-run-your-own-kubernetes-cluster-with-microk8s: + title: 'cloudsavvyit.com: How to run your own kubernetes cluster with Microk8s' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/deploy-microk8s-and-the-kubernetes-dashboard-for-k8s-development: + title: 'thenewstack.io: Deploy Microk8s and the Kubernetes Dashboard for K8s Development' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/deploy-a-kubernetes-cluster-on-ubuntu-server-with-microk8s: + title: 'thenewstack.io: Deploy a Kubernetes Cluster on Ubuntu Server with Microk8s' + year: N/A + stars: 0 + description: '' +https://github.com/darxkies/k8s-tew: + title: '**k8s-tew**' + year: N/A + stars: 0 + description: '' +https://github.com/defenseunicorns/zarf: + title: defenseunicorns/zarf + year: N/A + stars: 0 + description: '' +https://kubedex.com/kubernetes-operating-systems: + title: 'kubedex.com: Kubernetes Operating Systems 🌟' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/which-kubernetes-distribution-is-right-for-you: + title: 'acloudguru.com: Which Kubernetes distribution is right for you?' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3265059/6-kubernetes-distributions-leading-the-container-revolution.html: + title: 'infoworld.com: 6 Kubernetes distributions leading the container revolution' + year: N/A + stars: 0 + description: '' +https://www.baeldung.com/ops/kubernetes-lightweight-distributions: + title: 'baeldung.com: Lightweight Kubernetes Distributions' + year: N/A + stars: 0 + description: '' +https://www.okd.io: + title: OKD + year: N/A + stars: 0 + description: '' +https://blogs.vmware.com/vsphere/2019/08/introducing-project-pacific.html: + title: 'blogs.vmware.com: Introducing Project Pacific (vSphere with Kubernetes)' + year: N/A + stars: 0 + description: '' +https://www.vmware.com/products/vsphere.html: + title: '**VMware vSphere 7 with Kubernetes** - Project Pacific' + year: N/A + stars: 0 + description: '' +https://cloud.vmware.com/tanzu: + title: '**VMware Kubernetes Tanzu**' + year: N/A + stars: 0 + description: '' +https://cormachogan.com/2020/04/01/a-first-look-at-vsphere-with-kubernetes-in-action: + title: 'cormachogan.com: A first look at vSphere with Kubernetes in action' + year: N/A + stars: 0 + description: '' +https://cormachogan.com/2020/04/07/building-a-tkg-guest-cluster-in-vsphere-with-kubernetes: + title: 'cormachogan.com: Building a TKG Cluster in vSphere with Kubernetes' + year: N/A + stars: 0 + description: '' +https://blogs.vmware.com/networkvirtualization/2020/03/vmware-tanzu-service-mesh-built-on-vmware-nsx-is-now-available.html: + title: 'blogs.vmware.com: VMware Tanzu Service Mesh, built on VMware NSX is Now + Available!' + year: N/A + stars: 0 + description: '' +https://tanzu.vmware.com/content/blog/vmware-tanzu-sql-mysql-at-scale-kubernetes: + title: 'tanzu.vmware.com: VMware Tanzu SQL: MySQL at Scale Made Easy for Kubernetes' + year: N/A + stars: 0 + description: '' +https://labs.hol.vmware.com: + title: VMware hands-on Labs 🌟 + year: N/A + stars: 0 + description: '' +https://www.wecloudpro.com/2021/11/13/Tanzu-Community-Edition.html: + title: 'wecloudpro.com: VMware Tanzu Community Edition 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/vmware-tanzu/octant: + title: vmware-tanzu/octant + year: N/A + stars: 0 + description: '' +https://www.zdnet.com/article/vmware-brings-tanzu-application-platform-into-ga-to-ease-kubernetes-adoption: + title: 'zdnet.com: VMware brings Tanzu Application Platform into GA to ease Kubernetes + adoption' + year: N/A + stars: 0 + description: '' +https://dev.to/saintdle/deploying-nvidia-gpu-enabled-tanzu-kubernetes-clusters-40ma: + title: 'dev.to/saintdle: Deploying Nvidia GPU enabled Tanzu Kubernetes Clusters' + year: N/A + stars: 0 + description: '' +https://tanzu.vmware.com/content/blog/introducing-kubeacademy-pro-in-depth-kubernetes-training-totally-free: + title: 'tanzu.vmware.com: Introducing KubeAcademy Pro: In-Depth Kubernetes Training, + Totally Free' + year: N/A + stars: 0 + description: '' +https://kube.academy/pro: + title: kube.academy/pro 🌟 + year: N/A + stars: 0 + description: '' +https://k8spharos.dev: + title: Pharos 🌟 + year: N/A + stars: 0 + description: '' +https://blog.purestorage.com/stateful-kubernetes-pure-service-orchestrator-kontena-pharos: + title: Stateful Kubernetes-In-a-Box with Kontena Pharos + year: N/A + stars: 0 + description: '' +https://www.mirantis.com/software/docker/docker-enterprise: + title: Mirantis Docker Enterprise 3.1+ with Kubernetes + year: N/A + stars: 0 + description: '' +https://k0sproject.io: + title: k0s + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2020/12/k0s-kubernetes-distribution: + title: 'infoq.com: Mirantis Announces k0s, a New Kubernetes Distribution' + year: N/A + stars: 0 + description: '' +https://medium.com/k0sproject/k0s-supports-kubernetes-1-22-a498e41bf5af: + title: 'medium: K0s Supports Kubernetes 1.22' + year: N/A + stars: 0 + description: '' +https://github.com/k0sproject/k0s: + title: K0s - Zero Friction Kubernetes + year: N/A + stars: 0 + description: '' +https://medium.com/k0sproject/k0s-ready-for-production-20255c4b0791: + title: 'medium: k0s Ready for Production' + year: N/A + stars: 0 + description: '' +https://medium.com/k0sproject/k0s-optimizes-start-time-adds-cluster-level-backup-restore-and-more-8ffef894a1ae: + title: 'medium: k0s Optimizes Start Time, Adds Cluster Level Backup/Restore and + More' + year: N/A + stars: 0 + description: '' +https://github.com/xiaods/k8e: + title: xiaods/k8e + year: N/A + stars: 0 + description: '' +https://github.com/poseidon/typhoon: + title: poseidon/typhoon + year: N/A + stars: 0 + description: '' +https://kurl.sh: + title: kurl.sh + year: N/A + stars: 0 + description: '' +https://kruschecompany.com/kubernetes-operator: + title: 'kruschecompany.com: What is a Kubernetes Operator and Where it Can be Used?' + year: N/A + stars: 0 + description: '' +https://kruschecompany.com/kubernetes-prometheus-operator: + title: 'kruschecompany.com: Prometheus Operator – Installing Prometheus Monitoring + Within The Kubernetes Environment' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/creating-workspaces-with-the-hashicorp-terraform-operator-for-kubernetes: + title: 'hashicorp.com: Creating Workspaces with the HashiCorp Terraform Operator + for Kubernetes' + year: N/A + stars: 0 + description: '' +https://banzaicloud.com/blog/kafka-rolling-upgrade: + title: 'banzaicloud.com: Kafka rolling upgrade made easy with Supertubes' + year: N/A + stars: 0 + description: '' +https://devops.com/day-2-for-the-operator-ecosystem: + title: 'devops.com: Day 2 for the Operator Ecosystem 🌟' + year: N/A + stars: 0 + description: '' +https://kudo.dev: + title: 'KUDO: The Kubernetes Universal Declarative Operator 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/vmware/kube-fluentd-operator: + title: kube-fluentd-operator 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/shurshun/domain-harvester: + title: Domain-harvester + year: N/A + stars: 0 + description: '' +https://github.com/datastax/cass-operator: + title: Cass Operator + year: N/A + stars: 0 + description: '' +https://github.com/kotalco/kotal: + title: Kotal operator + year: N/A + stars: 0 + description: '' +https://github.com/OT-CONTAINER-KIT/redis-operator: + title: 'Speculator: Redis Operator' + year: N/A + stars: 0 + description: '' +https://github.com/carlosedp/lbconfig-operator: + title: 'github.com/carlosedp/lbconfig-operator: External Load Balancer Operator + 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/jace-ys/sentry-operator: + title: Sentry Operator + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-when-to-use-and-when-to-avoid-the-operator-pattern: + title: 'thenewstack.io: When to Use, and When to Avoid, the Operator Pattern 🌟' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/kubernetes-operators-in-depth: + title: 'infoq.com: Kubernetes Operators in Depth' + year: N/A + stars: 0 + description: '' +https://github.com/kloeckner-i/db-operator: + title: DB Operator 🌟 + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2020/10/02/kubernetes-operators-101: + title: 'cncf.io: Kubernetes Operators 101' + year: N/A + stars: 0 + description: '' +https://blog.container-solutions.com/kubernetes-operators-explained: + title: 'container-solutions.com: Kubernetes Operators Explained' + year: N/A + stars: 0 + description: '' +https://github.com/Efrat19/kubeload: + title: kubeload - load testing + year: N/A + stars: 0 + description: '' +https://www.contentful.com/blog/2020/10/20/open-source-kube-secret-syncer: + title: 'contentful.com: Open-sourcing kube-secret-syncer: A Kubernetes operator + to sync secrets from AWS Secrets Manager' + year: N/A + stars: 0 + description: '' +https://github.com/contentful-labs/kube-secret-syncer: + title: contentful-labs/kube-secret-syncer 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/alexellis/registry-creds: + title: registry-creds + year: N/A + stars: 0 + description: '' +https://github.com/FairwindsOps/gemini: + title: gemini + year: N/A + stars: 0 + description: '' +https://kdo.dev: + title: 'Kdo: deployless development on Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/rmb938/hostport-allocator: + title: HostPort Operator + year: N/A + stars: 0 + description: '' +https://iximiuz.com/en/posts/kubernetes-operator-pattern: + title: 'iximiuz.com: Exploring Kubernetes Operator Pattern 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/isaaguilar/terraform-operator: + title: 'isaaguilar/terraform-operator: Terraform Operator' + year: N/A + stars: 0 + description: '' +https://github.com/didil/autobucket-operator: + title: didil/autobucket-operator + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/is-your-operator-air-gap-friendly: + title: 'openshift.com: Is your Operator Air-Gap Friendly?' + year: N/A + stars: 0 + description: '' +https://github.com/Comcast/kuberhealthy: + title: kuberhealthy 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/metal3-io/baremetal-operator: + title: Bare Metal Operator + year: N/A + stars: 0 + description: '' +https://github.com/borchero/meerkat: + title: Meerkat + year: N/A + stars: 0 + description: '' +https://github.com/OT-CONTAINER-KIT/logging-operator: + title: Logging Operator + year: N/A + stars: 0 + description: '' +https://github.com/tinyzimmer/gst-pipeline-operator: + title: 'gst-pipeline-operator: A Kubernetes operator for running audio/video processing + pipelines' + year: N/A + stars: 0 + description: '' +https://github.com/brennerm/uptimerobot-operator: + title: uptimerobot-operator + year: N/A + stars: 0 + description: '' +https://www.velotio.com/engineering-blog/getting-started-with-kubernetes-operators-helm-based-part-1: + title: 'medium.com: Getting Started With Kubernetes Operators (Helm Based) - Part + 1' + year: N/A + stars: 0 + description: '' +https://medium.com/velotio-perspectives/getting-started-with-kubernetes-operators-ansible-based-part-2-472eb0d453b7: + title: 'medium.com: Getting Started With Kubernetes Operators (Ansible Based) β€” + Part 2' + year: N/A + stars: 0 + description: '' +https://www.velotio.com/engineering-blog/getting-started-with-kubernetes-operators-golang-based-part-3: + title: 'velotio.com: Getting Started With Kubernetes Operators (Golang Based) - + Part 3' + year: N/A + stars: 0 + description: '' +https://github.com/stakater/IngressMonitorController: + title: IngressMonitorController (Deprecated) + year: N/A + stars: 0 + description: '' +https://github.com/FairwindsOps/rbac-manager: + title: '==FairwindsOps/rbac-manager: RBAC Manager== 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/cloud-ark/kubeplus: + title: KubePlus - Kubernetes Operator to deliver Helm charts as-a-service 🌟 + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2021/06/21/writing-a-controller-for-pod-labels: + title: 'kubernetes.io: Writing a Controller for Pod Labels' + year: N/A + stars: 0 + description: '' +https://www.kubermatic.com/blog/why-implementing-kubernetes-operators-is-a-good-idea: + title: 'kubermatic.com: Why Implementing Kubernetes Operators Is a Good Idea! 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/we-pushed-helm-to-the-limit-then-built-a-kubernetes-operator: + title: 'thenewstack.io: We Pushed Helm to the Limit, then Built a Kubernetes Operator + 🌟' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/wp-content/uploads/2021/07/CNCF_Operator_WhitePaper.pdf: + title: 'cncf.io: CNCF Operator White Paper (PDF) 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubexpose-a-kubernetes-operator-for-fun-and-profit-f528586eee07: + title: 'itnext.io: Kubexpose: A Kubernetes Operator, for fun and profit!' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-operators-cruise-control-for-managing-cloud-native-apps-db328ef8e345: + title: 'itnext.io: Kubernetes Operators: Cruise Control for Managing Cloud-Native + Apps' + year: N/A + stars: 0 + description: '' +https://github.com/digitalis-io/vals-operator: + title: digitalis-io/vals-operator + year: N/A + stars: 0 + description: '' +https://github.com/banzaicloud/thanos-operator: + title: banzaicloud/thanos-operator 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/cloud-bulldozer/benchmark-operator: + title: 'cloud-bulldozer/benchmark-operator: The Chuck Norris of cloud benchmarks' + year: N/A + stars: 0 + description: '' +https://github.com/pravega/pravega-operator: + title: pravega/pravega-operator + year: N/A + stars: 0 + description: '' +https://github.com/Quentin-M/etcd-cloud-operator: + title: Quentin-M/etcd-cloud-operator + year: N/A + stars: 0 + description: '' +https://spring.io/blog/2021/11/19/get-to-know-a-kubernetes-operator: + title: '==spring.io: Get to Know a Kubernetes Operator!==' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/operators-extending-kubernetes-capabilities-184df001b7e: + title: '==levelup.gitconnected.com: Operators : Extending Kubernetes Capabilities==' + year: N/A + stars: 0 + description: '' +https://github.com/VictoriaMetrics/operator: + title: VictoriaMetrics/operator + year: N/A + stars: 0 + description: '' +https://blog.px.dev/k8s-operator: + title: 'blog.px.dev/k8s-operator: 3 Reasons to Use Kubernetes Operators (and 2 Reasons + Not To)' + year: N/A + stars: 0 + description: '' +https://practicalkubernetes.blogspot.com/2022/01/making-case-for-kubernetes-operators.html: + title: 'practicalkubernetes.blogspot.com: Making the case for Kubernetes Operators' + year: N/A + stars: 0 + description: '' +https://github.com/reactive-tech/kubegres: + title: reactive-tech/kubegres + year: N/A + stars: 0 + description: '' +https://github.com/clastix/capsule: + title: ==Capsule Operator== + year: N/A + stars: 0 + description: '' +https://github.com/redhat-cop/keepalived-operator: + title: '==redhat-cop/keepalived-operator: Keepalived operator==' + year: N/A + stars: 0 + description: '' +https://medium.com/@samng1991216/building-kubernetes-operator-application-from-scratch-part-1-211b6b2467df: + title: 'medium.com/@samng1991216: Building Kubernetes Operator Application from + Scratch (Part 1)' + year: N/A + stars: 0 + description: '' +https://github.com/redhat-cop/dynamic-rbac-operator: + title: 'redhat-cop/dynamic-rbac-operator: Dynamic RBAC Operator' + year: N/A + stars: 0 + description: '' +https://github.com/spotify/flink-on-k8s-operator: + title: 'spotify/flink-on-k8s-operator: Kubernetes Operator for Apache Flink' + year: N/A + stars: 0 + description: '' +https://kube-green.dev: + title: kube-green + year: N/A + stars: 0 + description: '' +https://github.com/krestomatio/keydb-operator: + title: krestomatio/keydb-operator + year: N/A + stars: 0 + description: '' +https://github.com/keel-hq/keel: + title: ==Keel== 🌟 + year: N/A + stars: 0 + description: '' +https://medium.com/@mjkool/kubernetes-operator-simplified-96b8c8f7e627: + title: 'medium.com/@mjkool: Kubernetes Operator β€” Simplified!' + year: N/A + stars: 0 + description: '' +https://medium.com/@timebertt/kubernetes-controllers-at-scale-clients-caches-conflicts-patches-explained-aa0f7a8b4332: + title: 'medium.com/@timebertt: Kubernetes Controllers at Scale: Clients, Caches, + Conflicts, Patches Explained' + year: N/A + stars: 0 + description: '' +https://github.com/openshift/machine-api-operator: + title: openshift/machine-api-operator + year: N/A + stars: 0 + description: '' +https://github.com/rancher/system-upgrade-controller: + title: 'rancher/system-upgrade-controller: System Upgrade Controller' + year: N/A + stars: 0 + description: '' +https://alenkacz.medium.com/kubernetes-operator-best-practices-implementing-observedgeneration-250728868792: + title: 'alenkacz.medium.com: Kubernetes operator best practices: Implementing observedGeneration' + year: N/A + stars: 0 + description: '' +https://github.com/ckotzbauer/vulnerability-operator: + title: ckotzbauer/vulnerability-operator + year: N/A + stars: 0 + description: '' +https://github.com/Michaelpalacce/SimpleSecrets: + title: Michaelpalacce/SimpleSecrets + year: N/A + stars: 0 + description: '' +https://www.learnsteps.com/advanced-kubernetes-what-exactly-are-kubernetes-operators: + title: 'learnsteps.com: Advance Kubernetes: What exactly are Kubernetes Operators?' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/build-a-kubernetes-operator-in-10-minutes-11eec1492d30: + title: 'betterprogramming.pub: Build a Kubernetes Operator in 10 Minutes 🌟' + year: N/A + stars: 0 + description: '' +https://alain-airom.medium.com/kubernetes-operators-patterns-and-best-practices-b7fbaa4cbd1: + title: 'alain-airom.medium.com: Kubernetes Operators Patterns and Best Practices + 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/OT-CONTAINER-KIT/mongodb-operator: + title: 'OT-CONTAINER-KIT/mongodb-operator: MongoDB Operator' + year: N/A + stars: 0 + description: '' +https://github.com/prosimcorp/reforma: + title: prosimcorp/reforma + year: N/A + stars: 0 + description: '' +https://github.com/weaveworks/tf-controller: + title: 'weaveworks/tf-controller: Weave GitOps Terraform Controller' + year: N/A + stars: 0 + description: '' +https://awstip.com/manage-aws-services-directly-from-kubernetes-%EF%B8%8F-6c94e376febb: + title: 'awstip.com: Manage AWS services directly from Kubernetes - AWS Controllers + for Kubernetes (ACK)' + year: N/A + stars: 0 + description: '' +https://github.com/vitobotta/velero-notifications: + title: vitobotta/velero-notifications + year: N/A + stars: 0 + description: '' +https://github.com/NVIDIA/k8s-device-plugin: + title: 'NVIDIA/k8s-device-plugin: NVIDIA device plugin for Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/@marom.itamar/kubernetes-controllers-custom-resources-and-operators-explained-8e92f46829f6: + title: 'medium.com/@marom.itamar: Kubernetes Controllers, Custom Resources, and + Operators Explained' + year: N/A + stars: 0 + description: '' +https://github.com/glebiller/dynamic-configuration-operator: + title: 'glebiller/dynamic-configuration-operator: Dynamic Configuration Operator' + year: N/A + stars: 0 + description: '' +https://faun.pub/a-definitive-guide-to-kubernetes-operator-the-crawl-7647b278c28b: + title: '==faun.pub: A Definitive guide to Kubernetes Operator β€” The crawl!==' + year: N/A + stars: 0 + description: '' +https://github.com/furiko-io/furiko: + title: github.com/furiko-io/furiko + year: N/A + stars: 0 + description: '' +https://paul-the-kelly.medium.com/extending-the-kubernetes-api-using-operators-9ffc8364ae5c: + title: 'paul-the-kelly.medium.com: Extending the Kubernetes API using Operators' + year: N/A + stars: 0 + description: '' +https://github.com/DevOps-Nirvana/Kubernetes-Volume-Autoscaler: + title: 'github.com/DevOps-Nirvana: Kubernetes Volume / Disk Autoscaler (via Prometheus)' + year: N/A + stars: 0 + description: '' +https://github.com/borchero/switchboard: + title: 'borchero/switchboard: Switchboard' + year: N/A + stars: 0 + description: '' +https://github.com/scylladb/scylla-operator: + title: scylladb/scylla-operator + year: N/A + stars: 0 + description: '' +https://faun.pub/kubernetes-controllers-custom-resources-and-operators-explained-8e92f46829f6: + title: '==faun.pub: Kubernetes Controllers, Custom Resources, and Operators Explained==' + year: N/A + stars: 0 + description: '' +https://github.com/coderanger/migrations-operator: + title: 'coderanger/migrations-operator: Migrations-Operator' + year: N/A + stars: 0 + description: '' +https://omerxx.com/k8s-controllers: + title: 'omerxx.com: 10 Things I wish I’d known before building a Kubernetes CRD + controller' + year: N/A + stars: 0 + description: '' +https://github.com/mittwald/kubernetes-secret-generator: + title: github.com/mittwald/kubernetes-secret-generator 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/ContainerSolutions/delayed-jobs-operator: + title: github.com/ContainerSolutions/delayed-jobs-operator + year: N/A + stars: 0 + description: '' +https://github.com/actions/actions-runner-controller: + title: github.com/actions/actions-runner-controller 🌟 + year: N/A + stars: 0 + description: '' +? https://medium.com/sda-se/kubernetes-operator-to-the-rescue-how-our-own-mongodb-operator-improved-our-deployments-6d5ba3324abc +: title: 'medium.com/sda-se: Kubernetes Operator to the rescue. How our own MongoDB + Operator improved our deployments' + year: N/A + stars: 0 + description: '' +https://blog.frankel.ch/kubernetes-extensibility: + title: '==blog.frankel.ch: Introduction to Kubernetes extensibility== 🌟' + year: N/A + stars: 0 + description: '' +https://superorbital.io/blog/testing-production-controllers: + title: 'superorbital.io: Testing Production Kubernetes Controllers' + year: N/A + stars: 0 + description: '' +https://github.com/lukaszraczylo/jobs-manager-operator: + title: github.com/lukaszraczylo/jobs-manager-operator 🌟 + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-operator-to-manage-jobs-7ee96744c74a: + title: 'itnext.io: Simplify Advanced Workflows in Kubernetes with Jobs Manager Operator' + year: N/A + stars: 0 + description: '' +https://github.com/ricoberger/vault-secrets-operator: + title: github.com/ricoberger/vault-secrets-operator + year: N/A + stars: 0 + description: '' +https://github.com/ElementTech/kube-reqsizer: + title: github.com/ElementTech/kube-reqsizer + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/how-to-use-server-side-apply-in-k8s-operators-5cbff023183c: + title: 'betterprogramming.pub: How To Use Server-Side Apply in K8S Operators' + year: N/A + stars: 0 + description: '' +https://github.com/sieve-project/sieve: + title: github.com/sieve-project/sieve + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/goldilocks-vs-krr-c986dfd7484d: + title: 'betterprogramming.pub: Goldilocks vs. KRR' + year: N/A + stars: 0 + description: '' +? https://medium.com/lonto-digital-services-integrator/why-we-developed-own-kubernetes-controller-to-copy-secrets-e46368ae6db9 +: title: 'medium.com/lonto-digital-services-integrator: Why We Developed Own Kubernetes + Controller to Copy Secrets' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/hashicorp-vault-operator-manages-kubernetes-secrets: + title: 'thenewstack.io: HashiCorp Vault Operator Manages Kubernetes Secrets' + year: N/A + stars: 0 + description: '' +? https://medium.com/@senjutide2000/designing-a-controller-for-custom-resources-from-scratch-for-absolute-beginners-9cb84b7f906f +: title: 'medium.com/@senjutide2000: Designing a Controller for Custom Resources from + scratch for absolute beginners' + year: N/A + stars: 0 + description: '' +https://github.com/2-alchemists/krossboard-kubernetes-operator: + title: github.com/2-alchemists/krossboard-kubernetes-operator + year: N/A + stars: 0 + description: '' +https://medium.com/@mikakrief/using-azure-service-operator-v2-4a1fa1f5e3b8: + title: 'medium.com/@mikakrief: Using Azure Service Operator v2' + year: N/A + stars: 0 + description: '' +https://github.com/gianlucam76/k8s-cleaner: + title: github.com/gianlucam76/k8s-cleaner 🌟 + year: N/A + stars: 0 + description: '' +https://dragondscv.medium.com/controller-runtime-handle-resource-deletion-with-predicate-f69d09dd5802: + title: 'dragondscv.medium.com: Controller runtime β€” handle resource deletion with + predicate' + year: N/A + stars: 0 + description: '' +https://github.com/NCCloud/mayfly: + title: 'github.com/NCCloud/mayfly: Ephemeral Kubernetes Resources 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/5-advanced-kubernetes-operators-every-devops-engineer-should-know-about-ab46bdc1c7d5: + title: '==itnext.io: 5 Advanced Kubernetes Operators Every DevOps Engineer Should + Know About== 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/open-telemetry/opentelemetry-operator: + title: github.com/open-telemetry/opentelemetry-operator + year: N/A + stars: 0 + description: '' +https://medium.com/@magstherdev/opentelemetry-operator-d3d407354cbf: + title: 'medium.com/@magstherdev: OpenTelemetry Operator' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/kubebuilder: + title: kubernetes-sigs/kubebuilder + year: N/A + stars: 0 + description: '' +https://medium.com/@adnn.selimovic/creating-kubernetes-operator-using-kubebuilder-15db5f29ee50: + title: 'medium.com/@adnn.selimovic: Creating Kubernetes operator using **Kubebuilder**' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/a-new-pattern-that-simplifies-operator-building-39df5d021cfa: + title: 'medium.com/geekculture: A New Pattern that Simplifies Operator Building' + year: N/A + stars: 0 + description: '' +https://qdnqn.com/creating-kubernetes-operator-using-kubebuilder: + title: 'qdnqn.com: Creating Kubernetes operator using Kubebuilder' + year: N/A + stars: 0 + description: '' +https://dev.to/thenjdevopsguy/what-is-a-kubernetes-operator-53kb: + title: 'dev.to/thenjdevopsguy: What Is A Kubernetes Operator?' + year: N/A + stars: 0 + description: '' +https://operatorhub.io: + title: operatorhub.io + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/red-hat-container-community-of-practice-operators: + title: '==cloud.redhat.com: Red Hat Container Community of Practice Operators==' + year: N/A + stars: 0 + description: '' +https://operatorframework.io/operator-capabilities: + title: Operator Capability Levels + year: N/A + stars: 0 + description: '' +https://blog.cloudtrooper.net/2025/02/28/application-gateway-for-containers-a-not-so-gentle-intro-1: + title: Introduction to Azure Application Gateway for Containers (AGC) + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/blog/azureforisvandstartupstechnicalblog/four-methods-to-access-azure-key-vault-from-azure-kubernetes-service-aks/4376662 +: title: Four Methods to Access Azure Key Vault from Azure Kubernetes Service (AKS) + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/cluster-addons: + title: Cluster Addons 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/k8spin/k8spin-operator: + title: K8Spin Operator 🌟 + year: N/A + stars: 0 + description: '' +https://thenewstack.io/k8spin-provides-multitenant-isolation-for-kubernetes: + title: 'thenewstack.io: K8Spin Provides Multitenant Isolation for Kubernetes' + year: N/A + stars: 0 + description: '' +https://k8spin.cloud/oss-projects: + title: Discover K8Spin open source software + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2020/05/29/k8s-kpis-with-kuberhealthy: + title: K8s KPIs with Kuberhealthy 🌟 + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/concepts/extend-kubernetes/operator: + title: 'Kubernetes.io: Operator pattern' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/3/kubernetes-operator-sdk: + title: 'opensource.com: Build a Kubernetes Operator in 10 minutes with Operator + SDK' + year: N/A + stars: 0 + description: '' +https://itnext.io/testing-the-operator-sdk-and-making-a-prefetch-mechanism-for-kubernetes-7508577efdd7: + title: 'itnext.io: Testing the Operator SDK and making a prefetch mechanism for + Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.magalix.com/blog/creating-custom-kubernetes-operators: + title: 'magalix.com: Creating Custom Kubernetes Operators' + year: N/A + stars: 0 + description: '' +https://medium.com/faun/writing-your-first-kubernetes-operator-8f3df4453234: + title: 'medium.com: Writing Your First Kubernetes Operator' + year: N/A + stars: 0 + description: '' +https://www.bmc.com/blogs/kubernetes-operator: + title: 'bmc.com: What Is a Kubernetes Operator?' + year: N/A + stars: 0 + description: '' +https://linuxera.org/writing-operators-using-operator-framework: + title: 'linuxera.org: Writing Operators using the Operator Framework SDK' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/7-best-practices-for-writing-kubernetes-operators-an-sre-perspective: + title: 'openshift.com: 7 Best Practices for Writing Kubernetes Operators: An SRE + Perspective' + year: N/A + stars: 0 + description: '' +https://medium.com/@victorpaulo/from-zero-to-kubernetes-operator-dd06436b9d89: + title: 'medium: From Zero to Kubernetes Operator' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/build-your-kubernetes-operator-with-the-right-tool: + title: 'openshift.com: Build Your Kubernetes Operator With the Right Tool 🌟' + year: N/A + stars: 0 + description: '' +https://www.rookout.com/blog/lessons-learned-when-building-a-kubernetes-operator: + title: 'rookout.com: Lessons Learned When Building A Kubernetes Operator' + year: N/A + stars: 0 + description: '' +https://brennerm.github.io/posts/k8s-operators-with-python-part-1.html: + title: 'brennerm.github.io: Kubernetes operators with Python #1: Creating CRDs' + year: N/A + stars: 0 + description: '' +https://vivilearns2code.github.io/k8s/2021/03/11/writing-controllers-for-kubernetes-custom-resources.html: + title: 'vivilearns2code.github.io: Writing Controllers For Kubernetes Resources' + year: N/A + stars: 0 + description: '' +https://cloudark.medium.com/kubernetes-custom-controllers-b6c7d0668fdf: + title: 'cloudark.medium.com: Writing Kubernetes Custom Controllers' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/08/04/managing-stateful-applications-kubernetes-operators-golang: + title: 'developers.redhat.com: Managing stateful applications with Kubernetes Operators + in Golang 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/xgeeks/kubernetes-dummy-operator-in-java-6b2f26198a55: + title: 'medium: Kubernetes Dummy Operator in Java' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/building-a-highly-available-kubernetes-operator-using-golang-fe4a44c395c2: + title: 'betterprogramming.pub: Build a Highly Available Kubernetes Operator Using + Golang' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes/sample-controller: + title: ==kubernetes/sample-controller== + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/writing-custom-kubernetes-controller-and-webhooks-141230820e9: + title: 'betterprogramming.pub: Writing Custom Kubernetes Controller and Webhooks' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/write-tests-for-your-kubernetes-operator-d3d6a9530840: + title: 'betterprogramming.pub: How To Write Tests for Your Kubernetes Operator' + year: N/A + stars: 0 + description: '' +https://metalbear.co/blog/writing-a-kubernetes-operator: + title: 'metalbear.co: Writing a Kubernetes Operator' + year: N/A + stars: 0 + description: '' +https://dev.to/hkhelil/building-a-kubernetes-operator-with-an-nginx-crd-3lil: + title: 'dev.to/hkhelil: Building a Kubernetes Operator with an NGINX CRD' + year: N/A + stars: 0 + description: '' +https://www.cloudnativedeepdive.com/sharing-a-nvidia-gpu-between-pods-in-kubernetes: + title: Sharing a NVIDIA GPU Between Pods in Kubernetes + year: N/A + stars: 0 + description: '' +https://cilium.io: + title: cilium.io + year: N/A + stars: 0 + description: '' +https://github.com/nirmata/kyverno: + title: github Kyverno - Kubernetes Native Policy Management + year: N/A + stars: 0 + description: '' +https://nirmata.com/2020/10/30/auto-labeling-kubernetes-resources-with-kyverno: + title: 'nirmata.com: Auto-labeling Kubernetes resources with Kyverno' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/oauth-20-beginners-guide: + title: Dzone - OAuth 2.0 + year: N/A + stars: 0 + description: '' +https://github.com/freach/kubernetes-security-best-practice/blob/master/README.md: + title: Kubernetes Security Best Practices 🌟 + year: N/A + stars: 0 + description: '' +https://www.jeffgeerling.com/blog/2020/everyone-might-be-cluster-admin-your-kubernetes-cluster: + title: 'jeffgeerling.com: Everyone might be a cluster-admin in your Kubernetes cluster' + year: N/A + stars: 0 + description: '' +https://www.microsoft.com/security/blog/2020/04/02/attack-matrix-kubernetes: + title: 'Microsoft.com: Attack matrix for Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://codeburst.io/7-kubernetes-security-best-practices-you-must-follow-ae32f1ed6444: + title: 'codeburst.io: 7 Kubernetes Security Best Practices You Must Follow' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/laying-the-groundwork-for-kubernetes-security-across-workloads-pods-and-users: + title: 'thenewstack.io: Laying the Groundwork for Kubernetes Security, Across Workloads, + Pods and Users' + year: N/A + stars: 0 + description: '' +https://horovits.wordpress.com/2020/07/15/kubernetes-security-best-practices: + title: 'horovits.wordpress.com: Kubernetes Security Best Practices' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/topics/container-security/how-to-secure-your-kubernetes-cluster: + title: 'containerjournal.com: How to Secure Your Kubernetes Cluster 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/better-programming/how-to-harden-your-kubernetes-cluster-for-production-7e47990efc2a: + title: 'medium: How to Harden Your Kubernetes Cluster for Production 🌟' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2020/11/18/cloud-native-security-for-your-clusters: + title: 'kubernetes.io: Cloud native security for your clusters' + year: N/A + stars: 0 + description: '' +https://tldrsec.com/guides/kubernetes: + title: 'tldrsec.com: Risk8s Business: Risk Analysis of Kubernetes Clusters 🌟' + year: N/A + stars: 0 + description: '' +https://labs.bishopfox.com/tech-blog/bad-pods-kubernetes-pod-privilege-escalation: + title: 'labs.bishopfox.com: Bad Pods: Kubernetes Pod Privilege Escalation 🌟' + year: N/A + stars: 0 + description: '' +https://sysdig.com/resources/ebooks/kubernetes-security-guide: + title: 'sysdig.com: Kubernetes Security Guide 🌟' + year: N/A + stars: 0 + description: '' +https://resources.whitesourcesoftware.com/blog-whitesource/kubernetes-security: + title: 'resources.whitesourcesoftware.com: Kubernetes Security Best Practices 🌟' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/kubernetes-audit-log-falco: + title: 'sysdig.com: Getting started with Kubernetes audit logs and Falco 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/best-practices-for-securely-setting-up-a-kubernetes-cluster: + title: 'thenewstack.io: Best Practices for Securely Setting up a Kubernetes Cluster' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/a-security-comparison-of-docker-cri-o-and-containerd: + title: 'thenewstack.io: A Security Comparison of Docker, CRI-O and Containerd 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/stackrox/Kubernetes_Security_Specialist_Study_Guide: + title: 'github.com/stackrox: Certified Kubernetes Security Specialist Study Guide + 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=OOHmg1J_8ck&ab_channel=RedTeamVillage: + title: 'youtube: Kubernetes Security: Attacking and Defending K8s Clusters - by + Magno Logan' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2021/03/22/kubernetes-security: + title: 'cncf.io: Kubernetes Security 🌟' + year: N/A + stars: 0 + description: '' +? https://www.microsoft.com/security/blog/2021/03/23/secure-containerized-environments-with-updated-threat-matrix-for-kubernetes +: title: 'microsoft.com: Secure containerized environments with updated threat matrix + for Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/cilium/tetragon: + title: Tetragon (Cilium) + year: N/A + stars: 0 + description: '' +? https://www.cyberark.com/resources/threat-research-blog/attacking-kubernetes-clusters-through-your-network-plumbing-part-1?utm_sq=goa40uvlx1 +: title: 'cyberark.com: Attacking Kubernetes Clusters Through Your Network Plumbing: + Part 1' + year: N/A + stars: 0 + description: '' +https://redkubes.com/10-kubernetes-security-risks-best-practices: + title: 'redkubes.com: 10 Kubernetes Security Risks & Best Practices' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/defend-the-core-kubernetes-security-at-every-layer: + title: 'thenewstack.io: Defend the Core: Kubernetes Security at Every Layer' + year: N/A + stars: 0 + description: '' +https://github.com/developer-guy/falco-analyze-audit-log-from-k3s-cluster: + title: Analyze Kubernetes Audit logs using Falco 🌟 + year: N/A + stars: 0 + description: '' +https://blog.kasten.io/ransomware-protection-kasten-k10-v4: + title: 'blog.kasten.io: Kubernetes Ransomware Protection with Kasten K10 v4.0' + year: N/A + stars: 0 + description: '' +https://www.helpnetsecurity.com/2021/05/04/security-kubernetes: + title: 'helpnetsecurity.com: Kubestriker: A security auditing tool for Kubernetes + clusters 🌟' + year: N/A + stars: 0 + description: '' +https://madhuakula.com/kubernetes-goat: + title: Kubernetes Goat 🌟 + year: N/A + stars: 0 + description: '' +https://itnext.io/how-to-kubernetes-cluster-network-security-f19bc99161f5: + title: 'itnext.io: How-To: Kubernetes Cluster Network Security 🌟' + year: N/A + stars: 0 + description: '' +https://gist.github.com/PatrLind/e651d3cbc3bf68e4bd9fcc9568cbd3fb: + title: 'gist.github.com: How to protect your ~/.kube/ configuration' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/enforce-audit-policy-in-kubernetes-k8s-34e504733300: + title: 'levelup.gitconnected.com: Enforce Audit Policy in Kubernetes (k8s)' + year: N/A + stars: 0 + description: '' +https://snyk.io/blog/10-kubernetes-security-context-settings-you-should-understand: + title: 'snyk.io: 10 Kubernetes Security Context settings you should understand' + year: N/A + stars: 0 + description: '' +https://www.magalix.com/blog/top-8-kubernetes-security-best-practices: + title: 'magalix.com: Top 8 Kubernetes Security Best Practices 🌟' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/state-kubernetes-security: + title: 'redhat.com: The State of Kubernetes Security' + year: N/A + stars: 0 + description: '' +https://www.fairwinds.com/blog/top-5-kubernetes-security-mistakes: + title: 'fairwinds.com: Discover the Top 5 Kubernetes Security Mistakes You''re (Probably) + Making' + year: N/A + stars: 0 + description: '' +https://www.tigera.io/blog/kubernetes-security-policy-10-critical-best-practices: + title: 'tigera.io: Kubernetes security policy design: 10 critical best practices + 🌟' + year: N/A + stars: 0 + description: '' +https://empresas.blogthinkbig.com/descubierta-vulnerabilidad-kubernetes-permite-acceso-redes-restringidas-cve-2020-8562: + title: 'empresas.blogthinkbig.com: Descubierta una vulnerabilidad en Kubernetes + que permite acceso a redes restringidas (CVE-2020-8562)' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-an-examination-of-major-attacks: + title: 'thenewstack.io: Kubernetes: An Examination of Major Attacks 🌟' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2021/08/20/how-to-secure-your-kubernetes-control-plane-and-node-components: + title: '==cncf.io: How to secure your Kubernetes control plane and node components==' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/rhdc/managed-files/cl-state-kubernetes-security-report-ebook-f29117-202106-en.pdf: + title: 'redhat.com: State of Kubernetes Security Report - Spring 2021 (PDF) 🌟' + year: N/A + stars: 0 + description: '' +https://learn.hashicorp.com/tutorials/vault/kubernetes-external-vault: + title: 'learn.hashicorp.com: Integrate a Kubernetes Cluster with an External Vault + 🌟' + year: N/A + stars: 0 + description: '' +http://www.talkingquickly.co.uk/kubernetes-sso-a-detailed-guide: + title: 'talkingquickly.co.uk: Kubernetes Single Sign On - A detailed guide 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-to-secure-kubernetes-the-os-of-the-cloud: + title: 'thenewstack.io: How to Secure Kubernetes, the OS of the Cloud' + year: N/A + stars: 0 + description: '' +https://akhilsharma.work/the-4cs-of-kubernetes-security: + title: 'akhilsharma.work: The 4C''s of Kubernetes Security' + year: N/A + stars: 0 + description: '' +https://medium.com/@lessandro.ugulino/securing-the-kubernetes-cluster-c5ab43fe0dd0: + title: 'medium: Securing the Kubernetes cluster | Lessandro Z. Ugulino' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3639829/the-race-to-secure-kubernetes-at-runtime.html: + title: '==infoworld.com: The race to secure Kubernetes at run time==' + year: N/A + stars: 0 + description: '' +https://goteleport.com/blog/kubernetes-api-access-security: + title: '==goteleport.com: Kubernetes API Access Security Hardening==' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3644808/securing-the-kubernetes-software-supply-chain.html: + title: 'infoworld.com: Securing the Kubernetes software supply chain with Microsoft''s + Ratify' + year: N/A + stars: 0 + description: '' +https://amazicworld.com/top-5-security-threats-unique-to-a-kubernetes-and-cloud-native-stack: + title: 'amazicworld.com: Top 5 security threats unique to a Kubernetes and Cloud + Native stack' + year: N/A + stars: 0 + description: '' +https://venturebeat.com/2021/12/27/kubernetes-security-will-have-a-breakout-year-in-2022: + title: 'venturebeat.com: Kubernetes security will have a breakout year in 2022' + year: N/A + stars: 0 + description: '' +https://medium.com/@jonathan_37674/comparing-kubernetes-security-frameworks-and-guidance-f1c2821ea733: + title: '==medium: Comparing Kubernetes Security Frameworks and Guidance== 🌟' + year: N/A + stars: 0 + description: '' +https://blog.gitguardian.com/hardening-your-k8s-pt-2: + title: '==blog.gitguardian.com: Hardening Your Kubernetes Cluster - Guidelines (Pt. + 2)== 🌟' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/how-is-security-managed-in-kubernetes-clusters-addefffd2b0: + title: 'blog.devgenius.io: How is security managed in Kubernetes clusters?' + year: N/A + stars: 0 + description: '' +https://blog.gitguardian.com/kubernetes-tutorial-part-1-pods: + title: 'blog.gitguardian.com: Kubernetes Hardening Tutorial Part 1: Pods' + year: N/A + stars: 0 + description: '' +https://blog.gitguardian.com/kubernetes-tutorial-part-2-network: + title: 'blog.gitguardian.com: Kubernetes Hardening Tutorial Part 2: Network' + year: N/A + stars: 0 + description: '' +https://medium.com/@jonathan_37674/kubernetes-security-best-practices-definitive-guide-bcb546e9f529: + title: '==medium.com/@jonathan_37674: Kubernetes Security Best Practices: Definitive + Guide==' + year: N/A + stars: 0 + description: '' +https://isovalent.com/blog/post/2021-11-container-escape: + title: 'isovalent.com: Detecting a Container Escape with Cilium and eBPF' + year: N/A + stars: 0 + description: '' +https://mattermost.com/blog/the-top-7-open-source-tools-for-securing-your-kubernetes-cluster: + title: 'mattermost.com: The Top 7 Open Source Tools for Securing Your Kubernetes + Cluster' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3545337/10-steps-to-automating-security-in-kubernetes-pipelines.html: + title: '==infoworld.com: 10 steps to automating security in Kubernetes pipelines==' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/12/16/secure-your-kubernetes-deployments-ebpf: + title: 'developers.redhat.com: Secure your Kubernetes deployments with eBPF' + year: N/A + stars: 0 + description: '' +https://faun.pub/from-dev-to-admin-an-easy-kubernetes-privilege-escalation-you-should-be-aware-of-the-attack-950e6cf76cac: + title: 'faun.pub: From dev to admin: an easy Kubernetes privilege escalation you + should be aware of β€” the attack' + year: N/A + stars: 0 + description: '' +https://xenitab.github.io/blog/2022/04/12/ephemeral-container-security: + title: 'xenitab.github.io: Kubernetes Ephemeral Container Security 🌟' + year: N/A + stars: 0 + description: '' +https://www.armosec.io/blog/secure-kubernetes-deployment: + title: '==armosec.io: How to Secure Deployments in Kubernetes?== 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@dotdc/is-your-kubernetes-api-server-exposed-learn-how-to-check-and-fix-609ab9638fae: + title: '==medium.com/@dotdc: Is your Kubernetes API Server exposed? Learn how to + check and fix!== 🌟' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/the-core-of-kubernetes-security-clusters-5d9a69f1dba4: + title: 'levelup.gitconnected.com: The Core of Kubernetes Security: Clusters' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/exposed-prometheus-exploit-kubernetes-kubeconeu: + title: 'sysdig.com: How attackers use exposed Prometheus server to exploit Kubernetes + clusters | Miguel HernΓ‘ndez' + year: N/A + stars: 0 + description: '' +https://cast.ai/blog/kubernetes-security-10-best-practices: + title: '==cast.ai: Kubernetes Security: 10 Best Practices from the Industry and + Community== 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/key-basic-principles-to-secure-kubernetes-future: + title: 'thenewstack.io: Basic Principles Key to Securing Kubernetes’ Future' + year: N/A + stars: 0 + description: '' +https://medium.com/@codingkarma/kubernetes-goat-part-1-8718b1345a42: + title: 'medium.com/@codingkarma: Kubernetes Goat Part-1' + year: N/A + stars: 0 + description: '' +https://medium.com/@badawekoo/limit-number-of-processes-running-in-a-kubernetes-pod-50ccf156ec18: + title: '==medium.com/@badawekoo: Limit number of processes running in a Kubernetes + pod==' + year: N/A + stars: 0 + description: '' +https://www.copado.com/devops-hub/blog/applying-a-zero-trust-infrastructure-in-kubernetes: + title: 'copado.com: Applying a Zero Trust Infrastructure in Kubernetes' + year: N/A + stars: 0 + description: '' +https://dev.to/pavanbelagatti/kubernetes-security-best-practices-for-developers-2b92: + title: 'dev.to/pavanbelagatti: Kubernetes Security Best Practices For Developers' + year: N/A + stars: 0 + description: '' +https://itnext.io/journey-of-a-microservice-application-in-the-kubernetes-world-6abd625c60fe: + title: '==itnext.io: Journey Of A Microservice Application In The Kubernetes World== + 🌟' + year: N/A + stars: 0 + description: '' +https://tutorialboy24.blogspot.com/2022/09/a-detailed-talk-about-k8s-cluster.html: + title: 'tutorialboy24.blogspot.com: A Detailed Talk about K8S Cluster Security from + the Perspective of Attackers (Part 2) 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/cloudyrion/kubernetes-end-to-end-chain-exploit-c2be32688fd0: + title: 'medium.com/cloudyrion: Kubernetes end-to-end chain exploit' + year: N/A + stars: 0 + description: '' +https://itnext.io/performing-security-checks-for-deployed-kubernetes-manifests-fa9d442b7951: + title: '==itnext.io: Performing Security Checks for Deployed Kubernetes Manifests==' + year: N/A + stars: 0 + description: '' +https://securitycafe.ro/2023/02/27/a-complete-kubernetes-config-review-methodology: + title: '==securitycafe.ro: A COMPLETE KUBERNETES CONFIG REVIEW METHODOLOGY==' + year: N/A + stars: 0 + description: '' +https://itnext.io/introduction-to-kubernetes-security-for-security-professionals-a61b424f7a2a: + title: '==itnext.io: Introduction to Kubernetes Security for Security Professionals==' + year: N/A + stars: 0 + description: '' +https://dev.to/mattiasfjellstrom/kubernetes-101-security-concepts-2f4f: + title: 'dev.to/mattiasfjellstrom: Kubernetes-101: Security concepts' + year: N/A + stars: 0 + description: '' +https://blog.alexellis.io/what-if-your-pods-need-to-trust-self-signed-certificates: + title: 'blog.alexellis.io: What if your Pods need to trust self-signed certificates?' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/securing-kubernetes-in-a-cloud-native-world: + title: 'thenewstack.io: Securing Kubernetes in a Cloud Native World' + year: N/A + stars: 0 + description: '' +https://collabnix.com/applying-devsecops-practices-to-kubernetes: + title: 'collabnix.com: Applying DevSecOps Practices to Kubernetes' + year: N/A + stars: 0 + description: '' +https://dev.to/thenjdevopsguy/securing-kubernetes-pods-for-production-workloads-51oh: + title: '==dev.to/thenjdevopsguy: Securing Kubernetes Pods For Production Workloads==' + year: N/A + stars: 0 + description: '' +https://dev.to/thenjdevopsguy/the-4-cs-of-kubernetes-security-3i9e: + title: 'dev.to/thenjdevopsguy: The 4 C’s Of Kubernetes Security' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/cloud-native-identity-and-access-management-in-kubernetes: + title: 'thenewstack.io: Cloud Native Identity and Access Management in Kubernetes' + year: N/A + stars: 0 + description: '' +https://curity.io/resources/learn/oauth-overview: + title: 'curity.io: OAuth 2.0 Overview' + year: N/A + stars: 0 + description: '' +https://curity.io/resources/learn/openid-connect-overview: + title: 'curity.io: OpenID Connect Overview' + year: N/A + stars: 0 + description: '' +https://curity.io/resources/client-security: + title: 'curity.io: Client Security' + year: N/A + stars: 0 + description: '' +https://dev.to/gabrielbiasi/automatic-sso-in-kubernetes-workloads-using-a-sidecar-container-3752: + title: 'dev.to/gabrielbiasi: Automatic SSO in Kubernetes workloads using a sidecar + container' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/best-practices-for-securing-kubernetes-deployments-1jg6: + title: '==dev.to/aws-builders: Best Practices for Securing Kubernetes Deployments== + 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/jetstack-secure-promises-to-ease-kubernetes-tls-security: + title: 'thenewstack.io: Jetstack Secure Promises to Ease Kubernetes TLS Security' + year: N/A + stars: 0 + description: '' +https://xgrid.medium.com/securing-a-kubernetes-cluster-using-tls-certificates-5e64a6bb26de: + title: '==xgrid.medium.com: Securing a Kubernetes cluster using TLS certificates== + 🌟' + year: N/A + stars: 0 + description: '' +https://ahmedy.hashnode.dev/creating-tls-certificates-for-k8s-components-with-openssl: + title: 'ahmedy.hashnode.dev: Creating TLS Certificates for K8s components with OpenSSL' + year: N/A + stars: 0 + description: '' +https://erkanzileli.medium.com/how-tls-certificates-work-422d95f1df5e: + title: '==erkanzileli.medium.com: How TLS Certificates Work==' + year: N/A + stars: 0 + description: '' +https://medium.com/@martin.hodges/using-a-wildcard-certificate-within-your-kubernetes-cluster-87c014e8dafe: + title: 'medium.com/@martin.hodges: Using a wildcard certificate within your Kubernetes + cluster' + year: N/A + stars: 0 + description: '' +? https://blog.cloudsecque.com/how-to-improve-the-security-of-your-applications-with-kubernetes-security-scanners-cda97fd2f574 +: title: '==blog.cloudsecque.com: How to Improve the Security of Your Applications + with Kubernetes Security Scanners==' + year: N/A + stars: 0 + description: '' +https://www.techmanyu.com/kubernetes-security-with-kube-bench-and-kube-hunter-6765bf44ebc6: + title: 'techmanyu.com: Kubernetes Security with Kube-bench and Kube-hunter 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/aquasecurity/kube-bench: + title: kube-bench 🌟 + year: N/A + stars: 0 + description: '' +https://devopscube.com/kube-bench-guide: + title: '==devopscube.com/kube-bench-guide: Kube-Bench: Kubernetes CIS Benchmarking + Tool==' + year: N/A + stars: 0 + description: '' +https://github.com/aquasecurity/kube-hunter: + title: kube-hunter 🌟 + year: N/A + stars: 0 + description: '' +https://k21academy.com/docker-kubernetes/kubernetes-security/kube-bench-cis: + title: 'k21academy.com: Secure and Harden Kubernetes, AKS and EKS Cluster with kube-bench, + kube-hunter and CIS Benchmarks 🌟' + year: N/A + stars: 0 + description: '' +? https://aninditabasak.medium.com/a-lap-around-kubernetes-security-vulnerability-scanning-tools-checkov-kube-hunter-kube-bench-4ffda92c4cf1 +: title: '==aninditabasak.medium.com: A Lap around Kubernetes Security & Vulnerability + scanning Tools β€” checkov, kube-hunter, kube-bench & Starboard==' + year: N/A + stars: 0 + description: '' +https://blog.flant.com/kubernetes-security-with-kube-bench-and-kube-hunter: + title: '==blog.flant.com: Kubernetes cluster security assessment with kube-bench + and kube-hunter==' + year: N/A + stars: 0 + description: '' +https://raesene.github.io/blog/2022/07/03/lets-talk-about-kubernetes-on-the-internet: + title: 'raesene.github.io: Let''s talk about Kubernetes on the Internet' + year: N/A + stars: 0 + description: '' +https://github.com/Shopify/kubeaudit: + title: ==github.com/Shopify/kubeaudit== 🌟🌟 + year: N/A + stars: 0 + description: '' +https://towardsdev.com/12-scanners-to-find-security-vulnerabilities-and-misconfigurations-in-kubernetes-332a738d076d: + title: 'towardsdev.com: 12 Scanners to Find Security Vulnerabilities and Misconfigurations + in Kubernetes' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/concepts/security/security-checklist: + title: '==kubernetes.io: Security Checklist== 🌟🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-owasp-top-10-centralised-policy-enforcement-9adc53438e22: + title: 'itnext.io: Kubernetes OWASP Top 10: Centralised Policy Enforcement' + year: N/A + stars: 0 + description: '' +https://faun.pub/gatekeeper-k8-hardening-backlog-956d1b6860b6: + title: 'faun.pub: Gatekeeper | K8 hardening backlog' + year: N/A + stars: 0 + description: '' +https://systemweakness.com/owasp-k8s-security-insecure-workload-configurations-c14c4028beb1: + title: 'systemweakness.com: OWASP-K8S Security: Insecure Workload Configurations' + year: N/A + stars: 0 + description: '' +https://owasp.org/www-project-kubernetes-top-ten: + title: 'owasp.org: OWASP Kubernetes Top Ten' + year: N/A + stars: 0 + description: '' +https://www.darkreading.com/dr-tech/top-10-kubernetes-security-risks-every-devsecops-needs-to-know: + title: 'darkreading.com: Top 10 Kubernetes Security Risks Every DevSecOps Pro Should + Know' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/top-owasp-kubernetes: + title: '==sysdig.com: OWASP Kubernetes Top 10== 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-owasp-top-10-secrets-management-c996faa87b47: + title: 'itnext.io: Kubernetes OWASP Top 10: Secrets Management' + year: N/A + stars: 0 + description: '' +https://blog.cyble.com/2022/06/27/exposed-kubernetes-clusters: + title: 'blog.cyble.com: Exposed Kubernetes Clusters' + year: N/A + stars: 0 + description: '' +https://media.defense.gov/2021/Aug/03/2002820425/-1/-1/1/CTR_KUBERNETES%20HARDENING%20GUIDANCE.PDF: + title: Kubernetes Hardening Guidance 🌟🌟 + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-nsa-can-help-you-secure-your-kubernetes-clusters: + title: 'thenewstack.io: The NSA Can Help Secure Your Kubernetes Clusters' + year: N/A + stars: 0 + description: '' +https://therecord.media/nsa-cisa-publish-kubernetes-hardening-guide: + title: 'therecord.media: NSA, CISA publish Kubernetes hardening guide 🌟🌟' + year: N/A + stars: 0 + description: '' +https://github.com/armosec/kubescape: + title: ==Kubescape== 🌟 + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2021/09/kubescape: + title: 'infoq.com: Armo Releases Kubescape K8s Security Testing Tool: Q&A with VP + Jonathan Kaftzan' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2021/09/kubernetes-hardening-guidance: + title: infoq.com + year: N/A + stars: 0 + description: '' +https://thenewstack.io/nsa-on-how-to-harden-kubernetes: + title: 'thenewstack.io: NSA on How to Harden Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.gitguardian.com/hardening-your-k8-pt-1: + title: 'blog.gitguardian.com: Hardening Your Kubernetes Cluster - Threat Model (Pt. + 1) 🌟🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/gitguardian/kubernetes-hardening-tutorial-part-3-authn-authz-logging-auditing-3fec: + title: 'blog.gitguardian.com: Kubernetes Hardening Tutorial Part 3: Authn, Authz, + Logging & Auditing' + year: N/A + stars: 0 + description: '' +https://www.armosec.io/blog/nsa-cisa-kubernetes-hardening-guide: + title: 'armosec.io: NSA & CISA Kubernetes Hardening Guide – what is new with version + 1.1' + year: N/A + stars: 0 + description: '' +https://www.ibm.com/cloud/learn/cis-benchmarks: + title: 'ibm.com: CIS Benchmarks' + year: N/A + stars: 0 + description: '' +https://aymen-abdelwahed.medium.com/k8s-operators-cis-benchmarks-8d7915d5cb2d: + title: 'aymen-abdelwahed.medium.com: K8s Operators β€” CIS Kubernetes Benchmarks' + year: N/A + stars: 0 + description: '' +https://github.com/rancher/cis-operator: + title: rancher/cis-operator + year: N/A + stars: 0 + description: '' +https://learnk8s.io/authentication-kubernetes: + title: '==learnk8s.io/authentication-kubernetes: User and workload identities in + Kubernetes== 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://devopscube.com/kubernetes-api-access-service-account: + title: 'devopscube.com: How To Create Kubernetes Service Account For API Access' + year: N/A + stars: 0 + description: '' +https://devopscube.com/create-kubernetes-role: + title: 'devopscube.com: How to Create kubernetes Role for Service Account' + year: N/A + stars: 0 + description: '' +https://github.com/scriptcamp/kubernetes-serviceaccount-example: + title: github.com/scriptcamp/kubernetes-serviceaccount-example + year: N/A + stars: 0 + description: '' +https://medium.com/the-programmer/working-with-service-account-in-kubernetes-df129cb4d1cc: + title: 'medium: Working with Service Account In Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/dvob/k8s-s2s-auth: + title: 'github.com/dvob/k8s-s2s-auth: Kubernetes Service Accounts 🌟' + year: N/A + stars: 0 + description: '' +https://sandeepbaldawa.medium.com/service-accounts-in-k8s-kubernetes-2779ee4fb331: + title: 'sandeepbaldawa.medium.com: Service Accounts in K8s (Kubernetes)' + year: N/A + stars: 0 + description: '' +https://mjarosie.github.io/dev/2021/09/15/iam-roles-for-kubernetes-service-accounts-deep-dive.html: + title: '==mjarosie.github.io: IAM roles for Kubernetes service accounts - deep dive==' + year: N/A + stars: 0 + description: '' +https://linkerd.io/2021/12/28/using-kubernetess-new-bound-service-account-tokens-for-secure-workload-identity: + title: 'linkerd.io: Using Kubernetes''s new Bound Service Account Tokens for secure + workload identity' + year: N/A + stars: 0 + description: '' +https://medium.com/pareture/kubernetes-bound-projected-service-account-token-volumes-might-surprise-you-434ff2cd1483: + title: 'medium.com/pareture: Kubernetes Bound Projected Service Account Token Volumes + Might Surprise You' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/k8s-serviceaccount-token-313d62aee119: + title: 'medium.com/geekculture: K8s β€” ServiceAccount Token' + year: N/A + stars: 0 + description: '' +https://motilayo.hashnode.dev/exploring-kubernetes-service-account-tokens-and-secure-workload-identity-federation: + title: 'motilayo.hashnode.dev: Exploring Kubernetes Service Account Tokens and Secure + Workload Identity Federation' + year: N/A + stars: 0 + description: '' +https://overcast.blog/kubernetes-service-accounts-a-practical-guide-f99c1ed65483: + title: 'overcast.blog: Kubernetes Service Accounts: A Practical Guide' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2021/04/22/revealing-the-secrets-of-kubernetes-secrets: + title: 'cncf.io: Revealing the secrets of Kubernetes secrets 🌟' + year: N/A + stars: 0 + description: '' +https://www.padok.fr/en/blog/kubernetes-secrets: + title: Hands on your first Kubernetes secrets 🌟 + year: N/A + stars: 0 + description: '' +https://dev.to/stack-labs/store-your-kubernetes-secrets-in-git-thanks-to-kubeseal-hello-sealedsecret-2i6h: + title: 'dev.to: Store your Kubernetes Secrets in Git thanks to Kubeseal. Hello SealedSecret! + 🌟' + year: N/A + stars: 0 + description: '' +https://blog.doit-intl.com/kubernetes-and-secrets-management-in-cloud-858533c20dca: + title: 'blog.doit-intl.com: Kubernetes and Secrets Management in the Cloud' + year: N/A + stars: 0 + description: '' +https://itnext.io/effective-secrets-with-vault-and-kubernetes-9af5f5c04d06: + title: 'itnext.io: Effective Secrets with Vault and Kubernetes' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data: + title: 'kubernetes.io: Encrypting Secret Data at Rest 🌟' + year: N/A + stars: 0 + description: '' +https://twitter.com/originalavalamp: + title: '"Kubernetes base64 encodes secrets because that makes arbitrary data play + nice with JSON. It had nothing to do with the security model (or lack thereof). + It did not occur to us at the time that people could mistake base64 for some form + of encryption"' + year: N/A + stars: 0 + description: '' +https://twitter.com/jwendlandt: + title: '"I''ve always wondered how folks expect a system would be able to protect + data at rest like that. If the public key and private key are local on the machine + - nothing is secure no matter what algorithm is used"' + year: N/A + stars: 0 + description: '' +https://twitter.com/codingsafari: + title: '"The issue is not new or unique to k8s. There is a general confusion between + encoding and encryption. Ask any web dev about base64, and there is a good chance + they''ll tell you it''s encryption"' + year: N/A + stars: 0 + description: '' +https://twitter.com/tsh4k: + title: '"The semantics are important. Easy to grant an RBAC policy like "read only + except secrets"' + year: N/A + stars: 0 + description: '' +https://twitter.com/SWengThomas: + title: '"I just meant that base64 prevents you from logging a secret in plain text + by accident… but many more layers are required to keep your secrets secret"' + year: N/A + stars: 0 + description: '' +https://enterprisersproject.com/article/2019/8/kubernetes-secrets-explained-plain-english: + title: 'enterprisersproject.com: How to explain Kubernetes Secrets in plain English + 🌟' + year: N/A + stars: 0 + description: '' +http://millionvisit.blogspot.com/2021/07/kubernetes-for-developers-19-manage-app-credentials-using-Kubernetes-Secrets.html: + title: 'millionvisit.blogspot.com: Kubernetes for Developers #19: Manage app credentials + using Kubernetes Secrets 🌟' + year: N/A + stars: 0 + description: '' +https://www.kubermatic.com/blog/keeping-the-state-of-apps-part-2-introduction-to-secrets: + title: 'kubermatic.com: Keeping the State of Apps Part 2: Introduction to Secrets' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/kubernetes-secrets-explained-f45baf8cefa7: + title: 'medium: Kubernetes Secrets Explained' + year: N/A + stars: 0 + description: '' +https://medium.com/@jerome_tarte/managing-your-sensitive-information-during-gitops-process-with-secret-sealed-27498c77e2b8: + title: 'medium: Managing your sensitive information during GitOps process with Secret + Sealed' + year: N/A + stars: 0 + description: '' +https://enlear.academy/sealed-secrets-with-kubernetes-a3f4d13dbc17: + title: '==enlear.academy: Sealed Secrets with Kubernetes==' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/sealed-secrets-for-kubernetes-722d643eb658: + title: 'medium.com/codex: Sealed Secrets for Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.macchaffee.com/blog/2022/k8s-secrets: + title: '==macchaffee.com: Plain Kubernetes Secrets are fine== 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=SyRZe5YVCVk: + title: 'youtube: Manage Kubernetes Secrets With External Secrets Operator (ESO) + 🌟' + year: N/A + stars: 0 + description: '' +https://carlosalca.medium.com/how-to-manage-all-my-k8s-secrets-in-git-securely-with-bitnami-sealed-secrets-43580b8fa0c7: + title: 'carlosalca.medium.com: How to manage all my K8s secrets in git securely + with Bitnami Sealed Secrets' + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/a-guide-to-secrets-management-with-gitops-and-kubernetes: + title: '==cloud.redhat.com: A Guide to Secrets Management with GitOps and Kubernetes== + 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/vault-cluster-with-auto-unseal-on-kubernetes-8e469f9cdcfd: + title: 'itnext.io: Vault cluster with auto unseal on Kubernetes' + year: N/A + stars: 0 + description: '' +https://pjame-fb.medium.com/kubernetes-secrets-from-secrets-manager-using-external-secrets-operators-4819562c3b02: + title: 'pjame-fb.medium.com: Kubernetes Secrets from Secrets Manager using External + Secrets Operators' + year: N/A + stars: 0 + description: '' +https://mixi-developers.mixi.co.jp/compare-eso-with-secret-csi-402bf37f20bc?gi=a7ce4398a8d7: + title: 'mixi-developers.mixi.co.jp: Comparing External Secrets Operator with Secret + Storage CSI as Kubernetes External Secrets is Deprecated' + year: N/A + stars: 0 + description: '' +https://faun.pub/secrets-kubernetes-298ea8dd9911: + title: '==faun.pub: Secrets | Kubernetes==' + year: N/A + stars: 0 + description: '' +https://medium.com/@knoldus/using-sealed-secrets-in-kubernetes-7f7518d4c984: + title: 'medium.com/@knoldus: Using sealed secrets in Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/@knoldus/introduction-to-sealed-secrets-in-kubernetes-7857b361a845: + title: 'medium.com/@knoldus: Introduction to sealed secrets in Kubernetes' + year: N/A + stars: 0 + description: '' +https://eminalemdar.medium.com/cloud-native-secret-management-with-external-secrets-operator-2912f41f9c49: + title: 'eminalemdar.medium.com: Cloud Native Secret Management with External Secrets + Operator' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2022/12/14/sealed-secrets-on-kubernetes-with-argocd-and-terraform: + title: 'piotrminkowski.com: Sealed Secrets on Kubernetes with ArgoCD and Terraform' + year: N/A + stars: 0 + description: '' +https://medium.com/google-cloud/handle-kubernetes-secrets-the-gitops-way-part-1-7079bd8221f3: + title: 'medium.com/google-cloud: Handle Kubernetes Secrets the GitOps Way β€” Part + 1' + year: N/A + stars: 0 + description: '' +https://dev.to/tutorialboy/a-detailed-talk-about-k8s-cluster-security-from-the-perspective-of-attackers-part-1-3mm5: + title: 'dev.to: A Detailed Talk about K8S Cluster Security from the Perspective + of Attackers (Part 1)' + year: N/A + stars: 0 + description: '' +https://cert-manager.io/docs: + title: ==cert-manager.io== 🌟 + year: N/A + stars: 0 + description: '' +https://medium.com/flant-com/cert-manager-lets-encrypt-ssl-certs-for-kubernetes-7642e463bbce: + title: Using SSL certificates from Let’s Encrypt in your Kubernetes Ingress via + cert-manager 🌟 + year: N/A + stars: 0 + description: '' +https://medium.com/avmconsulting-blog/encrypting-the-certificate-for-kubernetes-lets-encrypt-805d2bf88b2a: + title: 'medium: Encrypting the certificate for Kubernetes (Let’s Encrypt) 🌟' + year: N/A + stars: 0 + description: '' +https://www.rejupillai.com/index.php/2021/03/06/configure-tls-on-gke-ingress-for-free-with-lets-encrypt: + title: 'rejupillai.com: Let’s Encrypt the Web (for free)' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/kubernetes-and-ssl-certificate-management-5f6a4b6f5ae9: + title: 'betterprogramming.pub: Kubernetes and SSL Certificate Management 🌟' + year: N/A + stars: 0 + description: '' +https://getbetterdevops.io/k8s-ingress-with-letsencrypt: + title: 'getbetterdevops.io: How to Secure K8S Nginx Ingress With Let’s Encrypt and + Cert Manager' + year: N/A + stars: 0 + description: '' +https://faun.pub/automate-certificate-management-in-kubernetes-using-cert-manager-d0745e5c7757: + title: 'faun.pub: Automate Certificate Management In Kubernetes Using Cert-Manager' + year: N/A + stars: 0 + description: '' +https://github.com/cert-manager/cert-manager: + title: ==cert-manager/cert-manager== + year: N/A + stars: 0 + description: '' +https://github.com/cert-manager/policy-approver: + title: 'github.com/cert-manager: Policy Approver' + year: N/A + stars: 0 + description: '' +https://www.jetstack.io/blog/cert-manager-gateway-api-traefik-guide: + title: 'jetstack.io: Getting started using cert-manager with the sig-network Gateway + API' + year: N/A + stars: 0 + description: '' +https://medium.com/@knoldus/configure-ssl-certificate-with-cert-manager-on-kubernetes-e5ca8a804e16: + title: 'medium.com/@knoldus: Configure SSL certificate with cert-manager on Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/automated-dns-tls-with-external-dns-letsencrypt-on-kubernetes-6f4f41827df9: + title: 'blog.devgenius.io: Automated DNS/TLS with External DNS & LetsEncrypt on + Kubernetes' + year: N/A + stars: 0 + description: '' +https://itnext.io/upgrade-cert-manager-for-your-production-deployment-without-downtime-ee5d32fabec8: + title: 'itnext.io: Upgrade Cert-Manager for Your Production Deployment Without Downtime' + year: N/A + stars: 0 + description: '' +https://faun.pub/lets-encrypt-and-certmanager-aa88775730b8: + title: '==faun.pub: Let’s encrypt and CertManager==' + year: N/A + stars: 0 + description: '' +https://armin.su/ssl-certificates-from-lets-encrypt-for-kubernetes-private-ingress-via-terraform-c9f595ee65fa: + title: 'armin.su: SSL certificates from Let’s Encrypt for Kubernetes Private Ingress + via Terraform' + year: N/A + stars: 0 + description: '' +https://dev.to/otomato_io/possible-paths-2hfc: + title: '==dev.to: Kubernetes TLS, Demystified== 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/gini/dexter: + title: gini/dexter + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/kubernetes-authentication-sidecars-a-revelation-in-microservice-architecture-12c4608189ab: + title: 'betterprogramming.pub: Kubernetes Authentication Sidecars: A Revelation + in Microservice Architecture' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/sso-authentication-for-applications-in-kubernetes-aedc3c189d89: + title: 'blog.devgenius.io: SSO Authentication for Applications in Kubernetes' + year: N/A + stars: 0 + description: '' +https://geek-cookbook.funkypenguin.co.nz/recipes/kubernetes/oauth2-proxy: + title: 'geek-cookbook.funkypenguin.co.nz: Using OAuth2 proxy for Kubernetes Dashboard' + year: N/A + stars: 0 + description: '' +? https://imanishchaudhary.medium.com/secure-kubernetes-dashboards-with-sso-authentication-using-okta-oauth2-proxy-9e52189e9749 +: title: 'imanishchaudhary.medium.com: Securing Kubernetes Dashboards: SSO Authentication + and RBAC Implementation with Okta and OAuth2 Proxy' + year: N/A + stars: 0 + description: '' +https://medium.com/trendyol-tech/configure-rbac-in-kubernetes-like-a-boss-665e2a8665dd: + title: Configure RBAC in Kubernetes Like a Boss 🌟 + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/role-based-access-kubernetes: + title: 'infracloud.io: How to setup Role based access (RBAC) to Kubernetes Cluster + 🌟' + year: N/A + stars: 0 + description: '' +https://toolbox.kali-linuxtr.net/kubernetes-rbac-permission-manager.tool: + title: Kubernetes RBAC Permission Manager 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/appvia/krane: + title: Krane 🌟 + year: N/A + stars: 0 + description: '' +https://rbac.dev: + title: rbac.dev 🌟🌟🌟 + year: N/A + stars: 0 + description: '' +https://github.com/clvx/k8s-rbac-model: + title: 'github.com/clvx/k8s-rbac-model: Kubernetes RBAC Model' + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/kubernetes-rbac-basics-and-advanced-patterns: + title: 'loft.sh: Kubernetes RBAC: Basics and Advanced Patterns' + year: N/A + stars: 0 + description: '' +https://marcusnoble.co.uk/2022-01-20-restricting-cluster-admin-permissions: + title: '==marcusnoble.co.uk: Restricting cluster-admin Permissions==' + year: N/A + stars: 0 + description: '' +? https://medium.com/devops-mojo/kubernetes-role-based-access-control-rbac-overview-introduction-rbac-with-kubernetes-what-is-2004d13195df +: title: 'medium.com/devops-mojo: Kubernetes β€” Role-Based Access Control (RBAC) Overview' + year: N/A + stars: 0 + description: '' +https://loft-sh.medium.com/10-essentials-for-kubernetes-access-control-a67ae72977dd: + title: 'loft-sh.medium.com: 10 Essentials for Kubernetes Access Control' + year: N/A + stars: 0 + description: '' +https://sumanthkumarc.medium.com/kubernetes-rbac-update-default-clusterroles-without-editing-them-ef206254e0: + title: 'sumanthkumarc.medium.com: Kubernetes RBAC β€” Update default ClusterRoles + without editing them' + year: N/A + stars: 0 + description: '' +https://faun.pub/assign-permissions-to-an-user-in-kubernetes-an-overview-of-rbac-based-authz-in-k8s-7d9e5e1099f1: + title: 'faun.pub: Assign permissions to an user in Kubernetes. An overview of RBAC-based + AuthZ in k8s 🌟' + year: N/A + stars: 0 + description: '' +https://anaisurl.com/kubernetes-rbac: + title: 'anaisurl.com: RBAC Explained with Examples 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@badawekoo/using-rbac-in-kubernetes-for-authorization-complete-demo-part-1-83f0a1fb8f: + title: 'medium.com/@badawekoo: Using RBAC in Kubernetes for authorization-Complete + Demo-Part 1' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/securing-access-to-kubernetes-environments-with-zero-trust: + title: 'thenewstack.io: Securing Access to Kubernetes Environments with Zero Trust' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/rbac-kubernetes: + title: '==learnk8s.io: Limiting access to Kubernetes resources with RBAC== 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@15daniel10/yoyo-attack-on-a-k8s-cluster-102bc1d5ca3e: + title: '==medium.com/@15daniel10: YOYO attack on a K8S cluster==' + year: N/A + stars: 0 + description: '' +https://dev.to/danielepolencic/binding-aws-iam-roles-to-kubernetes-service-account-for-on-prem-clusters-1icc: + title: 'dev.to: Binding AWS IAM roles to Kubernetes Service Account for on-prem + clusters | Daniele Polencic 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@danielepolencic/how-does-rbac-work-in-kubernetes-d50dd34771ca: + title: '==medium.com/@danielepolencic: How does RBAC work in kubernetes== 🌟' + year: N/A + stars: 0 + description: '' +https://dominik-tornow.medium.com/inside-kubernetes-rbac-9988b08a738a: + title: '==dominik-tornow.medium.com: Inside Kubernetes RBAC==' + year: N/A + stars: 0 + description: '' +https://medium.com/@jtdv01/kubernetes-authorization-and-role-based-access-controls-ca0b7acc17a4: + title: '==medium.com/@jtdv01: Kubernetes Authorization and Role Based Access Controls== + 🌟' + year: N/A + stars: 0 + description: '' +https://faun.pub/give-users-and-groups-access-to-kubernetes-cluster-using-rbac-b614b6c0b383: + title: '==faun.pub: Give Users and Groups Access to Kubernetes Cluster Using RBAC==' + year: N/A + stars: 0 + description: '' +https://medium.com/@danielepolencic/binding-aws-iam-roles-to-kubernetes-service-account-for-on-prem-clusters-b8bac41f269d: + title: 'medium.com/@danielepolencic: AWS IAM Roles for service accounts for on-prem + clusters' + year: N/A + stars: 0 + description: '' +https://medium.com/andcloudio/creating-authentication-and-authorization-in-kubernetes-c6c5f0f1d2ad: + title: 'medium.com/andcloudio: Setting up Authentication and RBAC Authorization + in Kubernetes' + year: N/A + stars: 0 + description: '' +https://dev.to/mstryoda/configure-rbac-in-kubernetes-like-a-boss-h67: + title: 'dev.to: Configure RBAC in Kubernetes Like a Boss' + year: N/A + stars: 0 + description: '' +https://raesene.github.io/blog/2022/08/14/auditing-rbac-redux: + title: 'raesene.github.io: Auditing RBAC - Redux' + year: N/A + stars: 0 + description: '' +https://goteleport.com/blog/kube-authn-methods: + title: 'goteleport.com: A Simple Overview of Authentication Methods for Kubernetes + Clusters' + year: N/A + stars: 0 + description: '' +? https://medium.com/@mehmetodabashi/authentication-and-authorization-in-kubernetes-client-certificates-and-role-based-access-control-d4e98a3c1098 +: title: 'medium.com/@mehmetodabashi: Authentication and Authorization in Kubernetes: + Client Certificates and Role Based Access Control (RBAC)' + year: N/A + stars: 0 + description: '' +https://medium.com/@brunoolimpio/kubernetes-deepdive-parte-2-a65ffdce596d: + title: 'medium.com/@brunoolimpio: Kubernetes DeepDive β€” Parte 2 - Kubernetes RBAC + and more... | Bruno Olimpio' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=iE9Qb8dHqWI: + title: '==youtube: Kubernetes RBAC Explained== | Anton Putra 🌟' + year: N/A + stars: 0 + description: '' +https://www.paralus.io: + title: paralus.io 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/ondat/trousseau: + title: github.com/ondat/trousseau + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/kubernetes-and-ldap-enterprise-authentication-for-kubernetes: + title: 'loft.sh: Kubernetes and LDAP: Enterprise Authentication for Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.styra.com/blog/why-rbac-is-not-enough-for-kubernetes-api-security: + title: 'blog.styra.com: Why RBAC is not enough for kubernetes security 🌟🌟' + year: N/A + stars: 0 + description: '' +https://trstringer.com/kubernetes-validating-webhook: + title: 'trstringer.com: Create a Basic Kubernetes Validating Webhook' + year: N/A + stars: 0 + description: '' +https://github.com/box/kube-exec-controller: + title: box/kube-exec-controller + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/blog/azurenetworksecurityblog/building-a-ddos-response-plan/4372256: + title: Building a DDoS Response Plan with Azure DDoS Protection + year: N/A + stars: 0 + description: '' +https://www.stackrox.com/post/2020/05/kubernetes-security-101: + title: 'Kubernetes Security 101: Risks and 29 Best Practices 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/6-kubernetes-security-best-practices: + title: 'thenewstack.io: 6 Kubernetes Security Best Practices 🌟' + year: N/A + stars: 0 + description: '' +https://www.armosec.io/blog/kubernetes-security-best-practices: + title: '==armosec.io: Kubernetes Security Best Practices: Definitive Guide==' + year: N/A + stars: 0 + description: '' +https://semaphoreci.com/blog/kubernetes-deployments: + title: 'semaphoreci.com: Secure Your Kubernetes Deployments' + year: N/A + stars: 0 + description: '' +https://engineering.dynatrace.com/blog/kubernetes-security-part-1-role-based-access-control-rbac: + title: 'engineering.dynatrace.com: Kubernetes Security Best Practices -Part 1: Role + Based Access Control (RBAC)' + year: N/A + stars: 0 + description: '' +https://medium.com/dynatrace-engineering/kubernetes-security-best-practices-part-2-network-policies-405b36ed9d94: + title: 'medium.com/dynatrace-engineering: Kubernetes Security Best Practices Part + 2: Network Policies' + year: N/A + stars: 0 + description: '' +https://blog.frankel.ch/learning-auditing-kubernetes-manifests: + title: 'blog.frankel.ch: Learning by auditing Kubernetes manifests' + year: N/A + stars: 0 + description: '' +https://www.spectrocloud.com/blog/kubernetes-security-best-practices-5-easy-ways-to-cut-risk: + title: 'spectrocloud.com: Kubernetes security best practices: 5 easy ways to cut + risk' + year: N/A + stars: 0 + description: '' +https://medium.com/@cloud_tips/kubernetes-security-best-practices-ea1e3913c001: + title: 'medium.com/@cloud_tips: Kubernetes Security Best Practices' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/blog/startupsatmicrosoftblog/from-zero-to-hero-with-identity-and-access-control-in-azure-kubernetes-service/4386350 +: title: From Zero to Hero with Identity and Access Control in Azure Kubernetes Service + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/reference/access-authn-authz/authentication: + title: 'kubernetes.io: Authenticating' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/tasks/administer-cluster/access-cluster-api: + title: 'kubernetes.io: Access Clusters Using the Kubernetes API' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/tasks/access-application-cluster/access-cluster: + title: 'kubernetes.io: Accesing Clusters' + year: N/A + stars: 0 + description: '' +https://www.magalix.com/blog/kubernetes-authentication: + title: 'magalix.com: kubernetes authentication 🌟' + year: N/A + stars: 0 + description: '' +https://www.magalix.com/blog/kubernetes-authorization: + title: 'magalix.com: kubernetes authorization 🌟' + year: N/A + stars: 0 + description: '' +https://blog.christianposta.com/kubernetes/logging-into-a-kubernetes-cluster-with-kubectl: + title: kubernetes login + year: N/A + stars: 0 + description: '' +https://learnk8s.io/microservices-authentication-kubernetes: + title: 'learnk8s.io: Authentication between microservices using Kubernetes identities + 🌟' + year: N/A + stars: 0 + description: '' +https://gravitational.com/blog/kubernetes-sso-saml: + title: 'gravitational.com: How to Set Up Kubernetes SSO with SAML' + year: N/A + stars: 0 + description: '' +? https://lisowski0925.medium.com/using-kubernetes-csrs-and-rbac-for-cluster-user-authentication-and-authorization-9df5498655cd +: title: 'lisowski0925.medium.com: Using Kubernetes Certificate Signing Requests and + RBAC for User Authentication and Authorization' + year: N/A + stars: 0 + description: '' +https://medium.com/@sureshpalemoni/kubernetes-authentication-and-authorization-with-x509-client-certificates-edbc3517c10: + title: Kubernetes Authentication and Authorization with X509 client certificates + year: N/A + stars: 0 + description: '' +https://stackoverflow.com/questions/56214715/accessing-the-kubernetes-rest-end-points-using-bearer-token: + title: 'stackoverflow: Accessing the Kubernetes REST end points using bearer token' + year: N/A + stars: 0 + description: '' +https://openid.net: + title: OpenID Connect + year: N/A + stars: 0 + description: '' +https://learnk8s.io/kubernetes-custom-authentication: + title: Implementing a custom Kubernetes authentication method + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/concepts/policy/pod-security-policy: + title: Pod Security Policy (SCC in OpenShift) 🌟 + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/pod-security-policies-part-1: + title: 'rancher.com: Enhancing Kubernetes Security with Pod Security Policies, Part + 1' + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/pod-security-policies-part-2: + title: 'rancher.com: Enhancing Kubernetes Security with Pod Security Policies, Part + 2' + year: N/A + stars: 0 + description: '' +https://developer.squareup.com/blog/kubernetes-pod-security-policies: + title: 'developer.squareup.com: Kubernetes Pod Security Policies (PSP)' + year: N/A + stars: 0 + description: '' +https://itnext.io/implementing-a-restricted-first-pod-security-policyarchitecture-af4e906593b0: + title: 'itnext.io: Implementing a Secure-First Pod Security Policy Architecture' + year: N/A + stars: 0 + description: '' +https://kind-brown-cfb734.netlify.app/post/2021-02/kubernetes-policy-comparison-opa-gatekeeper-vs-kyverno: + title: 'Neon Mirrors: Kubernetes Policy Comparison: OPA/Gatekeeper vs Kyverno' + year: N/A + stars: 0 + description: '' +https://ibrahims.medium.com/security-context-kubernetes-9672ae2380f9: + title: 'ibrahims.medium.com: Security Context β€” Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/security-profiles-operator: + title: kubernetes-sigs/security-profiles-operator + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2021/12/17/security-profiles-operator: + title: 'kubernetes.io: What''s new in Security Profiles Operator v0.4.0' + year: N/A + stars: 0 + description: '' +https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html: + title: Security Group Rules EKS + year: N/A + stars: 0 + description: '' +https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html: + title: EC2 ENI and IP Limit + year: N/A + stars: 0 + description: '' +'https://docs.aws.amazon.com/eks/latest/userguide/calico.html ': + title: Calico in EKS + year: N/A + stars: 0 + description: '' +https://aws.github.io/aws-eks-best-practices: + title: ==Amazon EKS Best Practices Guide for Security== 🌟 + year: N/A + stars: 0 + description: '' +https://medium.com/dev-genius/securing-kubernetes-dashboard-on-eks-with-pomerium-e98c47610e2f: + title: 'medium.com: Securing Kubernetes Dashboard on EKS with Pomerium' + year: N/A + stars: 0 + description: '' +https://external-secrets.io: + title: external-secrets.io 🌟 + year: N/A + stars: 0 + description: '' +https://mahira-technology.medium.com/kubernetes-secrets-management-level-up-with-external-secrets-operator-ed7d32df2189: + title: 'mahira-technology.medium.com: Kubernetes Secrets Management: Level Up with + External Secrets Operator' + year: N/A + stars: 0 + description: '' +https://faun.pub/external-secret-operator-on-aks-with-terraform-for-azure-key-vault-integration-with-workload-1d0c31082373: + title: 'faun.pub: External Secret Operator on AKS (with Terraform) for Azure Key + Vault Integration (with Workload Identity)' + year: N/A + stars: 0 + description: '' +https://hackerone.com/reports/1249583: + title: 'hackerone.com: Authenticated kubernetes principal with restricted permissions + can retrieve ingress-nginx serviceaccount token and secrets across all namespaces' + year: N/A + stars: 0 + description: '' +https://blog.lightspin.io/nginx-custom-snippets-cve-2021-25742: + title: 'blog.lightspin.io: NGINX Custom Snippets CVE-2021-25742' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/reference/issues-security/official-cve-feed: + title: '==kubernetes.io: Official CVE Feed== 🌟' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2022/09/12/k8s-cve-feed-alpha: + title: 'kubernetes.io: Announcing the Auto-refreshing Official Kubernetes CVE Feed' + year: N/A + stars: 0 + description: '' +https://github.com/kubescape/kubescape: + title: kubescape + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-kubernetes-provides-networking-and-storage-to-applications: + title: 'thenewstack.io: How Kubernetes provides networking and storage to applications' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/kubernetes-storage-explained-558e85596d0c: + title: 'medium: Kubernetes Storage Explained 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/a-guide-to-running-stateful-applications-in-kubernetes: + title: 'thenewstack.io: A Guide to Running Stateful Applications in Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.forbes.com/sites/janakirammsv/2019/06/28/5-cloud-native-storage-startups-to-watch-out-for-in-2019: + title: 'forbes.com: 5 Cloud Native Storage Startups To Watch Out For In 2019' + year: N/A + stars: 0 + description: '' +https://medium.com/weareservian/solution-architects-guide-to-kubernetes-persistant-storage-3c9660187e8f: + title: 'medium: Solution architect’s guide to Kubernetes persistent storage' + year: N/A + stars: 0 + description: '' +https://www.howtoforge.com/storage-in-kubernetes: + title: 'howtoforge.com: Storage in Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2020/09/22/container-attached-storage-is-cloud-native-storage-cas: + title: 'cncf.io: Container Attached Storage is Cloud Native Storage (CAS)' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-most-popular-cloud-native-storage-solutions: + title: 'thenewstack.io: The most popular cloud native solutions 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/volterra-io/kubernetes-storage-performance-comparison-v2-2020-updated-1c0b69f0dcf4: + title: 'medium: Kubernetes Storage Performance Comparison v2 (2020 Updated) 🌟' + year: N/A + stars: 0 + description: '' +https://blocksandfiles.com/2020/12/22/the-storageless-storage-paradox: + title: 'blocksandfiles.com: geless storage is the β€˜answer’ to Kubernetes data challenges' + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/what-is-cloud-native-storage: + title: 'rancher.com: What is Cloud-Native Storage?' + year: N/A + stars: 0 + description: '' +https://softwareengineeringdaily.com/2019/01/11/why-is-storage-on-kubernetes-is-so-hard: + title: 'softwareengineeringdaily.com: Why Is Storage On Kubernetes So Hard? 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/why-compute-and-storage-should-be-decoupled-for-log-management-at-scale: + title: 'thenewstack.io: Compute and Storage Should Be Decoupled for Log Management + at Scale' + year: N/A + stars: 0 + description: '' +https://blog.min.io/why-kubernetes-managed: + title: 'blog.min.io: Why Kubernetes Managed Object Storage Matters' + year: N/A + stars: 0 + description: '' +https://gitlab.com/mrman/k8s-storage-provider-benchmarks: + title: 'gitlab.com: Kubernetes storage provider benchmarks' + year: N/A + stars: 0 + description: '' +https://www.ibm.com/cloud/blog/using-fio-to-tell-whether-your-storage-is-fast-enough-for-etcd: + title: 'ibm.com: Using Fio to Tell Whether Your Storage is Fast Enough for Etcd' + year: N/A + stars: 0 + description: '' +https://marketplace.redhat.com/en-us/blog/dont-treat-kubernetes-storage-as-an-afterthought: + title: 'marketplace.redhat.com: Dont treat Kubernetes storage as an afterthought: + Turn to persistent container storage for high performance and availability' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/beyond-block-and-file-cosi-enables-object-storage-in-kubernetes: + title: 'thenewstack.io: Beyond Block and File: COSI Enables Object Storage in Kubernetes + 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/when-is-decentralized-storage-the-right-choice: + title: 'thenewstack.io: When Is Decentralized Storage the Right Choice?' + year: N/A + stars: 0 + description: '' +https://www.storj.io/blog/integrating-decentralized-cloud-storage-with-duplicati: + title: 'storj.io: Integrating Decentralized Cloud Storage with Duplicati' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/whats-the-biggest-gap-in-kubernetes-storage-architecture: + title: 'thenewstack.io: The Biggest Gap in Kubernetes Storage Architecture?' + year: N/A + stars: 0 + description: '' +https://medium.com/avmconsulting-blog/provisioning-storage-in-kubernetes-e1dc5610318d: + title: 'medium: Provisioning storage in Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.kylezsembery.com/persistent-storage-kubernetes: + title: 'kylezsembery.com: Persistent Storage in Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.mayadata.io/container-attached-storage-cas-vs.-software-defined-storage-which-one-to-choose: + title: 'blog.mayadata.io: Container Attached Storage (CAS) vs. Software-Defined + Storage - Which One to Choose?' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/stateful-workloads-on-kubernetes-with-container-attached-storage: + title: 'thenewstack.io: Stateful Workloads on Kubernetes with Container Attached + Storage 🌟' + year: N/A + stars: 0 + description: '' +? https://developers.redhat.com/articles/2021/08/11/how-maximize-data-storage-microservices-and-kubernetes-part-1-introduction +: title: 'developers.redhat.com: How to maximize data storage for microservices and + Kubernetes, Part 1: An introduction 🌟' + year: N/A + stars: 0 + description: '' +https://blog.mayadata.io/kubernetes-storage-basics-pv-pvc-and-storageclass: + title: 'blog.mayadata.io: Kubernetes storage basics: PV, PVC and StorageClass 🌟' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3635148/kubernetes-object-storage-best-practices.html: + title: 'infoworld.com: Kubernetes object storage best practices' + year: N/A + stars: 0 + description: '' +https://www.ondat.io/blog/stateful-apps-in-kubernetes-are-a-big-deal: + title: 'ondat.io: Stateful Apps in Kubernetes are a big deal' + year: N/A + stars: 0 + description: '' +https://techgenix.com/data-storage-management-for-kubernetes: + title: 'techgenix.com: Data Storage Management for Kubernetes - 5 movers and shakers' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-growth-of-state-in-kubernetes: + title: '==thenewstack.io: The Growth of State in Kubernetes==' + year: N/A + stars: 0 + description: '' +https://itnext.io/highly-available-nfs-cluster-in-kubernetes-a-cloud-vendor-independent-storage-solution-f9a314cfdfcc: + title: 'itnext.io: Highly Available NFS cluster in Kubernetes, a cloud vendor independent + storage solution' + year: N/A + stars: 0 + description: '' +https://www.armosec.io/blog/kubernetes-data-storage: + title: 'armosec.io: Data Storage in Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/kubernetes-stateful-applications: + title: '==infoq.com: Best Practices for Running Stateful Applications on Kubernetes==' + year: N/A + stars: 0 + description: '' +https://blog.flant.com/kubernetes-storage-performance-linstor-ceph-mayastor-vitastor: + title: 'blog.flant.com: Comparing Ceph, LINSTOR, Mayastor, and Vitastor storage + performance in Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/@amir.ilw/kubernetes-storage-migration-ac48f6f9f5a5: + title: 'medium.com/@amir.ilw: Kubernetes Storage Migration 🌟' + year: N/A + stars: 0 + description: '' +https://discoblocks.io: + title: discoblocks.io 🌟 + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/storage-kubernetes-92eb3d027282: + title: 'medium.com/geekculture: Storage | Kubernetes' + year: N/A + stars: 0 + description: '' +https://itnext.io/temporary-storage-for-kubernetes-pods-f8330ad8db88: + title: 'itnext.io: Temporary Storage for Kubernetes Pods' + year: N/A + stars: 0 + description: '' +https://medium.com/nerd-for-tech/persistence-with-kubernetes-46f039d9a2ad: + title: 'medium.com/nerd-for-tech: Persistence with Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2023/03/28/kubernetes-storage-is-complex-but-its-getting-better: + title: 'cncf.io: Kubernetes storage is complex, but it’s getting better' + year: N/A + stars: 0 + description: '' +https://yuminlee2.medium.com/kubernetes-storage-fe5363d88d42: + title: '==yuminlee2.medium.com: Kubernetes: Storage==' + year: N/A + stars: 0 + description: '' +https://medium.com/kubernetes-deveops/kubernetes-deploying-application-with-persistent-storage-5068767e25f3: + title: 'medium.com/kubernetes-deveops: Kubernetes β€” Deploying Application with Persistent + Storage' + year: N/A + stars: 0 + description: '' +https://danielmangum.com/posts/k8s-asa-the-storage-interface: + title: 'danielmangum.com: K8s ASA: The Storage Interface' + year: N/A + stars: 0 + description: '' +https://www.kubermatic.com/blog/keeping-the-state-of-apps-5-introduction-to-storage-classes: + title: '==kubermatic.com: Keeping the State of Apps 5: Introduction to Storage Classes==' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-persistentvolume-and-persistentvolumeclaim-an-overview-with-examples-3c5688222f99: + title: 'itnext.io: Kubernetes: PersistentVolume and PersistentVolumeClaim β€” an overview + with examples' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/persistent-volumes-separating-compute-and-storage: + title: 'thenewstack.io: Persistent Volumes: Separating Compute and Storage' + year: N/A + stars: 0 + description: '' +https://itnext.io/resizing-statefulset-persistent-volumes-with-zero-downtime-916ebc65b1d4: + title: 'itnext.io: Resizing StatefulSet Persistent Volumes with zero downtime 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner: + title: 'github.com/kubernetes-sigs: Local Persistence Volume Static Provisioner + 🌟' + year: N/A + stars: 0 + description: '' +https://shuanglu1993.medium.com/what-happens-when-volumemanager-in-the-kubelet-starts-1fea623ac6ce: + title: 'shuanglu1993.medium.com: What happens when volumeManager in the kubelet + starts?' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/what-kubernetes-persistent-volumes-gyan-prakash-1f: + title: 'linkedin.com/pulse: What are Kubernetes Persistent Volumes?' + year: N/A + stars: 0 + description: '' +https://blog.newrelic.com/engineering/how-to-use-kubernetes-volumes: + title: 'blog.newrelic.com: Kubernetes Fundamentals, Part 5: Working with Kubernetes + Volumes' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/kubernetes-persistent-volume-explained-fb27df29c393: + title: '==medium.com/codex: Kubernetes Persistent Volume Explained==' + year: N/A + stars: 0 + description: '' +https://www.giffgaff.io/tech/resizing-statefulset-persistent-volumes-with-zero-downtime: + title: 'giffgaff.io: Resizing StatefulSet Persistent Volumes with zero downtime + 🌟' + year: N/A + stars: 0 + description: '' +https://www.kubermatic.com/blog/keeping-the-state-of-apps-1-introduction-to-volume-and-volumemounts: + title: 'kubermatic.com: Keeping the State of Apps 1: Introduction to Volume and + volumeMounts' + year: N/A + stars: 0 + description: '' +https://blog.cloudnloud.com/kubernetes-volume: + title: 'blog.cloudnloud.com: Kubernetes Volume' + year: N/A + stars: 0 + description: '' +https://adamtheautomator.com/kubernetes-pvc: + title: '==adamtheautomator.com: Effortless Storage Management With Kubernetes PVC== + 🌟' + year: N/A + stars: 0 + description: '' +https://portworx.com/tutorial-kubernetes-persistent-volumes: + title: 'portworx.com: Kubernetes Persistent Volume Tutorial by Portworx' + year: N/A + stars: 0 + description: '' +https://github.com/openebs/zfs-localpv: + title: openebs/zfs-localpv + year: N/A + stars: 0 + description: '' +https://devineer.medium.com/get-to-grips-with-kubernetes-volumes-a-practical-tutorial-c41853c64f02: + title: 'devineer.medium.com: Get to Grips with Kubernetes Volumes: A Practical Tutorial' + year: N/A + stars: 0 + description: '' +https://www.airplane.dev/blog/kubernetes-ephemeral-storage: + title: 'airplane.dev: How to use Kubernetes ephemeral volumes & storage 🌟' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/when-k8s-pods-are-stuck-mounting-large-volumes-2915e6656cb8: + title: 'blog.devgenius.io: When K8s pods are stuck mounting large volumes' + year: N/A + stars: 0 + description: '' +https://spacelift.io/blog/kubernetes-persistent-volumes: + title: 'spacelift.io: Kubernetes Persistent Volumes – Tutorial and Examples' + year: N/A + stars: 0 + description: '' +https://matthewpalmer.net/kubernetes-app-developer/articles/kubernetes-volumes-example-nfs-persistent-volume.html: + title: 'matthewpalmer.net: Filesystem vs Volume vs Persistent Volume 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/asl19-developers/create-readwritemany-persistentvolumeclaims-on-your-kubernetes-cluster-3a8db51f98e3: + title: Create ReadWriteMany PersistentVolumeClaims on your Kubernetes Cluster 🌟 + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com/community/questions/kuberntes-pvc-readwritemany-access-mode-alternative: + title: 'Digital Ocean: Kuberntes PVC ReadWriteMany access mode alternative' + year: N/A + stars: 0 + description: '' +https://itnext.io/state-of-persistent-storage-in-k8s-a-benchmark-77a96bb1ac29: + title: 'itnext.io: State of Persistent Storage in K8s β€” A Benchmark' + year: N/A + stars: 0 + description: '' +https://rook.io: + title: Rook + year: N/A + stars: 0 + description: '' +https://itnext.io/using-rook-on-a-k3s-cluster-8a97a75ba25e: + title: 'itnext.io: Using Rook On A K3s Cluster' + year: N/A + stars: 0 + description: '' +https://medium.com/@abdulfayis/storage-orchestration-for-kubernetes-c6370f943e23: + title: 'medium.com/@abdulfayis: storage Orchestration for Kubernetes' + year: N/A + stars: 0 + description: '' +https://robin.io: + title: Robin + year: N/A + stars: 0 + description: '' +https://www.reduxio.com: + title: Reduxio + year: N/A + stars: 0 + description: '' +https://portworx.com: + title: Portworx + year: N/A + stars: 0 + description: '' +https://openebs.io: + title: OpenEBS + year: N/A + stars: 0 + description: '' +https://mayadata.io: + title: MayaData + year: N/A + stars: 0 + description: '' +https://goglides.io/running-openebs-in-kubernetes/371: + title: 'goglides.io: Running OpenEBS in Kubernetes' + year: N/A + stars: 0 + description: '' +https://docs.openebs.io/docs/next/features.html: + title: OpenEBS Features and Benefits + year: N/A + stars: 0 + description: '' +https://github.com/openebs/dynamic-localpv-provisioner: + title: 'openebs/dynamic-localpv-provisioner: Dynamic Kubernetes Local Persistent + Volumes' + year: N/A + stars: 0 + description: '' +https://github.com/openebs/lvm-localpv: + title: openebs/lvm-localpv + year: N/A + stars: 0 + description: '' +https://www.lightbitslabs.com/product: + title: LightOS + year: N/A + stars: 0 + description: '' +https://blocksandfiles.com/2020/06/23/lightbits-labs-adds-kubernetes-table-stakes-csi-support: + title: 'blocksandfiles.com: Lightbits Labs adds Kubernetes table stakes: CSI support' + year: N/A + stars: 0 + description: '' +https://longhorn.io: + title: Longhorn + year: N/A + stars: 0 + description: '' +https://thenewstack.io/rancher-donates-its-longhorn-kubernetes-persistent-storage-software-to-cncf: + title: 'thenewstack.io: Rancher Donates its β€˜Longhorn’ Kubernetes Persistent Storage + Software to CNCF' + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/longhorn-container-storage: + title: Longhorn Simplifies Distributed Block Storage in Kubernetes + year: N/A + stars: 0 + description: '' +? https://containerjournal.com/topics/container-management/rancher-labs-adds-support-for-longhorn-storage-on-kubernetes-clusters +: title: 'containerjournal.com: Rancher Labs Adds Support for Longhorn Storage on + Kubernetes Clusters' + year: N/A + stars: 0 + description: '' +https://aesher9o1.medium.com/autoscale-large-images-faster-using-longhorn-distributed-storage-618d0cf01ba2: + title: 'aesher9o1.medium.com: Autoscale large images faster using Longhorn (distributed + storage)' + year: N/A + stars: 0 + description: '' +https://medium.com/@abdelrhmanahmed131/longhorn-distributed-block-storage-for-k8s-2ea11df400d1: + title: 'medium.com/@abdelrhmanahmed131: Longhorn β€” Distributed Block Storage for + K8s' + year: N/A + stars: 0 + description: '' +https://searchstorage.techtarget.com/definition/IBM-Spectrum: + title: 'searchstorage.techtarget.com: IBM Spectrum' + year: N/A + stars: 0 + description: '' +https://linbit.com/kubernetes: + title: 'linbit.com: LINSTOR - kubernetes persistent container storage' + year: N/A + stars: 0 + description: '' +https://github.com/kadalu/kadalu: + title: Kadalu + year: N/A + stars: 0 + description: '' +https://www.iomesh.com: + title: iomesh.com + year: N/A + stars: 0 + description: '' +https://blocksandfiles.com/2021/08/05/kubernetes-storage-chinese-vendor-smartxs-iomesh-beats-portworx-longhorn-and-openebs: + title: 'blocksandfiles.com: Kubernetes storage: SmartX’s IOMesh beats Portworx, + Longhorn and OpenEBS' + year: N/A + stars: 0 + description: '' +https://www.iomesh.com/blog/announcing_iomesh_preview: + title: 'iomesh.com: Outperforming Peer Products, IOMesh Takes Cloud Native Storage + to the Next Level' + year: N/A + stars: 0 + description: '' +https://min.io: + title: min.io + year: N/A + stars: 0 + description: '' +https://blog.min.io/best-practices-for-kubernetes-object-storage: + title: 'blog.min.io: Best Practices for Kubernetes Object Storage' + year: N/A + stars: 0 + description: '' +https://blog.min.io/single-vs-multi-tenant: + title: 'blog.min.io: Cloud-Native Object Storage Architectures: Single-Tenant vs + Multi-Tenant' + year: N/A + stars: 0 + description: '' +https://docs.netapp.com/us-en/astra-data-store/concepts/intro.html: + title: 'docs.netapp.com: Intro to Astra Data Store preview' + year: N/A + stars: 0 + description: '' +https://github.com/libopenstorage/stork: + title: 'libopenstorage/stork: Stork - Storage Operator Runtime for Kubernetes' + year: N/A + stars: 0 + description: '' +https://opencurve.io: + title: 'Curve: opencurve.io' + year: N/A + stars: 0 + description: '' +https://simplyblock.io: + title: 'simplyblock: simplyblock.io' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/state-of-openshift-container-storage-eran-tamir-and-duncan-hardie-red-hat: + title: State of OpenShift Container Storage + year: N/A + stars: 0 + description: '' +https://ceph.io: + title: Red Hat Ceph Storage + year: N/A + stars: 0 + description: '' +https://www.noobaa.io: + title: Noobaa + year: N/A + stars: 0 + description: '' +https://kubernetes-csi.github.io: + title: kubernetes-csi.github.io + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-csi: + title: github.com/kubernetes-csi + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-csi/csi-driver-smb: + title: SMB CSI Driver for Kubernetes + year: N/A + stars: 0 + description: '' +https://github.com/yandex-cloud/k8s-csi-s3: + title: 'github.com/yandex-cloud: CSI for S3' + year: N/A + stars: 0 + description: '' +https://sklar.rocks/how-container-storage-interface-works: + title: 'sklar.rocks: How the CSI (Container Storage Interface) Works' + year: N/A + stars: 0 + description: '' +https://kubestr.io: + title: kubestr.io + year: N/A + stars: 0 + description: '' +https://blog.kasten.io/benchmarking-kubernetes-storage-with-kubestr: + title: 'blog.kasten.io: Benchmarking and Evaluating Your Kubernetes Storage with + Kubestr' + year: N/A + stars: 0 + description: '' +https://github.com/backube/volsync: + title: VolSync 🌟 + year: N/A + stars: 0 + description: '' +https://next.redhat.com/2021/08/23/introducing-volsync-your-data-anywhere: + title: 'next.redhat.com: Introducing VolSync: your data, anywhere' + year: N/A + stars: 0 + description: '' +https://www.ondat.io/discoblocks: + title: 'Discoblocks: ondat.io/discoblocks' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/troubleshooting-deployments: + title: '==learnk8s.io: A visual guide on troubleshooting Kubernetes deployments== + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@alexellisuk/5-tips-for-troubleshooting-apps-on-kubernetes-835b6b539c24: + title: 'medium: 5 tips for troubleshooting apps on Kubernetes' + year: N/A + stars: 0 + description: '' +https://managedkube.com/kubernetes/trace/ingress/service/port/not/matching/pod/k8sbot/2019/02/13/trace-ingress.html: + title: 'managedkube.com: Troubleshooting a Kubernetes ingress' + year: N/A + stars: 0 + description: '' +https://veducate.co.uk/kubernetes-pvc-terminating: + title: 'veducate.co.uk: How to fix in Kubernetes – Deleting a PVC stuck in status + β€œTerminating”' + year: N/A + stars: 0 + description: '' +https://tennexas.com/kubernetes-troubleshooting-examples: + title: 'tennexas.com: Kubernetes Troubleshooting Examples' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/5-tips-for-troubleshooting-apps-on-kubernetes-835b6b539c24: + title: 'levelup.gitconnected.com: 5 tips for troubleshooting apps on Kubernetes' + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/sandboxed-containers-operator-from-zero-to-hero-the-hard-way-part-2: + title: 'cloud.redhat.com: Troubleshooting Sandboxed Containers Operator' + year: N/A + stars: 0 + description: '' +https://andydote.co.uk/2021/06/02/os-cpus-and-kubernetes: + title: 'andydote.co.uk: The Problem with CPUs and Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/@moshe.beladev.mb/better-debugging-environment-for-your-micro-services-9420a71b8a37: + title: 'medium: Better Debugging Environment for your Micro-Services' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/6-kubernetes-best-practices-to-empower-devs-to-troubleshoot: + title: 'thenewstack.io: 6 Kubernetes Best Practices to Empower Devs to Troubleshoot' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=93RlMqO4glM&t=6s&ab_channel=Kubevious: + title: 'youtube: 3 Ways to Detect Evil "Latest" Image Tags in Kubernetes - Kubevious' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/living-with-kubernetes-debug-clusters-in-8-commands: + title: 'thenewstack.io: Living with Kubernetes: Debug Clusters in 8 Commands 🌟' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/how-to-simplify-kubernetes-troubleshooting: + title: 'freecodecamp.org: How to Simplify Kubernetes Troubleshooting' + year: N/A + stars: 0 + description: '' +https://itnext.io/distroless-container-debugging-on-k8s-openshift-e418fd66fdad: + title: '==itnext.io: Distroless Container Debugging on K8s/OpenShift==' + year: N/A + stars: 0 + description: '' +https://speakerdeck.com/mhausenblas/kubecologne-keynote-troubleshooting-kubernetes-apps: + title: '==speakerdeck.com/mhausenblas (redhat): Troubleshooting Kubernetes apps==' + year: N/A + stars: 0 + description: '' +https://medium.com/@andrewachraf/detect-crashes-in-your-cluster-using-kwatch-an-slack-84b979e93e03: + title: 'medium.com/@andrewachraf: Detect crashes in your Kubernetes cluster using + kwatch and Slack 🌟' + year: N/A + stars: 0 + description: '' +https://research.nccgroup.com/2021/11/10/detection-engineering-for-kubernetes-clusters: + title: '==research.nccgroup.com: Detection Engineering for Kubernetes clusters==' + year: N/A + stars: 0 + description: '' +https://pauldally.medium.com/debugging-networkpolicy-part-1-249921cdba37: + title: 'pauldally.medium.com: Kubernetes β€” Debugging NetworkPolicy (Part 1)' + year: N/A + stars: 0 + description: '' +https://pauldally.medium.com/debugging-networkpolicy-part-2-2d5c42d8465c: + title: 'pauldally.medium.com: Kubernetes β€” Debugging NetworkPolicy (Part 2)' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/common-pod-errors-in-kubernetes-to-watch-out-for-d808737f4ade: + title: 'medium.com/geekculture: Common Pod Errors in Kubernetes to Watch Out For' + year: N/A + stars: 0 + description: '' +https://faun.pub/debugging-networkpolicy-part-1-249921cdba37: + title: '==faun.pub: Kubernetes β€” Debugging NetworkPolicy (Part 1)==' + year: N/A + stars: 0 + description: '' +https://tratnayake.dev/oncall-adventures-prometheus-filled-disk: + title: 'tratnayake.dev: Oncall Adventures - When your Prometheus-Server mounted + to GCE Persistent Disk on K8s is Full' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/kubernetes-pod-pending-problems: + title: '==sysdig.com: Understanding Kubernetes pod pending problems==' + year: N/A + stars: 0 + description: '' +https://blog.alexellis.io/troubleshooting-on-kubernetes: + title: '==blog.alexellis.io: How to Troubleshoot Applications on Kubernetes== 🌟' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/all-you-need-to-know-about-debugging-kubernetes-cronjob-61989a998513: + title: 'blog.devgenius.io: All You Need to Know about Debugging Kubernetes Cronjob' + year: N/A + stars: 0 + description: '' +https://saiteja313.medium.com/tracing-dns-issues-in-kubernetes-28b38f782103: + title: 'saiteja313.medium.com: Tracing DNS issues in Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/@jasonmfehr/kubernetes-informers-opening-the-mystery-box-4cd690a43a4: + title: 'medium.com/@jasonmfehr: Kubernetes Informers: Opening the Mystery Box' + year: N/A + stars: 0 + description: '' +? https://maxilect-company.medium.com/graceful-shutdown-in-a-cloud-environment-the-example-of-kubernetes-spring-boot-f922b41adaa0 +: title: 'maxilect-company.medium.com: Graceful shutdown in a cloud environment (the + example of Kubernetes + Spring Boot) 🌟' + year: N/A + stars: 0 + description: '' +? https://madeeshafernando.medium.com/capturing-heap-dumps-of-stateless-kubernetes-pods-before-container-termination-and-export-to-aws-s3-9602378ee60b +: title: 'madeeshafernando.medium.com: Capturing Heap Dumps of stateless Kubernetes + pods before container termination and export to AWS S3' + year: N/A + stars: 0 + description: '' +https://faun.pub/troubleshooting-kubernetes-nodes-storage-space-shortage-on-aliyun-alibaba-cloud-ac28230fe3d3: + title: 'faun.pub: Troubleshooting Kubernetes nodes storage space shortage on Aliyun + (Alibaba Cloud)' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/what-david-flanagan-learned-fixing-kubernetes-clusters: + title: 'thenewstack.io: What David Flanagan Learned Fixing Kubernetes Clusters' + year: N/A + stars: 0 + description: '' +? 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 +: title: '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' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/tackling-the-top-5-kubernetes-debugging-challenges: + title: '==dzone.com: Tackling the Top 5 Kubernetes Debugging Challenges==' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/access-kubernetes-objects-data-from-proc-directory-8d2ec6a0faba: + title: 'levelup.gitconnected.com: Access Kubernetes Objects Data From /Proc Directory + 🌟' + year: N/A + stars: 0 + description: '' +https://www.learnitguide.net/2023/04/how-to-troubleshoot-kubernetes-pods.html: + title: 'learnitguide.net: How To Troubleshoot Kubernetes Pods' + year: N/A + stars: 0 + description: '' +https://www.learnitguide.net/2023/04/how-to-check-memory-usage-of-pod-in.html: + title: 'learnitguide.net: How to Check Memory Usage of a Pod in Kubernetes?' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-troubleshooting-primer: + title: 'thenewstack.io: Kubernetes Troubleshooting Primer' + year: N/A + stars: 0 + description: '' +https://www.devzero.io/blog/kubernetes-debugging-tips: + title: 'devzero.io: Kubernetes Debugging Tips' + year: N/A + stars: 0 + description: '' +https://vik-y.medium.com/an-easier-way-to-auto-remediate-memory-leaks-on-kubernetes-a922457674f4: + title: 'vik-y.medium.com: An easier way to auto-remediate memory leaks on Kubernetes!' + year: N/A + stars: 0 + description: '' +https://medium.com/@yusufkaratoprak/advanced-troubleshooting-techniques-in-kubernetes-pods-24ee0cebfa6f: + title: 'medium.com/@yusufkaratoprak: Advanced Troubleshooting Techniques in Kubernetes + Pods' + year: N/A + stars: 0 + description: '' +? https://www.linkedin.com/pulse/cpu-limits-kubernetes-why-your-pod-idle-still-deep-dive-lazarev-k3m7f?utm_source=share&utm_medium=member_android&utm_campaign=share_via +: title: 'CPU Limits in Kubernetes: Deep Dive into Pod Throttling and Kernel Interactions' + year: N/A + stars: 0 + description: '' +https://banzaicloud.com/blog/k8s-cluster-logging: + title: Understanding Kubernetes cluster events + year: N/A + stars: 0 + description: '' +https://www.groundcover.com/blog/k8s-container-events: + title: 'groundcover.com: Failure Is an Option: How to Stay on Top of K8s Container + Events' + year: N/A + stars: 0 + description: '' +https://decisivedevops.com/kubernetes-events-news-feed-of-your-kubernetes-cluster-826e08892d7a: + title: 'decisivedevops.com: Kubernetes Events β€” News feed of your cluster' + year: N/A + stars: 0 + description: '' +https://hwchiu.medium.com/kubernetes-network-troubleshooting-approach-701de9463493: + title: '==hwchiu.medium.com: Kubernetes Network Troubleshooting Approach== 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/tracing-pod-to-pod-network-traffic-in-kubernetes-112523a325b2: + title: 'itnext.io: Tracing Pod2Pod Network Traffic in Kubernetes | Daniele Polencic' + year: N/A + stars: 0 + description: '' +https://komodor.com/learn/exit-codes-in-containers-and-kubernetes-the-complete-guide: + title: '==komodor.com: Exit Codes In Containers & Kubernetes – The Complete Guide== 🌟' + year: N/A + stars: 0 + description: '' +https://blog.ediri.io/kubernetes-imagepullbackoff: + title: 'blog.ediri.io: Kubernetes: ImagePullBackOff!' + year: N/A + stars: 0 + description: '' +? https://medium.com/tailwinds-navigator/kubernetes-tip-how-to-disambiguate-a-pod-crash-to-application-or-to-kubernetes-platform-f6c1395a8d09 +: title: 'medium.com: Kubernetes Tip: How To Disambiguate A Pod Crash To Application + Or To Kubernetes Platform? (CrashLoopBackOff)' + year: N/A + stars: 0 + description: '' +https://devtron.ai/blog/troubleshoot_crashloopbackoff_pod: + title: 'devtron.ai: Troubleshoot: Pod Crashloopbackoff' + year: N/A + stars: 0 + description: '' +https://erkanerol.github.io/post/restartable-pods: + title: 'erkanerol.github.io: I wish pods were fully restartable' + year: N/A + stars: 0 + description: '' +? https://pauldally.medium.com/why-leaving-pods-in-crashloopbackoff-can-have-a-bigger-impact-than-you-might-think-c0d3dbd067a +: title: 'pauldally.medium.com: Why Leaving Pods in CrashLoopBackOff Can Have a Bigger + Impact Than You Might Think' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/debug-kubernetes-crashloopbackoff: + title: 'sysdig.com: What is Kubernetes CrashLoopBackOff? And how to fix it 🌟' + year: N/A + stars: 0 + description: '' +https://komodor.com/learn/how-to-fix-crashloopbackoff-kubernetes-error: + title: 'komodor.com: Kubernetes CrashLoopBackOff Error: What It Is and How to Fix + It' + year: N/A + stars: 0 + description: '' +https://tonylixu.medium.com/k8s-troubleshooting-pod-in-terminating-or-unknown-status-2878f6ec66b8: + title: 'tonylixu.medium.com: K8s Troubleshooting β€” Pod in Terminating or Unknown + Status' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/k8s-troubleshooting-pod-in-terminating-or-unknown-status-2878f6ec66b8: + title: 'blog.devgenius.io: K8s Troubleshooting β€” Pod in Terminating or Unknown Status' + year: N/A + stars: 0 + description: '' +https://unixarena.com/2025/04/oomkilled-in-kubernetes-the-hidden-memory-leaks-youre-missing.html: + title: 'OOMKilled in Kubernetes: Understanding and Preventing Hidden Memory Leaks' + year: N/A + stars: 0 + description: '' +https://medium.com/@reefland/tracking-down-invisible-oom-kills-in-kubernetes-192a3de33a60: + title: 'medium.com/@reefland: Tracking Down β€œInvisible” OOM Kills in Kubernetes' + year: N/A + stars: 0 + description: '' +https://baykara.medium.com/a-gentle-inspection-of-oomkilled-in-kubernetes-4b4124cd23a8: + title: 'baykara.medium.com: A Gentle Inspection of OOMKilled in Kubernetes' + year: N/A + stars: 0 + description: '' +https://cloudyuga.guru/hands_on_lab/k8s-qos-oomkilled: + title: 'cloudyuga.guru: How does Kubernetes assign QoS class to pods through OOM + score?' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/troubleshoot-kubernetes-oom: + title: 'sysdig.com: Kubernetes OOM and CPU Throttling' + year: N/A + stars: 0 + description: '' +https://medium.com/@bm54cloud/stressing-a-kubernetes-pod-to-induce-an-oomkilled-error-96f3be9c931d: + title: 'medium.com/@bm54cloud: Stressing a Kubernetes Pod to Induce an OOMKilled + Error' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-silent-pod-killer-104e7c8054d9: + title: 'itnext.io: Kubernetes Silent Pod Killer' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/k8s-pause-container-f7abd1e9b488: + title: 'blog.devgenius.io: K8s β€” pause container' + year: N/A + stars: 0 + description: '' +https://blog.kumomind.com/what-you-need-to-know-to-debug-a-preempted-pod-on-kubernetes: + title: 'blog.kumomind.com: What You Need To Know To Debug A Preempted Pod On Kubernetes' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/kubernetes-pod-evicted: + title: 'sysdig.com: Understanding Kubernetes Evicted Pods' + year: N/A + stars: 0 + description: '' +https://blog.ediri.io/how-to-remove-a-stuck-namespace: + title: 'blog.ediri.io: How to remove a stuck namespace' + year: N/A + stars: 0 + description: '' +https://medium.com/@it-craftsman/how-to-fix-kubernetes-namespaces-stuck-in-terminating-state-ea46c5fff045: + title: 'medium.com/@it-craftsman: How to fix Kubernetes namespaces stuck in terminating + state' + year: N/A + stars: 0 + description: '' +https://medium.com/@reefland/access-pvc-data-without-the-pod-troubleshooting-kubernetes-b28bfdd7502: + title: 'medium.com/@reefland: Access PVC Data without the POD; troubleshooting Kubernetes.' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/k8s-troubleshooting-how-to-debug-coredns-issues-724e8b973cfc: + title: 'medium.com/geekculture: K8s Troubleshooting β€” How to Debug CoreDNS Issues' + year: N/A + stars: 0 + description: '' +https://www.kubenatives.com/p/the-hidden-cpu-throttling-crisis: + title: The Hidden CPU Throttling Crisis in Kubernetes Clusters + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2025/03/13/kubernetes-troubleshooting-a-step-by-step-guide: + title: 'Kubernetes Troubleshooting: A Step-by-Step Guide' + year: N/A + stars: 0 + description: '' +https://github.com/aylei/kubectl-debug: + title: kubectl-debug + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/using-kubernetes-ephemeral-containers-for-troubleshooting: + title: '==loft.sh: Using Kubernetes Ephemeral Containers for Troubleshooting==' + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/kubernetes/comments/gt3uvg/how_to_quarantine_pods: + title: How to quarantine pods + year: N/A + stars: 0 + description: '' +https://github.com/nvucinic/kdbg: + title: 'KDBG: Small Kubernetes debugging container' + year: N/A + stars: 0 + description: '' +https://github.com/kinvolk/inspektor-gadget: + title: inspektor-gadget + year: N/A + stars: 0 + description: '' +https://kinvolk.io: + title: kinvolk.io + year: N/A + stars: 0 + description: '' +https://github.com/similarweb/statusbay: + title: StatusBay + year: N/A + stars: 0 + description: '' +https://codefresh.io/kubernetes-tutorial/telepresence-2-local-development: + title: 'codefresh.io: Using Telepresence 2 for Kubernetes debugging and local development' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/the-easiest-way-to-debug-kubernetes-workloads-ff2ff5e3cc75: + title: 'towardsdatascience.com: The Easiest Way to Debug Kubernetes Workloads' + year: N/A + stars: 0 + description: '' +https://www.tetrate.io/blog/how-to-debug-microservices-in-kubernetes-with-proxy-sidecar-or-service-mesh: + title: 'tetrate.io: How to debug microservices in Kubernetes with proxy, sidecar + or service mesh?' + year: N/A + stars: 0 + description: '' +https://www.rookout.com/blog/kubernetes-application-debugging: + title: 'rookout.com: The Definitive Guide To Kubernetes Application Debugging' + year: N/A + stars: 0 + description: '' +https://www.thorsten-hans.com/debugging-apps-in-kubernetes-with-bridge: + title: 'thorsten-hans.com: Debugging apps in Kubernetes with Bridge' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=mindaro.mindaro: + title: 'marketplace.visualstudio.com: Bridge to Kubernetes (VSCode)' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=ms-azuretools.mindaro: + title: 'marketplace.visualstudio.com: Bridge to Kubernetes (Visual Studio)' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/living-with-kubernetes-12-commands-to-debug-your-workloads: + title: '==thenewstack.io: Living with Kubernetes: 12 Commands to Debug Your Workloads== + 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.googleblog.com/2022/01/Introducing%20Ephemeral%20Containers.html: + title: '==opensource.googleblog.com: Introducing Ephemeral Containers==' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/kubernetes-ephemeral-containers-bibin-wilson: + title: 'linkedin.com: Kubernetes Ephemeral Containers | Bibin Wilson' + year: N/A + stars: 0 + description: '' +https://sumanthkumarc.medium.com/debugging-namespace-deletion-issue-in-kubernetes-f6f8b40a4368: + title: 'sumanthkumarc.medium.com: Debugging namespace deletion issue in Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/linux-shots/debug-kubernetes-pods-using-ephemeral-container-f01378243ff: + title: 'medium.com/linux-shots: Debug Kubernetes Pods Using Ephemeral Container' + year: N/A + stars: 0 + description: '' +https://medium.com/@blgreco72/debugging-kubernetes-services-locally-8cb14bf8745a: + title: 'medium.com/@blgreco72: Debugging Kubernetes Services Locally 🌟' + year: N/A + stars: 0 + description: '' +https://zendesk.engineering/debugging-containerd-a20f28a2a8bf: + title: 'zendesk.engineering: Debugging containerd' + year: N/A + stars: 0 + description: '' +https://heka-ai.medium.com/introduction-to-debugging-locally-and-live-on-kubernetes-8c8ecd3acbaa: + title: '==heka-ai.medium.com: Introduction to Debugging: locally and live on Kubernetes + with VSCode== 🌟' + year: N/A + stars: 0 + description: '' +https://iximiuz.com/en/posts/kubernetes-ephemeral-containers: + title: 'iximiuz.com: Kubernetes Ephemeral Containers and kubectl debug Command 🌟' + year: N/A + stars: 0 + description: '' +https://eminaktas.medium.com/debug-containerd-in-production-fe93ef4e3ce2: + title: 'eminaktas.medium.com: Debug Containerd in Production' + year: N/A + stars: 0 + description: '' +https://medium.com/@alex.ivenin/exploring-ephemeral-containers-in-kubernetes-bcceaf21101c: + title: 'medium.com/@alex.ivenin: Exploring ephemeral containers in kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://labs.iximiuz.com/courses/containerd-cli/ctr/image-management: + title: 'labs.iximiuz.com: How to work with container images using ctr' + year: N/A + stars: 0 + description: '' +https://medium.com/@danielepolencic/isolating-kubernetes-pods-for-debugging-5fe41e630e9: + title: 'medium.com/@danielepolencic: Isolating kubernetes pods for debugging' + year: N/A + stars: 0 + description: '' +https://medium.com/adaltas/kubernetes-debugging-with-ephemeral-containers-e4be659d9ef6: + title: 'medium.com/adaltas: Kubernetes: debugging with ephemeral containers' + year: N/A + stars: 0 + description: '' +https://blog.cloudgeni.ai/the-definitive-guide-to-importing-your-cloud-resources-into-iac: + title: The Definitive Guide to Importing Your Cloud Resources into IaC + year: N/A + stars: 0 + description: '' +https://refine.dev/blog/kubectl-exec-command: + title: A Complete Guide to Kubectl exec + year: N/A + stars: 0 + description: '' +https://github.com/replicatedhq/troubleshoot: + title: github.com/replicatedhq/troubleshoot + year: N/A + stars: 0 + description: '' +https://github.com/airwallex/k8s-pod-restart-info-collector: + title: 'github.com/airwallex: k8s-pod-restart-info-collector' + year: N/A + stars: 0 + description: '' +https://komodor.com: + title: ==komodor.com== + year: N/A + stars: 0 + description: '' +https://komodor.com/learn/kubernetes-troubleshooting-the-complete-guide: + title: '==komodor.com: Kubernetes Troubleshooting: The Complete Guide== 🌟' + year: N/A + stars: 0 + description: '' +https://palaemon.io: + title: ==palaemon.io== + year: N/A + stars: 0 + description: '' +https://medium.com/@ospalaemon/introducing-palaemon-the-savior-of-kubernetes-pods-85576c33287c: + title: 'medium.com/@ospalaemon: Introducing Palaemon, the Savior of Kubernetes Pods!' + year: N/A + stars: 0 + description: '' +https://github.com/iximiuz/cdebug: + title: ==iximiuz/cdebug== + year: N/A + stars: 0 + description: '' +https://github.com/felipecruz91/debug-ctr: + title: ==felipecruz91/debug-ctr== + year: N/A + stars: 0 + description: '' +https://github.com/JamesTGrant/kubectl-debug: + title: github.com/JamesTGrant/kubectl-debug + year: N/A + stars: 0 + description: '' +? https://www.kubetools.io/kubernetes/mastering-kubernetes-debugging-and-troubleshooting-with-kubeshark-real-time-visibility-query-language-service-map-and-integrations +: title: 'kubetools.io: Kubeshark – API Traffic Analyzer for Kubernetes' + year: N/A + stars: 0 + description: '' +https://…: + title: 'Debugging Kubernetes Systems: Practical Advice with Quality Telemetry' + year: N/A + stars: 0 + description: '' +https://kustomize.io: + title: kustomize.io 🌟 + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2018/05/29/introducing-kustomize-template-free-configuration-customization-for-kubernetes: + title: 'kubernetes.io: Introducing kustomize; Template-free Configuration Customization + for Kubernetes' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization: + title: Declarative Management of Kubernetes Objects Using Kustomize + year: N/A + stars: 0 + description: '' +https://blog.tomarrell.com/post/traefik_v2_on_kubernetes: + title: 'blog.tomarrell.com: Kustomize: Traefik v2.2 as a Kubernetes Ingress Controller' + year: N/A + stars: 0 + description: '' +https://github.com/kbst/terraform-kubestack: + title: Kubestack Gitops Framework + year: N/A + stars: 0 + description: '' +https://tech.aabouzaid.com/2020/09/3-ways-to-customize-off-the-shelf-helm-charts-with-kustomize-kubernetes.html: + title: 3 ways to customize off-the-shelf Helm charts with Kustomize - Kubernetes + year: N/A + stars: 0 + description: '' +https://www.dex.dev/dex-videos/templating-solutions: + title: 'dex.dev: YAML Templating Solutions: Helm & Kustomize' + year: N/A + stars: 0 + description: '' +https://blog.stack-labs.com/code/kustomize-101: + title: 'blog.stack-labs.com: Kustomize - The right way to do templating in Kubernetes' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/6/kustomize-kubernetes: + title: 'opensource.com: Modify your Kubernetes manifests with Kustomize' + year: N/A + stars: 0 + description: '' +https://dev.to/katiatalhi/introduction-to-kustomize-how-to-customize-kubernetes-objects-3e08: + title: 'dev.to: Introduction to Kustomize - How to customize Kubernetes objects + kubernetes' + year: N/A + stars: 0 + description: '' +https://www.mirantis.com/blog/introduction-to-kustomize-part-1-creating-a-kubernetes-app-out-of-multiple-pieces: + title: 'mirantis.com: Kustomize Tutorial: Creating a Kubernetes app out of multiple + pieces' + year: N/A + stars: 0 + description: '' +https://codefresh.io/about-gitops/applied-gitops-with-kustomize: + title: 'codefresh.io: Applied GitOps with Kustomize' + year: N/A + stars: 0 + description: '' +https://tech.aabouzaid.com/2022/11/set-openapi-patch-strategy-for-kubernetes-custom-resources-kustomize.html: + title: 'tech.aabouzaid.com: Set OpenAPI patch strategy for Kubernetes Custom Resources + - Kustomize' + year: N/A + stars: 0 + description: '' +https://nakamasato.medium.com/comparison-between-helm-and-kustomize-for-kubernetes-yaml-management-aed32cef2627: + title: 'nakamasato.medium.com: Comparison between Helm and Kustomize for Kubernetes + yaml management' + year: N/A + stars: 0 + description: '' +https://pauldally.medium.com/kustomize-best-practices-part-1-86f9f22d2f20: + title: 'pauldally.medium.com: Kustomize Best Practices (Part 1)' + year: N/A + stars: 0 + description: '' +https://pauldally.medium.com/kustomize-best-practices-part-2-c560f1fa1409: + title: 'pauldally.medium.com: Kustomize Best Practices (Part 2)' + year: N/A + stars: 0 + description: '' +https://notmattlucas.com/kubernetes-configuration-with-kustomize-f4dbba250f3: + title: 'notmattlucas.com: Kubernetes Configuration with Kustomize' + year: N/A + stars: 0 + description: '' +https://medium.com/@nanditasahu031/how-to-start-with-kustomize-its-features-dd541c3d2fa8: + title: 'medium.com/@nanditasahu031: How to Start with Kustomize β€” it’s Features' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/helm-vs-kustomize: + title: 'harness.io: Comparing Helm vs Kustomize' + year: N/A + stars: 0 + description: '' +? https://nicolasbarlatier.hashnode.dev/introduction-kubernetes-and-kustomize-how-to-easily-customize-any-resource-configuration-with-kustomize +: title: 'nicolasbarlatier.hashnode.dev: Introduction Kubernetes and Kustomize: How + to easily customize any resource configuration with Kustomize?' + year: N/A + stars: 0 + description: '' +https://github.com/kostis-codefresh/gitops-environment-promotion: + title: '==github.com/kostis-codefresh: How to Model Your Gitops Environments with + kustomize== 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/pavanbelagatti/kubernetes-kustomize-tutorial-a-beginner-friendly-developer-guide-322n: + title: 'dev.to: Kubernetes Kustomize Tutorial: A Beginner-Friendly Developer Guide!' + year: N/A + stars: 0 + description: '' +https://pauldally.medium.com/kustomize-best-practices-part-3-1dbaa15fd16a: + title: 'pauldally.medium.com: Kustomize Best Practices (part 3)' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/helm-vs-kustomize-navigating-kubernetes-configuration-complexity-ae86596c3cf2: + title: 'levelup.gitconnected.com: Helm vs. Kustomize: Navigating Kubernetes Configuration + Complexity' + year: N/A + stars: 0 + description: '' +https://devopscube.com/kustomize-tutorial: + title: '==devopscube.com/kustomize-tutorial: Kustomize Tutorial: Comprehensive Guide + For Beginners== 🌟' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/kustomize-simple-manifest-manipulation-9330f7f40d5d: + title: 'blog.devgenius.io: Kustomize β€” K8 manifest patching' + year: N/A + stars: 0 + description: '' +https://faun.pub/how-to-build-a-gitops-workflow-with-argocd-kustomize-and-github-actions-f919e7443295: + title: 'faun.pub: How to build a GitOps workflow with ArgoCD, Kustomize and GitHub + Actions' + year: N/A + stars: 0 + description: '' +https://techiescamp.com/courses/kubernetes-kustomize: + title: '==techiescamp.com: Kubernetes Kustomize Crash Course==' + year: N/A + stars: 0 + description: '' +https://itnext.io/generating-transforming-and-patching-kubernetes-configuration-with-kustomize-fb7b02476a1b: + title: '==itnext.io: Generating, transforming, and patching Kubernetes configuration + with Kustomize==' + year: N/A + stars: 0 + description: '' +https://github.com/bbl/secretize: + title: Secretize 🌟 + year: N/A + stars: 0 + description: '' +https://itnext.io/helm-is-not-enough-you-also-need-kustomize-82bae896816e: + title: 'itnext.io: Helm Is Not Enough, You Also Need Kustomize' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/devops/helm-vs-kustomize: + title: 'harness.io: Comparing Helm vs Kustomize 🌟' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3601202/red-hats-crime-against-centos.html: + title: 'infoworld.com: Red Hat’s crime against CentOS' + year: N/A + stars: 0 + description: '' +https://arstechnica.com/gadgets/2021/01/centos-is-gone-but-rhel-is-now-free-for-up-to-16-production-servers: + title: 'arstechnica.com: CentOS is goneβ€”but RHEL is now free for up to 16 production + servers' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/linux-news/red-hat-introduces-new-no-cost-rhel-option: + title: 'cyberciti.biz: Red Hat introduces new no-cost RHEL option' + year: N/A + stars: 0 + description: '' +https://www.enterpriseai.news/2021/01/22/red-hats-disruption-of-centos-unleashes-storm-of-dissent: + title: 'enterpriseai.news: Red Hat’s Disruption of CentOS Unleashes Storm of Dissent' + year: N/A + stars: 0 + description: '' +https://arstechnica.com/gadgets/2021/01/on-the-death-of-centos-red-hat-liaison-brian-exelbierd-speaks: + title: 'arstechnica.com: Why Red Hat killed CentOSβ€”a CentOS board member speaks' + year: N/A + stars: 0 + description: '' +https://www.zdnet.com/article/free-red-hat-enterprise-linux-for-open-source-non-profit-organizations: + title: 'zdnet.com: Red Hat introduces free RHEL for open-source, non-profit organizations' + year: N/A + stars: 0 + description: '' +? https://www.genbeta.com/actualidad/red-hat-enterprise-linux-lanza-version-a-costo-para-llegar-a-publico-sectores-investigacion-academico +: title: 'genbeta.com: Red Hat Enterprise Linux lanza una versiΓ³n a bajo costo para + llegar a mΓ‘s pΓΊblico de sectores de investigaciΓ³n y acadΓ©mico' + year: N/A + stars: 0 + description: '' +https://www.makeuseof.com/best-centos-alternatives: + title: 'makeuseof.com: The 4 Best RHEL-Based Alternatives to CentOS' + year: N/A + stars: 0 + description: '' +https://www.centos.org/cl-vs-cs: + title: 'centos.org: Comparing Centos Linux and CentOS Stream' + year: N/A + stars: 0 + description: '' +https://www.makeuseof.com/best-red-hat-based-linux-distros: + title: 'makeuseof.com: The 7 Best Red Hat-Based Linux Distributions' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/13092/is-rocky-linux-the-new-centos: + title: 'cloudsavvyit.com: Is Rocky Linux the new CentOS?' + year: N/A + stars: 0 + description: '' +https://9to5linux.com/centos-alternative-rocky-linux-8-5-is-out-now-with-secure-boot-support-updated-components: + title: '9to5linux.com: CentOS Alternative Rocky Linux 8.5 Is Out Now with Secure + Boot Support, Updated Components' + year: N/A + stars: 0 + description: '' +https://github.com/vimwiki/vimwiki: + title: VimWiki + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/vim-commands: + title: 'redhat.com: Vim: Basic and intermediate commands' + year: N/A + stars: 0 + description: '' +https://thevaluable.dev/vim-advanced: + title: 'thevaluable.dev: A Vim Guide for Advanced Users' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/recursive-vim-macros: + title: 'redhat.com: Recursive Vim macros: One step further into automating repetitive + tasks' + year: N/A + stars: 0 + description: '' +https://openvim.com: + title: openvim.com + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/vim-a-how-to-guide-55f63bfdcff: + title: 'levelup.gitconnected.com: Vim: A How-To Guide' + year: N/A + stars: 0 + description: '' +https://neovim.io: + title: neovim + year: N/A + stars: 0 + description: '' +https://blog.ashwinchat.com/9-months-of-full-time-vim: + title: 'blog.ashwinchat.com: 9 Months of Full Time Neovim + Tmux' + year: N/A + stars: 0 + description: '' +https://gravitational.com/blog/how-to-ssh-properly: + title: 'gravitational.com: How to SSH Properly 🌟' + year: N/A + stars: 0 + description: '' +https://phoenixnap.com/kb/linux-ssh-commands: + title: 19 Common SSH Commands In Linux With Examples + year: N/A + stars: 0 + description: '' +https://www.commandlinefu.com/commands/matching/ssh/c3No/sort-by-votes: + title: commandlinefu.com/commands/matching/ssh + year: N/A + stars: 0 + description: '' +https://github.com/mohanad86/secure-ssh-python: + title: Auto-SSH for Linux security + year: N/A + stars: 0 + description: '' +https://github.com/suraksha-123/Grant-Revoke-ssh-access: + title: Grant-Revoke-ssh-access + year: N/A + stars: 0 + description: '' +https://dev.to/levivm/how-to-use-ssh-and-ssh-agent-forwarding-more-secure-ssh-2c32: + title: How to use SSH properly and what is SSH Agent Forwarding + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/faq/how-to-set-up-ssh-keys-on-linux-unix: + title: How To Set up SSH Keys on a Linux / Unix System + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/7/linux-shellhub: + title: 'opensource.com: Bypass your Linux firewall with SSH over HTTP' + year: N/A + stars: 0 + description: '' +https://www.atareao.es/ubuntu/tuneles-ssh: + title: TΓΊneles SSH + year: N/A + stars: 0 + description: '' +https://www.paepper.com/blog/posts/how-to-properly-manage-ssh-keys-for-server-access: + title: 'paepper.com: How to properly manage ssh keys for server access' + year: N/A + stars: 0 + description: '' +https://goteleport.com/blog/ssh-certificates: + title: 'goteleport.com: SSH Certificates Security. SSH Access Hardening 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/josephmidura/how-to-manage-multiple-ssh-key-pairs-1ik: + title: 'dev.to: How to Manage Multiple SSH Key Pairs' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/tips/linux-unix-bsd-openssh-server-best-practices.html: + title: 'cyberciti.biz: Top 20 OpenSSH Server Best Security Practices' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/faq/linux-unix-reuse-openssh-connection: + title: 'cyberciti.biz: How To Reuse SSH Connection To Speed Up Remote Login Process + Using Multiplexing' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/faq/howto-ssh-changing-passphrase: + title: 'cyberciti.biz: OpenSSH Change a Passphrase With ssh-keygen command' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/ssh-made-easy-with-ssh-agent-and-ssh-config: + title: 'thenewstack.io: SSH Made Easy with SSH Agent and SSH Config' + year: N/A + stars: 0 + description: '' +https://www.linuxteck.com/basic-ssh-client-commands-in-linux: + title: 'linuxteck.com: 10 basic and most useful ''ssh'' client commands in Linux' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/tips/how-to-audit-ssh-server-and-client-config-on-linux-unix.html: + title: 'cyberciti.biz: How to audit SSH server and client config on Linux/Unix' + year: N/A + stars: 0 + description: '' +https://iximiuz.com/en/posts/ssh-tunnels: + title: '==iximiuz.com: A Visual Guide to SSH Tunnels: Local and Remote Port Forwarding== + 🌟' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/6-openssl-commands: + title: 'redhat.com: 6 OpenSSL command options that every sysadmin should know' + year: N/A + stars: 0 + description: '' +https://www.tecmint.com/testssl-sh-test-tls-ssl-encryption-in-linux-commandline: + title: 'tecmint.com: Testssl.sh – Testing TLS/SSL Encryption Anywhere on Any Port' + year: N/A + stars: 0 + description: '' +http://www.linuxfoundation.org: + title: The Linux Foundation + year: N/A + stars: 0 + description: '' +https://www.tecmint.com: + title: tecmint.com 🌟 + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz: + title: nixCraft 🌟 + year: N/A + stars: 0 + description: '' +https://unixmen.com: + title: unixmen.com 🌟 + year: N/A + stars: 0 + description: '' +https://opensource.com: + title: opensource.com 🌟 + year: N/A + stars: 0 + description: '' +https://www.linux.com: + title: linux.com 🌟 + year: N/A + stars: 0 + description: '' +https://www.linuxteck.com: + title: linuxteck.com + year: N/A + stars: 0 + description: '' +https://linoxide.com: + title: linoxide.com 🌟 + year: N/A + stars: 0 + description: '' +https://linuxjourney.com: + title: linuxjourney.com + year: N/A + stars: 0 + description: '' +https://www.howtoforge.com: + title: howtoforge.com + year: N/A + stars: 0 + description: '' +https://tecadmin.net: + title: tecadmin.net + year: N/A + stars: 0 + description: '' +https://www.systemcodegeeks.com: + title: systemcodegeeks.com + year: N/A + stars: 0 + description: '' +https://www.linuxnix.com: + title: linuxnix.com + year: N/A + stars: 0 + description: '' +http://fossforce.com: + title: FOSS Force + year: N/A + stars: 0 + description: '' +http://www.linuxhomenetworking.com: + title: linuxhomenetworking.com + year: N/A + stars: 0 + description: '' +http://www.linuxtoday.com: + title: linuxtoday.com + year: N/A + stars: 0 + description: '' +http://unixetc.co.uk: + title: unixetc.co.uk + year: N/A + stars: 0 + description: '' +http://lwn.net: + title: LWN.net + year: N/A + stars: 0 + description: '' +http://www.linux-tutorial.info: + title: Linux-tutorial.info + year: N/A + stars: 0 + description: '' +https://lonesysadmin.net: + title: The Lone Sysadmin + year: N/A + stars: 0 + description: '' +http://www.linuxlinks.com: + title: LinuxLinks.com + year: N/A + stars: 0 + description: '' +http://unixmages.com: + title: unixmages.com + year: N/A + stars: 0 + description: '' +http://www.thegeekstuff.com: + title: The Geek Stuff + year: N/A + stars: 0 + description: '' +https://abarrak.gitbook.io/linux-sysops-handbook: + title: 'abarrak.gitbook.io: Linux SysOps Handbook 🌟' + year: N/A + stars: 0 + description: '' +http://systemadmin.es: + title: systemadmin.es + year: N/A + stars: 0 + description: '' +http://www.muylinux.com: + title: muylinux.com + year: N/A + stars: 0 + description: '' +http://www.linuxadictos.com: + title: linuxadictos.com + year: N/A + stars: 0 + description: '' +https://www.youtube.com/channel/UCu2eNnWy-zc1xt_shCXQQfA: + title: Linux Skills + year: N/A + stars: 0 + description: '' +https://www.youtube.com/user/climagic: + title: CLImagic + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/linuxadmin: + title: reddit.com/r/linuxadmin + year: N/A + stars: 0 + description: '' +https://www.tecmint.com/watchman-monitor-file-changes-in-linux: + title: '**watchman command**: A File and Directory Watching Tool for Changes' + year: N/A + stars: 0 + description: '' +https://linoxide.com/linux-command/use-ip-command-linux: + title: '**ip command**: How to use IP Command in Linux with Examples' + year: N/A + stars: 0 + description: '' +https://nordicapis.com/understanding-the-hidden-powers-of-curl: + title: '**curl command**: Understanding the Hidden Powers of curl' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/faq/howto-use-grep-command-in-linux-unix: + title: How To Use grep Command In Linux / UNIX 🌟 + year: N/A + stars: 0 + description: '' +https://www.tecmint.com/vtop-monitor-linux-process-usage: + title: 'tecmint.com: vtop – A Linux Process and Memory Activity Monitoring Tool' + year: N/A + stars: 0 + description: '' +https://www.tecmint.com/install-htop-on-centos-8: + title: 'tecmint.com: How to Install htop on CentOS 8' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/open-source/command-line-hacks/bpytop-awesome-linux-macos-and-freebsd-resource-monitor: + title: 'cyberciti.biz: bpytop – Awesome Linux, macOS and FreeBSD resource monitor' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/curl-hack-httpie: + title: 'redhat.com: Save time at the command line with HTTPie instead of curl' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/world-domination-cgroups-part-8-down-and-dirty-cgroup-v2: + title: 'redhat.com: World domination with cgroups part 8: down and dirty with cgroup + v2' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/rsync-examples-rsync-options-and-how-to-copy-files-over-ssh: + title: 'freecodecamp.org: RSync Examples – Rsync Options and How to Copy Files Over + SSH' + year: N/A + stars: 0 + description: '' +https://www.tecmint.com/control-systemd-services-on-remote-linux-server: + title: 'tecmint.com: How to Control Systemd Services on Remote Linux Server' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/configure-ssh-keygen: + title: 'redhat.com: Using ssh-keygen and sharing for key-based authentication in + Linux' + year: N/A + stars: 0 + description: '' +https://www.tecmint.com/run-commands-from-standard-input-using-tee-and-xargs-in-linux: + title: 'tecmint.com: How to Run Commands from Standard Input Using Tee and Xargs + in Linux' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/faq/howto-configure-dual-wan-load-balance-failover-pfsense-router: + title: 'cyberciti.biz: How to configure pfSense as multi wan (DUAL WAN) load balance + failover router' + year: N/A + stars: 0 + description: '' +https://nikhilism.com/post/2020/mystery-knowledge-useful-tools: + title: 'nikhilism.com: Mystery Knowledge and Useful Tools' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/cheat-sheets/linux-commands-cheat-sheet: + title: 'developers.redhat.com: Linux commands for developers' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix: + title: 'cyberciti.biz: BASH Shell Change The Color of Shell Prompt on Linux or UNIX' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/faq/find-check-tls-ssl-certificate-expiry-date-from-linux-unix: + title: 'cyberciti.biz: How to check TLS/SSL certificate expiration date from command-line' + year: N/A + stars: 0 + description: '' +https://www.igoroseledko.com/parallel-rsync: + title: 'igoroseledko.com: Parallel Rsync' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/using-asciinema: + title: 'redhat.com: How to record your Linux terminal using asciinema' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/5-rsync-tips: + title: 'redhat.com: 5 advanced rsync tips for Linux sysadmins' + year: N/A + stars: 0 + description: '' +https://metacpan.org/pod/App::a2p: + title: 'metacpan.org: a2p - Awk to Perl translator' + year: N/A + stars: 0 + description: '' +https://github.com/oilshell/oil/wiki/Alternative-Shells: + title: 'oilshell: Alternative shells' + year: N/A + stars: 0 + description: '' +https://blog.wesleyac.com/posts/timezone-bullshit: + title: Timezone Bullshit + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/faq/how-to-check-memory-utilization-in-linux: + title: 'cyberciti.biz: How to check memory utilization in Linux' + year: N/A + stars: 0 + description: '' +https://www.tecmint.com/linux-column-command: + title: 'tecmint.com: Different Ways to Use Column Command in Linux' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/3/grep-cheat-sheet: + title: 'opensource.com: How to use the Linux grep command' + year: N/A + stars: 0 + description: '' +https://dnschecker.org: + title: dnschecker.org 🌟 + year: N/A + stars: 0 + description: '' +https://www.tecmint.com/commands-to-collect-system-and-hardware-information-in-linux: + title: 'tecmint.com: 10 Useful Commands to Collect System and Hardware Information + in Linux' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/faq/how-do-i-find-the-largest-filesdirectories-on-a-linuxunixbsd-filesystem: + title: 'cyberciti.biz: How To Find Largest Top 10 Files and Directories On Linux + / UNIX / BSD' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/faq/how-to-restart-systemd-without-rebooting-linux-when-critical-libraries-installed: + title: 'cyberciti.biz: How to restart systemd without rebooting Linux when critical + libraries installed' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/open-source/install-ncdu-on-linux-unix-ncurses-disk-usage: + title: 'cyberciti.biz: How to install ncdu on Linux / Unix to see disk usage' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/tips/check-unix-linux-configuration-file-for-syntax-errors.html: + title: 'cyberciti.biz: 21 Examples To Make Sure Unix / Linux Configuration Files + Are Free From Syntax Errors' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/3/meld: + title: 'opensource.com: Don''t love diff? Use Meld instead' + year: N/A + stars: 0 + description: '' +https://kalilinuxtutorials.com/ldsview: + title: 'kalilinuxtutorials.com: Ldsview : Offline search tool for LDAP directory + dumps in LDIF format' + year: N/A + stars: 0 + description: '' +https://medium.com/cloud-techies/useful-commands-solutions-49f1c1b4e033: + title: 'medium: Useful Commands/Solutions' + year: N/A + stars: 0 + description: '' +https://www.patreon.com/climagic: + title: CLImagic subscription + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/faq/how-to-save-terminal-output-to-a-file-under-linux-unix: + title: 'cyberciti.biz: How to save terminal output to a file under Linux/Unix' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/open-source/command-line-hacks/linux-ls-commands-examples: + title: 'cyberciti.biz: ls* Commands Are Even More Useful Than You May Have Thought' + year: N/A + stars: 0 + description: '' +https://linuxtechlab.com/search-a-file-in-linux-using-find-locate-command: + title: 'linuxtechlab.com: Search a file in Linux using Find & Locate command' + year: N/A + stars: 0 + description: '' +https://www.tecmint.com/install-collectd-and-collectd-web-to-monitor-server-resources-in-linux: + title: 'tecmint.com: How to Install and Configure β€˜Collectd’ and β€˜Collectd-Web’ + to Monitor Server Resources in Linux' + year: N/A + stars: 0 + description: '' +https://sysadminxpert.com/how-to-watch-real-time-tcp-and-udp-ports-on-linux: + title: 'sysadminxpert.com: How to watch real time TCP and UDP ports on Linux (netstat + & ss) 🌟' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/faq/how-to-flush-redis-cache-and-delete-everything-using-the-cli: + title: 'cyberciti.biz: How to flush Redis cache and delete everything using the + CLI' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/faq/find-large-files-linux: + title: 'cyberciti.biz: How To: Linux Find Large Files in a Directory' + year: N/A + stars: 0 + description: '' +https://www.linuxteck.com/curl-command-in-linux-with-examples: + title: 'linuxteck.com: 15 basic curl command in Linux with practical examples' + year: N/A + stars: 0 + description: '' +https://www.linuxteck.com/basic-cat-command-in-linux-with-examples: + title: 'linuxteck.com: 12 basic cat command in Linux with examples' + year: N/A + stars: 0 + description: '' +https://www.tecmint.com/find-recent-modified-files-in-linux: + title: 'tecmint.com: How to Find Recent or Today’s Modified Files in Linux 🌟' + year: N/A + stars: 0 + description: '' +https://www.linuxshelltips.com/netcat-linux-port-scanning: + title: 'linuxshelltips.com: How to Use Netcat to Scan Open Ports in Linux 🌟' + year: N/A + stars: 0 + description: '' +https://rclone.org: + title: Rclone 🌟🌟🌟 + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/datacenter/linux-unix-bsd-osx-cannot-write-to-hard-disk: + title: 'cyberciti.biz: 8 Tips to Solve Linux Hard Disk Problems: Like Disk Full + Or Can’t Write to the Disk' + year: N/A + stars: 0 + description: '' +https://blog.ycrash.io/2021/06/28/dmesg-unix-linux-command-beginners-introduction-with-examples: + title: 'blog.ycrash.io: dmesg – Unix/Linux command, beginners introduction with + examples' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/7/parse-xml-linux: + title: 'opensource.com: Use XMLStarlet to parse XML in the Linux terminal' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/5-linux-commands: + title: 'redhat.com: 5 Linux commands I''m going to start using' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/05/21/build-your-own-rpm-package-sample-go-program: + title: 'developers.redhat.com: Build your own RPM package with a sample Go program + to simplify installing, updating, or removing a piece of software' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/faq/how-to-copy-and-transfer-files-remotely-on-linux-using-scp-and-rsync: + title: 'cyberciti.biz: How to copy and transfer files remotely on Linux using scp + and rsync' + year: N/A + stars: 0 + description: '' +https://www.nginx.com/blog/what-are-namespaces-cgroups-how-do-they-work: + title: 'nginx.com: What Are Namespaces and cgroups, and How Do They Work? 🌟' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/faq/how-to-check-cpu-temperature-on-ubuntu-linux: + title: 'cyberciti.biz: How to check CPU temperature on Ubuntu Linux' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/7/check-disk-space-linux-du: + title: 'opensource.com: Check used disk space on Linux with du' + year: N/A + stars: 0 + description: '' +https://www.linuxshelltips.com/kill-linux-process-with-port: + title: 'linuxshelltips.com: How to Kill Running Linux Process on Particular Port' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/the-linux-commands-handbook: + title: 'freecodecamp.org: The Linux Command Handbook 🌟' + year: N/A + stars: 0 + description: '' +https://www.tecmint.com/rsync-local-remote-file-synchronization-commands: + title: 'tecmint.com: 10 Practical Examples of Rsync Command in Linux' + year: N/A + stars: 0 + description: '' +https://www.tecmint.com/check-linux-disk-usage-of-files-and-directories: + title: 'tecmint.com: 10 Useful du (Disk Usage) Commands to Find Disk Usage of Files + and Directories' + year: N/A + stars: 0 + description: '' +https://www.tecmint.com/difference-between-grep-egrep-and-fgrep-in-linux: + title: 'tecmint.com: What’s Difference Between Grep, Egrep and Fgrep in Linux?' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/8/linux-stat-file-status: + title: 'opensource.com: Check file status on Linux with the stat command' + year: N/A + stars: 0 + description: '' +https://www.tecmint.com/how-to-kill-a-process-in-linux: + title: 'tecmint.com: How to Kill Linux Process Using Kill, Pkill and Killall' + year: N/A + stars: 0 + description: '' +https://www.linuxteck.com/13-top-command-in-linux: + title: 'linuxteck.com: 13 Top command in Linux (Monitor Linux Server Processes) + 🌟' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/faq/df-command-examples-in-linux-unix: + title: 'cyberciti.biz: How to use df command in Linux / Unix {with examples}' + year: N/A + stars: 0 + description: '' +https://www.commandlinefu.com/commands/view/9116/compare-directories-via-diff: + title: 'commandlinefu.com: Compare directories via diff' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/10/check-java-jps: + title: 'opensource.com: Check Java processes on Linux with the jps command' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/10/memory-stats-linux-smem: + title: 'opensource.com: Get memory use statistics with this Linux command-line tool' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/linux-commands-manage-groups: + title: 'redhat.com: 3 basic Linux group management commands every sysadmin should + know' + year: N/A + stars: 0 + description: '' +https://itsfoss.com/exa: + title: itsfoss.com/exa + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/programming/color-terminal-highlighter-for-diff-files: + title: 'cyberciti.biz: diff Command Colorize Output On the Unix / Linux Command + Line' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/how-to-use-tmuxp-to-manage-your-tmux-session-614b6d42d6b6: + title: 'betterprogramming.pub: How to Use tmuxp to Manage Your tmux Session' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/11/cron-linux: + title: 'opensource.com: Linux tips for using cron to schedule tasks' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/10/linux-wget-command: + title: 'opensource.com: 7 handy tricks for using the Linux wget command' + year: N/A + stars: 0 + description: '' +https://www.makeuseof.com/best-cli-tools-to-monitor-linux-performance-terminal: + title: 'makeuseof.com: The 6 Best Command Line Tools to Monitor Linux Performance + in the Terminal' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/10/linux-tools-erase-data: + title: 'opensource.com: 4 Linux tools to erase your data' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/one-line-linux-commands: + title: '==redhat.com: 20 one-line Linux commands to add to your toolbox==' + year: N/A + stars: 0 + description: '' +https://github.com/gcla/termshark: + title: termshark + year: N/A + stars: 0 + description: '' +https://www.baeldung.com/linux/max-threads-per-process: + title: 'baeldung.com: Maximum Number of Threads Per Process in Linux' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/22/1/record-terminal-session-asciinema: + title: 'opensource.com: Record your terminal session with Asciinema' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/nmap-scripting-engine: + title: 'redhat.com: 5 scripts for getting started with the Nmap Scripting Engine' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/DNS-name-resolution-troubleshooting-tools: + title: 'redhat.com: Linux troubleshooting commands: 4 tools for DNS name resolution + problems' + year: N/A + stars: 0 + description: '' +https://jvns.ca/blog/2022/04/12/a-list-of-new-ish--command-line-tools: + title: '==jvns.ca: A list of new(ish) command line tools | Julia Evans==' + year: N/A + stars: 0 + description: '' +https://itsfoss.com/htop-alternatives: + title: 'itsfoss.com: 5 htop Alternatives to Enhance Your Linux System Monitoring + Experience' + year: N/A + stars: 0 + description: '' +https://dev.to/kanani_nirav/50-linux-commands-every-developer-need-to-know-with-example-mc: + title: 'dev.to: 50 Linux Commands every developer NEED to know with example' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/devops-in-linux-systemd-introduction-db7f49cb566b: + title: 'blog.devgenius.io: DevOps in Linux β€” Systemd Introduction' + year: N/A + stars: 0 + description: '' +https://difftastic.wilfred.me.uk: + title: difftastic.wilfred.me.uk + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com/community/tutorials/how-to-use-journalctl-to-view-and-manipulate-systemd-logs: + title: 'digitalocean.com: How To Use Journalctl to View and Manipulate Systemd Logs + 🌟' + year: N/A + stars: 0 + description: '' +https://blog.techiescamp.com/docs/wcurl: + title: 'blog.techiescamp.com: wcurl: A Simple Wrapper for curl to download files' + year: N/A + stars: 0 + description: '' +https://makefiletutorial.com: + title: makefiletutorial.com 🌟 + year: N/A + stars: 0 + description: '' +https://libguestfs.org/guestfish.1.html: + title: Guestfish + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/customize-vm-cloud-images-guestfish: + title: 'redhat.com: How to customize VM and cloud images with guestfish' + year: N/A + stars: 0 + description: '' +https://www.busybox.net: + title: busybox.net + year: N/A + stars: 0 + description: '' +? https://www.genbeta.com/herramientas/busybox-ejecutable-que-agrupa-casi-200-utilidades-gnu-linea-comandos-que-puedes-usar-tambien-windows-android +: title: 'genbeta.com: BusyBox, el ejecutable que agrupa casi 200 utilidades Unix + de lΓ­nea de comandos (y que puedes usar tambiΓ©n en Windows o Android)' + year: N/A + stars: 0 + description: '' +https://www.igoroseledko.com/checking-multiple-variables-in-bash: + title: 'igoroseledko.com: Checking Multiple Variables in Bash' + year: N/A + stars: 0 + description: '' +https://ebook.bobby.sh/training.html: + title: Introduction to Bash Scripting Interactive training + year: N/A + stars: 0 + description: '' +https://dev.to/bobbyiliev/introduction-to-bash-scripting-5571: + title: 'dev.to: Introduction to Bash Scripting - A DO Hackathon Submission' + year: N/A + stars: 0 + description: '' +https://datafix.com.au/BASHing: + title: 'datafix.com.au: BASHing data - Data ops on the Linux command line 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/bash-tips-and-tricks/how-to-trigger-an-action-at-the-end-of-the-shell-bash-script-52b0ba9c157e: + title: 'medium: How to trigger an action at the end of the Shell/Bash script' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/data-text-files: + title: 'redhat.com: Bash scripting: How to read data from text files' + year: N/A + stars: 0 + description: '' +http://www.pement.org/sed/sed1line.txt: + title: 'pement.org: Over 100 sed one-liners' + year: N/A + stars: 0 + description: '' +https://github.com/anordal/shellharden/blob/master/how_to_do_things_safely_in_bash.md: + title: 'github: Safe ways to do things in bash' + year: N/A + stars: 0 + description: '' +https://rexegg.com/regex-tricks.html: + title: 'rexegg.com: Regex Syntax Tricks' + year: N/A + stars: 0 + description: '' +http://www.pement.org/awk/awk1line.txt: + title: 'pement.org: Handy one-line scripts for AWK' + year: N/A + stars: 0 + description: '' +http://robertmuth.blogspot.com/2012/08/better-bash-scripting-in-15-minutes.html: + title: 'robertmuth.blogspot.com: Better Bash Scripting in 15 Minutes' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/faq/unix-linux-bash-script-check-if-variable-is-empty: + title: 'cyberciti.biz: How To Bash Shell Find Out If a Variable Is Empty Or Not' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/faq/bash-for-loop: + title: 'cyberciti.biz: Bash For Loop Examples' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/6/bash-config: + title: 'opensource.com: Parsing config files with Bash' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/12277/how-to-use-multi-threaded-processing-in-bash-scripts: + title: 'cloudsavvyit.com: How to Use Multi-Threaded Processing in Bash Scripts' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/8/option-parsing-bash: + title: 'opensource.com: How to include options in your Bash shell scripts' + year: N/A + stars: 0 + description: '' +https://bash.cyberciti.biz/guide/Main_Page: + title: bash.cyberciti.biz Wiki 🌟 + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/find-non-expiring-passwords: + title: 'redhat.com: Audit user accounts for never-expiring passwords with a Bash + script' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/an-introduction-to-awk: + title: 'thenewstack.io: An Introduction to AWK' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/faq/repeat-a-character-in-bash-script-under-linux-unix: + title: 'cyberciti.biz: How to repeat a character β€˜n’ times in Bash' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/edit-text-bash-command: + title: 'redhat.com: 2 Bash commands to change strings in multiple files at once' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/faq/unix-linux-bash-read-comma-separated-cvsfile: + title: 'cyberciti.biz: Bash Read Comma Separated CSV File on Linux / Unix' + year: N/A + stars: 0 + description: '' +https://fedoramagazine.org/bash-shell-scripting-for-beginners-part-1: + title: 'fedoramagazine.org: Bash Shell Scripting for beginners (Part 1)' + year: N/A + stars: 0 + description: '' +https://www.igoroseledko.com/awk-sed-snippets-for-sysadmins: + title: 'igoroseledko.com: Awk & sed Snippets for SysAdmins' + year: N/A + stars: 0 + description: '' +https://dev.to/unfor19/writing-bash-scripts-like-a-pro-part-1-styling-guide-4bin: + title: 'dev.to: Writing Bash Scripts Like A Pro - Part 1 - Styling Guide' + year: N/A + stars: 0 + description: '' +https://linuxhandbook.com/variables-bash-script: + title: 'linuxhandbook.com: Unusual Ways to Use Variables Inside Bash Scripts' + year: N/A + stars: 0 + description: '' +https://opensource.com/downloads/bash-programming-guide: + title: 'opensource.com: An introduction to programming with Bash (eBook)' + year: N/A + stars: 0 + description: '' +https://pythonspeed.com/articles/shell-scripts: + title: 'pythonspeed.com: Please stop writing shell scripts' + year: N/A + stars: 0 + description: '' +https://www.linuxshelltips.com/difference-between-and-in-bash: + title: 'linuxshelltips.com: What’s the Difference Between ${} and $() in Bash' + year: N/A + stars: 0 + description: '' +https://medium.com/kubehub/a-series-on-bash-scripting-eecd0293fab5: + title: 'medium.com/kubehub: A Series on Bash Scripting' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/start-your-scripting-journey-today-bash-script-part-1-46cbddf4e4e7: + title: 'levelup.gitconnected.com: Start Your Scripting Journey Today | Bash Script + β€” Part 1' + year: N/A + stars: 0 + description: '' +https://medium.com/@saurabhdahibhate50/devops-day-04-task-e51d64ffbf16: + title: 'medium.com: Shell Scripting for DevOps with Examples' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/5-bash-string-manipulation-methods-that-help-every-developer-49d4ee38b593: + title: 'levelup.gitconnected.com: 5 Bash String Manipulation Methods That Help Every + Developer' + year: N/A + stars: 0 + description: '' +https://piyushverma.hashnode.dev/basic-linux-shell-scripting-for-devops-engineers: + title: 'piyushverma.hashnode.dev: Basic Linux Shell Scripting for DevOps Engineers' + year: N/A + stars: 0 + description: '' +https://www.gnu.org/software/parallel: + title: gnu.org/software/parallel + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?list=PLlrxD0HtieHh9ZhrnEbZKhzk0cetzuX7l: + title: '==youtube: Bash for Beginners==' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/5-questions-interview: + title: 'redhat.com: 5 questions to ask during your next sysadmin interview' + year: N/A + stars: 0 + description: '' +https://github.com/trimstray/test-your-sysadmin-skills: + title: ==trimstray/test-your-sysadmin-skills== + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/bash-vs-python-vs-javascript-which-is-better-for-automation-92a277ef49e: + title: 'betterprogramming.pub: Bash vs. Python vs. JavaScript: Which Is Better for + Automation? 🌟' + year: N/A + stars: 0 + description: '' +https://ohmyz.sh: + title: Oh My Zsh + year: N/A + stars: 0 + description: '' +https://zshdb.readthedocs.io: + title: zshdb.readthedocs.io + year: N/A + stars: 0 + description: '' +https://github.com/zsh-users/zsh-autosuggestions: + title: github.com/zsh-users/zsh-autosuggestions 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/google/zx: + title: zx + year: N/A + stars: 0 + description: '' +https://github.com/iovisor/bpftrace: + title: bpftrace + year: N/A + stars: 0 + description: '' +https://www.percona.com/blog/2020/09/11/how-much-memory-does-the-process-really-take-on-linux: + title: 'percona.com: How Much Memory Does the Process Really Take on Linux? 🌟' + year: N/A + stars: 0 + description: '' +https://www.learnsteps.com/difference-between-minor-page-faults-vs-major-page-faults: + title: 'learnsteps.com: Difference between minor page faults vs major page faults' + year: N/A + stars: 0 + description: '' +https://github.com/cyberus-technology/virtualbox-kvm: + title: 'github.com/cyberus-technology/virtualbox-kvm: KVM Backend for VirtualBox + 🌟' + year: N/A + stars: 0 + description: '' +https://tldp.org/LDP/sag/html/index.html: + title: 'tldp.org: The Linux System Administrator''s Guide 🌟' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/linux-pid-namespaces: + title: How Linux PID namespaces work with containers 🌟 + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/5/systemd-troubleshooting-tool: + title: Start using systemd as a troubleshooting tool + year: N/A + stars: 0 + description: '' +http://www.climagic.org: + title: climagic.org + year: N/A + stars: 0 + description: '' +http://linux.101hacks.com: + title: Linux 101 Hacks + year: N/A + stars: 0 + description: '' +https://linuxjourney.com/lesson/the-shell: + title: linuxjourney.com commandline + year: N/A + stars: 0 + description: '' +https://github.com/jlevy/the-art-of-command-line: + title: The Art of Command Line + year: N/A + stars: 0 + description: '' +https://twitter.com/commandlinefu: + title: twitter.com/commandlinefu + year: N/A + stars: 0 + description: '' +https://twitter.com/commandlinefu3: + title: twitter.com/commandlinefu3 + year: N/A + stars: 0 + description: '' +https://twitter.com/commandlinefu10: + title: twitter.com/commandlinefu10 + year: N/A + stars: 0 + description: '' +https://nickjanetakis.com/blog/wait-until-your-dockerized-database-is-ready-before-continuing: + title: Wait until Your Dockerized Database Is Ready before Continuing + year: N/A + stars: 0 + description: '' +https://github.com/nickjj/wait-until: + title: github.com/nickjj/wait-until + year: N/A + stars: 0 + description: '' +https://copr.fedorainfracloud.org: + title: copr.fedorainfracloud.org + year: N/A + stars: 0 + description: '' +https://pagure.io/copr/copr: + title: Copr + year: N/A + stars: 0 + description: '' +https://pulpproject.org: + title: pulpproject.org + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/announcing-the-hashicorp-linux-repository: + title: Announcing the HashiCorp Linux Repository + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/6/linux-libraries: + title: How to handle dynamic and static libraries in Linux + year: N/A + stars: 0 + description: '' +http://www.ntop.org: + title: ntop + year: N/A + stars: 0 + description: '' +http://ngrep.sourceforge.net: + title: ngrep + year: N/A + stars: 0 + description: '' +http://angryip.org: + title: Angry IP Scanner (or simply ipscan) + year: N/A + stars: 0 + description: '' +http://www.cyberciti.biz/tips/linux-investigate-sockets-network-connections.html: + title: 'cyberciti.biz - ss: Display Linux TCP / UDP Network and Socket Information' + year: N/A + stars: 0 + description: '' +http://www.cyberciti.biz/files/ss.html: + title: 'cyberciti.biz - SS Utility: Quick Intro' + year: N/A + stars: 0 + description: '' +http://www.binarytides.com/linux-ss-command: + title: binarytides.com - 10 examples of Linux ss command to monitor network connections + year: N/A + stars: 0 + description: '' +http://unix.stackexchange.com/questions/252744/ss-linux-socket-statistics-utility-output-format: + title: 'unix.stackexchange.com: ss - linux socket statistics utility output format' + year: N/A + stars: 0 + description: '' +http://stackoverflow.com/questions/11763376/difference-between-netstat-and-ss-in-linux: + title: 'stackoverflow.com: difference between netstat and ss in linux?' + year: N/A + stars: 0 + description: '' +https://github.com/knorrie/network-examples: + title: Linux networking examples and tutorials for advanced users + year: N/A + stars: 0 + description: '' +https://blog.pandorafms.org/network-commands: + title: 'blog.pandorafms.org: Useful Network commands' + year: N/A + stars: 0 + description: '' +https://www.redeszone.net/tutoriales/servidores/diferencias-proxy-vs-proxy-inverso: + title: Diferencias entre servidor proxy y servidor proxy inverso + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/tips/linux-iptables-examples.html: + title: 'cyberciti.biz: Linux: 25 Iptables Netfilter Firewall Examples For New SysAdmins' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/tcpdump-part-one: + title: 'redhat.com: 6 tcpdump network traffic filter options' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/sysadmin-essentials-networking-basics: + title: 'redhat.com: Learn the networking basics every sysadmin needs to know' + year: N/A + stars: 0 + description: '' +https://www.tecmint.com/linux-network-bandwidth-monitoring-tools: + title: 'tecmint.com: 16 Useful Bandwidth Monitoring Tools to Analyze Network Usage + in Linux' + year: N/A + stars: 0 + description: '' +https://iximiuz.com/en/posts/laymans-iptables-101: + title: 'iximiuz.com: Illustrated introduction to Linux iptables' + year: N/A + stars: 0 + description: '' +https://www.linuxteck.com/basic-useful-firewall-cmd-commands-in-linux: + title: 'linuxteck.com: 15 basic useful firewall-cmd commands in Linux' + year: N/A + stars: 0 + description: '' +https://www.tecmint.com/20-netstat-commands-for-linux-network-management: + title: 'tecmint.com: 20 Netstat Commands for Linux Network Management' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/five-network-commands: + title: 'redhat.com: 5 Linux network troubleshooting commands 🌟' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/tcp-vs-udp: + title: 'freecodecamp.org: TCP vs. UDP β€” What''s the Difference and Which Protocol + is Faster?' + year: N/A + stars: 0 + description: '' +https://howdns.works: + title: howdns.works + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3614605/6-reasons-to-switch-to-managed-kubernetes.html: + title: 'infoworld.com: 6 reasons to switch to managed Kubernetes' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/allocatable-resources: + title: Allocatable memory and CPU in Kubernetes Nodes 🌟 + year: N/A + stars: 0 + description: '' +https://www.armosec.io/blog/which-managed-kubernetes-is-right-for-me: + title: '==armosec.io: Which Managed Kubernetes Is Right for Me?==' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3649710/cncf-survey-managed-kubernetes-becomes-the-norm.html: + title: '==infoworld.com: CNCF survey: Managed Kubernetes becomes the norm==' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/architect/managed-kubernetes: + title: 'redhat.com: What architects need to know about managed Kubernetes' + year: N/A + stars: 0 + description: '' +https://dev.to/thenjdevopsguy/aks-vs-eks-vs-gke-2459: + title: 'dev.to/thenjdevopsguy: AKS vs EKS vs GKE' + year: N/A + stars: 0 + description: '' +https://medium.com/@Platform9Sys/kubernetes-cloud-services-comparing-gke-eks-and-aks-1fe42770cad3: + title: 'medium.com: Kubernetes Cloud Services: Comparing GKE, EKS and AKS' + year: N/A + stars: 0 + description: '' +https://www.stackrox.com/post/2020/02/eks-vs-gke-vs-aks: + title: 'stackrox.com: EKS vs GKE vs AKS - Evaluating Kubernetes in the Cloud' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=xM9jpcVGTzY: + title: 'youtube: Kubernetes Comparison' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/state-of-managed-kubernetes-2020-4be006643360: + title: 'medium: State of Managed Kubernetes 2020' + year: N/A + stars: 0 + description: '' +https://medium.com/better-programming/managed-kubernetes-services-compared-gke-vs-eks-vs-aks-df1ecb22bba0: + title: 'medium: Managed Kubernetes Services Compared: GKE vs. EKS vs. AKS' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/aks-vs-eks-vs-gke-managed-kubernetes-services-compared: + title: 'acloudguru.com: AKS vs EKS vs GKE: Managed Kubernetes services compared' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/otomi-container-platform-offers-an-integrated-kubernetes-bundle: + title: 'thenewstack.io: Otomi Container Platform Offers an Integrated Kubernetes + Bundle' + year: N/A + stars: 0 + description: '' +https://otomi.io: + title: otomi.io 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/redkubes/otomi-core: + title: '==github: Otomi==' + year: N/A + stars: 0 + description: '' +https://www.udemy.com/course/amazon-eks-starter-kubernetes-on-aws: + title: 'udemy.com: amazon eks starter kubernetes on aws' + year: N/A + stars: 0 + description: '' +https://medium.com/@thapliyal705/create-amazon-eks-cluster-from-scratch-using-eksctl-67e0d0900245: + title: 'medium.com/@thapliyal705: Create Amazon EKS Cluster from scratch using eksctl' + year: N/A + stars: 0 + description: '' +https://www.stackrox.com/post/2019/09/amazon-eks-security-best-practices: + title: Amazon EKS Security Best Practices + year: N/A + stars: 0 + description: '' +https://thenewstack.io/tutorial-install-and-configure-openebs-on-amazon-elastic-kubernetes-service: + title: 'thenewstack.io: Install and Configure OpenEBS on Amazon Elastic Kubernetes + Service' + year: N/A + stars: 0 + description: '' +https://www.magalix.com/blog/deploying-kubernetes-cluster-with-eks: + title: 'magalix.com: Deploying Kubernetes Cluster With EKS 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@ghumare64/deploying-infrastructure-frontend-backend-on-aws-using-amazon-eks-5f1f426d618e: + title: Deploying Infrastructure (FrontEnd + BackEnd) on AWS using Amazon EKS + year: N/A + stars: 0 + description: '' +https://fika.works/blog/eks-service-accounts: + title: EKS Service Accounts Explained + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/building-the-ci-cd-of-the-future-creating-the-eks-cluster-e4cce4eb3500: + title: 'medium: Building the CI/CD of the Future, Creating the EKS Cluster 🌟' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2020/08/announcing-the-aws-controllers-for-kubernetes-preview: + title: Announcing the AWS Controllers for Kubernetes Preview + year: N/A + stars: 0 + description: '' +https://daveops.xyz/2020/08/25/administrar-usuarios-en-eks: + title: 'daveops.xyz: Administrar usuarios en EKS' + year: N/A + stars: 0 + description: '' +https://www.stacksimplify.com/aws-eks/aws-alb-ingress/lean-kubernetes-aws-alb-ingress-basics: + title: 'stacksimplify.com: AWS ALB Ingress Service - Basics 🌟' + year: N/A + stars: 0 + description: '' +https://www.padok.fr/en/blog/efs-provisioner-kubernetes: + title: Kubernetes PVCs with EFS provisioner + year: N/A + stars: 0 + description: '' +https://m.signalvnoise.com/running-spot-instances-effectively-with-amazon-eks: + title: Running spot instances effectively with Amazon EKS + year: N/A + stars: 0 + description: '' +https://medium.com/adobetech/designing-a-kubernetes-cluster-with-amazon-eks-from-scratch-4b4ee9d1b8f: + title: 'medium: Designing a Kubernetes Cluster with Amazon EKS From Scratch 🌟' + year: N/A + stars: 0 + description: '' +https://en.sokube.ch/post/aws-kubernetes-aws-elastic-kubernetes-service-eks: + title: 'en.sokube.ch: AWS + Kubernetes = AWS Elastic Kubernetes Service (EKS) 🌟' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/operating-a-multi-regional-stateless-application-using-amazon-eks: + title: 'aws.amazon.com: Operating a multi-regional stateless application using Amazon + EKS' + year: N/A + stars: 0 + description: '' +https://github.com/bit-cloner/poke: + title: POKE - Provision Opinionated Kubernetes on EKS + year: N/A + stars: 0 + description: '' +https://www.clickittech.com/saas/kubernetes-multi-tenancy: + title: 'clickittech.com: Kubernetes Multi tenancy with Amazon EKS: Best practices + and considerations' + year: N/A + stars: 0 + description: '' +https://medium.com/riskified-technology/run-kubernetes-on-aws-ec2-spot-instances-with-zero-downtime-f7327a95dea: + title: 'medium: Run Kubernetes Production Environment on EC2 Spot Instances With + Zero Downtime: A Complete Guide' + year: N/A + stars: 0 + description: '' +https://releaseops.io/blog/scaling-kubernetes-deployments-in-aws-with-container-insights-metrics: + title: 'releaseops.io: Scaling Kubernetes Deployments in AWS with Container Insights + Metrics' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/create-kubernetes-cluster-on-aws-eks-6ced4c488e62: + title: 'medium: Create Kubernetes Cluster On AWS EKS' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/eks-price-reduction: + title: Amazon EKS Price Reduction + year: N/A + stars: 0 + description: '' +https://info.acloud.guru/resources/kubernetes-aws-cloud-scaling-hey: + title: 'info.acloud.guru: Scaling the hottest app in tech on AWS and Kubernetes' + year: N/A + stars: 0 + description: '' +https://itnext.io/using-aws-nlb-manually-targeting-an-eks-service-exposing-udp-traffic-17053ecd8f52: + title: 'itnext.io: Using AWS NLB manually targeting an EKS Service exposing UDP + traffic' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/aws/amazon-eks-now-supports-ec2-inf1-instances: + title: Amazon EKS Now Supports EC2 Inf1 Instances + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/create-a-pipeline-with-canary-deployments-for-amazon-eks-with-aws-app-mesh: + title: Create a pipeline with canary deployments for Amazon EKS with AWS App Mesh + 🌟 + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/amazon-eks-distro-eks-d-kubernetes-distribution-used-gokul-chandra: + title: 'linkedin.com: Amazon EKS Distro (EKS-D): The Kubernetes Distribution Used + by Amazon EKS 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/avmconsulting-blog/how-to-deploy-an-eks-stack-to-kubernetes-aws-5ec9c5a07247: + title: 'medium: How to Deploy an EKS stack in AWS?' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/fluent-bit-integration-in-cloudwatch-container-insights-for-eks: + title: 'aws.amazon.com: Fluent Bit Integration in CloudWatch Container Insights + for EKS' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/apn/optimizing-your-kubernetes-clusters-with-rancher-and-amazon-eks: + title: Optimizing Your Kubernetes Clusters with Rancher and Amazon EKS 🌟 + year: N/A + stars: 0 + description: '' +https://faun.pub/upgrading-and-scaling-kubernetes-cluster-in-aws-6971b3936465: + title: 'faun.pub: Upgrading and Scaling Kubernetes cluster in AWS' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=vZK_W-fpft0&ab_channel=StackSimplify: + title: 'youtube/StackSimplify: Kubernetes Deployments on AWS EKS | Amazon Elastic + Kubernetes Service | Amazon EKS 🌟' + year: N/A + stars: 0 + description: '' +https://cloudify.co/blog/simplifying-hybrid-cloud-deployments-with-aws-eks-and-outpost: + title: 'cloudify.co: Simplifying Hybrid Cloud Deployments With AWS EKS And Outpost' + year: N/A + stars: 0 + description: '' +https://www.eksworkshop.com: + title: eksworkshop.com 🌟 + year: N/A + stars: 0 + description: '' +https://cast.ai/blog/8-best-practices-to-reduce-your-aws-bill-for-kubernetes: + title: 'cast.ai: 8 best practices to reduce your AWS bill for Kubernetes' + year: N/A + stars: 0 + description: '' +https://d1.awsstatic.com/whitepapers/architecting-amazon-eks-for-pci-dss-compliance.pdf: + title: 'aws whitepapers: Architecting Amazon EKS for PCI DSS Compliance (pdf) 🌟🌟' + year: N/A + stars: 0 + description: '' +https://github.com/aws/eks-charts: + title: ==github.com/aws/eks-charts== 🌟 + year: N/A + stars: 0 + description: '' +https://kubernetes-sigs.github.io/aws-load-balancer-controller: + title: AWS Load Balancer Controller 🌟 + year: N/A + stars: 0 + description: '' +https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.4/guide/integrations/external_dns: + title: Setup External DNS + year: N/A + stars: 0 + description: '' +https://particule.io/en/blog/aws-federated-eks: + title: 'particule.io: Create Kubernetes federated clusters on AWS' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/amazon-eks-is-eating-my-ips-e18ea057e045: + title: 'betterprogramming.pub: Amazon EKS Is Eating My IPs!' + year: N/A + stars: 0 + description: '' +https://engineering.salesforce.com/optimizing-eks-networking-for-scale-1325706c8f6d: + title: 'engineering.salesforce.com: Optimizing EKS networking for scale' + year: N/A + stars: 0 + description: '' +https://blog.usejournal.com/spice-up-your-kubernetes-environment-with-aws-lambda-a07d81347607: + title: 'blog.usejournal.com: Spice up Your Kubernetes Environment with AWS Lambda + 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/aws/amazon-eks-pod-identity-webhook: + title: azon EKS Pod Identity Webhook + year: N/A + stars: 0 + description: '' +https://pages.awscloud.com/GLOBAL-partner-DL-DevOps-weaveworks-ebook-2020-learn.html: + title: 'pages.awscloud.com: GitOps on AWS for High Performing Team Operations (eBook)' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/deploy-gremlin-to-amazon-eks-using-aws-cloudformation: + title: 'thenewstack.io: Deploy Gremlin to Amazon EKS Using AWS CloudFormation' + year: N/A + stars: 0 + description: '' +https://nextlinklabs.com/insights/handling-authentication-in-EKS-clusters-kubernetes-AWS-IAM: + title: 'nextlinklabs.com: Handling Auth in EKS Clusters: Setting Up Kubernetes User + Access Using AWS IAM' + year: N/A + stars: 0 + description: '' +https://faun.pub/kubernetes-multi-tenancy-with-amazon-eks-best-practices-and-considerations-60bfd78c2f9a: + title: 'faun.pub: Kubernetes Multi-tenancy with Amazon EKS: Best practices and considerations + 🌟' + year: N/A + stars: 0 + description: '' +https://www.nginx.com/blog/deploying-nginx-ingress-controller-on-amazon-eks-how-we-tested: + title: 'nginx.com: Deploying NGINX Ingress Controller on Amazon EKS: How We Tested' + year: N/A + stars: 0 + description: '' +https://www.hackerxone.com/2021/08/20/13-steps-guide-to-create-kubernetes-cluster-on-amazon-web-serviceaws: + title: 'hackerxone.com: 13 Steps Guide to Create Kubernetes Cluster on AWS' + year: N/A + stars: 0 + description: '' +https://www.hackerxone.com/2021/08/25/steps-to-create-amazon-eks-node-group-on-amazon-web-service-aws: + title: 'hackerxone.com: Steps to Create Amazon EKS node group on Amazon web Service + (AWS)' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/eks-iam-deep-dive-136d: + title: 'dev.to: EKS IAM Deep Dive 🌟' + year: N/A + stars: 0 + description: '' +https://aws.plainenglish.io/6-tips-to-improve-availability-with-aws-load-balancers-and-kubernetes-ad8d4d1c0f61: + title: 'aws.plainenglish.io: 6 Tips to Improve Availability with AWS Load Balancers + and Kubernetes' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/mt/automated-scaling-of-applications-running-on-eks-using-custom-metric-collected-by-amazon-prometheus-using-prometheus-adapter +: title: 'aws.amazon.com: Using Prometheus Adapter to autoscale applications running + on Amazon EKS' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=OFZYIr66Ku4&ab_channel=cloudgeeksinc: + title: 'youtube: CloudGeeks - Terraform Eks Kubernetes RDS Secrets Manager Eksctl + Cloudformation ALB Controller (Redmine App)' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/opensource/kubernetes-ingress-aws-alb-ingress-controller: + title: 'aws.amazon.com: Kubernetes Ingress with AWS ALB Ingress Controller' + year: N/A + stars: 0 + description: '' +https://github.com/aws/aws-node-termination-handler: + title: ==aws/aws-node-termination-handler== 🌟 + year: N/A + stars: 0 + description: '' +https://www.howtoforge.com/how-to-create-a-kubernetes-cluster-with-the-aws-cli: + title: '==howtoforge.com: How to Create a Kubernetes Cluster with AWS CLI==' + year: N/A + stars: 0 + description: '' +https://blog.searce.com/optimize-cost-for-aws-eks-cluster-using-spotinst-ffcebe8e3571: + title: 'blog.searce.com: Optimise cost for AWS EKS cluster using Spotinst 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-we-built-preview-environments-on-kubernetes-and-aws: + title: 'thenewstack.io: How We Built Preview Environments on Kubernetes and AWS' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/storage/mount-amazon-efs-file-systems-cross-account-from-amazon-eks: + title: 'aws.amazon.com: Mount Amazon EFS file systems cross-account from Amazon + EKS, and utilize AWS Organizations more effectively' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/onfidos-journey-to-a-multi-cluster-amazon-eks-architecture: + title: ==Onfido’s Journey to a Multi-Cluster Amazon EKS Architecture== + year: N/A + stars: 0 + description: '' +https://medium.com/@abhinav.ittekot/granting-iam-permissions-to-pods-in-eks-using-oidc-f2044c88a53: + title: 'medium.com/@abhinav.ittekot: Granting IAM permissions to pods in EKS using + OIDC' + year: N/A + stars: 0 + description: '' +https://medium.com/@radha.sable25/enabling-iam-users-roles-access-on-amazon-eks-cluster-f69b485c674f: + title: 'medium.com/@radha.sable25: Enabling IAM users/roles Access on Amazon EKS + cluster' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/continuous-delivery-of-amazon-eks-clusters-using-aws-cdk-and-cdk-pipelines: + title: 'aws.amazon.com: Continuous Delivery of Amazon EKS Clusters Using AWS CDK + and CDK Pipelines' + year: N/A + stars: 0 + description: '' +https://medium.com/avmconsulting-blog/installing-vault-on-eks-with-tls-and-persistent-storage-98254b4150f3: + title: 'medium.com/avmconsulting-blog: Installing Vault On EKS With TLS And Persistent + Storage' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/how-to-use-aws-iam-role-on-aws-eks-pods: + title: 'dzone.com: How to Use AWS IAM Role on AWS EKS PODs 🌟' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/de/blogs/containers/troubleshooting-amazon-eks-api-servers-with-prometheus: + title: 'aws.amazon.com: Troubleshooting Amazon EKS API servers with Prometheus' + year: N/A + stars: 0 + description: '' +https://github.com/aws-controllers-k8s/community: + title: AWS Controllers for Kubernetes (ACK) 🌟 + year: N/A + stars: 0 + description: '' +https://itnext.io/deploy-kubernetes-k8s-on-amazon-aws-using-mixed-on-demand-and-spot-instances-5440e5bece7: + title: 'itnext.io: Deploy Kubernetes (K8s) on Amazon AWS using mixed on-demand and + spot instances 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/awslabs/aws-kubernetes-migration-factory: + title: '==github.com/awslabs: Kubernetes Migration Factory User Guide== 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/aws-ia/terraform-aws-eks-blueprints: + title: ==github.com/aws-ia/terraform-aws-eks-blueprints (examples) 🌟🌟🌟== + year: N/A + stars: 0 + description: '' +https://github.com/aws-ia/terraform-aws-eks-blueprints/blob/main/docs/v4-to-v5/motivation.md: + title: Direction for v5 of Terraform EKS Blueprints + year: N/A + stars: 0 + description: '' +https://akintola-lonlon.medium.com/aws-kubernetes-the-1-rule-you-need-to-master-before-going-to-production-628b75ba1b6a: + title: 'akintola-lonlon.medium.com: AWS Kubernetes: The #1 Rule You Need To Master + Before Going To Production.' + year: N/A + stars: 0 + description: '' +https://amod-kadam.medium.com/are-there-two-load-balancer-controllers-with-eks-8a7b04db8c93: + title: 'amod-kadam.medium.com: Are there two Load Balancer Controllers with EKS? + 🌟' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/streaming-kubernetes-events-in-slack: + title: 'aws.amazon.com: Streaming Kubernetes Events in Slack' + year: N/A + stars: 0 + description: '' +https://joachim8675309.medium.com/externaldns-with-eks-and-route53-90aa23fa3aba: + title: 'joachim8675309.medium.com: ExternalDNS with EKS and Route53' + year: N/A + stars: 0 + description: '' +https://github.com/aws-quickstart/cdk-eks-blueprints: + title: '==aws-quickstart/cdk-eks-blueprints: Amazon EKS Blueprints for CDK==' + year: N/A + stars: 0 + description: '' +https://dev.to/timtsoitt/one-technique-to-save-your-aws-eks-ip-addresses-10x-2ocn: + title: 'dev.to: One technique to save your AWS EKS IP addresses 10x' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/autoscaling-eks-on-fargate-with-custom-metrics: + title: 'aws.amazon.com: Autoscaling EKS on Fargate with custom metrics' + year: N/A + stars: 0 + description: '' +https://opssorry.substack.com/p/gitops-a-simple-approach-to-using: + title: '==opssorry.substack.com: GitOps: A Simple Approach to using AWS Secrets + Manager with Kubernetes== 🌟' + year: N/A + stars: 0 + description: '' +https://aws.github.io/aws-eks-best-practices/networking/index: + title: '==aws.github.io/aws-eks-best-practices: Amazon EKS Best Practices Guides== + 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +? https://medium.com/@chandranathmondal/self-service-amazon-eks-cluster-provisioning-with-kubernetes-configuration-applied-372bce839d7 +: title: 'medium.com/@chandranathmondal: ==Self-service Amazon EKS Cluster provisioning + with Kubernetes configuration applied== 🌟' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/aws-and-kubecost-collaborate-to-deliver-cost-monitoring-for-eks-customers: + title: AWS and Kubecost collaborate to deliver cost monitoring for EKS customers + year: N/A + stars: 0 + description: '' +https://eng.grip.security/enabling-aws-iam-group-access-to-an-eks-cluster-using-rbac: + title: 'eng.grip.security: Enabling AWS IAM Group Access to an EKS Cluster Using + RBAC' + year: N/A + stars: 0 + description: '' +https://medium.com/@andriikrymus/dns-config-for-eks-61eb70c3e31e: + title: 'medium.com/@andriikrymus: DNS config for EKS' + year: N/A + stars: 0 + description: '' +https://cast.ai/blog/eks-security-checklist-10-best-practices-for-a-secure-cluster: + title: 'cast.ai: EKS Security Checklist: 10 Best Practices for a Secure Cluster' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/aws-load-balancer-controller: + title: ==github.com/kubernetes-sigs/aws-load-balancer-controller== + year: N/A + stars: 0 + description: '' +https://thenewstack.io/amazon-web-services-gears-elastic-kubernetes-service-for-batch-jobs: + title: 'thenewstack.io: Amazon Web Services Gears Elastic Kubernetes Service for + Batch Work' + year: N/A + stars: 0 + description: '' +https://silvr.medium.com/using-kyverno-to-enforce-aws-load-balancer-annotations-for-centralized-logging-to-s3-af5dc1f1f3e0: + title: 'silvr.medium.com: Using Kyverno To Enforce AWS Load Balancer Annotations + For Centralized Logging To S3' + year: N/A + stars: 0 + description: '' +https://blog.jimmyray.io/kubernetes-workload-identity-with-aws-sdk-for-go-v2-927d2f258057: + title: 'blog.jimmyray.io: Kubernetes Workload Identity with AWS SDK for Go v2' + year: N/A + stars: 0 + description: '' +https://github.com/rebataur/djkube: + title: github.com/rebataur/djkube + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/troubleshooting-amazon-eks-api-servers-with-prometheus: + title: '==aws.amazon.com: Troubleshooting Amazon EKS API servers with Prometheus + and Grafana==' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/eks-kubernetes-not-ready-nodes-dafb300ed299: + title: 'medium.com/geekculture: EKS β€” Kubernetes β€” Not Ready nodes' + year: N/A + stars: 0 + description: '' +https://faun.pub/how-to-access-aws-services-from-eks-ab5fa003a1b6: + title: '==faun.pub: How to access AWS services from EKS==' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/storage/persistent-storage-for-kubernetes: + title: 'aws.amazon.com: Persistent storage for Kubernetes' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/storage/machine-learning-with-kubeflow-on-amazon-eks-with-amazon-efs: + title: 'aws.amazon.com: Machine Learning with Kubeflow on Amazon EKS with Amazon + EFS' + year: N/A + stars: 0 + description: '' +https://faun.pub/aws-eks-the-ultimate-guide-to-deploy-an-ingress-controller-on-kubernetes-5952cb27c067: + title: 'faun.pub: AWS EKS: The Ultimate Guide To Deploy AWS Load Balancer Controller + add-on' + year: N/A + stars: 0 + description: '' +https://medium.com/@ankit.wal/the-how-of-iam-roles-for-service-accounts-irsa-on-aws-eks-3d76badb8942: + title: '==medium.com/@ankit.wal: Understanding IAM roles for service accounts, IRSA, + on AWS EKS==' + year: N/A + stars: 0 + description: '' +https://dev.to/memark/autoprovisioning-nfs-volumes-in-eks-with-cdk-4fn9: + title: 'dev.to: Autoprovisioning NFS volumes in EKS with CDK' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/running-workflows-on-windows-with-jenkins-pipeline-and-kubernetes-52752a89a0e7: + title: 'levelup.gitconnected.com: Running Workflows on windows with Jenkins pipeline + and Kubernetes' + year: N/A + stars: 0 + description: '' +https://nivogt.medium.com/boost-your-kubernetes-clusters-autoscaler-on-aws-eks-with-karpenter-4d23955944f2: + title: 'nivogt.medium.com: Boost your Kubernetes cluster’s Autoscaler on AWS EKS + with Karpenter' + year: N/A + stars: 0 + description: '' +https://github.com/awslabs/eks-node-viewer: + title: awslabs/eks-node-viewer + year: N/A + stars: 0 + description: '' +https://towardsaws.com/autoscale-kubernetes-metrics-server-fa398f8a600a: + title: 'towardsaws.com: Autoscale Kubernetes Metrics Server on Amazon EKS' + year: N/A + stars: 0 + description: '' +https://github.com/aws-samples/hardeneks: + title: ==aws-samples/hardeneks== + year: N/A + stars: 0 + description: '' +https://faun.pub/analyze-aws-eks-audit-logs-with-falco-95202167f2e: + title: 'faun.pub: Analyze AWS EKS Audit logs with Falco' + year: N/A + stars: 0 + description: '' +https://docs.aws.amazon.com/eks/latest/userguide/managing-add-ons.html: + title: 'docs.aws.amazon.com: Managing Amazon EKS add-ons' + year: N/A + stars: 0 + description: '' +? 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 +: title: 'docs.aws.amazon.com: Access container applications privately on Amazon EKS + using AWS PrivateLink and a Network Load Balancer' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/addressing-latency-and-data-transfer-costs-on-eks-using-istio: + title: 'aws.amazon.com: Addressing latency and data transfer costs on EKS using + Istio' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/containers/addressing-ipv4-address-exhaustion-in-amazon-eks-clusters-using-private-nat-gateways +: title: 'aws.amazon.com: Addressing IPv4 address exhaustion in Amazon EKS clusters + using private NAT gateways' + year: N/A + stars: 0 + description: '' +https://hardiks.medium.com/where-should-you-manage-your-kubernetes-in-2023-amazon-ecs-or-eks-6f503e93f7a7: + title: 'hardiks.medium.com: Where should you manage your Kubernetes in 2023? Amazon + ECS or EKS' + year: N/A + stars: 0 + description: '' +https://awstip.com/amazon-elastic-kubernetes-service-amazon-eks-the-only-resource-hub-you-ever-need-3b802687df36: + title: 'awstip.com: Amazon Elastic Kubernetes Service (Amazon EKS) β€” The Only Resource + Hub You Ever Need' + year: N/A + stars: 0 + description: '' +? https://awstip.com/working-the-amazon-eks-immersion-workshop-chapter-1-deploying-a-microservices-application-in-a-9acae5df2f01 +: title: 'awstip.com: Working The Amazon EKS Immersion Workshop β€” Chapter 1 β€” Deploying + A Microservices Application In A Kubernetes Cluster' + year: N/A + stars: 0 + description: '' +https://itnext.io/top-10-ways-to-protect-eks-workloads-from-ransomware-ae96d1c1e839: + title: 'itnext.io: Top 10 Ways to Protect EKS Workloads from Ransomware' + year: N/A + stars: 0 + description: '' +https://blog.antoinechoula.ga/native-eks-ingress-with-aws-load-balancer-controller: + title: 'blog.antoinechoula.ga: Native EKS Ingress with AWS Load Balancer Controller' + year: N/A + stars: 0 + description: '' +https://devopslearning.medium.com/lesson-learned-while-scaling-kubernetes-cluster-to-1000-pods-in-aws-eks-d2d399152bc2: + title: 'devopslearning.medium.com: Lesson learned while scaling Kubernetes cluster + to 1000 pods in AWS EKS' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/scaling-amazon-eks-and-cassandra-beyond-1000-nodes: + title: Scaling Amazon EKS and Cassandra Beyond 1,000 Nodes + year: N/A + stars: 0 + description: '' +https://www.sitepoint.com/kubernetes-aws-tutorial: + title: 'sitepoint.com: Getting Started With Kubernetes on AWS Tutorial (2023 Update)' + year: N/A + stars: 0 + description: '' +https://medium.com/@vaibhav176/saving-costs-in-google-kubernetes-engine-using-spot-vms-2e6d0157815e: + title: 'medium.com: Saving costs in Google Kubernetes Engine using Spot VMs' + year: N/A + stars: 0 + description: '' +https://medium.com/@benjamin.christmann_12432/setting-up-your-first-eks-cluster-on-aws-some-practical-tips-60400963c588: + title: 'medium.com/@benjamin.christmann_12432: Setting up your first EKS cluster + on AWS: some practical tips' + year: N/A + stars: 0 + description: '' +https://blog.ratnopamc.com/reduce-cross-az-traffic-costs-on-eks-using-topology-aware-hints: + title: 'blog.ratnopamc.com: Reduce cross-AZ traffic costs on EKS using topology + aware hints' + year: N/A + stars: 0 + description: '' +https://itnext.io/running-production-workloads-in-eks-using-spot-instances-fc6808a7b462: + title: 'itnext.io: Running resilient workloads in EKS using Spot instances' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/de/blogs/storage/simplifying-amazon-ebs-volume-migration-and-modification-using-the-ebs-csi-driver: + title: Simplifying Amazon EBS volume migration and modification on Kubernetes using + the EBS CSI Driver + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/eliminate-kubernetes-node-scaling-lag-with-pod-priority-and-over-provisioning: + title: Eliminate Kubernetes node scaling lag with pod priority and over-provisioning + year: N/A + stars: 0 + description: '' +? https://medium.com/@danielresponda/testing-spot-reclamation-mechanisms-with-aws-node-termination-handler-and-kubernetes-autoscaler-43194d05dae0 +: title: 'medium.com/@danielresponda: Testing Spot Reclamation Mechanisms with AWS + Node Termination Handler and Kubernetes Autoscaler' + year: N/A + stars: 0 + description: '' +https://itnext.io/aws-elastic-kubernetes-service-rbac-authorization-via-aws-iam-and-rbac-groups-7b70ded144b5: + title: 'itnext.io: AWS Elastic Kubernetes Service: RBAC Authorization via AWS IAM + and RBAC Groups' + year: N/A + stars: 0 + description: '' +https://medium.com/@leocherian/simple-cdk-app-to-create-eks-cluster-06f651a12ccd: + title: 'medium.com/@leocherian: Simple CDK app to create EKS Cluster' + year: N/A + stars: 0 + description: '' +https://blog.clouddrove.com/aws-eks-blue-green-deployment-with-best-practices-99be4b7baa38: + title: 'blog.clouddrove.com: AWS EKS Blue/Green Deployment with Best Practices' + year: N/A + stars: 0 + description: '' +https://devoriales.com/post/329/aws-eks-secret-encryption-securing-your-eks-secrets-at-rest-with-aws-kms: + title: 'devoriales.com: AWS EKS Secret Encryption: Securing Your EKS Secrets At + Rest with AWS KMS' + year: N/A + stars: 0 + description: '' +? https://blog.stackademic.com/create-the-aws-eks-cluster-with-a-managed-node-group-using-custom-launch-templates-185744a0cc79 +: title: 'blog.stackademic.com: Create the AWS EKS Cluster with a Managed Node Group + Using Custom Launch Templates' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/hacking-kubernetes-in-aws-54f4681f1478: + title: 'blog.devops.dev: HACKING KUBERNETES in AWS' + year: N/A + stars: 0 + description: '' +? https://rahulbhatia1998.medium.com/designing-a-multi-region-kubernetes-cluster-for-disaster-recovery-on-aws-eks-0a0a98ad5854 +: title: 'rahulbhatia1998.medium.com: Designing A Multi-Region Kubernetes Cluster + For Disaster Recovery On AWS EKS' + year: N/A + stars: 0 + description: '' +? https://towardsaws.com/from-scratch-to-production-deploying-eks-clusters-and-applications-with-ci-cd-using-jenkins-and-f27d4686d5fe +: title: 'towardsaws.com: From Scratch to Production: Deploying EKS Clusters and Applications + with CI/CD using Jenkins and Terraform' + year: N/A + stars: 0 + description: '' +https://awstip.com/per-pod-pids-limit-on-eks-fe320638c7e9: + title: 'awstip.com: Per-pod PIDs limit on EKS' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2024/05/amazon-eks-native-support-autoscaling-coredns-pods: + title: 'aws.amazon.com: Amazon EKS announces native support for autoscaling CoreDNS + Pods' + year: N/A + stars: 0 + description: '' +https://medium.com/ekino-france/kubernetes-addressing-private-ipv4-shortage-5-strategies-for-amazon-eks-1dc3df270ed8: + title: 'medium.com/ekino-france: Addressing private IPv4 shortage: 5 Strategies + for Amazon EKS' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/start-pods-faster-by-prefetching-images: + title: 'aws.amazon.com: Start Pods faster by prefetching images' + year: N/A + stars: 0 + description: '' +https://docs.aws.amazon.com/eks/latest/userguide/update-managed-node-group.html: + title: Updating a managed node group + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/planning-kubernetes-upgrades-with-amazon-eks: + title: '==aws.amazon.com: Planning Kubernetes Upgrades with Amazon EKS==' + year: N/A + stars: 0 + description: '' +https://repost.aws/knowledge-center/eks-plan-upgrade-cluster: + title: '==repost.aws: How do I plan an upgrade strategy for an Amazon EKS cluster?==' + year: N/A + stars: 0 + description: '' +? https://medium.com/scout24-engineering/how-did-we-upgrade-our-eks-clusters-from-1-15-to-1-22-without-k8s-knowledge-2c96c1a94cc1 +: title: 'medium.com/scout24-engineering: How did we upgrade our EKS clusters from + 1.15 to 1.22 without K8s knowledge?' + year: N/A + stars: 0 + description: '' +https://marcincuber.medium.com/amazon-eks-upgrade-journey-from-1-24-to-1-25-e1bcccc2f384: + title: 'marcincuber.medium.com: Amazon EKS Upgrade Journey From 1.24 to 1.25' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/containers/gitops-model-for-provisioning-and-bootstrapping-amazon-eks-clusters-using-crossplane-and-argo-cd +: title: '==aws.amazon.com: GitOps model for provisioning and bootstrapping Amazon + EKS clusters using Crossplane and Argo CD==' + year: N/A + stars: 0 + description: '' +https://cloudify.co/blog/aws-eks-vs-ecs-vs-fargate: + title: 'cloudify.co: AWS EKS Vs. ECS Vs. Fargate: The Breakdown' + year: N/A + stars: 0 + description: '' +https://github.com/aws/eks-anywhere: + title: 'EKS Anywhere: github.com/aws/eks-anywhere' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/aws/amazon-eks-anywhere-now-generally-available-to-create-and-manage-kubernetes-clusters-on-premises +: title: 'aws.amazon.com: Amazon EKS Anywhere – Now Generally Available to Create + and Manage Kubernetes Clusters on Premises' + year: N/A + stars: 0 + description: '' +https://www.solo.io/blog/amazon-eks-anywhere-and-solo-istio: + title: 'solo.io: Connect Your Services Seamlessly with Amazon EKS Anywhere and Istio' + year: N/A + stars: 0 + description: '' +https://anywhere.eks.amazonaws.com/docs/concepts/eksafeatures: + title: 'anywhere.eks.amazonaws.com: Compare EKS Anywhere and EKS' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/introducing-general-availability-of-amazon-eks-anywhere: + title: 'aws.amazon.com: Getting started with Amazon EKS Anywhere' + year: N/A + stars: 0 + description: '' +https://gokulchandrapr.medium.com/amazon-eks-anywhere-eks-connector-600953aaa42d: + title: 'gokulchandrapr.medium.com: Amazon EKS Anywhere & EKS Connector' + year: N/A + stars: 0 + description: '' +https://ambar-thecloudgarage.medium.com/eks-anywhere-decoding-the-architecture-fd2741b03e0a: + title: 'ambar-thecloudgarage.medium.com: EKS Anywhere., decoding the architecture.' + year: N/A + stars: 0 + description: '' +https://blog.techknowtrendz.com/taking-amazon-eks-anywhere-for-a-spin: + title: 'blog.techknowtrendz.com: Taking Amazon EKS Anywhere for a spin' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/blue-green-kubernetes-upgrades-for-amazon-eks-anywhere-using-flux: + title: 'aws.amazon.com: Blue/Green Kubernetes upgrades for Amazon EKS Anywhere using + Flux' + year: N/A + stars: 0 + description: '' +https://github.com/aws/eks-distro: + title: ==aws/eks-distro== + year: N/A + stars: 0 + description: '' +https://medium.com/@jerome.decoster/kubernetes-eks-canary-deployment-1ef79ae89dfc: + title: 'medium: Kubernetes + EKS + Canary Deployment' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/training/paths/intro-to-kubernetes-on-azure: + title: 'learn.microsoft.com: Introduction to Kubernetes on Azure' + year: N/A + stars: 0 + description: '' +https://azure.github.io/AKS-Construction: + title: ==azure.github.io/AKS-Construction== 🌟 + year: N/A + stars: 0 + description: '' +https://www.youtube.com/@theakscommunity: + title: 'youtube: The AKS Community 🌟' + year: N/A + stars: 0 + description: '' +https://www.the-aks-checklist.com: + title: '==the-aks-checklist.com: The Azure Kubernetes Service Checklist== 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://azure.microsoft.com/en-us/updates/?query=AKS: + title: Azure Updates AKS 🌟 + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/baseline-aks: + title: 'docs.microsoft.com: Baseline architecture for an Azure Kubernetes Service + (AKS) cluster 🌟' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks-microservices/aks-microservices: + title: 'docs.microsoft.com: Microservices architecture on Azure Kubernetes Service + (AKS) 🌟' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/aks/configure-kubenet: + title: 'docs.microsoft.com: Use kubenet networking with your own IP address ranges + in Azure Kubernetes Service (AKS) 🌟' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/aks/configure-azure-cni: + title: 'docs.microsoft.com: Configure Azure CNI networking in Azure Kubernetes Service + (AKS)' + year: N/A + stars: 0 + description: '' +https://trstringer.com/run-kubernetes-pods-on-vm-types: + title: 'trstringer.com: Run Kubernetes Pods on Specific VM Types in AKS' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/aks/managed-aad: + title: 'docs.microsoft.com: AKS-managed Azure Active Directory integration' + year: N/A + stars: 0 + description: '' +https://build5nines.com/terraform-create-an-aks-cluster: + title: 'build5nines.com: Terraform: Create an AKS Cluster 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/dfrappart/articles/blob/master/podidentityjourney.md: + title: 'github.com: AKS: Use AAD identity for pods and make your SecOps happy' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-migration/containerize-and-migrate-applications-to-aks-with-the-azure/ba-p/2178551 +: title: 'techcommunity.microsoft.com: Containerize and migrate applications to AKS + with the Azure Migrate’s new App Containerization tool' + year: N/A + stars: 0 + description: '' +? https://mehmetozkaya.medium.com/deploying-net-microservices-to-azure-kubernetes-services-aks-and-automating-with-azure-devops-c50bdd51b702 +: title: 'mehmetozkaya.medium.com: Deploying .Net Microservices to Azure Kubernetes + Services(AKS) and Automating with Azure DevOps' + year: N/A + stars: 0 + description: '' +https://faun.pub/azure-kubernetes-service-aks-d1e71c7ecbe6: + title: 'faun.pub: How to implement Azure Kubernetes Service (AKS) in Cloud?' + year: N/A + stars: 0 + description: '' +https://adamrushuk.github.io/increasing-the-volumeclaimtemplates-disk-size-in-a-statefulset-on-aks: + title: 'adamrushuk.github.io: Increasing the volumeClaimTemplates Disk Size in a + Statefulset on AKS' + year: N/A + stars: 0 + description: '' +https://nillsf.com/index.php/2020/11/17/running-windows-containers-on-the-azure-kubernetes-service-aks: + title: 'nillsf.com: Running Windows containers on the Azure Kubernetes Service (AKS)' + year: N/A + stars: 0 + description: '' +https://itnext.io/running-your-microservices-securely-on-aks-417a110b2e76: + title: 'itnext.io: Running Your Microservices Securely on AKS' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/aks/ingress-tls: + title: 'docs.microsoft.com: Create an HTTPS ingress controller on Azure Kubernetes + Service (AKS)' + year: N/A + stars: 0 + description: '' +https://blog.nillsf.com/index.php/2020/12/06/customize-core-dump-in-azure-kubernetes: + title: 'blog.nillsf.com: Customize core dump in Azure Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/microsoftazure/secure-your-microservices-on-aks-part-2-5496bf2ba00c: + title: 'medium: Secure your Microservices on AKS β€” Part 2 🌟' + year: N/A + stars: 0 + description: '' +https://www.zartis.com/minimizing-costs-aks: + title: 'zartis.com: How To Save A Fortune On Azure Kubernetes Service' + year: N/A + stars: 0 + description: '' +https://itnext.io/aks-performance-limit-ranges-8e18cbebe351: + title: 'itnext.io: AKS Performance: Limit Ranges' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-ingress-on-azure-using-the-application-gateway-2779b647deb5: + title: 'itnext.io: Kubernetes Ingress on Azure using the Application Gateway' + year: N/A + stars: 0 + description: '' +https://joachim8675309.medium.com/aks-with-grpc-and-ingress-nginx-32481a792a1: + title: 'joachim8675309.medium.com: AKS with GRPC and ingress-nginx' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/microsoft-takes-practical-approach-to-kubernetes-management: + title: 'thenewstack.io: Microsoft’s Practical Approach to Kubernetes Management' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/aks-with-calico-network-policies-8cdfa996e6bb: + title: 'medium: AKS with Calico Network Policies' + year: N/A + stars: 0 + description: '' +https://itnext.io/network-isolated-aks-part-1-controlling-network-traffic-2cd0e045352d: + title: 'itnext.io: Network Isolated AKS β€” Part 1: Controlling network traffic' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/turbocharging-aks-networking-with-calico-ebpf: + title: 'thenewstack.io: Turbocharging AKS Networking with Calico eBPF' + year: N/A + stars: 0 + description: '' +? https://carlos.mendible.com/2021/08/02/aks-persistent-volume-claim-with-an-azure-file-storage-protected-with-a-private-endpoint +: title: 'carlos.mendible.com: AKS: Persistent Volume Claim with an Azure File Storage + protected with a Private Endpoint' + year: N/A + stars: 0 + description: '' +https://joachim8675309.medium.com/istio-service-mesh-on-aks-1b6ed16f6890: + title: 'joachim8675309.medium.com: AKS with Istio Service Mesh' + year: N/A + stars: 0 + description: '' +https://www.optisolbusiness.com/insight/implementing-microservices-architecture-in-aks: + title: 'optisolbusiness.com: Implementing Microservices Architecture in AKS' + year: N/A + stars: 0 + description: '' +https://blog.kasten.io/aks-and-storage-how-to-design-storage-for-cloud-native-applications: + title: 'blog.kasten.io: AKS and Storage: How to Design Storage for Cloud Native + Applications' + year: N/A + stars: 0 + description: '' +https://blog.kasten.io/aks-and-storage-performance-differences-among-kubernetes-storage-services: + title: 'blog.kasten.io: AKS and Storage: Performance Differences Among K8s Storage + Services' + year: N/A + stars: 0 + description: '' +https://medium.com/microsoftazure/aks-different-load-balancing-options-for-a-single-cluster-when-to-use-what-abd2c22c2825: + title: 'medium: AKS β€” different load balancing options. When to use what?' + year: N/A + stars: 0 + description: '' +https://medium.com/microsoftazure/going-multicloud-with-kubernetes-and-azure-front-door-f34a2f39068a: + title: 'medium: Going multicloud with kubernetes and Azure Front Door' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/aks/operator-best-practices-cluster-isolation: + title: 'docs.microsoft.com: Best practices for cluster isolation in Azure Kubernetes + Service (AKS)' + year: N/A + stars: 0 + description: '' +? https://docs.cloudblue.com/cbc/20.5/premium/content/Deployment-of-Product-to-Azure-Cloud-Guide/Deploying-AKS-Cluster-with-Custom-IP-Ranges.htm +: title: 'docs.cloudblue.com: Deploying an AKS Cluster with Custom IP Ranges (ARM + template)' + year: N/A + stars: 0 + description: '' +https://k21academy.com/microsoft-azure/az-303/azure-container-instances-and-kubernetes-service: + title: 'k21academy.com: Azure Kubernetes Service & Azure Container Instances For + Beginners 🌟' + year: N/A + stars: 0 + description: '' +https://azurecloudai.blog/2019/09/27/deploy-azure-kubernetes-service-aks-to-a-preexisting-vnet: + title: 'azurecloudai.blog: Deploy Azure Kubernetes Service (AKS) to a preexisting + VNET' + year: N/A + stars: 0 + description: '' +https://www.tigera.io/blog/turbocharging-aks-networking-with-calico-ebpf: + title: 'tigera.io: Turbocharging AKS networking with Calico eBPF' + year: N/A + stars: 0 + description: '' +https://akhilsharma.work/how-to-list-azure-rbac-roles-to-secure-aks-clusters: + title: 'akhilsharma.work: How to list Azure RBAC Roles to Secure AKS Clusters' + year: N/A + stars: 0 + description: '' +https://www.tigera.io/blog/calico-wireguard-support-with-azure-cni: + title: 'tigera.io: Calico WireGuard support with Azure CNI' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/aks/configure-kubenet-dual-stack: + title: 'docs.microsoft.com: Use dual-stack (IPv4 and IPv6) kubenet networking in + Azure Kubernetes Service (AKS) (Preview)' + year: N/A + stars: 0 + description: '' +https://logz.io/blog/windows-kubernetes-nodes-aks-metrics: + title: 'logz.io: Collecting Metrics from Windows Kubernetes Nodes in AKS 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/christle/moving-azure-functions-from-aks-to-container-apps-k60: + title: 'dev.to: Moving Azure Functions from AKS to Container Apps' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-stack-blog/azure-kubernetes-service-and-azure-container-registry-service-on/ba-p/3075932 +: title: 'techcommunity.microsoft.com: Azure Kubernetes Service and Azure Container + Registry Service on Azure Stack Hub' + year: N/A + stars: 0 + description: '' +https://dev.to/rdvansloten/getting-started-with-windows-containers-on-azure-kubernetes-service-46ce: + title: 'dev.to: Getting started with Windows Containers on Azure Kubernetes Service' + year: N/A + stars: 0 + description: '' +https://www.returngis.net/2022/04/desescalar-nodos-de-aks-apagando-las-maquinas-en-lugar-de-eliminarlas: + title: 'returngis.net: Desescalar nodos de AKS apagando las mΓ‘quinas en lugar de + eliminarlas' + year: N/A + stars: 0 + description: '' +https://dev.to/javiermarasco/https-with-ingress-controller-cert-manager-and-duckdns-in-akskubernetes-2jd1: + title: 'dev.to/javiermarasco: HTTPs with Ingress controller, cert-manager and DuckDNS + (in AKS/Kubernetes)' + year: N/A + stars: 0 + description: '' +https://dev.to/maxx_don/implement-azure-ad-workload-identity-on-aks-with-terraform-3oho: + title: '==dev.to: Implement Azure AD Workload Identity on AKS with terraform==' + year: N/A + stars: 0 + description: '' +https://medium.com/kocsistem/installation-internal-nginx-ingress-for-a-private-aks-cluster-7b6386492d56: + title: 'medium.com/kocsistem: Installation Internal Nginx Ingress for a Private + AKS Cluster' + year: N/A + stars: 0 + description: '' +? https://pixelrobots.co.uk/2022/04/bring-your-own-container-network-interface-cni-plugin-with-azure-kubernetes-service-aks-preview +: title: 'pixelrobots.co.uk: Bring your own Container Network Interface (CNI) plugin + with Azure Kubernetes Service (AKS) (PREVIEW)' + year: N/A + stars: 0 + description: '' +https://joachim8675309.medium.com/externaldns-with-aks-azure-dns-941a1804dc88: + title: 'joachim8675309.medium.com: ExternalDNS with AKS & Azure DNS' + year: N/A + stars: 0 + description: '' +? https://medium.com/dzerolabs/kubernetes-saved-today-f-cked-tomorrow-a-rant-azure-key-vault-secrets-%C3%A0-la-kubernetes-fc3be5e65d18 +: title: 'medium.com/dzerolabs: Accessing Azure Key Vault Secrets in Azure Kubernetes + with Secrets Store CSI Driver 🌟' + year: N/A + stars: 0 + description: '' +https://www.buchatech.com/2022/08/a-guide-to-navigating-the-aks-enterprise-documentation-scripts: + title: '==buchatech.com/2022: A Guide to Navigating the AKS Enterprise Documentation + & Scripts== 🌟🌟' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/aks/start-stop-nodepools: + title: 'docs.microsoft.com: Start and stop an Azure Kubernetes Service (AKS) node + pool 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/thenjdevopsguy/monitoring-aks-with-prometheus-and-grafana-9o8: + title: '==dev.to/thenjdevopsguy: Monitoring AKS With Prometheus and Grafana== 🌟' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/apps-on-azure-blog/azure-kubernetes-service-microsoft-ignite-announcements/ba-p/3650443 +: title: 'techcommunity.microsoft.com: Azure Kubernetes Service Microsoft Ignite announcements' + year: N/A + stars: 0 + description: '' +https://isovalent.com/blog/post/azure-cni-cilium: + title: '==isovalent.com: Announcing Azure CNI Powered by Cilium==' + year: N/A + stars: 0 + description: '' +https://dev.to/vivekanandrapaka/access-secrets-from-akv-using-managed-identities-for-aks-91p: + title: '==dev.to: Access Secrets in AKV using Managed identities for AKS== 🌟' + year: N/A + stars: 0 + description: '' +https://blog.baeke.info/2022/11/24/aks-workload-identity-revisited: + title: '==blog.baeke.info: AKS Workload Identity Revisited==' + year: N/A + stars: 0 + description: '' +https://azure.microsoft.com/en-us/updates/private-preview-aks-backup: + title: '==azure.microsoft.com: Private preview: Azure Kubernetes Service (AKS) Backup== + 🌟' + year: N/A + stars: 0 + description: '' +? https://medium.com/@gjoshevski/reduce-the-cost-of-running-aks-cluster-by-leveraging-azure-spot-vms-70-and-more-e917f568c3b9 +: title: '==medium.com/@gjoshevski: Reduce the cost of running AKS cluster by leveraging + Azure Spot VMs| 70% and more== 🌟🌟' + year: N/A + stars: 0 + description: '' +? 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 +: title: 'community.ops.io: One day I woke up to a crashed AKS cluster and this is + what I did to get it back to life' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/containers/using-cdk-to-perform-continuous-deployments-in-multi-region-kubernetes-environments +: title: Using CDK to perform continuous deployments in multi-region Kubernetes environments + year: N/A + stars: 0 + description: '' +? https://blog.coffeeapplied.com/securing-aks-in-peered-virtual-networks-using-only-network-security-groups-nsgs-c43d6a215f32 +: title: 'blog.coffeeapplied.com: Securing AKS in peered virtual networks using only + network security groups (NSGs)' + year: N/A + stars: 0 + description: '' +https://medium.com/@vamsi.lakshman/overview-of-azure-kubernetes-services-networking-models-e3ca0591aebe: + title: 'medium.com/@vamsi.lakshman: Overview of Azure Kubernetes Services Networking + Models' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/sql-server-blog/sql-server-containers-on-kubernetes-with-s3-compatible-object/ba-p/3717003 +: title: 'techcommunity.microsoft.com: SQL Server containers on Kubernetes with S3-compatible + object storage - Getting started' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/aks/rdp: + title: 'learn.microsoft.com: Connect with RDP to Azure Kubernetes Service (AKS) + cluster Windows Server nodes for maintenance or troubleshooting' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/apps-on-azure-blog/azure-kubernetes-service-free-tier-and-standard-tier/ba-p/3731432 +: title: 'techcommunity.microsoft.com: Azure Kubernetes Service Free tier and Standard + tier' + year: N/A + stars: 0 + description: '' +https://medium.com/credera-engineering/how-to-blue-green-deploy-an-aks-cluster-ab8f6a2cea9a: + title: '==medium.com/credera-engineering: How to blue-green deploy an AKS cluster==' + year: N/A + stars: 0 + description: '' +https://community.ops.io/javi_labs/configuring-aks-to-read-secrets-and-certificates-from-azure-keyvaults-17o1: + title: 'community.ops.io: Configuring AKS to read secrets and certificates from + Azure KeyVaults' + year: N/A + stars: 0 + description: '' +https://medium.com/@danieljimgarcia/the-application-gateway-ingress-controller-is-broken-6aa9eb229881: + title: '==medium.com/@danieljimgarcia: The Application Gateway Ingress Controller + is broken== 🌟' + year: N/A + stars: 0 + description: '' +https://kristhecodingunicorn.com/post/k8s_nginx_oauth: + title: '==kristhecodingunicorn.com: Setting Up OAuth 2.0 Authentication for Applications + in AKS With NGINX and OAuth2 Proxy== 🌟🌟' + year: N/A + stars: 0 + description: '' +? https://medium.com/@ershivamgupta/disaster-recovery-solution-for-azure-kubernetes-service-aks-persistent-volume-storage-f2b3d2aafcf4 +: title: 'medium.com/@ershivamgupta: Disaster Recovery Solution for Azure Kubernetes + Service (AKS) Persistent Volume Storage 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/OvidiuBorlean/kubectl-windumps: + title: github.com/OvidiuBorlean/kubectl-windumps + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2023/03/aks-edge-essentials-ga: + title: 'infoq.com: Microsoft Brings Kubernetes to the Edge with AKS Edge Essentials' + year: N/A + stars: 0 + description: '' +https://azuredevopslabs.com/labs/vstsextend/kubernetes: + title: '==azuredevopslabs.com: Deploying a multi-container application to Azure + Kubernetes Services==' + year: N/A + stars: 0 + description: '' +https://www.danielstechblog.io/mitigating-slow-container-image-pulls-on-azure-kubernetes-service: + title: 'danielstechblog.io: Mitigating slow container image pulls on Azure Kubernetes + Service' + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2023/04/07/scrape-azure-metrics-and-monitor-aks-using-grafana-agent: + title: '==grafana.com: Scrape Azure metrics and monitor AKS using Grafana Agent== + 🌟' + year: N/A + stars: 0 + description: '' +? https://medium.com/microsoftazure/automating-managed-prometheus-and-grafana-with-terraform-for-scalable-observability-on-azure-4e5c5409a6b1 +: title: 'medium.com/microsoftazure: Automating Managed Prometheus and Grafana with + Terraform for scalable observability on Azure Kubernetes Service and Istio 🌟' + year: N/A + stars: 0 + description: '' +https://www.kristhecodingunicorn.com/post/aks-oauth2-proxy-with-nginx-ingress-controller: + title: 'kristhecodingunicorn.com: Setting Up OAuth 2.0 Authentication for Applications + in AKS With NGINX and OAuth2 Proxy' + year: N/A + stars: 0 + description: '' +? https://azure.microsoft.com/en-us/blog/announcing-the-general-availability-of-azure-cni-overlay-in-azure-kubernetes-service +: title: 'azure.microsoft.com: Announcing the general availability of Azure CNI Overlay + in Azure Kubernetes Service' + year: N/A + stars: 0 + description: '' +https://medium.com/@GiantSwarm/deep-dive-into-kubernetes-networking-in-azure-9f0e85e2ee34: + title: 'medium.com/@GiantSwarm: Deep Dive Into Kubernetes Networking in Azure' + year: N/A + stars: 0 + description: '' +https://www.returngis.net/2022/05/configurar-mas-de-un-application-gateway-con-agic-para-aks: + title: 'returngis.net: Configurar mΓ‘s de un Application Gateway con AGIC para AKS' + year: N/A + stars: 0 + description: '' +https://www.returngis.net/2021/11/azure-application-gateway-con-waf-y-wildcard-nginx-controller-para-aks: + title: 'returngis.net: Azure Application Gateway con WAF y wildcard + Nginx Controller + para AKS' + year: N/A + stars: 0 + description: '' +https://medium.com/@lfoster49203/kubernetes-on-azure-setting-up-a-cluster-on-microsoft-azure-with-azure-aks-d6bee3eaa65: + title: 'medium.com/@lfoster49203: Kubernetes on Azure: Setting up a cluster on Microsoft + Azure (with Azure AKS)' + year: N/A + stars: 0 + description: '' +https://medium.com/@pauldotyu/app-to-aks-with-draft-and-acorn-2d25f19649b7: + title: 'medium.com/@pauldotyu: Effortlessly Deploy to AKS with Open Source Tools + Draft and Acorn' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/fasttrack-for-azure/how-to-install-an-aks-cluster-with-the-istio-service-mesh-add-on/ba-p/3802069 +: title: 'techcommunity.microsoft.com: How to install an AKS cluster with the Istio + service mesh add-on via Bicep' + year: N/A + stars: 0 + description: '' +https://adamtheautomator.com/azure-kubernetes-service: + title: 'adamtheautomator.com: Getting Started with the Azure Kubernetes Service + (AKS)' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/kubernetes-external-dns-for-azure-dns-amp-aks/ba-p/3809393 +: title: 'techcommunity.microsoft.com: Kubernetes External DNS for Azure DNS & AKS' + year: N/A + stars: 0 + description: '' +https://medium.com/adessoturkey/azure-devops-agents-on-aks-with-kaniko-option-f672f900a177: + title: 'medium.com/adessoturkey: Azure DevOps Agents on AKS with the kaniko Option' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/containers/securing-windows-workloads-on-azure-kubernetes-service-with/ba-p/3815429: + title: 'techcommunity.microsoft.com: Securing Windows workloads on Azure Kubernetes + Service with Calico' + year: N/A + stars: 0 + description: '' +https://inder-devops.medium.com/aks-networking-deep-dive-kubenet-vs-azure-cni-vs-azure-cni-overlay-a51709171ce9: + title: '==inder-devops.medium.com: AKS Networking Deep Dive: Kubenet vs Azure-CNI + vs Azure-CNI (overlay)==' + year: N/A + stars: 0 + description: '' +https://www.returngis.net/2023/05/desplegar-agic-en-aks-utilizando-workload-identity: + title: 'returngis.net: Desplegar AGIC en AKS utilizando workload identity' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/architecture/example-scenario/aks-agic/aks-agic: + title: 'learn.microsoft.com: Use Application Gateway Ingress Controller (AGIC) with + a multitenant Azure Kubernetes Service' + year: N/A + stars: 0 + description: '' +https://www.returngis.net/2023/05/exponer-apis-en-aks-a-traves-de-azure-api-management: + title: 'returngis.net: Exponer APIs en AKS a travΓ©s de Azure API Management' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/fasttrack-for-azure/a-practical-guide-to-zone-redundant-aks-clusters-and-storage/ba-p/4036254 +: title: '==techcommunity.microsoft.com: A Practical Guide to Zone Redundant AKS Clusters + and Storage==' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/scenarios/app-platform/aks/landing-zone-accelerator: + title: '==learn.microsoft.com: AKS landing zone accelerator==' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2024/02/05/getting-started-with-azure-kubernetes-service: + title: '==piotrminkowski.com: Getting Started with Azure Kubernetes Service== 🌟' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/apps-on-azure-blog/simplifying-azure-kubernetes-service-authentication-part-2/ba-p/4055332 +: title: '==techcommunity.microsoft.com: Simplifying Azure Kubernetes Service Authentication + Part 2==' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/aks/monitor-control-plane-metrics: + title: '==learn.microsoft.com: Monitor Azure Kubernetes Service (AKS) control plane + metrics (preview)==' + year: N/A + stars: 0 + description: '' +https://github.com/stephaneey/azure-and-k8s-architecture: + title: '==github.com/stephaneey/azure-and-k8s-architecture: Azure and K8s Architecture== + 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/stephaneey/azure-and-k8s-architecture/blob/main/maps/apim.md: + title: 'azure-and-k8s-architecture: The API Management Architecture Map' + year: N/A + stars: 0 + description: '' +? https://github.com/stephaneey/azure-and-k8s-architecture/blob/main/networking/azure-kubernetes-service/east-west-traffic/east-west-shared-calico.md +: title: 'azure-and-k8s-architecture: East-West Traffic shared cluster and shared + responsibilities using Calico' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-high-performance-computing/running-gpu-accelerated-workloads-with-nvidia-gpu-operator-on/ba-p/4061318 +: title: 'techcommunity.microsoft.com: Running GPU accelerated workloads with NVIDIA + GPU Operator on AKS 🌟' + year: N/A + stars: 0 + description: '' +https://dinantpaardenkooper.nl/posts/aks-2024-03-18: + title: 'dinantpaardenkooper.nl: Azure Day with Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=io_yBU7vhIo: + title: '==youtube: Day -25 | No Dockerfile, No K8s Manifests | Setup CI/CD in 5 + minutes for any programming language==' + year: N/A + stars: 0 + description: '' +https://medium.com/@anjkeesari/install-grafana-loki-stack-helmchart-in-azure-kubernetes-services-aks-1359281b3321: + title: 'medium.com/@anjkeesari: Install Grafana Loki-Stack Helmchart in Azure Kubernetes + Services (AKS)' + year: N/A + stars: 0 + description: '' +? https://pixelrobots.co.uk/2023/12/exploring-azure-kubernetes-services-node-autoprovision-a-deep-dive-into-the-latest-public-preview-feature +: title: '==pixelrobots.co.uk: Exploring Azure Kubernetes Service’s Node Autoprovision: + A Deep Dive into the Latest Public Preview Feature==' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-observability-blog/advanced-network-observability-for-your-azure-kubernetes-service/ba-p/4176736 +: title: 'techcommunity.microsoft.com: Advanced Network Observability for your Azure + Kubernetes Service clusters through Azure Monitor' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/architecture/solution-ideas/articles/mutual-tls-deploy-aks-api-management: + title: 'learn.microsoft.com: Deploy AKS and API Management with mTLS' + year: N/A + stars: 0 + description: '' +? https://blog.stackademic.com/advanced-end-to-end-devsecops-kubernetes-three-tier-project-using-azure-aks-fluxcd-prometheus-cca3c5e61953 +: title: 'blog.stackademic.com: Advanced End-to-End DevSecOps Kubernetes Three-Tier + Project using Azure AKS, fluxCD, Prometheus, Grafana, and GitLab' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-infrastructure-blog/leveraging-azure-copilot-for-azure-kubernetes-services-aks/ba-p/4212457 +: title: 'techcommunity.microsoft.com: Leveraging Azure Copilot for Azure Kubernetes + Services (AKS)' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/microsoft-takes-kubernetes-to-the-edge-with-aks-lite: + title: 'thenewstack.io: Microsoft Takes Kubernetes to the Edge with AKS Lite' + year: N/A + stars: 0 + description: '' +https://blog.baeke.info/2022/06/02/trying-out-draft-2-on-aks: + title: 'blog.baeke.info: Trying out Draft 2 on AKS' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/kubernetes-engine: + title: Google Kubernetes Engine + year: N/A + stars: 0 + description: '' +https://github.com/darkbitio/gcp-iam-role-permissions: + title: Fetches all Primitive and Predefined GCP IAM Roles + year: N/A + stars: 0 + description: '' +https://cloudblog.withgoogle.com/products/networking/how-to-use-new-traffic-control-features-in-cloud-load-balancing/amp: + title: Using new traffic control features in External HTTP(S) load balancer + year: N/A + stars: 0 + description: '' +https://cloud.google.com/kubernetes-engine/docs/how-to/nodelocal-dns-cache: + title: Setting up NodeLocal DNSCache + year: N/A + stars: 0 + description: '' +? https://cloudblog.withgoogle.com/products/containers-kubernetes/5-ways-google-cloud-is-making-gke-the-best-place-to-run-kubernetes/amp +: title: Looking ahead as GKE, the original managed Kubernetes, turns 5 + year: N/A + stars: 0 + description: '' +https://blog.doit-intl.com/how-to-setup-multi-cluster-load-balancing-with-gke-4b407e1f3dff: + title: 'blog.doit-intl.com: How to Set Up Multi-Cluster Load Balancing with GKE' + year: N/A + stars: 0 + description: '' +https://codeburst.io/google-kubernetes-engine-logging-by-example-df6946dcba6b: + title: 'codeburst.io: Google Kubernetes Engine Logging by Example' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/containers-kubernetes/introducing-gke-multi-cluster-services: + title: 'cloud.google.com: Discover and invoke services across clusters with GKE + multi-cluster services' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/containers-kubernetes/introducing-gke-autopilot: + title: 'Introducing GKE Autopilot: a revolution in managed Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://techcrunch.com/2021/02/24/google-cloud-puts-its-kubernetes-engine-on-autopilot: + title: 'techcrunch.com: Google Cloud puts its Kubernetes Engine on autopilot' + year: N/A + stars: 0 + description: '' +https://www.zdnet.com/article/google-introduces-gke-autopilot-for-hands-off-kubernetes: + title: 'zdnet.com: Google introduces GKE Autopilot for hands-off Kubernetes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/googles-new-autopilot-for-kubernetes: + title: 'thenewstack.io: Google’s New β€˜Autopilot’ for Kubernetes' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/kubernetes-engine/docs/concepts/autopilot-overview: + title: 'cloud.google.com: GKE Autopilot 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/avmconsulting-blog/kubernetes-google-kubernetes-engine-gke-99abf912f912: + title: 'medium: How to provision Kubernetes Cluster in GCP Cloud (K8s)? 🌟' + year: N/A + stars: 0 + description: '' +https://youtu.be/Zztufl4mFQ4: + title: 'youtube: GKE Autopilot - Fully Managed Kubernetes Service From Google 🌟' + year: N/A + stars: 0 + description: '' +https://insights.project-a.com/using-github-actions-to-deploy-to-kubernetes-122c653c0b09: + title: 'insights.project-a.com: Using GitHub Actions to deploy to Kubernetes in + GKE 🌟' + year: N/A + stars: 0 + description: '' +https://faun.pub/how-to-automate-the-setup-of-a-kubernetes-cluster-on-gcp-e97918bf41de: + title: 'faun.pub: How to automate the setup of a Kubernetes cluster on GCP' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/kubernetes-engine/docs/how-to/cloud-dns: + title: Kubernetes Cloud DNS + year: N/A + stars: 0 + description: '' +? https://seroter.com/2021/08/18/using-the-new-google-cloud-config-controller-to-provision-and-manage-cloud-services-via-the-kubernetes-resource-model +: title: 'seroter.com: Using the new Google Cloud Config Controller to provision and + manage cloud services via the Kubernetes Resource Model' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/containers-kubernetes/announcing-spot-pods-for-gke-autopilot: + title: 'cloud.google.com: Announcing Spot Pods for GKE Autopilotβ€”save on fault tolerant + workloads' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/gke-ludicrous-speed-gke-image-streaming-speeds-up-container-starts: + title: 'acloudguru.com: GKE ludicrous speed! GKE Image Streaming speeds up container + starts' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/containers-kubernetes/multi-cluster-kubernetes-with-gke-at-geotab: + title: 'cloud.google.com: How to do multi-cluster Kubernetes in the real worldβ€”one + GKE shop’s approach' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/containers-kubernetes/gke-cost-optimization-insights-now-ga: + title: 'cloud.google.com: Know more, spend less: how GKE cost optimization insights + help you optimize Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/@glen.yu/getting-started-with-ebpf-and-cilium-on-gke-6553c5d7e02a: + title: 'medium.com/@glen.yu: Getting started with eBPF and Cilium on GKE' + year: N/A + stars: 0 + description: '' +https://medium.com/@glen.yu/nginx-ingress-or-gke-ingress-d87dd9db504c: + title: 'medium.com/@glen.yu: NGINX Ingress or GKE Ingress?' + year: N/A + stars: 0 + description: '' +https://medium.com/google-developer-experts/getting-started-with-gke-gateway-controller-ee45c3bc8996: + title: 'medium.com/google-developer-experts: Getting started with GKE Gateway controller' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-control-plane-metrics-are-generally-available: + title: 'cloud.google.com: Introducing Kubernetes control plane metrics in GKE' + year: N/A + stars: 0 + description: '' +https://github.com/google/gke-policy-automation: + title: google/gke-policy-automation + year: N/A + stars: 0 + description: '' +https://medium.com/google-cloud/gke-monitoring-84170ea44833: + title: 'medium.com/google-cloud: Monitoring Kubernetes Clusters on GKE (Google Container + Engine)' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/explore-api-priority-and-fairness-to-ease-the-load-of-the-apiserver-a4fe9c4e7174: + title: 'blog.devgenius.io: Explore API Priority and Fairness to Ease the Load of + the APIServer' + year: N/A + stars: 0 + description: '' +https://faun.pub/deploy-active-active-multi-region-kubernetes-cluster-with-terraform-f2652e43f47e: + title: 'faun.pub: Make Your Kubernetes Cluster Highly Available and Fault Tolerant + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@pbijjala/recap-kube-vrs-cloud-dns-in-gke-b8d1d407e00d: + title: 'medium.com/@pbijjala: reCap: Kube vrs Cloud DNS in GKE' + year: N/A + stars: 0 + description: '' +https://medium.com/google-cloud/ingress-in-google-kubernetes-products-f22ded21f4ed: + title: 'medium.com/google-cloud: Ingress in Google Kubernetes Products' + year: N/A + stars: 0 + description: '' +https://medium.com/@pbijjala/considerations-for-hardening-your-gke-a-workload-perceptive-943be26949d2: + title: 'medium.com/@pbijjala: Considerations for Hardening your GKE, a workload + perceptive' + year: N/A + stars: 0 + description: '' +https://medium.com/@jjlakis/gcp-secret-manager-with-self-hosted-kubernetes-db35d01d65f0: + title: 'medium.com/@jjlakis: GCP Secret Manager with self-hosted Kubernetes' + year: N/A + stars: 0 + description: '' +https://tech.loveholidays.com/gke-multi-cluster-services-one-bad-probe-away-from-disaster-62051fafe84e: + title: 'tech.loveholidays.com: GKE Multi-Cluster Services β€” one bad probe away from + disaster' + year: N/A + stars: 0 + description: '' +https://medium.com/zencore/looking-for-gpu-capacity-dws-got-you-covered-d736b8c63ba6: + title: Looking for GPU Capacity ? DWS got you covered ! + year: N/A + stars: 0 + description: '' +https://medium.com/google-cloud/understanding-health-checks-in-gke-gateway-api-1c89f82bfba8: + title: 'medium.com/google-cloud: Understanding health checks in GKE & Gateway API' + year: N/A + stars: 0 + description: '' +https://www.ibm.com/cloud/kubernetes-service: + title: IKS + year: N/A + stars: 0 + description: '' +https://medium.com/vmacwrites/multizone-kubernetes-and-vpc-load-balancer-setup-9664b3c9ea5d: + title: 'medium: Multizone Kubernetes and VPC Load Balancer Setup with terraform' + year: N/A + stars: 0 + description: '' +https://www.linode.com/products/kubernetes: + title: Linode Kubernetes Engine (LKE) + year: N/A + stars: 0 + description: '' +https://medium.com/codex/create-kubernetes-cluster-using-linode-lke-4f9c71d03a8d: + title: 'medium: Create Kubernetes Cluster Using Linode LKE' + year: N/A + stars: 0 + description: '' +https://dev.to/rahulrai/practical-introduction-to-kubernetes-autoscaling-tools-with-linode-kubernetes-engine-2i7k: + title: 'dev.to: Practical Introduction to Kubernetes Autoscaling Tools with Linode + Kubernetes Engine 🌟' + year: N/A + stars: 0 + description: '' +https://docs.digitalocean.com/products/kubernetes: + title: 'docs.digitalocean.com: Kubernetes on DigitalOcean' + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com/community/tech_talks/automating-gitops-and-continuous-delivery-with-digitalocean-kubernetes: + title: 'digitalocean.com: Automating GitOps and Continuous Delivery With DigitalOcean + Kubernetes (Terraform, Helm and Flux)' + year: N/A + stars: 0 + description: '' +https://blog.ediri.io/digitalocean-kubernetes-challenge: + title: 'blog.ediri.io: DigitalOcean Kubernetes Challenge' + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com/blog/kubernetes-for-startups-why-when-and-how-to-adopt: + title: 'digitalocean.com: Kubernetes for startups: Why, when, and how to adopt ' + year: N/A + stars: 0 + description: '' +https://arnoldgalovics.com/github-actions-oracle-cloud-kubernetes: + title: 'arnoldgalovics.com: GitHub Actions CI/CD For Oracle Cloud Kubernetes' + year: N/A + stars: 0 + description: '' +https://kubesphere.io: + title: kubesphere.io + year: N/A + stars: 0 + description: '' +https://github.com/kubesphere/kubekey: + title: kubekey + year: N/A + stars: 0 + description: '' +https://kubesphere.io/blogs/install-kubernetes-containerd: + title: 'kubesphere.io: Install Kubernetes 1.22 and containerd the Easy Way with + kubekey' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/quickly-install-a-kubernetes-cluster-with-kubekey: + title: 'thenewstack.io: Quickly Install a Kubernetes Cluster with KubeKey' + year: N/A + stars: 0 + description: '' +https://kubesphere.io/blogs/scale-kubernetes-cluster-using-kubekey: + title: 'kubesphere.io: Scaling a Kubernetes Cluster: One of the Best Practices for + Using KubeKey' + year: N/A + stars: 0 + description: '' +https://itnext.io/adding-master-nodes-to-achieve-ha-one-of-the-best-practices-for-using-kubekey-6207e94b0bdd: + title: 'itnext.io: Adding Master Nodes to Achieve HA: One of the Best Practices + for Using KubeKey' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=MU5LdM83x9s&t=40s&ab_channel=KubeSphere: + title: 'youtube: Create a Jenkins Pipeline on Kubernetes with CI/CD Pipeline Template + in KubeSphere' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubesphere-a-new-pluggable-kubernetes-application-management-platform-bf078b9f3330: + title: 'itnext.io: KubeSphere: A New Pluggable Kubernetes Application Management + Platform' + year: N/A + stars: 0 + description: '' +https://www.giantswarm.io: + title: Giant Swarm + year: N/A + stars: 0 + description: '' +https://www.giantswarm.io/blog/turtles-all-the-way-down-are-still-just-turtles-giant-swarm: + title: 'giantswarm.io: ' + year: N/A + stars: 0 + description: '' +https://banzaicloud.com: + title: Banzai Cloud 🌟 + year: N/A + stars: 0 + description: '' +https://banzaicloud.com/blog/kubernetes-nodepool-upgrades: + title: Kubernetes node pool upgrades with Banzai Pipeline + year: N/A + stars: 0 + description: '' +https://searchcloudcomputing.techtarget.com/tip/Compare-tools-for-multi-cloud-Kubernetes-management: + title: Compare tools for multi-cloud Kubernetes management 🌟 + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Message_broker: + title: 'Wikipedia: Message Broker' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Event-driven_messaging: + title: 'Wikipedia: Event-driven messaging' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Streaming_data: + title: 'Wikipedia: Streaming Data' + year: N/A + stars: 0 + description: '' +https://www.nginx.com/blog/event-driven-data-management-microservices: + title: 'nginx.com: Event-Driven Data Management for Microservices 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/event-driven-architecture-as-a-strategy: + title: 'dzone: Event-Driven Architecture as a Strategy' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/event-driven-finding-seams: + title: 'infoq.com: From Monolith to Event-Driven: Finding Seams in Your Future Architecture' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Enterprise_service_bus: + title: 'wikipedia: Enterprise service bus' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-rise-of-the-event-streaming-database: + title: 'thenewstack.io: The Rise of the Event Streaming Database 🌟' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2020/11/03/the-need-for-kubernetes-native-messaging-platform-in-hybrid-cloud-environment: + title: 'cncf.io: The need for Kubernetes Native Messaging Platform in Hybrid Cloud + Environment' + year: N/A + stars: 0 + description: '' +https://wiprodigital.com/2020/11/10/a-guide-to-enterprise-event-driven-architecture: + title: 'wiprodigital.com: A Guide to Enterprise Event-Driven Architecture' + year: N/A + stars: 0 + description: '' +https://medium.com/microservicegeeks/introduction-to-event-driven-architecture-e94ef442d824: + title: 'medium: Introduction to Event-Driven Architecture 🌟' + year: N/A + stars: 0 + description: '' +https://www.ibm.com/cloud/architecture/architecture/practices/event-driven-cloud-native-apps-architecture: + title: 'ibm.com: Event-driven cloud-native applications (microservices)' + year: N/A + stars: 0 + description: '' +https://stackoverflow.blog/2020/03/16/how-event-driven-architecture-solves-modern-web-app-problems: + title: 'stackoverflow.blog: How event-driven architecture solves modern web app + problems 🌟' + year: N/A + stars: 0 + description: '' +https://sebalopezz.medium.com/monolith-to-microservices-event-driven-architecture-ff4284bf4ecf: + title: 'sebalopezz.medium.com: Monolith to Microservices + Event-Driven Architecture + 🌟' + year: N/A + stars: 0 + description: '' +https://www.confluent.io/resources/event-driven-microservices: + title: 'confluent.io: Event-Driven Microservices Architecture (white paper) 🌟' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/architect/event-driven-architecture-essentials: + title: 'redhat.com: Event-driven architecture: Understanding the essential benefits + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/hookdeck/introduction-to-message-queues-20d00373cc1f: + title: 'medium: Introduction to Message Queues 🌟' + year: N/A + stars: 0 + description: '' +https://headspring.com/2019/07/09/kafka-or-rabbitmq-messaging: + title: 'headspring.com: Is Kafka or RabbitMQ the right messaging tool for you?' + year: N/A + stars: 0 + description: '' +https://www.baeldung.com/pub-sub-vs-message-queues: + title: 'baeldung.com: Pub-Sub vs. Message Queues 🌟' + year: N/A + stars: 0 + description: '' +https://engineering.atspotify.com/2016/02/25/spotifys-event-delivery-the-road-to-the-cloud-part-i: + title: 'engineering.atspotify.com: Spotify’s Event Delivery – The Road to the Cloud + (Part I)' + year: N/A + stars: 0 + description: '' +? https://medium.com/design-microservices-architecture-with-patterns/monolithic-to-microservices-architecture-with-patterns-best-practices-a768272797b2 +: title: '==medium: Monolithic to Microservices Architecture with Patterns & Best + Practices== 🌟' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/microservices-inside-out: + title: 'infoq.com: Turning Microservices Inside-Out' + year: N/A + stars: 0 + description: '' +? https://towardsdatascience.com/scalable-efficient-big-data-analytics-machine-learning-pipeline-architecture-on-cloud-4d59efc092b5 +: title: 'towardsdatascience.com: Architecture for High-Throughput Low-Latency Big + Data Pipeline on Cloud 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/restful-applications-in-an-event-driven-architecture: + title: 'dzone: RESTful Applications in An Event-Driven Architecture' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/09/21/distributed-transaction-patterns-microservices-compared: + title: 'developers.redhat.com: Distributed transaction patterns for microservices + compared' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-rise-of-event-driven-architecture: + title: 'thenewstack.io: The Rise of Event-Driven Architecture' + year: N/A + stars: 0 + description: '' +https://jinwookim928.medium.com/intro-to-event-driven-architecture-79914e5969d7: + title: 'jinwookim928.medium.com: Why Not Event Driven Architecture?' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/streaming-data-and-the-modern-real-time-data-stack: + title: 'thenewstack.io: Streaming Data and the Modern Real-Time Data Stack' + year: N/A + stars: 0 + description: '' +https://blog.direktiv.io/event-driven-orchestration-with-knative-part-1-fbdcc0e2ea03: + title: 'blog.direktiv.io: Event driven orchestration with Knative (part 1)' + year: N/A + stars: 0 + description: '' +https://blog.direktiv.io/redefining-event-driven-orchestration-for-automation-applications-ec07d79f21c0: + title: 'blog.direktiv.io: Redefining event-driven orchestration for automation & + applications' + year: N/A + stars: 0 + description: '' +https://pub.towardsai.net/software-engineering-baa4e7a8015c: + title: 'pub.towardsai.net: Deep Dive into Event-Driven architecture | Gul Ershad' + year: N/A + stars: 0 + description: '' +https://www.developer.com/design/event-driven-microservices: + title: 'developer.com: An Introduction to Event Driven Microservices' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/microservices-and-the-event-aggregator-pattern: + title: 'dzone.com: What Are Microservices and The Event Aggregator Pattern? 🌟' + year: N/A + stars: 0 + description: '' +https://irfanyusanif.medium.com/how-to-communicate-between-microservices-7956ed68a99a: + title: 'irfanyusanif.medium.com: Best practices to communicate between microservices' + year: N/A + stars: 0 + description: '' +https://swapnil-chougule.medium.com/rapid-feature-engineering-through-sql-a92b0926683d: + title: 'swapnil-chougule.medium.com: Rapid Feature Engineering through SQL' + year: N/A + stars: 0 + description: '' +? https://blog.twitter.com/engineering/en_us/topics/infrastructure/2021/processing-billions-of-events-in-real-time-at-twitter- +: title: '==blog.twitter.com: Processing billions of events in real time at Twitter==' + year: N/A + stars: 0 + description: '' +https://codeopinion.com/event-sourcing-vs-event-driven-architecture: + title: 'codeopinion.com: Event Sourcing vs Event Driven Architecture' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-path-to-getting-the-full-data-stack-on-kubernetes: + title: 'thenewstack.io: The Path to Getting the Full Data Stack on Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/tinyclues-vision/4-design-principles-for-robust-data-pipelines-5bbd40de4a43: + title: 'medium.com/tinyclues-vision: 4 Design Principles for Robust Data Pipelines' + year: N/A + stars: 0 + description: '' +https://medium.com/fiverr-engineering/how-to-share-data-between-microservices-on-high-scale-ab2bc663898d: + title: 'medium.com/fiverr-engineering: How to Share Data Between Microservices on + High Scale' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/microservices-communication-queues-topics-and-streams-597664d4b786: + title: 'medium.com/codex: Microservices Communication β€” Queues Topics and Streams' + year: N/A + stars: 0 + description: '' +https://blog.bitsrc.io/why-microservices-should-use-event-sourcing-9755a54ebfb4: + title: 'blog.bitsrc.io: Why Microservices Should use Event Sourcing 🌟' + year: N/A + stars: 0 + description: '' +https://emirayhan.medium.com/what-is-the-difference-message-queue-and-message-bus-7f2e2867eff6: + title: '==emirayhan.medium.com: What is the difference Message Queue and Message + Bus?== 🌟' + year: N/A + stars: 0 + description: '' +https://verraes.net/2019/05/ddd-msg-arch: + title: 'verraes.net: DDD and Messaging Architectures 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/event-driven-utopia/comparing-stateful-stream-processing-and-streaming-databases-c8c670f3f4bb: + title: 'medium.com/event-driven-utopia: Comparing Stateful Stream Processing and + Streaming Databases' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-to-get-started-with-data-streaming: + title: 'thenewstack.io: How to Get Started with Data Streaming' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/how-move-from-wait-batch-processing-culture-get-now-tomsen-bukovec: + title: 'linkedin.com: How to Move From a β€œWait for it...” Batch-Processing Culture + to a β€œGet It Now” Real-Time Data Culture' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/messaging-for-multicloud-resilience: + title: 'dzone: Resilient MultiCloud Messaging' + year: N/A + stars: 0 + description: '' +https://juhache.substack.com/p/from-data-engineer-to-yaml-engineer-ed2: + title: 'juhache.substack.com: From Data Engineer to YAML Engineer' + year: N/A + stars: 0 + description: '' +https://particular.net/blog/rpc-vs-messaging-which-is-faster: + title: 'particular.net: RPC vs. Messaging – which is faster?' + year: N/A + stars: 0 + description: '' +https://medium.com/dev-jam/tibco-bw-vs-apache-camel-9552a5f4e6be: + title: 'medium.com/dev-jam: TIBCO Business Works vs. Apache Camel β€” A short Comparison + 🌟' + year: N/A + stars: 0 + description: '' +https://activemq.apache.org: + title: Apache ActiveMQ + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/introduction-to-message-brokers-part-1-apache-kafk: + title: 'Dzone: Introduction to Message Brokers. Part 1: Apache Kafka vs. RabbitMQ' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/introduction-to-message-brokers-part-2-activemq-vs: + title: 'Dzone: Introduction to Message Brokers. Part 2: ActiveMQ vs. Redis Pub/Sub' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/07/31/choosing-the-right-asynchronous-messaging-infrastructure-for-the-job: + title: 'developers.redhat.com: Choosing the right asynchronous-messaging infrastructure + for the job' + year: N/A + stars: 0 + description: '' +? https://www.kai-waehner.de/blog/2022/01/28/when-to-use-apache-camel-vs-apache-kafka-for-etl-application-integration-event-streaming +: title: '==kai-waehner.de: When to use Apache Camel vs. Apache Kafka?== 🌟' + year: N/A + stars: 0 + description: '' +https://activemq.apache.org/components/classic: + title: ActiveMQ 5.x "classic" + year: N/A + stars: 0 + description: '' +https://activemq.apache.org/components/artemis: + title: ActiveMQ Artemis + year: N/A + stars: 0 + description: '' +https://github.com/apache/activemq-artemis: + title: Apache Artemis JMeter + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/06/30/implementing-apache-activemq-style-broker-meshes-apache-artemis: + title: 'developers.redhat.com: Implementing Apache ActiveMQ-style broker meshes + with Apache Artemis' + year: N/A + stars: 0 + description: '' +https://itnext.io/k8s-prevent-queue-worker-pod-from-being-killed-during-deployment-4252ea7c13f6: + title: K8s prevent queue worker Pod from being killed during deployment + year: N/A + stars: 0 + description: '' +https://medium.com/better-programming/rabbitmq-vs-kafka-1ef22a041793: + title: 'medium.com: **RabbitMQ vs. Kafka**' + year: N/A + stars: 0 + description: '' +https://blog.rabbitmq.com/posts/2021/07/rabbitmq-streams-first-application: + title: 'blog.rabbitmq.com: First Application With RabbitMQ Streams' + year: N/A + stars: 0 + description: '' +https://geshan.com.np/blog/2021/07/rabbitmq-docker-nodejs: + title: 'geshan.com.np: How to use RabbitMQ and Node.js with Docker and Docker-compose' + year: N/A + stars: 0 + description: '' +https://salaboy.com/2022/01/29/event-driven-applications-with-cloudevents-on-kubernetes: + title: 'salaboy.com: Event-Driven applications with CloudEvents on Kubernetes' + year: N/A + stars: 0 + description: '' +? https://medium.com/@paolo.gazzola/deploy-a-rabbitmq-cluster-in-an-on-premise-kubernetes-multi-node-cluster-enviroment-5dd71d84dafc +: title: 'medium.com/@paolo.gazzola: How to deploy a high available and fault tolerant + RabbitMQ service in an on-premise Kubernetes multi-node cluster environment' + year: N/A + stars: 0 + description: '' +https://redis.io: + title: Redis + year: N/A + stars: 0 + description: '' +https://redis.io/topics/pubsub: + title: Redis Pub/sub + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/the-perfect-message-queue-solution-based-on-the-redis-stream-type-ccf273554178: + title: 'betterprogramming.pub: The Perfect Message Queue Solution Based on the Redis + Stream Type' + year: N/A + stars: 0 + description: '' +https://camel.apache.org: + title: Apache Camel + year: N/A + stars: 0 + description: '' +https://www.quora.com/Whats-the-difference-between-Apache-Camel-and-Kafka: + title: 'Quora.com: What''s the difference between Apache Camel and Kafka?' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/building-a-hybrid-multi-cloud-event-mesh-demo-with: + title: 'dzone: Hybrid multi-cloud event mesh architectural design' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/05/17/integrating-systems-apache-camel-and-quarkus-red-hat-openshift: + title: 'developers.redhat.com: Integrating systems with Apache Camel and Quarkus + on Red Hat OpenShift' + year: N/A + stars: 0 + description: '' +https://camel.apache.org/camel-k/latest: + title: Apache Camel K + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/05/12/six-reasons-to-love-camel-k: + title: 'developers.redhat.com: Six reasons to love Camel K' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/05/19/extending-kafka-connectivity-with-apache-camel-kafka-connectors: + title: 'developers.redhat.com: Extending Kafka connectivity with Apache Camel Kafka + connectors' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2021/04/02/design-event-driven-integrations-with-kamelets-and-camel-k: + title: 'developers.redhat.com: Design event-driven integrations with Kamelets and + Camel K' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/camel-k-brings-apache-camel-to-kubernetes-for-event-driven-architectures: + title: 'thenewstack.io: Camel K Brings Apache Camel to Kubernetes for Event-Driven + Architectures' + year: N/A + stars: 0 + description: '' +https://github.com/osa-ora/camel-k-samples: + title: github.com/osa-ora/camel-k-samples + year: N/A + stars: 0 + description: '' +https://kubemq.io: + title: 'KubeMQ.io: Kubernetes Native Message Queue Broker' + year: N/A + stars: 0 + description: '' +https://devops.com/implementing-message-queue-in-kubernetes: + title: 'devops.com: Best of 2019: Implementing Message Queue in Kubernetes' + year: N/A + stars: 0 + description: '' +https://kubemq.io/kafka-vs-kubemq: + title: 'kubemq.io: Kafka VS KubeMQ 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/kubemq-io/kubemq-community: + title: github.com/kubemq-io/kubemq-community 🌟 + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/seamless-migration-from-kafka-to-kubemq: + title: 'dzone: KubeMQ: A Modern Alternative to Kafka' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/pubsub/docs/overview: + title: Google Cloud Platform Pub/Sub + year: N/A + stars: 0 + description: '' +https://www.kai-waehner.de/blog/2022/05/12/comparison-jms-api-message-broker-mq-vs-apache-kafka: + title: '==kai-waehner.de: Comparison: JMS Message Queue vs. Apache Kafka==' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Cloud-based_integration: + title: 'Wikipedia: Cloud Based Integration (iPaaS)' + year: N/A + stars: 0 + description: '' +https://blog.axway.com/hybrid-integration/whats-ipaas: + title: 'blog.axway.com: What is iPaaS?' + year: N/A + stars: 0 + description: '' +https://www.ibm.com/cloud/learn/ipaas: + title: 'ibm.com: iPaaS (Integration-Platform-as-a-Service)' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/technologies/jboss-middleware/fuse: + title: '**Red Hat Fuse**' + year: N/A + stars: 0 + description: '' +https://syndesis.io: + title: '**Syndesis** open source integration platform' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/03/25/low-code-microservices-orchestration-with-syndesis: + title: 'developers.redhat.com: Low-code microservices orchestration with Syndesis' + year: N/A + stars: 0 + description: '' +https://debezium.io: + title: '**Debezium**:' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2019/11/19/decoupling-microservices-with-apache-camel-and-debezium: + title: 'developers.redhat.com: Decoupling microservices with Apache Camel and Debezium' + year: N/A + stars: 0 + description: '' +https://medium.com/trendyol-tech/transaction-log-tailing-with-debezium-part-1-aeb968d72220: + title: 'A good explanation of how to avoid distributed transactions using outbox + pattern: Transaction Log Tailing With Debezium' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/04/14/capture-database-changes-with-debezium-apache-kafka-connectors: + title: 'developers.redhat.com: Capture database changes with Debezium Apache Kafka + connectors' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/05/15/change-data-capture-for-microservices-without-writing-any-code: + title: 'developers.redhat.com: Change data capture for microservices without writing + any code' + year: N/A + stars: 0 + description: '' +https://debezium.io/blog/2020/02/25/lessons-learned-running-debezium-with-postgresql-on-rds: + title: 'debezium.io: Lessons Learned from Running Debezium with PostgreSQL on Amazon + RDS' + year: N/A + stars: 0 + description: '' +https://info.crunchydata.com/blog/postgresql-change-data-capture-with-debezium: + title: 'info.crunchydata.com: PostgreSQL Change Data Capture With Debezium' + year: N/A + stars: 0 + description: '' +https://medium.com/comsystoreply/stream-your-database-into-kafka-with-debezium-a94b2f649664: + title: 'medium.com: Stream Your Database into Kafka with Debezium' + year: N/A + stars: 0 + description: '' +https://noti.st/morsapaes/liQzgs/change-data-capture-with-flink-sql-and-debezium: + title: 'noti.st: Change Data Capture with Flink SQL and Debezium 🌟' + year: N/A + stars: 0 + description: '' +https://vladmihalcea.com/a-beginners-guide-to-cdc-change-data-capture: + title: 'vladmihalcea.com: A beginner’s guide to CDC (Change Data Capture)' + year: N/A + stars: 0 + description: '' +https://shopify.engineering/capturing-every-change-shopify-sharded-monolith: + title: 'shopify.engineering: Capturing Every Change From Shopify’s Sharded Monolith' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2021/03/25/db2-and-oracle-connectors-coming-to-debezium-1-4-ga: + title: 'developers.redhat.com: Db2 and Oracle connectors coming to Debezium 1.4 + GA' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/change-data-capture-using-debezium-ec48631d643a: + title: 'medium: Change Data Capture β€” Using Debezium' + year: N/A + stars: 0 + description: '' +https://daily.dev/blog/building-a-fault-tolerant-event-driven-architecture-with-google-cloud-pulumi-and-debezium: + title: 'daily.dev: Building a fault-tolerant event-driven architecture with Google + Cloud, Pulumi and Debezium' + year: N/A + stars: 0 + description: '' +https://pradeepdaniel.medium.com/real-time-change-data-replication-to-snowflake-using-kafka-and-debezium-d6ebb0d4eb29: + title: 'pradeepdaniel.medium.com: Creating an ETL data pipeline to sync data to + Snowflake using Kafka and Debezium' + year: N/A + stars: 0 + description: '' +https://medium.com/event-driven-utopia/a-visual-introduction-to-debezium-32563e23c6b8: + title: 'medium: A Visual Introduction to Debezium 🌟' + year: N/A + stars: 0 + description: '' +https://debezium.io/blog/2021/10/20/using-debezium-create-data-lake-with-apache-iceberg: + title: 'debezium.io: Using Debezium to Create a Data Lake with Apache Iceberg' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/12/06/improve-your-kafka-connect-builds-debezium: + title: 'developers.redhat.com: Improve your Kafka Connect builds of Debezium.' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2019/12/16/getting-started-with-red-hat-integration-service-registry: + title: Red Hat Integration service registry + year: N/A + stars: 0 + description: '' +https://github.com/apicurio/apicurio-registry: + title: '**Apicurio** Registry' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/06/12/event-streaming-and-data-federation-a-citizen-integrators-story: + title: 'Event streaming and data federation: A citizen integrator’s story' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/architect/schema-registry: + title: 'redhat.com: Using a schema registry to ensure data consistency between microservices' + year: N/A + stars: 0 + description: '' +https://martinfowler.com/articles/data-mesh-principles.html: + title: 'martinfowler.com: Data Mesh Principles and Logical Architecture' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2020/12/data-mesh-architecture: + title: 'infoq.com: Data Mesh Principles and Logical Architecture Defined' + year: N/A + stars: 0 + description: '' +https://martinfowler.com/articles/data-monolith-to-mesh.html: + title: 'martinfowler.com: How to Move Beyond a Monolithic Data Lake to a Distributed + Data Mesh' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/data-domains-and-data-products-64cc9d28283e: + title: 'towardsdatascience.com: Data Domains and Data Products' + year: N/A + stars: 0 + description: '' +https://mrpaulandrew.com/2021/12/22/building-a-data-mesh-architecture-in-azure-part-2: + title: 'mrpaulandrew.com: BUILDING A DATA MESH ARCHITECTURE IN AZURE – PART 2' + year: N/A + stars: 0 + description: '' +https://github.com/manuzhang/awesome-streaming: + title: Awesome Streaming + year: N/A + stars: 0 + description: '' +https://cloudblog.withgoogle.com/products/data-analytics/create-templates-from-any-dataflow-pipeline/amp: + title: 'cloudblog.withgoogle.com: Turn any Dataflow pipeline into a reusable template' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/part-1-the-evolution-of-data-pipeline-architecture: + title: 'thenewstack.io: Part 1: The Evolution of Data Pipeline Architecture' + year: N/A + stars: 0 + description: '' +? https://www.satishchandragupta.com/tech/scalable-efficient-big-data-analytics-machine-learning-pipeline-architecture-on-cloud.html +: title: 'satishchandragupta.com: Scalable Efficient Big Data Pipeline Architecture' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/how-to-orchestrate-data-pipelines-with-applications-deployed-on-openshift: + title: 'openshift.com: How to Orchestrate Data Pipelines with Applications Deployed + on OpenShift' + year: N/A + stars: 0 + description: '' +https://kafka.apache.org: + title: Apache Kafka + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/02/14/using-secrets-in-apache-kafka-connect-configuration: + title: 'developers.redhat.com: Using secrets in Kafka Connect configuration' + year: N/A + stars: 0 + description: '' +https://github.com/monksy/awesome-kafka/blob/master/tools.md: + title: Awesome Kafka + year: N/A + stars: 0 + description: '' +https://www.morling.dev/blog/single-message-transforms-swiss-army-knife-of-kafka-connect: + title: Single Message Transformations - The Swiss Army Knife of Kafka Connect + year: N/A + stars: 0 + description: '' +https://medium.com/convoy-tech/logs-offsets-near-real-time-elt-with-apache-kafka-snowflake-473da1e4d776: + title: 'medium: Logs & Offsets: (Near) Real Time ELT with Apache Kafka + Snowflake' + year: N/A + stars: 0 + description: '' +? https://medium.com/swlh/apache-kafka-startup-guide-system-design-architectures-notification-system-web-activity-tracker-6dcaf0cf8a7 +: title: 'medium: Apache Kafka Startup Guide: System Design Architectures: Notification + System, Web Activity Tracker, ELT Pipeline, Storage System 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/getting-started-with-kafka-on-openshift-c44c0fdec384: + title: 'medium: Getting Started With Kafka on OpenShift' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/topics/container-management/red-hat-platform-brings-kafka-closer-to-kubernetes: + title: 'containerjournal.com: Red Hat Platform Brings Kafka Closer to Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/tchiotludo/akhq: + title: AKHQ (previously known as KafkaHQ) 🌟 + year: N/A + stars: 0 + description: '' +https://banzaicloud.com/blog/kafka-schemareg: + title: 'banzaicloud.com: Kafka Schema Registry on Kubernetes the declarative way' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/07/02/build-a-simple-cloud-native-change-data-capture-pipeline: + title: Build a simple cloud-native change data capture pipeline + year: N/A + stars: 0 + description: '' +https://banzaicloud.com/blog/supertubes-focal: + title: 'banzaicloud.com: Bulletproof Kafka, and the tale of an Amazon outage' + year: N/A + stars: 0 + description: '' +https://www.confluent.fr/blog/modernize-apps-and-infrastructure-with-anthos-confluent-kafka: + title: 'confluent.fr: Infrastructure Modernization with Google Anthos and Apache + Kafka' + year: N/A + stars: 0 + description: '' +https://www.confluent.io/blog/kafka-devops-with-confluent-kubernetes-and-gitops: + title: 'confluent.io: Apache Kafka DevOps with Kubernetes and GitOps' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/09/28/build-a-data-streaming-pipeline-using-kafka-streams-and-quarkus: + title: Build a data streaming pipeline using Kafka Streams and Quarkus + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/kafka-for-engineers-975feaea6067: + title: 'levelup.gitconnected.com: Kafka for Engineers 🌟' + year: N/A + stars: 0 + description: '' +https://www.confluent.io/blog/build-deploy-scalable-machine-learning-production-apache-kafka: + title: 'confluent.io: How to Build and Deploy Scalable Machine Learning in Production + with Apache Kafka' + year: N/A + stars: 0 + description: '' +https://banzaicloud.com/blog/kafka-on-etcd: + title: 'banzaicloud.com: Kafka on Kubernetes - using etcd 🌟' + year: N/A + stars: 0 + description: '' +https://softwareengineeringdaily.com/2020/12/16/kafka-applications-with-tim-berglund-repeat: + title: 'softwareengineeringdaily.com: Kafka Applications with Tim Berglund (podcast) + 🌟' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/database-audit-system-kafka: + title: 'infoq.com: Building a SQL Database Audit System using Kafka, MongoDB and + Maxwell''s Daemon' + year: N/A + stars: 0 + description: '' +https://www.tecmint.com/install-apache-kafka-in-centos-rhel: + title: 'tecmint: How to Install Apache Kafka in CentOS/RHEL 7' + year: N/A + stars: 0 + description: '' +https://medium.com/@andy.bryant/processing-guarantees-in-kafka-12dd2e30be0e: + title: 'medium: Processing guarantees in Kafka' + year: N/A + stars: 0 + description: '' +https://davidxiang.com/2021/01/10/kafka-as-a-database: + title: 'davidxiang.com: Kafka As A Database? Yes Or No' + year: N/A + stars: 0 + description: '' +https://medium.com/pinterest-engineering/how-pinterest-runs-kafka-at-scale-ff9c6f735be: + title: 'medium: How Pinterest runs Kafka at scale' + year: N/A + stars: 0 + description: '' +https://medium.com/google-cloud/google-pub-sub-lite-for-kafka-users-dec8a7cfc5e5: + title: 'medium: Google Pub/Sub Lite for Kafka Users' + year: N/A + stars: 0 + description: '' +https://medium.com/wix-engineering/4-microservices-caching-patterns-at-wix-b4dfee1ae22f: + title: 'medium: 4 Microservices Caching Patterns at Wix' + year: N/A + stars: 0 + description: '' +https://www.confluent.io/blog/apache-kafka-intro-how-kafka-works: + title: 'Confluent.io: Intro to Apache Kafka: How Kafka Works 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/digitalfrontiers/microservices-in-rust-with-kafka-2b671295b24e: + title: 'medium: Microservices in Rust with Kafka' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/apache-kafka-in-a-nutshell-5782b01d9ffb: + title: 'medium: Apache Kafka in a Nutshell 🌟' + year: N/A + stars: 0 + description: '' +https://www.confluent.io/blog/simplify-multiple-kafka-cluster-management-monitoring-using-confluent: + title: 'confluent.io: Simplifying Apache Kafka Multi-Cluster Management Using Control + Center and Cluster Registry' + year: N/A + stars: 0 + description: '' +https://www.kai-waehner.de/blog/2021/03/10/apache-kafka-app-modernization-legacy-hybrid-cloud-native-architecture: + title: 'kai-waehner.de: App Modernization and Hybrid Cloud Architectures with Apache + Kafka' + year: N/A + stars: 0 + description: '' +https://www.kai-waehner.de/blog/2021/03/15/apache-kafka-mqtt-sparkplug-iot-blog-series-part-1-of-5-overview-comparison: + title: 'kai-waehner.de: Apache Kafka and MQTT (Part 1 of 5) – Overview and Comparison' + year: N/A + stars: 0 + description: '' +? https://medium.com/@harmonh/solutions-to-communication-problems-in-microservices-using-apache-kafka-and-kafka-lens-9b6d453de352 +: title: 'medium: Solutions to Communication Problems in Microservices using Apache + Kafka and Kafka Lens' + year: N/A + stars: 0 + description: '' +https://kafka-tutorials.confluent.io: + title: kafka-tutorials.confluent.io 🌟 + year: N/A + stars: 0 + description: '' +https://kafka-tutorials.confluent.io/join-a-stream-to-a-table/kstreams.html: + title: 'kafka-tutorials.confluent.io: How to join a stream and a lookup table 🌟' + year: N/A + stars: 0 + description: '' +https://www.confluent.io/blog/devops-for-apache-kafka-with-kubernetes-and-gitops: + title: 'confluent.io: DevOps for Apache Kafka with Kubernetes and GitOps 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/microservices-event-driven-architecture-and-kafka: + title: 'dzone.com: Microservices, Event-Driven Architecture and Kafka 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/event-driven-utopia/understanding-kafka-topic-partitions-ae40f80552e8: + title: 'medium: Understanding Kafka Topic Partitions' + year: N/A + stars: 0 + description: '' +https://kafka-tutorials.confluent.io/how-to-count-messages-on-a-kafka-topic/ksql.html: + title: 'kafka-tutorials.confluent.io: How to count messages in a Kafka topic' + year: N/A + stars: 0 + description: '' +https://www.confluent.io/blog/kafka-without-zookeeper-a-sneak-peek: + title: 'confluent.io: Apache Kafka Made Simple: A First Glimpse of a Kafka Without + ZooKeeper 🌟' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2021/03/31/knative-eventing-with-kafka-and-quarkus: + title: 'piotrminkowski.com: Knative Eventing with Kafka and Quarkus' + year: N/A + stars: 0 + description: '' +https://blog.cloudera.com/scalability-of-kafka-messaging-using-consumer-groups: + title: 'blog.cloudera.com: Scalability of Kafka Messaging using Consumer Groups' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/beyond-the-quickstart-running-apache-kafka-as-a-service-on-kubernetes: + title: 'thenewstack.io: Beyond the Quickstart: Running Apache Kafka as a Service + on Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.confluent.io/blog/kafka-2-8-0-features-and-improvements-with-early-access-to-kip-500: + title: 'confluent.io: What’s New in Apache Kafka 2.8' + year: N/A + stars: 0 + description: '' +https://devclass.com/2021/04/20/apache-kafka-2-8-0-previews-life-without-zookeeper: + title: 'devclass.com: Apache Kafka 2.8.0 previews life without ZooKeeper' + year: N/A + stars: 0 + description: '' +https://www.instaclustr.com/apache-kafka-architecture: + title: 'instaclustr.com: Apache Kafka Architecture: A Complete Guide 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=9wu-j9gIlBY&list=PLa7VYi0yPIH1MB2n2w8pMZguffCDu2L4Y&index=8&ab_channel=Confluent: + title: 'youtube playlist: Kafka Connect Tutorials | Kafka Connect 101: REST API + 🌟' + year: N/A + stars: 0 + description: '' +? https://developers.redhat.com/blog/2021/05/04/event-driven-apis-and-schema-governance-for-apache-kafka-get-ready-for-kafka-summit-europe-2021 +: title: 'developers.redhat.com: Event-driven APIs and schema governance for Apache + Kafka: Get ready for Kafka Summit Europe 2021' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2021/05/05/building-resilient-event-driven-architectures-with-apache-kafka: + title: 'developers.redhat.com: Building resilient event-driven architectures with + Apache Kafka' + year: N/A + stars: 0 + description: '' +https://tech.ebayinc.com/engineering/resiliency-and-disaster-recovery-with-kafka: + title: 'tech.ebayinc.com: Resiliency and Disaster Recovery with Kafka' + year: N/A + stars: 0 + description: '' +https://newrelic.com/blog/best-practices/effective-strategies-kafka-topic-partitioning: + title: 'newrelic.com: Effective Strategies for Kafka Topic Partitioning 🌟' + year: N/A + stars: 0 + description: '' +https://www.gentlydownthe.stream: + title: gentlydownthe.stream + year: N/A + stars: 0 + description: '' +https://phoenixnap.com/kb/kafka-on-kubernetes: + title: 'phoenixnap.com: How to Set Up and Run Kafka on Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2021/06/14/knative-eventing-with-quarkus-kafka-and-camel: + title: 'piotrminkowski.com: Knative Eventing with Quarkus, Kafka and Camel' + year: N/A + stars: 0 + description: '' +https://itnext.io/configuring-kafka-sources-and-sinks-in-kubernetes-271e3757b208: + title: 'itnext.io: Configuring Kafka Sources and Sinks declaratively in Kubernetes + using Knative' + year: N/A + stars: 0 + description: '' +https://strimzi.io/blog/2021/07/05/upgrade-improvements: + title: 'strimzi.io: Kafka upgrade improvements' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/07/07/getting-started-red-hat-openshift-streams-apache-kafka: + title: 'developers.redhat.com: Getting started with Red Hat OpenShift Streams for + Apache Kafka' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/07/07/managing-api-life-cycle-event-driven-architecture-practical-approach: + title: 'developers.redhat.com: Managing the API life cycle in an event-driven architecture: + A practical approach 🌟' + year: N/A + stars: 0 + description: '' +https://www.baeldung.com/ops/kafka-list-active-brokers-in-cluster: + title: 'baeldung.com: List Active Brokers in a Kafka Cluster Using Shell Commands + 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/07/16/how-secure-apache-kafka-schemas-red-hat-integration-service-registry-20: + title: 'developers.redhat.com: How to secure Apache Kafka schemas with Red Hat Integration + Service Registry 2.0' + year: N/A + stars: 0 + description: '' +? https://grafana.com/blog/2021/07/26/get-comprehensive-monitoring-for-your-apache-kafka-ecosystem-instances-quickly-with-grafana-cloud +: title: 'grafana.com: Get comprehensive monitoring for your Apache Kafka ecosystem + instances quickly with Grafana Cloud' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/next-gen-data-pipes-with-spark-kafka-and-k8s: + title: 'dzone: Next-Gen Data Pipes With Spark, Kafka and k8s 🌟' + year: N/A + stars: 0 + description: '' +https://www.confluent.io/blog/designing-an-elastic-apache-kafka-for-the-cloud: + title: 'confluent.io: Making Apache Kafka Serverless: Lessons From Confluent Cloud' + year: N/A + stars: 0 + description: '' +https://developer.confluent.io: + title: developer.confluent.io 🌟🌟 + year: N/A + stars: 0 + description: '' +https://itnext.io/sending-messages-to-kafka-cfb5a246f5eb: + title: 'itnext.io: Sending Messages to Kafka in Kubernetes' + year: N/A + stars: 0 + description: '' +https://cloudhut.dev/blog/2021-06-24-running-kafka-on-kubernetes: + title: 'cloudhut.dev: Running Apache Kafka on Kubernetes successfully' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/09/01/outbox-pattern-apache-kafka-and-debezium: + title: 'developers.redhat.com: The outbox pattern with Apache Kafka and Debezium + 🌟' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/overview-of-ui-tools-for-monitoring-and-management-of-apache-kafka-clusters-8c383f897e80: + title: 'towardsdatascience.com: Overview of UI Tools for Monitoring and Management + of Apache Kafka Clusters' + year: N/A + stars: 0 + description: '' +https://analyticsindiamag.com/how-uber-is-leveraging-apache-kafka-for-more-than-300-micro-services: + title: 'analyticsindiamag.com: How Uber is Leveraging Apache Kafka For More Than + 300 Micro Services' + year: N/A + stars: 0 + description: '' +https://itnext.io/securely-decoupling-applications-on-amazon-eks-using-kafka-with-sasl-scram-48c340e1ffe9: + title: 'itnext.io: Securely Decoupling Kubernetes-based Applications on Amazon EKS + using Kafka with SASL/SCRAM' + year: N/A + stars: 0 + description: '' +? https://medium.com/transferwise-engineering/running-kafka-in-kubernetes-part-1-why-we-migrated-our-kafka-clusters-to-kubernetes-722101a2e751 +: title: 'medium: Running Kafka in Kubernetes, Part 1: Why we migrated our Kafka clusters + to Kubernetes' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/how-to-handle-duplicate-messages-and-message-ordering-in-kafka-82e2fef82025: + title: 'betterprogramming.pub: How to Handle Duplicate Messages and Message Ordering + in Kafka' + year: N/A + stars: 0 + description: '' +https://medium.com/bakdata/optimizing-kafka-streams-apps-on-kubernetes-by-splitting-topologies-ac6b4c90516e: + title: 'medium: Optimizing Kafka Streams Apps on Kubernetes by Splitting Topologies' + year: N/A + stars: 0 + description: '' +https://inder-devops.medium.com/kafka-best-practices-lessons-learned-by-inder-431dc5fafd3b: + title: 'inder-devops.medium.com: Kafka- Best practices & Lessons Learned | By Inder' + year: N/A + stars: 0 + description: '' +https://www.datadoghq.com/blog/monitoring-kafka-performance-metrics: + title: 'datadoghq.com: Monitoring Kafka performance metrics' + year: N/A + stars: 0 + description: '' +https://blog.workwell.io/how-to-manage-your-kafka-consumers-from-the-producer-9933b88085dd: + title: 'blog.workwell.io: How to manage your Kafka consumers from the producer' + year: N/A + stars: 0 + description: '' +https://slack.engineering/building-self-driving-kafka-clusters-using-open-source-components: + title: 'slack.engineering: Building Self-driving Kafka clusters using open source + components' + year: N/A + stars: 0 + description: '' +https://adam-kotwasinski.medium.com/kafka-mesh-filter-in-envoy-a70b3aefcdef: + title: 'adam-kotwasinski.medium.com: Kafka mesh filter in Envoy' + year: N/A + stars: 0 + description: '' +https://www.conduktor.io/kafka/what-is-apache-kafka: + title: '==conduktor.io: What is Apache Kafka?==' + year: N/A + stars: 0 + description: '' +https://medium.com/airwallex-engineering/kafka-streams-iterative-development-and-blue-green-deployment-fae88b26e75e: + title: 'medium.com/airwallex-engineering: Kafka Streams: Iterative Development and + Blue-Green Deployment' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/architect/apache-kafka-EDA-performance: + title: '==redhat.com: How we use Apache Kafka to improve event-driven architecture + performance==' + year: N/A + stars: 0 + description: '' +https://dev.to/thegroo/running-kafka-on-kubernetes-for-local-development-2a54: + title: 'dev.to: Running Kafka on kubernetes for local development' + year: N/A + stars: 0 + description: '' +https://medium.com/udemy-engineering/introducing-hot-and-cold-retries-on-apache-kafka-f2f23595627b: + title: 'medium.com/udemy-engineering: Introducing Hot and Cold Retries on Apache + Kafka' + year: N/A + stars: 0 + description: '' +https://www.conduktor.io/kafka: + title: '==conduktor.io/kafka: Learn Apache Kafka like never before==' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2022/03/10/which-better-single-kafka-cluster-rule-them-all-or-many: + title: 'developers.redhat.com: Which is better: A single Kafka cluster to rule them + all, or many?' + year: N/A + stars: 0 + description: '' +https://medium.com/dna-technology/why-we-dropped-event-sourcing-with-kafka-streams-when-given-a-second-chance-b904a80bc4be: + title: 'medium.com/dna-technology: Why we dropped event sourcing with Kafka Streams + when given a second chance' + year: N/A + stars: 0 + description: '' +https://www.kai-waehner.de/blog/2022/01/04/when-not-to-use-apache-kafka: + title: '==kai-waehner.de: When NOT to use Apache Kafka?==' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/everything-you-need-to-know-about-kafka-a83e2456d14c: + title: 'betterprogramming.pub: Everything You Need To Know About Kafka 🌟' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/kafka-ha-kubernetes: + title: '==learnk8s.io/kafka-ha-kubernetes: Designing and testing a highly available + Kafka cluster on Kubernetes== 🌟' + year: N/A + stars: 0 + description: '' +https://blog.developer.adobe.com/exploring-kafka-producers-internals-37411b647d0f: + title: 'blog.developer.adobe.com: Exploring Kafka Producer’s Internals 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/altitudehq/kafka-retries-and-maintain-order-of-retry-events-313482044351: + title: 'medium.com/altitudehq: Kafka retries and maintaining the order of retry + events 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/cloudnesil/kafka-streams-state-store-at-scale-390d9717b42a: + title: 'medium.com/cloudnesil: Kafka Streams State Store at Scale' + year: N/A + stars: 0 + description: '' +https://towardsdev.com/performance-testing-your-kubernetes-kafka-cluster-95f6e7d8dfc5: + title: 'towardsdev.com: Performance Testing Your Kubernetes Kafka Cluster' + year: N/A + stars: 0 + description: '' +https://medium.com/@hardiktaneja_99752/lessons-after-running-kafka-in-production-626974ffd700: + title: '==medium.com/@hardiktaneja_99752: Lessons after running Kafka in production== + 🌟' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/monitoring-kafkaapplications-implementing-healthchecks-and-tracking-lag-3976cc6f00d5: + title: '==betterprogramming.pub: Monitoring Kafka Applications β€” Implementing Healthchecks + and Tracking Lag==' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/linkedin-layered-architecture-minimizes-kafka-scaling-issues: + title: 'thenewstack.io: LinkedIn Layered Architecture Minimizes Kafka Scaling Issues' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2022/09/27/end-end-field-level-encryption-apache-kafka-connect: + title: 'developers.redhat.com: End-to-end field-level encryption for Apache Kafka + Connect' + year: N/A + stars: 0 + description: '' +https://blog.datumo.io/setting-up-kafka-on-kubernetes-an-easy-way-26ae150b9ca8: + title: 'blog.datumo.io: Setting up Kafka on Kubernetes - an easy way' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/kaka-cluster-setup-kubernetes-avinash-kumar-chandran: + title: '==linkedin.com: Kafka Cluster Setup on Kubernetes==' + year: N/A + stars: 0 + description: '' +https://medium.com/wix-engineering/troubleshooting-kafka-for-2000-microservices-at-wix-986ee382fd1e: + title: 'medium.com/wix-engineering: Troubleshooting Kafka for 2000 Microservices + at Wix' + year: N/A + stars: 0 + description: '' +https://engineering.grab.com/zero-trust-with-kafka: + title: 'engineering.grab.com: Zero trust with Kafka' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/apache-kafka-handbook: + title: 'freecodecamp.org: The Apache Kafka Handbook – How to Get Started Using Kafka + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@rramiz.rraza/kafka-metrics-integration-with-prometheus-and-grafana-14fe318fbb8b: + title: 'medium.com/@rramiz.rraza: Kafka metrics monitoring with Prometheus and Grafana + 🌟' + year: N/A + stars: 0 + description: '' +https://rogulski.it/blog/kafka-consumer-knative-fastapi: + title: 'rogulski.it: Consume Kafka events with Knative service and FastAPI on kubernetes + 🌟' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2023/04/30/concurrency-with-kafka-and-spring-boot: + title: 'piotrminkowski.com: Concurrency with Kafka and Spring Boot' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kafka-on-kubernetes-should-you-adopt-a-managed-solution: + title: '==thenewstack.io: Kafka on Kubernetes: Should You Adopt a Managed Solution?==' + year: N/A + stars: 0 + description: '' +https://thelinuxnotes.com/index.php/how-to-deploy-kafka-in-kubernetes-with-helm-chart-kafdrop-commander: + title: 'thelinuxnotes.com: How to deploy Kafka in Kubernetes with Helm chart + kafdrop' + year: N/A + stars: 0 + description: '' +https://github.com/obsidiandynamics/kafdrop: + title: Kafdrop – Kafka Web UI 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/redpanda-data/kowl: + title: redpanda-data/kowl + year: N/A + stars: 0 + description: '' +https://github.com/corunet/kloadgen: + title: KLoadGen - Kafka + (Avro/Json Schema) Load Generator 🌟 + year: N/A + stars: 0 + description: '' +https://dev.to/de_maric/learn-how-to-use-kafkacat-the-most-versatile-kafka-cli-client-1kb4: + title: 'dev.to: Learn how to use Kafkacat – the most versatile Kafka CLI client + 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/lensesio/fast-data-dev: + title: github.com/lensesio/fast-data-dev (Lenses Box) + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/visualize-your-apache-kafka-streams-using-the-quar: + title: 'dzone: Visualize your Apache Kafka Streams using the Quarkus Dev UI' + year: N/A + stars: 0 + description: '' +https://github.com/sauljabin/kaskade: + title: ==github.com/sauljabin/kaskade== + year: N/A + stars: 0 + description: '' +https://strimzi.io: + title: strimzi.io + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/08/14/introduction-to-strimzi-apache-kafka-on-kubernetes-kubecon-europe-2020: + title: 'developers.redhat.com: Introduction to Strimzi: Apache Kafka on Kubernetes + (KubeCon Europe 2020) 🌟' + year: N/A + stars: 0 + description: '' +https://strimzi.io/blog/2020/10/15/producer-tuning: + title: 'strimzi.io: Optimizing Kafka producers' + year: N/A + stars: 0 + description: '' +https://strimzi.io/blog/2021/01/07/consumer-tuning: + title: 'strimzi.io: Optimizing Kafka consumers 🌟' + year: N/A + stars: 0 + description: '' +https://pepy.tech/project/strimzi-kafka-cli: + title: pepy.tech/project/strimzi-kafka-cli 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/strimzi/kafka-kubernetes-config-provider: + title: 'strimzi/kafka-kubernetes-config-provider: Kubernetes Configuration Provider + for Apache Kafka' + year: N/A + stars: 0 + description: '' +https://strimzi.io/blog/2021/07/22/using-kubernetes-config-provider-to-load-data-from-secrets-and-config-maps: + title: 'strimzi.io: Using Kubernetes Configuration Provider to load data from Secrets + and Config Maps' + year: N/A + stars: 0 + description: '' +https://strimzi.io/blog/2021/08/18/using-http-bridge-as-a-kubernetes-sidecar: + title: 'strimzi.io: Using HTTP Bridge as a Kubernetes sidecar' + year: N/A + stars: 0 + description: '' +https://strimzi.io/blog/2020/08/05/using-open-policy-agent-with-strimzi-and-apache-kafka: + title: 'strimzi.io: Using Open Policy Agent with Strimzi and Apache Kafka' + year: N/A + stars: 0 + description: '' +https://github.com/strimzi/strimzi-canary: + title: strimzi/strimzi-canary + year: N/A + stars: 0 + description: '' +https://medium.com/hacking-talent/mastering-apache-kafka-on-kubernetes-strimzi-k8s-operator-2c1d21d7b89a: + title: 'medium: Mastering Apache Kafka on Kubernetes β€” Strimzi K8s operator' + year: N/A + stars: 0 + description: '' +https://medium.com/@ahmed.farhan/kafka-setup-in-kubernetes-using-strimzi-k8s-operator-part-2-1f67dbe5f14d: + title: 'medium.com/@ahmed.farhan: Kafka Setup in Kubernetes Using Strimzi K8s operator + β€” Part 2' + year: N/A + stars: 0 + description: '' +https://medium.com/adaltas/operating-kafka-in-kubernetes-with-strimzi-84a281c6d964: + title: 'medium.com/adaltas: Operating Kafka in Kubernetes with Strimzi' + year: N/A + stars: 0 + description: '' +https://www.conduktor.io: + title: conduktor.io 🌟 + year: N/A + stars: 0 + description: '' +https://docs.aws.amazon.com/kinesis/index.html: + title: AWS Kinesis + year: N/A + stars: 0 + description: '' +https://www.softkraft.co/aws-kinesis-vs-kafka-comparison: + title: 'softkraft.co: WS Kinesis vs Kafka comparison: Which is right for you? 🌟' + year: N/A + stars: 0 + description: '' +https://mqtt.org: + title: mqtt.org + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2021/04/16/deploying-the-mosquitto-mqtt-message-broker-on-red-hat-openshift-part-1: + title: 'developers.redhat.com: Deploying the Mosquitto MQTT message broker on Red + Hat OpenShift, Part 1' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2021/04/26/deploying-the-mosquitto-mqtt-message-broker-on-red-hat-openshift-part-2: + title: 'developers.redhat.com: Deploying the Mosquitto MQTT message broker on Red + Hat OpenShift, Part 2' + year: N/A + stars: 0 + description: '' +https://github.com/banzaicloud/kafka-operator: + title: Banzai Kafka Operator + year: N/A + stars: 0 + description: '' +https://banzaicloud.com/blog/kafka-on-istio-benefits: + title: The benefits of integrating Apache Kafka with Istio + year: N/A + stars: 0 + description: '' +https://www.confluent.io: + title: confluent.io + year: N/A + stars: 0 + description: '' +https://www.mongodb.com/blog/post/daa-s-with-mongo-db-and-confluent: + title: 'mongodb.com: DaaS with MongoDB and Confluent' + year: N/A + stars: 0 + description: '' +https://www.confluent.io/blog/confluent-microsoft-announce-strategic-alliance: + title: 'confluent.io: Confluent and Microsoft Announce Strategic Alliance' + year: N/A + stars: 0 + description: '' +https://www.confluent.io/blog/monitor-kafka-clusters-with-prometheus-grafana-and-confluent: + title: 'confluent.io: Monitoring Your Event Streams: Integrating Confluent with + Prometheus and Grafana' + year: N/A + stars: 0 + description: '' +https://vectorized.io: + title: Redpanda 🌟 + year: N/A + stars: 0 + description: '' +https://vectorized.io/blog/open-source: + title: Redpanda is now Free & Source Available + year: N/A + stars: 0 + description: '' +https://softwareengineeringdaily.com/2021/01/22/redpanda-kafka-alternative-with-alexander-gallego: + title: 'softwareengineeringdaily.com: Redpanda: Kafka Alternative with Alexander + Gallego 🌟' + year: N/A + stars: 0 + description: '' +https://ksqldb.io: + title: ksqlDB + year: N/A + stars: 0 + description: '' +https://www.confluent.io/blog/kafka-streams-vs-ksqldb-compared: + title: Kafka Streams and ksqlDB Compared – How to Choose + year: N/A + stars: 0 + description: '' +https://pulsar.apache.org: + title: Apache Pulsar + year: N/A + stars: 0 + description: '' +? https://www.kai-waehner.de/blog/2020/06/09/apache-kafka-versus-apache-pulsar-event-streaming-comparison-features-myths-explored +: title: Pulsar vs Kafka – Comparison and Myths Explored + year: N/A + stars: 0 + description: '' +https://flink.apache.org: + title: Apache Flink + year: N/A + stars: 0 + description: '' +https://flink.apache.org/2021/02/10/native-k8s-with-ha.html: + title: 'flink.apache.org: How to natively deploy Flink on Kubernetes with High-Availability + (HA)' + year: N/A + stars: 0 + description: '' +https://jet-start.sh: + title: Hazelcast JET + year: N/A + stars: 0 + description: '' +https://devops.com/hazelcast-simplifies-streaming-for-extremely-fast-event-processing-in-iot-edge-and-cloud-environments: + title: 'devops.com: Hazelcast Simplifies Streaming for Extremely Fast Event Processing + in IoT, Edge and Cloud Environments' + year: N/A + stars: 0 + description: '' +https://dagster.io/blog/skip-kafka-use-postgres-message-queue: + title: 'dagster.io: Postgres: a better message queue than Kafka?' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Workflow_engine: + title: 'wikipedia: Workflow Engine' + year: N/A + stars: 0 + description: '' +https://zeebe.io: + title: Zeebe workflow engine + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2019/05/kafka-zeebe-streams-workflows: + title: 'infoq.com: Event Streams and Workflow Engines – Kafka and Zeebe 🌟' + year: N/A + stars: 0 + description: '' +https://www.softobiz.com/orchestration-made-easy-with-zeebe-and-kafka: + title: Orchestration Made Easy with Zeebe and Kafka + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/apache-airflow-architecture-on-openshift: + title: 'dzone: Apache Airflow Architecture on OpenShift' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/monitoring-apache-airflow-using-prometheus: + title: 'redhat.com: Monitoring Apache Airflow using Prometheus' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/apache-airflow-for-containerized-data-pipelines-4d7a3c385bd: + title: 'towardsdatascience.com: Apache Airflow for containerized data-pipelines' + year: N/A + stars: 0 + description: '' +https://airflow.apache.org/docs/helm-chart: + title: Apache Airflow official helm chart 🌟 + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=GDOw8ByzMyY&ab_channel=MarcLamberti: + title: 'youtube: Airflow Helm Chart : Quick Start For Beginners in 10mins' + year: N/A + stars: 0 + description: '' +https://dev.to/arunkc/get-started-with-apache-airflow-1218: + title: 'dev.to: Get started with Apache Airflow' + year: N/A + stars: 0 + description: '' +? https://betterprogramming.pub/running-airflow-using-kubernetes-executor-and-kubernetes-pod-operator-with-istio-d5aa7af16ef5 +: title: 'betterprogramming.pub: Running Airflow Using Kubernetes Executor and Kubernetes + Pod Operator with Istio' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/apache-airflow-architecture-496b9cb28288: + title: 'towardsdatascience.com: Apache Airflow Architecture 🌟' + year: N/A + stars: 0 + description: '' +https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/stable/operators.html: + title: '==airflow.apache.org: KubernetesPodOperator== 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://dataengineeringcentral.substack.com/p/why-is-everyone-trying-to-kill-airflow?sd=pf: + title: 'dataengineeringcentral.substack.com: Why is everyone trying to kill Airflow? + 🌟' + year: N/A + stars: 0 + description: '' +https://airflow.apache.org/docs/apache-airflow/stable/howto/add-owner-links.html: + title: 'airflow.apache.org: Add Owner Links to DAG' + year: N/A + stars: 0 + description: '' +https://docs.astronomer.io/learn/dynamically-generating-dags: + title: 'docs.astronomer.io: Dynamically generating DAGs in Airflow' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/send-information-from-databricks-to-airflow-810a7d49ff81: + title: 'blog.devgenius.io: Send information from Databricks to Airflow' + year: N/A + stars: 0 + description: '' +https://medium.com/apache-airflow/passing-data-between-tasks-with-the-kubernetespodoperator-in-apache-airflow-7ae9e3e6675c: + title: '==medium.com/apache-airflow: Passing Data Between Tasks with the KubernetesPodOperator + in Apache Airflow== 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@piyush_74867/apache-airflow-on-kubernetes-at-scale-a-peak-under-the-hood-1eebb9b4769b: + title: 'medium.com/@piyush_74867: Apache Airflow on Kubernetes at scale β€” a peak + under the hood' + year: N/A + stars: 0 + description: '' +https://medium.com/@alfahreiza/building-an-elt-pipeline-from-csv-to-bigquery-using-dbt-f6e3f30bfc9c: + title: 'medium.com/@alfahreiza: Building an ELT Pipeline: From CSV to BigQuery using + dbt' + year: N/A + stars: 0 + description: '' +https://medium.com/apache-airflow/what-we-learned-after-running-airflow-on-kubernetes-for-2-years-0537b157acfd: + title: 'medium.com/apache-airflow: What we learned after running Airflow on Kubernetes + for 2 years' + year: N/A + stars: 0 + description: '' +https://github.com/couler-proj/couler: + title: Couler + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/products/amq/overview: + title: '**Red Hat AMQ overview**' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/technologies/jboss-middleware/amq: + title: Red Hat AMQ + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2017/10/05/jdbc-master-slave-persistence-setup-activemq-using-postgresql-database: + title: 'developers.redhat.com: JDBC Master-Slave Persistence setup with Activemq + using Postgresql database' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/08/26/connecting-external-clients-to-red-hat-amq-broker-on-red-hat-openshift: + title: 'developers.redhat.com: Connecting external clients to Red Hat AMQ Broker + on Red Hat OpenShift' + year: N/A + stars: 0 + description: '' +? https://developers.redhat.com/blog/2019/12/04/understanding-red-hat-amq-streams-components-for-openshift-and-kubernetes-part-1 +: title: Understanding Red Hat AMQ Streams components for OpenShift and Kubernetes + 🌟 + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/04/01/set-up-red-hat-amq-streams-custom-certificates-on-openshift-update: + title: Set up **Red Hat AMQ Streams** custom certificates on OpenShift + year: N/A + stars: 0 + description: '' +https://speakerdeck.com/mabulgu/apache-kafka-with-red-hat-amq-streams: + title: 'speakerdeck.com: Apache Kafka with Red Hat AMQ Streams 🌟' + year: N/A + stars: 0 + description: '' +https://blog.jromanmartin.io/2020/09/25/how-upgrade-strimzi-operator.html: + title: 'blog.jromanmartin.io: How to upgrade Strimzi Operator using the CLI' + year: N/A + stars: 0 + description: '' +https://opendatahub.io: + title: Open Data Hub + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/05/07/open-data-hub-0-6-brings-component-updates-and-kubeflow-architecture: + title: Open Data Hub 0.6 brings component updates and Kubeflow architecture + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/06/22/a-development-roadmap-for-open-data-hub: + title: A development roadmap for Open Data Hub + year: N/A + stars: 0 + description: '' +https://quandarycg.com/everything-you-need-to-know-about-integrations: + title: 'quandarycg.com: Everything You Need To Know About System Integration (And + IPaaS) 🌟' + year: N/A + stars: 0 + description: '' +https://blog.hubspot.com/marketing/ipaas-vendors: + title: 'blog.hubspot.com: The 22 Best iPaaS Vendors for Any Budget' + year: N/A + stars: 0 + description: '' +https://rudderstack.com: + title: rudderstack.com iPaaS + year: N/A + stars: 0 + description: '' +https://www.mulesoft.com: + title: Mulesoft + year: N/A + stars: 0 + description: '' +http://streamingsystems.net: + title: 'O''Really: Streaming data' + year: N/A + stars: 0 + description: '' +https://adambien.blog/roller/abien/entry/kafka_jax_rs_microprofile_json: + title: 'adambien.blog - 75th **airhacks.tv** Questions and Answers: Kafka, JAX-RS, + MicroProfile, JSON-B, GSON, JWT, VSC, NetBeans, Java Fullstack' + year: N/A + stars: 0 + description: '' +https://www.mkdocs.org: + title: MkDocs + year: N/A + stars: 0 + description: '' +https://www.wappalyzer.com/technologies/documentation-tools/mkdocs: + title: websites that use MkDocs + year: N/A + stars: 0 + description: '' +https://docs.traefik.io: + title: docs.traefik.io + year: N/A + stars: 0 + description: '' +https://fastapi.tiangolo.com: + title: fastapi.tiangolo.com + year: N/A + stars: 0 + description: '' +https://www.electron.build: + title: www.electron.build + year: N/A + stars: 0 + description: '' +https://dev.to/scottshipp/series/15100: + title: 'dev.to: An amazing note-taking system with Markdown and Git Series'' Articles' + year: N/A + stars: 0 + description: '' +https://build5nines.com/github-actions-run-pandoc-to-convert-markdown-to-word-document: + title: 'build5nines.com: GitHub Actions: Run Pandoc to convert Markdown to Word + Document' + year: N/A + stars: 0 + description: '' +https://thomasthornton.cloud/2024/05/01/deploying-mkdocs-to-github-pages-with-github-actions: + title: 'thomasthornton.cloud: Deploying MkDocs to GitHub Pages with GitHub Actions' + year: N/A + stars: 0 + description: '' +https://squidfunk.github.io/mkdocs-material: + title: Material for MkDocs + year: N/A + stars: 0 + description: '' +https://www.tablesgenerator.com/markdown_tables: + title: Markdown Tables Generator + year: N/A + stars: 0 + description: '' +https://dev.to/devteam/how-we-made-the-markdown-toolbar-4f09: + title: 'dev.to: How we made the __markdown toolbar__' + year: N/A + stars: 0 + description: '' +https://www.r-bloggers.com/2022/02/how-to-use-r-markdown-part-one: + title: 'r-bloggers.com: How to use R Markdown (part one)' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/19/9/introduction-markdown: + title: 'opensource.com: An introduction to Markdown' + year: N/A + stars: 0 + description: '' +https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid: + title: 'github.blog: Include diagrams in your Markdown files with Mermaid' + year: N/A + stars: 0 + description: '' +https://www.theverge.com/2022/3/29/23002138/google-docs-markdown-support-formatting-update: + title: 'theverge.com: Google Docs is getting more Markdown support' + year: N/A + stars: 0 + description: '' +https://www.popsci.com/diy/use-markdown-google: + title: 'popsci.com: Google’s expanded Markdown feature could change how you work' + year: N/A + stars: 0 + description: '' +https://readme.so: + title: ==readme.so== + year: N/A + stars: 0 + description: '' +https://github.com/Ileriayo/markdown-badges: + title: 'github.com/Ileriayo/markdown-badges: Markdown Badges' + year: N/A + stars: 0 + description: '' +https://pages.github.com: + title: pages.github.com + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/7/docsify-github-pages: + title: 'opensource.com: How to create a documentation site with Docsify and GitHub + Pages' + year: N/A + stars: 0 + description: '' +https://github.blog/changelog/2021-01-21-access-control-for-github-pages: + title: Access control for GitHub Pages + year: N/A + stars: 0 + description: '' +https://dev.to/github/visualize-github-pages-build-logs-1mc1: + title: 'dev.to: How to View Build Logs for GitHub Pages' + year: N/A + stars: 0 + description: '' +https://www.gitbook.com: + title: gitbook.com + year: N/A + stars: 0 + description: '' +https://redhat-connect.gitbook.io/certified-operator-guide: + title: Example + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/9/build-website-jekyll: + title: 'opensource.com: Build your website with Jekyll' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/documentation-libraries-to-help-you-write-good-docs: + title: 'freecodecamp.org: Documentation Libraries to Help You Write Good Docs' + year: N/A + stars: 0 + description: '' +https://cd.foundation/blog/2020/02/11/announcing-the-cd-foundation-mlops-sig: + title: 'cd.foundation: Announcing the CD Foundation MLOps SIG' + year: N/A + stars: 0 + description: '' +https://dafriedman97.github.io/mlbook/content/introduction.html: + title: 'dafriedman97.github.io: Machine Learning from Scratch' + year: N/A + stars: 0 + description: '' +https://www.cortex.dev/post/how-to-build-a-pipeline-to-retrain-and-deploy-models: + title: 'cortex.dev: How to build a pipeline to retrain and deploy models' + year: N/A + stars: 0 + description: '' +https://github.com/abhishek-ch/around-dataengineering: + title: 'github: A very Long never ending Learning around Data Engineering & Machine + Learning' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/a-kubernetes-architecture-for-machine-learning-web-application-deployments-632f7765ef29: + title: 'towardsdatascience.com: A Kubernetes architecture for machine learning web-application + deployments' + year: N/A + stars: 0 + description: '' +? https://cloud.google.com/blog/topics/developers-practitioners/how-use-machine-learning-model-google-sheet-using-bigquery-ml +: title: 'cloud.google.com: How to use a machine learning model from a Google Sheet + using BigQuery ML' + year: N/A + stars: 0 + description: '' +https://itnext.io/building-ml-componentes-on-kubernetes-fc7e24cb9269: + title: 'itnext.io: Building ML Componentes on Kubernetes' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/deploying-an-ml-model-with-fastapi-a-succinct-guide-69eceda27b21: + title: 'towardsdatascience.com: Deploying An ML Model With FastAPI β€” A Succinct + Guide' + year: N/A + stars: 0 + description: '' +? https://cloudblogs.microsoft.com/opensource/2021/07/09/simple-steps-to-create-scalable-processes-to-deploy-ml-models-as-microservices +: title: 'cloudblogs.microsoft.com: Simple steps to create scalable processes to deploy + ML models as microservices' + year: N/A + stars: 0 + description: '' +https://github.com/aporia-ai/mlplatform-workshop: + title: ML Platform Workshop + year: N/A + stars: 0 + description: '' +https://github.com/recognai/rubrix: + title: rubrix + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/automatically-generate-machine-learning-code-with-just-a-few-clicks-7901b2334f97: + title: 'towardsdatascience.com: Automatically Generate Machine Learning Code with + Just a Few Clicks' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/using-kafka-with-avro-in-python-da85b3e0f966: + title: 'towardsdatascience.com: Schemafull streaming data processing in ML pipelines' + year: N/A + stars: 0 + description: '' +https://analyticsindiamag.com/top-tools-for-enabling-ci-cd-in-ml-pipelines: + title: 'analyticsindiamag.com: Top tools for enabling CI/CD in ML pipelines' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/step-by-step-approach-to-build-your-machine-learning-api-using-fast-api-21bd32f2bbdb: + title: 'towardsdatascience.com: Step-by-step Approach to Build Your Machine Learning + API Using Fast API' + year: N/A + stars: 0 + description: '' +https://www.ravirajag.dev/blog/mlops-summary: + title: 'ravirajag.dev: MLOps Basics - Week 10: Summary' + year: N/A + stars: 0 + description: '' +https://github.com/mikeroyal/Kubernetes-Guide/blob/main/README.md: + title: '==mikeroyal/Kubernetes-Guide: Machine Learning== 🌟' + year: N/A + stars: 0 + description: '' +? https://medium.com/workday-engineering/implementing-a-fully-automated-sharding-strategy-on-kubernetes-for-multi-tenanted-machine-learning-4371c48122ae +: title: 'medium.com/workday-engineering: Implementing a Fully Automated Sharding + Strategy on Kubernetes for Multi-tenanted Machine Learning Applications' + year: N/A + stars: 0 + description: '' +https://medium.com/globant/advantages-of-deploying-machine-learning-models-with-kubernetes-8454cc7c565e: + title: '==medium.com/globant: Advantages of Deploying Machine Learning models with + Kubernetes== 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/pythoneers/mlops-tool-stack-requirement-in-machine-learning-pipeline-474b39f09dfc: + title: 'medium.com/pythoneers: MLOps: Tool Stack Requirement in Machine Learning + Pipeline' + year: N/A + stars: 0 + description: '' +https://medium.com/formaloo/making-databases-as-easy-as-playing-with-legos-no-code-no-problem-ed41d4fde269: + title: 'medium.com/formaloo: How no-code platforms are democratizing data science + and software development 🌟' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/from-jupyter-notebooks-to-real-life-mlops-9f590a7b5faa: + title: 'towardsdatascience.com: From Jupyter Notebooks to Real-life: MLOps 🌟' + year: N/A + stars: 0 + description: '' +https://www.datarevenue.com/en-blog/airflow-vs-luigi-vs-argo-vs-mlflow-vs-kubeflow: + title: 'datarevenue.com: Airflow vs. Luigi vs. Argo vs. MLFlow vs. KubeFlow' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3673976/13-open-source-projects-transforming-ai-and-machine-learning.html: + title: 'infoworld.com: 13 open source projects transforming AI and machine learning' + year: N/A + stars: 0 + description: '' +? https://towardsdatascience.com/from-dev-to-deployment-an-end-to-end-sentiment-classifier-app-with-mlflow-sagemaker-and-119043ea4203 +: title: 'towardsdatascience.com: From Dev to Deployment: An End to End Sentiment + Classifier App with MLflow, SageMaker, and Streamlit' + year: N/A + stars: 0 + description: '' +https://www.elconfidencial.com/tecnologia/ciencia/2022-11-18/carrera-google-meta-revolucionar-biologia_3520865: + title: 'elconfidencial.com: La batalla entre Google y Meta que nadie esperaba: revolucionar + la biologΓ­a 🌟' + year: N/A + stars: 0 + description: '' +https://swirlai.substack.com/p/sai-08-request-response-model-deployment: + title: 'swirlai.substack.com: SAI #08: Request-Response Model Deployment - The MLOps + Way, Spark - Executor Memory Structure and more... 🌟' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2022/11/16/how-is-ai-ml-changing-devops: + title: 'about.gitlab.com: How is AI/ML changing DevOps?' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?list=PLRKtJ4IpxJpDxl0NTvNYQWKCYzHNuy2xG: + title: 'youtube: Making Friends with Machine Learning | Cassie Kozyrkov | playlist + 🌟' + year: N/A + stars: 0 + description: '' +https://openai.com/research/scaling-kubernetes-to-7500-nodes: + title: 'openai.com: Scaling Kubernetes to 7,500 nodes 🌟' + year: N/A + stars: 0 + description: '' +https://huyenchip.com/2023/04/11/llm-engineering.html: + title: 'huyenchip.com: Building LLM applications for production' + year: N/A + stars: 0 + description: '' +https://medium.com/@study.uttam/main-challenges-of-machine-learning-eb06dffac3da: + title: 'medium.com/@study.uttam: Main Challenges of Machine Learning' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/architecture/ai-ml/guide/mlops-maturity-model: + title: 'learn.microsoft.com: Machine Learning operations maturity model 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/ai-hero/streamlining-machine-learning-operations-with-kubernetes-and-terraform-41baad37998e: + title: 'medium.com/ai-hero: Streamlining Machine Learning Operations (MLOps) with + Kubernetes and Terraform' + year: N/A + stars: 0 + description: '' +https://medium.com/@karanshingde/machine-learning-in-production-your-comprehensive-101-practical-guide-c7de0b5ad011: + title: 'medium.com/@karanshingde: Machine Learning in Productionβ€”β€ŠYour Comprehensive + 101 Practical Guide' + year: N/A + stars: 0 + description: '' +https://marvelousmlops.substack.com/p/cicd-for-mlops-on-gitlab-part-1: + title: 'marvelousmlops.substack.com: CI/CD for MLOps on GitLab (part 1)' + year: N/A + stars: 0 + description: '' +https://medium.com/aiguys/mlops-serving-ai-to-million-users-c77ed718b7ed: + title: 'medium.com/aiguys: MLOps: Serving AI apps to million users' + year: N/A + stars: 0 + description: '' +https://marvelousmlops.substack.com/p/how-to-sell-mlops-in-large-organizations: + title: 'marvelousmlops.substack.com: How to sell MLOps in large Organizations' + year: N/A + stars: 0 + description: '' +https://marvelousmlops.substack.com/p/mlops-roadmap-2024: + title: 'marvelousmlops.substack.com: MLOps roadmap 2024' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/deploying-llm-apps-to-aws-the-open-source-self-service-way-c54b8667d829: + title: 'towardsdatascience.com: Deploying LLM Apps to AWS, the Open-Source Self-Service + Way' + year: N/A + stars: 0 + description: '' +https://www.axelmendoza.com/posts/ml-model-deployment: + title: 'axelmendoza.com: The Ultimate Guide To ML Model Deployment In 2024' + year: N/A + stars: 0 + description: '' +? https://towardsdatascience.com/build-machine-learning-pipelines-with-airflow-and-mlflow-reservation-cancellation-forecasting-da675d409842 +: title: 'towardsdatascience.com: Build Machine Learning Pipelines with Airflow and + Mlflow: Reservation Cancellation Forecasting' + year: N/A + stars: 0 + description: '' +https://marvelousmlops.substack.com/p/technical-roles-in-data-science-who: + title: 'marvelousmlops.substack.com: Technical roles in Data Science: Who is doing + what?' + year: N/A + stars: 0 + description: '' +https://marvelousmlops.substack.com/p/traceability-and-reproducibility: + title: 'marvelousmlops.substack.com: Traceability & Reproducibility' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/learn-machine-learning-and-neural-networks-without-frameworks: + title: 'marvelousmlops.substack.com: Learn Machine Learning and Neural Networks + without Frameworks' + year: N/A + stars: 0 + description: '' +https://seattledataguy.substack.com/p/data-engineering-vs-machine-learning: + title: '==seattledataguy.substack.com: Data Engineering Vs Machine Learning Pipelines==' + year: N/A + stars: 0 + description: '' +https://semaphoreci.com/blog/devops-ml-data: + title: 'semaphoreci.com: Why Do We Need DevOps for ML Data?' + year: N/A + stars: 0 + description: '' +https://aiml.com/quizzes/deep-learning-large-language-models-quiz-medium: + title: 'aiml.com: Large Language Models Quiz (Medium)' + year: N/A + stars: 0 + description: '' +https://medium.com/@samiullah6799/different-roles-in-mlops-0918de5321a4: + title: '==medium.com/@samiullah6799: Different Roles in MLOps==' + year: N/A + stars: 0 + description: '' +https://dev.to/pavanbelagatti/deploy-any-aiml-application-on-kubernetes-a-step-by-step-guide-2i37: + title: '==dev.to/pavanbelagatti: Deploy Any AI/ML Application On Kubernetes: A Step-by-Step + Guide!==' + year: N/A + stars: 0 + description: '' +https://marvelousmlops.substack.com/p/sharpen-your-cookiecutter-speed-up: + title: 'marvelousmlops.substack.com: Sharpen your cookiecutter: speed up repo creation + with workflows' + year: N/A + stars: 0 + description: '' +https://decodingml.substack.com/p/how-to-ensure-your-models-are-fail: + title: 'decodingml.substack.com: How to ensure your models are fail-safe in production?' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/mlops-course-learn-to-build-machine-learning-production-grade-projects: + title: '==freecodecamp.org: MLOps Course – Learn to Build Machine Learning Production + Grade Projects==' + year: N/A + stars: 0 + description: '' +https://medium.com/@kevin30101999/machine-learning-pipeline-using-argo-workflow-be91feb07c41: + title: 'medium.com/@kevin30101999: Machine Learning Pipeline using Argo workflow + 🌟' + year: N/A + stars: 0 + description: '' +https://roadmap.sh/r?id=65a112f2b8633950ffcf38b6: + title: '==roadmap.sh: MLOps roadmap==' + year: N/A + stars: 0 + description: '' +https://marvelousmlops.substack.com: + title: Marvelous MLOps Substack + year: N/A + stars: 0 + description: '' +https://decodingml.substack.com: + title: 'decodingml.substack.com: Decoding ML Newsletter' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=-sZvzW40NrM&ab_channel=Anyscale: + title: '==youtube.com: Optimizing LLM Training with Airbnb''s Next-Gen ML Platform==' + year: N/A + stars: 0 + description: '' +https://docs.ray.io/en/latest: + title: ==Ray== + year: N/A + stars: 0 + description: '' +https://medium.com/mlearning-ai/the-best-object-detection-libraries-that-i-work-with-835428a1e01e: + title: 'medium.com/mlearning-ai: The Best Object Detection Libraries That I Work + With' + year: N/A + stars: 0 + description: '' +https://artifacthub.io/packages/helm/mlflowserver/mlflow-server: + title: 'artifacthub.io: mlflow-server' + year: N/A + stars: 0 + description: '' +https://pypi.org/project/airflow-provider-mlflow: + title: pypi.org/project/airflow-provider-mlflow + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/machine-learning-orchestration-kubernetes-kubeflow: + title: 'infracloud.io: Machine Learning Orchestration on Kubernetes using Kubeflow' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/kubeflow-cloud-deployment-aws-46f739ccbb32: + title: 'blog.devgenius.io: Kubeflow Cloud Deployment (AWS)' + year: N/A + stars: 0 + description: '' +https://joseprsm.medium.com/how-to-build-machine-learning-models-that-train-themselves-bbc87499ca5: + title: 'joseprsm.medium.com: How to build Machine Learning models that train themselves' + year: N/A + stars: 0 + description: '' +https://medium.com/dkatalis/creating-a-mutating-webhook-for-great-good-b21acb941207: + title: 'medium.com/dkatalis: Creating a Mutating Webhook for Great Good! Or: how + to automatically provision Pods on a specific node pool' + year: N/A + stars: 0 + description: '' +https://www.union.ai: + title: Union Cloud + year: N/A + stars: 0 + description: '' +https://mlops.community/mlops-with-flyte-the-convergence-of-workflows-between-machine-learning-and-engineering: + title: 'mlops.community: MLOps with Flyte: The Convergence of Workflows Between + Machine Learning and Engineering' + year: N/A + stars: 0 + description: '' +https://www.union.ai/blog-post/machine-learning-in-production: + title: ==Machine Learning in Production. What does an end-to-end ML workflow look + like in production? (transcript)== 🌟🌟🌟 + year: N/A + stars: 0 + description: '' +https://stackoverflow.com/questions/72657318/how-is-flyte-tailored-to-data-and-machine-learning: + title: 'stackoverflow.com: How is Flyte tailored to "Data and Machine Learning"?' + year: N/A + stars: 0 + description: '' +https://www.union.ai/blog-post/production-grade-ml-pipelines-flyte-vs-kubeflow: + title: 'union.ai: Production-Grade ML Pipelines: Flyteβ„’ vs. Kubeflow' + year: N/A + stars: 0 + description: '' +https://mlops.community/flyte-mlops-simplified: + title: 'mlops.community: MLOps Simplified: orchestrating ML pipelines with infrastructure + abstraction. Enabled by Flyte' + year: N/A + stars: 0 + description: '' +https://medium.com/@timleonardDS/who-lets-the-dags-out-register-an-external-dag-with-flyte-chapter-3-bad0ea781119: + title: 'medium.com/@timleonardDS: Who Let the DAGs out? Register an External DAG + with Flyte (Chapter 3)' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/machine-learning/mlops-foundation-roadmap-for-enterprises-with-amazon-sagemaker: + title: 'aws.amazon.com: MLOps foundation roadmap for enterprises with Amazon SageMaker' + year: N/A + stars: 0 + description: '' +? 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 +: title: 'aws.amazon.com: Promote pipelines in a multi-environment setup using Amazon + SageMaker Model Registry, HashiCorp Terraform, GitHub, and Jenkins CI/CD' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/machine-learning/concept-mlflow: + title: 'docs.microsoft.com: MLflow and Azure Machine Learning' + year: N/A + stars: 0 + description: '' +https://bea.stollnitz.com/blog/aml-batch-endpoint: + title: 'bea.stollnitz.com: Creating batch endpoints in Azure ML' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/mastering-machine-learning-at-scale-with-azure-machine-learning-dfaa4bf4353c: + title: 'blog.devops.dev: Mastering Machine Learning at Scale with Azure Machine + Learning' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=6sqGxVI3X1w: + title: 'youtube: Deploy Convolutional Neural Network (CNN) on Azure with Python + | Deep Learning Deployment | MLOPS' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/well-architected/service-guides/azure-machine-learning: + title: '==learn.microsoft.com: Azure Well-Architected Framework perspective on Azure + Machine Learning==' + year: N/A + stars: 0 + description: '' +https://marvelousmlops.substack.com/p/model-serving-architectures-on-databricks: + title: 'marvelousmlops.substack.com: Model serving architectures on Databricks' + year: N/A + stars: 0 + description: '' +https://medium.com/sync-computing/top-9-lessons-learned-about-databricks-jobs-serverless-41a43e99ded5: + title: 'medium.com/sync-computing: Top 9 Lessons Learned about Databricks Jobs Serverless' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kserve-a-robust-and-extensible-cloud-native-model-server: + title: 'thenewstack.io: KServe: A Robust and Extensible Cloud Native Model Server' + year: N/A + stars: 0 + description: '' +https://medium.com/bakdata/scalable-machine-learning-with-kafka-streams-and-kserve-85308858d867: + title: 'medium.com/bakdata: Scalable Machine Learning with Kafka Streams and KServe' + year: N/A + stars: 0 + description: '' +https://www.analyticsvidhya.com/blog/2021/04/bring-devops-to-data-science-with-continuous-mlops: + title: 'analyticsvidhya.com: Bring DevOps To Data Science With MLOps' + year: N/A + stars: 0 + description: '' +https://analyticsindiamag.com/is-coding-necessary-to-work-as-a-data-scientist: + title: 'analyticsindiamag.com: Is coding necessary to work as a data scientist?' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/introducing-red-hat-openshift-data-science: + title: 'redhat.com: Introducing Red Hat OpenShift Data Science' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/from-devops-to-mlops-integrate-machine-learning-models-using-jenkins-and-docker-79034dbedf1: + title: 'towardsdatascience.com: From DevOps to MLOPS: Integrate Machine Learning + Models using Jenkins and Docker' + year: N/A + stars: 0 + description: '' +https://canvatechblog.com/supporting-gpu-accelerated-machine-learning-with-kubernetes-and-nix-7c1da8e42f61: + title: 'canvatechblog.com: Supporting GPU-accelerated Machine Learning with Kubernetes + and Nix' + year: N/A + stars: 0 + description: '' +https://nixos.org/manual/nix/stable: + title: Nix + year: N/A + stars: 0 + description: '' +https://github.com/NVIDIA/nvidia-docker/blob/8c0eeba474cace48fdb8216f518063db2bd2d4d1/tools/src/nvidia/volumes.go: + title: 'github.com/NVIDIA/nvidia-docker: NVIDIA/nvidia-docker/volumes.go' + year: N/A + stars: 0 + description: '' +https://catalog.ngc.nvidia.com/orgs/nvidia/helm-charts/gpu-operator: + title: '==catalog.ngc.nvidia.com: NVIDIA GPU Operator - Helm chart== 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://www.jimangel.io/posts/nvidia-rtx-gpu-kubernetes-setup: + title: 'jimangel.io: A Practical Guide to Running NVIDIA GPUs on Kubernetes' + year: N/A + stars: 0 + description: '' +https://huggingface.co/blog/NileshInfer/implementing-fractional-gpus-in-kubernetes: + title: 'huggingface.co: Implementing Fractional GPUs in Kubernetes with Aliyun Scheduler' + year: N/A + stars: 0 + description: '' +https://medium.com/@bchenjh/full-fine-tuning-of-llama2-on-kubernetes-a983e1eb2259: + title: 'medium.com/@bchenjh: Distributed full fine-tuning of Llama2 on Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/meta-llama/llama-recipes: + title: ==github.com/meta-llama/llama-recipes== + year: N/A + stars: 0 + description: '' +https://github.com/bodywork-ml/bodywork-core: + title: 'bodywork-ml/bodywork-core: Bodywork' + year: N/A + stars: 0 + description: '' +https://learn.iterative.ai: + title: 'learn.iterative.ai: Iterative Tools for Data Scientists & Analysts' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=Iterative.dvc: + title: DVC + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/shows/vs-code-livestreams/machine-learning-experimentation-in-vs-code-with-dvc-extension: + title: 'docs.microsoft.com: Machine Learning Experimentation in VS Code with DVC + Extension' + year: N/A + stars: 0 + description: '' +https://github.com/tensorchord/envd: + title: 'tensorchord/envd: Reproducible development environment for AI/ML 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/postgresml/postgresml: + title: postgresml/postgresml 🌟 + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/training-model-with-jenkins-using-docker-mlops-b18579ddb677: + title: 'blog.devgenius.io: Training model with Jenkins using docker: MLOPS' + year: N/A + stars: 0 + description: '' +https://vaex.io: + title: vaex.io + year: N/A + stars: 0 + description: '' +https://thenewstack.io/7-must-have-python-tools-for-ml-devs-and-data-scientists: + title: 'thenewstack.io: 7 Must-Have Python Tools for ML Devs and Data Scientists + 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/SymbioticLab/Oobleck: + title: 'github.com/SymbioticLab/Oobleck: Oobleck - Resilient Distributed Training + Framework' + year: N/A + stars: 0 + description: '' +https://github.com/CASIA-IVA-Lab/FastSAM: + title: github.com/CASIA-IVA-Lab/FastSAM + year: N/A + stars: 0 + description: '' +https://github.com/VikParuchuri/surya: + title: github.com/VikParuchuri/surya + year: N/A + stars: 0 + description: '' +https://github.com/aimhubio/aim: + title: github.com/aimhubio/aim + year: N/A + stars: 0 + description: '' +https://github.com/XuehaiPan/nvitop: + title: ==github.com/XuehaiPan/nvitop== 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/Netflix/metaflow: + title: ==github.com/Netflix/metaflow== 🌟 + year: N/A + stars: 0 + description: '' +? https://github.com/decodingml/articles-code/tree/main/articles/ml_system_design/real_time_news_search_with_upstash_kafka_and_vector_db +: title: 'github.com/decodingml: Real-time news search engine using Upstash Kafka + and Vector DB' + year: N/A + stars: 0 + description: '' +https://www.zenml.io: + title: 'zenml.io: ZenML' + year: N/A + stars: 0 + description: '' +https://www.zenml.io/integrations: + title: 'zenml.io/integrations: Explore the MLOps Landscape with ZenML' + year: N/A + stars: 0 + description: '' +https://registry.terraform.io/modules/zenml-io/zenml-stack: + title: registry.terraform.io/modules/zenml-io/zenml-stack + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/attach-a-visual-debugger-to-ml-training-jobs-on-kubernetes-eb9678389f1f: + title: 'betterprogramming.pub: Attach a Visual Debugger to ML-training Jobs on Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/fepegar/vesseg: + title: fepegar/vesseg + year: N/A + stars: 0 + description: '' +https://github.com/10tanmay100/MEDICAL-DATA-PROJECT-END2END-WITH-FEW-MLOPS: + title: 'github.com/10tanmay100: MEDICAL-DATA-PROJECT-END2END-WITH-FEW-MLOPS' + year: N/A + stars: 0 + description: '' +https://github.com/dair-ai/ML-Course-Notes: + title: '==dair-ai/ML-Course-Notes: ML Course Notes== 🌟' + year: N/A + stars: 0 + description: '' +https://www.kaggle.com/competitions: + title: Kaggle Competitions + year: N/A + stars: 0 + description: '' +https://www.kaggle.com/datasets/rkiattisak/sports-car-prices-dataset: + title: 'kaggle.com: Sports Car Prices dataset' + year: N/A + stars: 0 + description: '' +https://colab.research.google.com/drive/1m6ZjIJBxU20kxI9zTZqeMEVSq1FL0pNa?usp=sharing: + title: Sport Car Price Prediction.ipynb + year: N/A + stars: 0 + description: '' +https://www.isic-archive.com: + title: isic-archive.com + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/how-to-download-kaggle-dataset-to-google-colab: + title: 'freecodecamp.org: How to Download a Kaggle Dataset Directly to a Google + Colab Notebook' + year: N/A + stars: 0 + description: '' +https://networkwalks.com/tcp-ip-model: + title: 'networkwalks.com: TCP/IP Model' + year: N/A + stars: 0 + description: '' +https://medium.com/javarevisited/best-https-ssl-and-tls-courses-for-beginners-4437661250b3: + title: 'medium.com/javarevisited: 5 Best HTTPS, SSL and TLS Courses for Beginners + in 2022' + year: N/A + stars: 0 + description: '' +https://blog.coderco.io/p/tcp-fundamentals-for-software-and: + title: 'blog.coderco.io: TCP Fundamentals for Software & DevOps Engineers: Building + a Strong Foundation in Networking' + year: N/A + stars: 0 + description: '' +https://cidr.xyz: + title: ==cidr.xyz== 🌟 + year: N/A + stars: 0 + description: '' +http://magic-cookie.co.uk/iplist.html: + title: magic-cookie.co.uk/iplist.html + year: N/A + stars: 0 + description: '' +https://gist.github.com/chadmcrowell/f3fc3be2ca1fcb887034162c14d77e74: + title: 'gist.github.com: chadmcrowell/cidr.sh 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/16/12/cidr-network-notation-configuration-linux: + title: '==opensource.com: A Linux networking guide to CIDR notation and configuration + - sipcalc== 🌟' + year: N/A + stars: 0 + description: '' +https://pbxbook.com/other/cidrcheat.html: + title: 'pbxbook.com: CIDR Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://www.aelius.com/njh/subnet_sheet.html: + title: 'aelius.com: subnet sheet' + year: N/A + stars: 0 + description: '' +https://networkproguide.com/cidr-subnet-mask-ipv4-cheat-sheet: + title: 'networkproguide.com: CIDR Subnet Mask Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://kb.wisc.edu/ns/page.php?id=3493: + title: 'wisc.edu: CIDR Conversion Table' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/what-is-cidr-classless-inter-domain-routing-in-mul: + title: 'dzone: What Is CIDR (Classless Inter-Domain Routing)' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/faq/linux-subnet-calculator-cidr: + title: 'cyberciti.biz: Linux: IP Subnet (CIDR) Calculator That Will Help You With + Network Settings' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/tips/perform-simple-manipulation-of-ip-addresse.html: + title: 'cyberciti.biz: Linux Calculating Subnets with ipcalc and sipcalc Utilities' + year: N/A + stars: 0 + description: '' +https://www.tecmint.com/calculate-ip-subnet-address-with-ipcalc-tool: + title: 'tecmint.com: How to Calculate IP Subnet Address with ipcalc Tool' + year: N/A + stars: 0 + description: '' +https://awesomeopensource.com/projects/cidr: + title: 'awesomeopensource.com: The Top 110 Cidr Open Source Projects on Github 🌟' + year: N/A + stars: 0 + description: '' +https://matt-rickard.com/how-to-calculate-a-cidr: + title: 'matt-rickard.com: How to Calculate a CIDR' + year: N/A + stars: 0 + description: '' +https://build5nines.com/ipv4-address-cidr-range-reference-and-calculator: + title: 'build5nines.com: IPv4 Address CIDR Range Reference and Calculator' + year: N/A + stars: 0 + description: '' +https://netboxlabs.com/blog/netbox-ipam: + title: 'netboxlabs.com: An In-Depth Guide to NetBox for IPAM' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?list=PL7sEPiUbBLo_iTds-NV-9Tu05Gg2Aj8N7: + title: 'youtube: NetBox Zero To Hero' + year: N/A + stars: 0 + description: '' +https://wizardzines.com/comics/request-headers: + title: 'wizardzines.com: Request Headers' + year: N/A + stars: 0 + description: '' +https://wizardzines.com/comics/response-headers: + title: 'wizardzines.com: Response Headers' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/List_of_HTTP_status_codes: + title: 'wikipedia: List of HTTP status codes' + year: N/A + stars: 0 + description: '' +http://www.slideshare.net/AdelaRoger/http-status-code-errors-in-seo: + title: 'slideshare: Http Status Code Errors in SEO' + year: N/A + stars: 0 + description: '' +https://http.cat: + title: http.cat 🌟 + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/HTTP/2: + title: 'Wikipedia: HTTP/2' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=WkLBrHW4NhQ: + title: SPDY & HTTP 2 with Akamai CTO Guy Podjarny + year: N/A + stars: 0 + description: '' +http://http2-explained.haxx.se: + title: 'cURL mantainer: http2 explained 🌟' + year: N/A + stars: 0 + description: '' +http://daniel.haxx.se/blog/2015/12/14/curl-and-http2-by-default: + title: 'cURL mantainer: curl and HTTP/2 by default' + year: N/A + stars: 0 + description: '' +http://daniel.haxx.se/blog/2015/12/20/a-2015-retrospective: + title: 'cURL mantainer: A 2015 retrosprective' + year: N/A + stars: 0 + description: '' +https://http2.github.io: + title: http2.github.io HTTP/2 🌟 + year: N/A + stars: 0 + description: '' +https://http2.github.io/faq: + title: http2.github.io HTTP/2 Frequently Asked Questions 🌟 + year: N/A + stars: 0 + description: '' +https://pinboard.in/u:rmurphey/t:http2: + title: HTTP/2 resources + year: N/A + stars: 0 + description: '' +https://blog.httpwatch.com/2015/01/16/a-simple-performance-comparison-of-https-spdy-and-http2/comment-page-1: + title: A Simple Performance Comparison of HTTPS, SPDY and HTTP/2 🌟 + year: N/A + stars: 0 + description: '' +https://blog.cloudflare.com/tools-for-debugging-testing-and-using-http-2: + title: blog.cloudflare.com - Tools for debugging, testing and using HTTP/2 + year: N/A + stars: 0 + description: '' +https://blog.cloudflare.com/http-2-for-web-developers: + title: blog.cloudflare.com - HTTP/2 For Web Developers + year: N/A + stars: 0 + description: '' +http://blog.eisele.net/2015/11/http2-with-jboss-eap-7.html: + title: HTTP/2 With JBoss EAP 7 - Tech Preview + year: N/A + stars: 0 + description: '' +https://www.simple-talk.com/dotnet/asp.net/script-loading-between-http1.1-and-http2: + title: 'simple-talk.com: Script Loading between HTTP/1.1 and HTTP/2' + year: N/A + stars: 0 + description: '' +http://www.tecmint.com/apache-performance-tuning: + title: 5 Tips to Boost the Performance of Your Apache Web Server + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/HTTP/3: + title: 'Wikipedia: HTTP/3' + year: N/A + stars: 0 + description: '' +https://http3-explained.haxx.se: + title: '==http3-explained.haxx.se: HTTP/3 explained== 🌟' + year: N/A + stars: 0 + description: '' +https://alexandrehtrb.github.io/posts/2024/03/http2-and-http3-explained: + title: 'alexandrehtrb.github.io: HTTP/2 and HTTP/3 explained' + year: N/A + stars: 0 + description: '' +https://www.fastly.com/blog/improve-http-structured-headers: + title: Improving HTTP with structured header fields 🌟 + year: N/A + stars: 0 + description: '' +https://pypi.org/project/http-sfv: + title: 'http-sfv: HTTP Structured Field Values in Python' + year: N/A + stars: 0 + description: '' +https://blog.cloudtrooper.net/2025/02/17/private-link-reality-bites-service-endpoints-vs-private-link: + title: 'Private Link Reality Bites: Service Endpoints vs Private Link' + year: N/A + stars: 0 + description: '' +https://mattias.engineer/blog/2025/azure-ipam-with-terraform: + title: Manage Azure IPAM with Terraform + year: N/A + stars: 0 + description: '' +https://t.co/F244mqpeaR: + title: Deploying Virtual Networks Across Tenants Using Azure Virtual Network Manager + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/blog/azurenetworkingblog/introducing-subnet-peering-in-azure/4383841: + title: Introducing Subnet Peering in Azure + year: N/A + stars: 0 + description: '' +https://hansencloud.com/2025/02/24/reduce-latency-with-azure-proximity-placement-groups: + title: Reduce Latency with Azure Proximity Placement Groups + year: N/A + stars: 0 + description: '' +? https://medium.com/@codebob75/application-network-security-in-azure-subnets-endpoints-dns-nsgs-with-terraform-code-0bcabdb3a65b +: title: Application Network Security in Azure Subnets, Endpoints, DNS, NSGs with + Terraform Code + year: N/A + stars: 0 + description: '' +https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/table: + title: Azure Products by Region Table + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/architecture/networking/architecture/hub-spoke: + title: Hub-Spoke Network Topology in Azure - Azure Architecture Center + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2025/02/28/nftables-kube-proxy: + title: NFTables mode for kube-proxy in Kubernetes + year: N/A + stars: 0 + description: '' +https://harshityadav95.medium.com/load-balancing-layer-4-vs-layer-7-f37a839afd9c: + title: 'harshityadav95.medium.com: Load Balancing Layer 4 vs Layer 7' + year: N/A + stars: 0 + description: '' +? https://media.pearsoncmg.com/aw/ecs_kurose_compnetwork_7/cw/content/interactiveanimations/recursive-iterative-queries-in-dns/index.html +: title: '==media.pearsoncmg.com: Recursive/Iterative Queries in DNS==' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/NoSQL: + title: NoSQL - Wikipedia + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=qI_g07C_Q5I: + title: 'Youtube: Introduction to NoSQL by Martin Fowler' + year: N/A + stars: 0 + description: '' +http://www.javacodegeeks.com/2015/10/nosql-vs-sql.html: + title: 'NoSQL vs. SQL: Choosing a Data Management Solution' + year: N/A + stars: 0 + description: '' +http://martinfowler.com/nosql.html: + title: NoSQL Guide, by Martin Fowler + year: N/A + stars: 0 + description: '' +https://www.thoughtworks.com/insights/blog/nosql-databases-overview: + title: 'thoughtworks.com: NoSQL Databases, an overview' + year: N/A + stars: 0 + description: '' +http://www.facilcloud.com/noticias/?p=1294&lang=es_ES: + title: Diferencias entre SQL y NoSQL ΒΏSabes cuΓ‘l usar? + year: N/A + stars: 0 + description: '' +http://www.zdnet.com/article/sql-nosql-whats-the-difference-these-days: + title: 'zdnet.com: SQL, NoSQL? What''s the difference these days?' + year: N/A + stars: 0 + description: '' +http://www.smartdatacollective.com/kingmesal/373466/nosql-databases-4-game-changing-use-cases: + title: 'NoSQL Databases: 4 Game-Changing Use Cases' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/how-evolve-from-rdbms-nosql-sql-jim-scott: + title: How to Evolve from RDBMS to NoSQL + SQL 🌟 + year: N/A + stars: 0 + description: '' +https://medium.baqend.com/nosql-databases-a-survey-and-decision-guidance-ea7823a822d: + title: 'NoSQL Databases: a Survey and Decision Guidance' + year: N/A + stars: 0 + description: '' +https://dev.to/danielkolb/nosql-database-design-for-e-commerce-apps-in-2021-390e: + title: 'dev.to: NoSQL Database Design for E-Commerce Apps in 2021' + year: N/A + stars: 0 + description: '' +https://stackoverflow.blog/2021/01/14/have-the-tables-turned-on-nosql: + title: 'stackoverflow.blog: Have the tables turned on NoSQL?' + year: N/A + stars: 0 + description: '' +https://vishnu.hashnode.dev/4-types-of-nosql-databases: + title: 'vishnu.hashnode.dev: 4 Types Of NoSQL Databases' + year: N/A + stars: 0 + description: '' +https://medium.com/@rsk.saikrishna/when-to-use-mongodb-rather-than-mysql-d03ceff2e922: + title: 'medium: When to Use MongoDB Rather than MySQL' + year: N/A + stars: 0 + description: '' +https://sysadminxpert.com/demystifying-nosql-databases: + title: 'sysadminxpert.com: Demystifying NoSQL Databases 🌟' + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/nosql-vs-sql-what-is-better: + title: 'intellipaat.com: NoSQL vs. SQL - Difference between SQL and NoSQL' + year: N/A + stars: 0 + description: '' +https://medium.com/@suvankar.dey80/time-series-sql-vs-no-sql-a8c7f40d80a8: + title: 'medium.com/@suvankar.dey80: Time Series SQL vs No SQL' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/why-choose-a-nosql-database-there-are-many-great-reasons: + title: 'thenewstack.io: Why Choose a NoSQL Database? There Are Many Great Reasons' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-to-choose-and-model-time-series-databases: + title: 'thenewstack.io: How to Choose and Model Time Series Databases' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Couchbase_Server: + title: 'wikipedia: Couchbase Server' + year: N/A + stars: 0 + description: '' +https://www.couchbase.com: + title: couchbase.com + year: N/A + stars: 0 + description: '' +https://blog.couchbase.com/how-to-build-observability-dashboards-prometheus-grafana-couchbase: + title: 'blog.couchbase.com: How to Build Observability Dashboards with Prometheus, + Grafana & Couchbase' + year: N/A + stars: 0 + description: '' +http://blog.couchbase.com/2016/january/nosql-in-the-perspective-of-industry-leaders: + title: 'blog.couchbase.com podcast: NoSQL in the Perspective of Industry Leaders' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/query-json-using-sql-with-couchbase-query-workbenc: + title: Query JSON Using SQL With Couchbase Query Workbench + year: N/A + stars: 0 + description: '' +http://mongodb-tools.com: + title: MongoDB Tools - Admin GUIs, Monitoring and Other Good Stuff + year: N/A + stars: 0 + description: '' +http://blog.mongodirector.com/which-is-the-best-mongodb-gui: + title: 'blog.mongodirector.com: Which is the best MongoDB GUI?' + year: N/A + stars: 0 + description: '' +https://mongolab.com: + title: 'MongoLab: Fully managed MongoDB-as-a-Service' + year: N/A + stars: 0 + description: '' +https://orchestrate.io: + title: 'Orchestrate: DBaaS|NoSQL with One REST API' + year: N/A + stars: 0 + description: '' +http://mongodirector.com: + title: 'mongodirector: MongoDB Hosting' + year: N/A + stars: 0 + description: '' +https://docs.mongodb.org/manual/administration/security: + title: MongoDB security tutorial + year: N/A + stars: 0 + description: '' +https://iainhunter.wordpress.com/2016/01/12/avoiding-pitfalls-running-mongo-3-2-in-docker-on-osx: + title: Avoiding pitfalls running Mongo 3.2 in Docker on OSX + year: N/A + stars: 0 + description: '' +http://www.javacodegeeks.com/2015/09/mongodb-a-scalable-nosql-db.html: + title: MongoDB Tutorial – A Scalable NoSQL DB + year: N/A + stars: 0 + description: '' +https://youtu.be/bB57HKeOvmw: + title: MongoDB Cloud Manager + year: N/A + stars: 0 + description: '' +http://3t.io: + title: 3T MongoChef – Your New MongoDB GUI + year: N/A + stars: 0 + description: '' +http://3t.io/blog/how-to-connect-to-mongolab: + title: Connecting to your MongoDB at MongoLab + year: N/A + stars: 0 + description: '' +https://www.mongodb.com/kubernetes: + title: MongoDB and Kubernetes 🌟 + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/mongodb-schema-validation-rules-8a1afc6ea67b: + title: 'betterprogramming.pub: MongoDB Schema Validation Rules' + year: N/A + stars: 0 + description: '' +https://hashinteractive.com/blog/mongodump-and-mongorestore-vs-mongoexport-and-mongoimport: + title: 'hashinteractive.com: MONGODUMP AND MONGORESTORE VS MONGOEXPORT AND MONGOIMPORT' + year: N/A + stars: 0 + description: '' +https://adamtheautomator.com/mongodb-kubernetes: + title: '==adamtheautomator.com: How To Perform a MongoDB Kubernetes Installation== + 🌟' + year: N/A + stars: 0 + description: '' +https://code.likeagirl.io/docker-setup-simple-application-with-mongodb-for-data-storage-272bdb3036ad: + title: 'code.likeagirl.io: Docker: Setup Simple Application with MongoDB for Data + Storage' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/deploy-mongodb-in-a-container-access-it-outside-the-cluster: + title: 'thenewstack.io: Deploy MongoDB in a Container, Access It Outside the Cluster' + year: N/A + stars: 0 + description: '' +https://github.com/oslabs-beta/OdinsEye: + title: '==github.com/oslabs-beta: Odin''s Eye==' + year: N/A + stars: 0 + description: '' +http://couchdb.apache.org: + title: Couchdb.apache.org + year: N/A + stars: 0 + description: '' +http://cassandra.apache.org: + title: Cassandra.apache.org + year: N/A + stars: 0 + description: '' +https://www.solo.io/blog/step-by-step-datastax-cassandra-with-istio-and-sni-routing: + title: 'solo.io: Step by Step: Datastax Cassandra with Istio and SNI routing' + year: N/A + stars: 0 + description: '' +https://engineeringblog.yelp.com/2020/11/orchestrating-cassandra-on-kubernetes-with-operators.html: + title: 'engineeringblog.yelp.com: Orchestrating Cassandra on Kubernetes with Operators' + year: N/A + stars: 0 + description: '' +https://www.datastax.com/blog/apache-cassandra-40-now-delivered-k8ssandra-amazon-eks: + title: 'datastax.com: Apache Cassandra 4.0 is Now Delivered Via K8ssandra on Amazon + EKS' + year: N/A + stars: 0 + description: '' +https://foojay.io/today/k8ssandra-performance-benchmarks-on-cloud-managed-kubernetes: + title: 'foojay.io: K8ssandra Performance Benchmarks on Cloud Managed Kubernetes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-to-run-a-cassandra-operation-in-docker: + title: 'thenewstack.io: How to Run a Cassandra Operation in Docker' + year: N/A + stars: 0 + description: '' +http://hbase.apache.org: + title: HBase.apache.org + year: N/A + stars: 0 + description: '' +https://hive.apache.org: + title: Hive.apache.org + year: N/A + stars: 0 + description: '' +http://rethinkdb.com: + title: rethinkdb.com + year: N/A + stars: 0 + description: '' +https://drill.apache.org: + title: Apache Drill + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/sql-syntax-for-apache-drill: + title: 'dzone: SQL Syntax for Apache Drill' + year: N/A + stars: 0 + description: '' +http://www.nuodb.com: + title: NuoDB, elastically scalable database. A revolution compared to traditional + monolithic 1-box databases. NuoDB is ACID,SQL, distributed/scalable and support + flexible schemas + year: N/A + stars: 0 + description: '' +http://www.nuodb.com/blog/replication-is-it-easy: + title: Traditional database replication drawbacks + year: N/A + stars: 0 + description: '' +https://rapidapi.com/guides/oath2-0: + title: rapidapi.com:What is OAuth2.0? + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/oauth2-resourceserver-with-spring-security: + title: 'freecodecamp.org: How to Implement an OAuth2 Resource Server with Spring + Security' + year: N/A + stars: 0 + description: '' +https://www.claydesk.com/ecampus/google-cloud-app-engine-vs-red-hat: + title: 'claydesk.com: Google Cloud App Engine Vs Red Hat OpenShift' + year: N/A + stars: 0 + description: '' +https://www.certdepot.net/openshift-free-available-resources: + title: 'certdepot.net: OpenShift Free available resources 🌟' + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/using-openshift-3-on-your-local-environment: + title: 'blog.openshift.com: Using OpenShift 3 on your **local environment** 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2018/10/12/securing-net-core-on-openshift-using-https: + title: 'developers.redhat.com: Securing .NET Core on OpenShift using HTTPS' + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/kubernetes-pods-life: + title: 'blog.openshift.com - Kubernetes: A Pod’s Life 🌟' + year: N/A + stars: 0 + description: '' +? https://access.redhat.com/documentation/en-us/openshift_container_platform/4.2/html/container-native_virtualization/container-native-virtualization-2-1-release-notes +: title: Container-native virtualization allows to run and manage virtual machine + workloads alongside container workloads + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/02/05/customizing-openshift-project-creation: + title: 'developers.redhat.com: Customizing OpenShift project creation 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/03/19/testing-memory-based-horizontal-pod-autoscaling-on-openshift: + title: 'developers.redhat.com: Testing memory-based horizontal pod autoscaling on + OpenShift 🌟' + year: N/A + stars: 0 + description: '' +https://portworx.com/run-ha-elasticsearch-elk-red-hat-openshift: + title: How to Run HA Elasticsearch (ELK) on Red Hat OpenShift + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/from-templates-to-openshift-helm-charts: + title: 'blog.openshift.com: From Templates to Openshift Helm Charts' + year: N/A + stars: 0 + description: '' +https://www.padok.fr/en/blog/templating-openshift-helm-templates: + title: 'Templating on OpenShift: should I use Helm templates or OpenShift templates? + 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/01/15installing-debugging-tools-into-a-red-hat-openshift-container-with-oc-inject: + title: 'developers.redhat.com: Installing debugging tools into a Red Hat OpenShift + container with **oc-inject**' + year: N/A + stars: 0 + description: '' +https:/developers.redhat.com/blog/2020/01/09debugging-applications-within-red-hat-openshift-containers: + title: 'developers.redhat.com: **Debugging applications** within Red Hat OpenShift + containers' + year: N/A + stars: 0 + description: '' +https://blogopenshift.com/full-cluster-capacity-management-monitoring-openshift: + title: blog.openshift.com/full-cluster-capacity-management-monitoring-openshift + year: N/A + stars: 0 + description: '' +https://blog.openshift.comfull-cluster-part-2-protecting-nodes: + title: blog.openshift.com/full-cluster-part-2-protecting-nodes + year: N/A + stars: 0 + description: '' +https://blog.openshift.comfull-cluster-part-3-capacity-management: + title: full-cluster-part-3-capacity-management + year: N/A + stars: 0 + description: '' +https://blogopenshift.com/how-full-is-my-cluster-part-4-right-sizing-pods-with-vertical-pod-autoscaler: + title: blog.openshift.comhow-full-is-my-cluster-part-4-right-sizing-pods-with-vertical-pod-autoscaler + year: N/A + stars: 0 + description: '' +https:/blog.openshift.com/how-full-is-my-cluster-part-5-a-capacity-management-dashboard: + title: blog.openshift.com/how-full-is-my-cluster-part-5-a-capacity-management-dashboard + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/tag/multi-datacenter: + title: blog.openshift.com/tag/multi-datacenter + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/metro-area-openshift-stretch-cluster-how-to-survive-an-outage-and-live-to-tell-about-it: + title: 'blog.openshift.com: How to survive an outage and live to tell about it!' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/stateful-workloads-and-the-two-data-center-conundrum: + title: 'blog.openshift.com: Stateful Workloads and the Two Data Center Conundrum' + year: N/A + stars: 0 + description: '' +https://blog.openshift.comkubernetes-federation-v2-on-openshift-3-11: + title: OpenShift 3.11 Multi-cluster Federation + year: N/A + stars: 0 + description: '' +https://blog.openshift.comfederation-v2-is-now-kubefed: + title: Multi-cluster Federation in OpenShift 4 is called **KubeFed** + year: N/A + stars: 0 + description: '' +https://operatorhub.io/operator/kubefed-operator: + title: '**KubeFed Operator**' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2017/08/16/troubleshooting-java-applications-on-openshift: + title: 'developers.redhat.com: Troubleshooting java applications on openshift' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/how-to-take-thread-dumps-7-options: + title: 'dzone: 8 Options for Capturing Thread Dumps' + year: N/A + stars: 0 + description: '' +https://github.com/redhat-cop: + title: Red Hat Communities of Practice + year: N/A + stars: 0 + description: '' +https://github.com/redhat-cop/openshift-toolkit: + title: OpenShift Toolkit 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/redhat-cop/openshift-playbooks: + title: OpenShift Playbooks + year: N/A + stars: 0 + description: '' +http://uncontained.io: + title: '**Uncontained.io**' + year: N/A + stars: 0 + description: '' +'http://uncontained.io/articles/openshift-ha-installation/ ': + title: uncontained.io/articles/openshift-ha-installation + year: N/A + stars: 0 + description: '' +http://uncontained.io/articles/openshift-and-the-org: + title: uncontained.io/articles/openshift-and-the-org + year: N/A + stars: 0 + description: '' +http://v1.uncontained.io: + title: '**v1.uncontained.io**: Red Hat Consulting DevOps And OpenShift Playbooks + 🌟' + year: N/A + stars: 0 + description: '' +'https://github.com/redhat-cop/infra-ansible/tree/master/roles/identity-management ': + title: 'GitHub redhat-cop: Ansible Role 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/redhat-cop/openshift-toolkit/tree/master/quota-management: + title: 'GitHub redhat-cop: OpenShift Toolkit - Quota Management 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=JC_PB1yZcIc: + title: OpenShift 4 Resource Management + year: N/A + stars: 0 + description: '' +https://www.techbeatly.com/2018/11/how-to-create-increase-or-decrease-project-quota-in-openshift.html: + title: 'techbeatly.com: How to create, increase or decrease project quota' + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/4.2/applications/quotas/quotas-setting-per-project.html: + title: Quotas setting per project + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/4.2/applications/quotas/quotas-setting-across-multiple-projects.html: + title: Quotas setting across multiple projects + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/3.11/architecture/core_concepts/builds_and_image_streams.html: + title: Source-to-Image (S2I) Build + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/3.11/creating_images/s2i.html: + title: Source-to-Image (S2I) + year: N/A + stars: 0 + description: '' +https://github.com/openshift/jenkins: + title: Jenkins Docker Image for Openshift v3 + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/deploying-jenkins-on-openshift-part-1: + title: 'blog.openshift.com: Deploying Jenkins on OpenShift: Part 1' + year: N/A + stars: 0 + description: '' +https://cloudowski.com/articles/jenkins-on-openshift: + title: 'cloudowski.com: Jenkins on OpenShift - how to use and customize it in a + cloud-native way 🌟' + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/4.2/openshift_images/using_images/images-other-jenkins-agent.html: + title: OCP 4.2 - Jenkins image + year: N/A + stars: 0 + description: '' +http://v1.uncontained.io/playbooks/continuous_delivery/external-jenkins-integration.html: + title: '**uncontained.io**: External Jenkins Integration 🌟' + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/improving-jenkins-performance-on-openshift-part-2: + title: 'blog.openshift.com: Improving jenkins performance on openshift - part 2' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/4-ways-to-build-applications-in-openshift-1: + title: 'Dzone: 4 ways to build applications in openshift' + year: N/A + stars: 0 + description: '' +https://www.slideshare.net/mozillabros/openshift-container-platform-cicd-build-deploy: + title: 'slideshare.net: OpenShift Container Platform CI/CD Build & Deploy 🌟' + year: N/A + stars: 0 + description: '' +? https://developers.redhat.com/blog/2018/09/26/source-versus-binary-s2i-workflows-with-red-hat-openshift-application-runtimes +: title: developers.redhat.com - S2i + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/a-quick-guide-to-deploying-java-apps-on-openshift: + title: 'Dzone: a quick guide to deploying java apps on openshift' + year: N/A + stars: 0 + description: '' +? https://developers.redhat.com/blog/2020/02/13/openshift-actions-deploy-to-red-hat-openshift-directly-from-your-github-repository +: title: 'developers.redhat.com: OpenShift Actions: Deploy to Red Hat OpenShift directly + from your GitHub repository' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/deploying-openshift-applications-multiple-datacenters: + title: 'blog.openshift.com: Deploying OpenShift Applications to Multiple Datacenters + (with Jenkins)' + year: N/A + stars: 0 + description: '' +https://blog.openshift.comusing-kubefed-to-deploy-applications-to-ocp3-and-ocp4-clusters: + title: Using **KubeFed** to deploy applications + year: N/A + stars: 0 + description: '' +https://github.com/redhat-developer/odo: + title: 'ODO: OpenShift Command line for Developers 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/cheat-sheets/odo-cheat-sheet: + title: 'developers.redhat.com: odo Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/06/16/enterprise-kubernetes-development-with-odo-the-cli-tool-for-developers: + title: 'developers.redhat.com: Enterprise Kubernetes development with odo: The CLI + tool for developers' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/10/06/kubernetes-integration-and-more-in-odo-2-0: + title: 'developers.redhat.com: Kubernetes integration and more in odo 2.0' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2021/02/05/java-development-on-openshift-with-odo: + title: 'piotrminkowski.com: Java Development on OpenShift with odo' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2021/02/12/developing-your-own-custom-devfiles-for-odo-2-0: + title: 'developers.redhat.com: Developing your own custom devfiles for odo 2.0' + year: N/A + stars: 0 + description: '' +https://blog.isaack.io/articles/2016-08/Jenkins-CICD-Getting-Started-With-Groovy-Part-1: + title: 'medium: Jenkins CICD Getting started with Groovy and Docker Containers β€” + Part 1' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/using-openshift-pipelines-to-automate-red-hat-advanced-cluster-security-for-kubernetes: + title: 'openshift.com: Using OpenShift Pipelines to Automate Red Hat Advanced Cluster + Security for Kubernetes' + year: N/A + stars: 0 + description: '' +http://fabric8.io/guide/cdelivery.html: + title: CI/CD with fabric8 + year: N/A + stars: 0 + description: '' +https://github.com/fabric8io/fabric8-pipeline-library: + title: Fabric8 Pipeline Library + year: N/A + stars: 0 + description: '' +https://medium.com/@jstrachan/fabric8-please-check-out-jenkins-x-instead-8295a025173a: + title: medium - fabric8, please check out jenkins X instead + year: N/A + stars: 0 + description: '' +'https://github.com/fabric8io/fabric8-maven-plugin ': + title: github - fabric8, maven plugin + year: N/A + stars: 0 + description: '' +https://www.slideshare.net/arilivigni/cicd-with-openshift-and-jenkins: + title: 'slideshare.net: CI/CD with Openshift and Jenkins 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/continuous-delivery-with-openshift-and-jenkins-ab: + title: 'Dzone - Continuous Delivery with OpenShift and Jenkins: A/B Testing 🌟' + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/3.11/dev_guide/dev_tutorials/openshift_pipeline.html: + title: 'docs.openshift.com: OpenShift 3.11 Pipeline Builds with OpenShift Jenkins + Image and OpenShift DSL' + year: N/A + stars: 0 + description: '' +https://github.com/redhat-cop/container-pipelines: + title: OpenShift Container Pipelines Samples 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/redhat-cop/pipeline-library: + title: OpenShift Pipeline Library 🌟 + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2019/05/02/get-started-with-jenkins-ci-cd-in-red-hat-openshift-4: + title: developers.redhat.com - Get started with Jenkins CI/CD in Red Hat OpenShift + 4 + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/jenkins-pipelines: + title: 'Simply Explained: OpenShift and Jenkins Pipelines' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/cloud-native-ci-cd-with-openshift-pipelines: + title: 'openshift.com: Cloud-Native CI/CD with OpenShift Pipelines based on Tekton' + year: N/A + stars: 0 + description: '' +https://github.com/csantanapr/faststart2020-pipelines-lab: + title: 'github: OpenShift Pipelines Node.js Tutorial' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/04/27/modern-web-applications-on-openshift-part-4-openshift-pipelines: + title: 'developers.redhat.com: Modern web applications on OpenShift, Part 4: Openshift + Pipelines' + year: N/A + stars: 0 + description: '' +? https://www.openshift.com/blog/openshift-pipelines-advanced-triggers-part-1-triggering-different-project-builds-in-the-same-repository +: title: 'openshift.com: OpenShift Pipelines Advanced Triggers Part 1 - Triggering + Different Project Builds in the Same Repository' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/OpenShift: + title: 'Wikipedia.org: OpenShift' + year: N/A + stars: 0 + description: '' +https://www.openshift.com: + title: OpenShift.com + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog: + title: OpenShift blog 🌟 + year: N/A + stars: 0 + description: '' +https://docs.openshift.com: + title: docs.openshift.com 🌟 + year: N/A + stars: 0 + description: '' +https://developers.redhat.com: + title: developers.redhat.com 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/openshift/origin: + title: github.com/openshift/origin 🌟 + year: N/A + stars: 0 + description: '' +https://try.openshift.com: + title: try.openshift.com 🌟 + year: N/A + stars: 0 + description: '' +https://commons.openshift.org: + title: OpenShift Commons + year: N/A + stars: 0 + description: '' +https://twitter.com/openshift: + title: twitter.com/openshift + year: N/A + stars: 0 + description: '' +https://hub.docker.com/u/openshift: + title: OpenShift in DockerHub + year: N/A + stars: 0 + description: '' +https://openshift.tv: + title: OpenShift.tv + year: N/A + stars: 0 + description: '' +https://www.twitch.tv/redhatopenshift: + title: twitch.tv/redhatopenshift + year: N/A + stars: 0 + description: '' +https://www.openshift.com/products/dedicated: + title: OpenShift Dedicated + year: N/A + stars: 0 + description: '' +https://www.openshift.com/products/amazon-openshift/faq: + title: Amazon Red Hat OpenShift + year: N/A + stars: 0 + description: '' +https://cloud.google.com/solutions/partners/openshift-on-gcp: + title: OpenShift on Google Cloud + year: N/A + stars: 0 + description: '' +https://www.openshift.com/products/azure-openshift: + title: Microsoft Azure Red Hat OpenShift + year: N/A + stars: 0 + description: '' +https://www.openshift.com/products/online: + title: OpenShift Online + year: N/A + stars: 0 + description: '' +https://openshift.io: + title: OpenShift.io + year: N/A + stars: 0 + description: '' +https://marketplace.redhat.com: + title: Red Hat Marketplace + year: N/A + stars: 0 + description: '' +http://aroworkshop.io: + title: aroworkshop.io 🌟 + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/jboss-deployment-red-hat: + title: 'docs.microsoft.com: JBoss deployment with Red Hat on Azure 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2025/06/25/how-kruize-optimizes-openshift-workloads: + title: How Kruize Optimizes OpenShift Workloads + year: N/A + stars: 0 + description: '' +https://openshift-ireland.com: + title: openshift-ireland.com + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/im-so-sorry-openshift-i-ve-taken-you-for-granted-f36fb47ea4d9: + title: I’m So Sorry OpenShift, I’ve Taken You for Granted 🌟 + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/topics/containers/kubernetes-approach: + title: Red Hat's approach to Kubernetes 🌟 + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/4.4/cli_reference/openshift_cli/configuring-cli.html: + title: 'docs.openshift.com: Enabling tab completion' + year: N/A + stars: 0 + description: '' +https://medium.com/@ismailyenigul/how-to-enable-openshift-oc-bash-auto-completion-958b80e56e17: + title: 'medium: How to enable OpenShift oc bash auto completion' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/devops-with-openshift: + title: 'O''Reilly Free Book: **DevOps with OpenShift**' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/for-developers: + title: 'O''Reilly Free Book: **Openshift for developers**' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/resources/oreilly-kubernetes-operators-automation-ebook: + title: 'O’Reilly: Free ebook: **Kubernetes Operators: Automating the Container Orchestration + Platform**' + year: N/A + stars: 0 + description: '' +https://www.manning.com/books/openshift-in-action: + title: 'Manning: **Openshift in action**' + year: N/A + stars: 0 + description: '' +https://awesome-kubernetes.readthedocs.io/kubernetes: + title: Kubernetes e-Books + year: N/A + stars: 0 + description: '' +https://access.redhat.com/community/learn: + title: Red Hat Training & Certification Community + year: N/A + stars: 0 + description: '' +https://www.udemy.com/red-hat-openshift: + title: 'udemy.com: Red Hat OpenShift With Jenkins: DevOps For Beginners' + year: N/A + stars: 0 + description: '' +https://www.udemy.com/openshift-enterprise-installation-and-configuration/learn/v4/overview: + title: 'udemy.com: OpenShift Enterprise v3.2 Installation and Configuration' + year: N/A + stars: 0 + description: '' +https://www.udemy.com/ultimate-openshift-bootcamp-by-school-of-devops: + title: 'udemy.com: Ultimate Openshift (2018) Bootcamp by School of Devops 🌟' + year: N/A + stars: 0 + description: '' +https://www.udemy.com/course/openshift-4-desde-cero: + title: 'Udemy: OpenShift 4 desde cero 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/products/cdk/overview: + title: 'developers.redhat.com: **Red Hat Container Development Kit**' + year: N/A + stars: 0 + description: '' +https://github.com/redhatdemocentral/ocp-install-demo: + title: 'github.com/redhatdemocentral: OpenShift Container Platform Install Demo + 🌟' + year: N/A + stars: 0 + description: '' +https://www.schabell.org/2020/05/cloud-native-development-a-blueprint.html: + title: 'schabell.org: Cloud-native development - A blueprint 🌟' + year: N/A + stars: 0 + description: '' +https://www.schabell.org/2020/06/cloud-native-development-on-local-containers.html: + title: 'schabell.org: Cloud-native development - On local containers 🌟' + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/installing-okd-3-10-on-a-single-host: + title: 'blog.openshift.com: Installing OKD 3.10 on a Single Host 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=ZkFIozGY0IA: + title: 'youtube.com: OpenShift Origin is now OKD. Installation of OKD 3.10 from + start to finish' + year: N/A + stars: 0 + description: '' +https://github.com/gshipley/installcentos: + title: 'Install RedHat OKD 3.10 on your development box:' + year: N/A + stars: 0 + description: '' +http://uncontained.io/articles/openshift-ha-installation: + title: 'uncontained.io: Installing a Highly Available OpenShift Cluster 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/openshift/installer: + title: github.com/openshift/installer openshift installer 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/burrsutter/9stepsawesome: + title: 'github: burrsutter/9stepsawesome' + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/openshift/comments/e1kw48/openshift_42_vsphere_install: + title: reddit + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/openshift-4-2-vsphere-install-quickstart: + title: 'blog.openshift.com: OpenShift 4.2 vSphere Install Quickstart' + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/openshift-4-2-vsphere-install-with-static-ips: + title: 'blog.openshift.com: OpenShift 4.2 vsphere install with static IPs 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=DLB9m17aGus: + title: 'youtube: Deploy OpenShift 4 to vSphere using OpenShift''s UPI' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/deploying-openshift-4.4-to-vmware-vsphere-7: + title: Deploying OpenShift 4.4 to VMware vSphere 7 🌟 + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2019/02/27/sidecars-analyze-debug-network-traffic-kubernetes-pod: + title: Using sidecars to analyze and debug network traffic in OpenShift and Kubernetes + pods + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/01/01/skupper-io-let-your-services-communicate-across-kubernetes-clusters: + title: 'developers.redhat.com: Skupper.io: Let your services communicate across + Kubernetes clusters' + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/troubleshooting-openshift-network-performance-with-a-netperf-daemonset: + title: 'blog.openshift.com: Troubleshooting OpenShift network performance with a + netperf DaemonSet' + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/advanced-network-customizations-for-openshift-install: + title: 'blog.openshift.com: Advanced Network customizations for OpenShift Install' + year: N/A + stars: 0 + description: '' +https://itnext.io/adding-security-layers-to-your-app-on-openshift-part-1-deployment-and-tls-ingress-9ef752835599: + title: 'itnext.io: Adding security layers to your App on OpenShift β€” Part 1: Deployment + and TLS Ingress 🌟' + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/3.11/architecture/index.html: + title: 'docs.openshift.com: OpenShift 3 Overview' + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/3.11/security/securing_container_platform.html: + title: 'docs.openshift.com: OpenShift 3 Securing the Container Platform' + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/4.4/authentication/understanding-authentication.html: + title: 'ocs.openshift.com: OpenShift 4 Understanding Authentication' + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/3.11/admin_guide/manage_scc.html: + title: 'docs.openshift.com: Managing Security Context Constraints' + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/3.11/architecture/additional_concepts/authorization.html: + title: 'docs.openshift.com: Managing Security Context Constraints. Security Context + Constraints' + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/4.4/networking/understanding-networking.html: + title: 'docs.openshift.com: Understanding networking' + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/4.4/networking/configuring-networkpolicy.html: + title: 'docs.openshift.com: Configuring network policy with OpenShift SDN' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/networkpolicies-and-microsegmentation: + title: NetworkPolicies and Microsegmentation + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/fully-automated-management-of-egress-ips-with-the-egressip-ipam-operator: + title: Fully Automated Management of Egress IPs with the egressip-ipam-operator + 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/redhat-cop/openshift-toolkit/tree/master/networkpolicy: + title: 'GitHub: redhat-cop OpenShift Toolkit Network Policy 🌟' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/network-traffic-control-containers-red-hat-openshift: + title: 'redhat.com: Network traffic control for containers in Red Hat OpenShift + 🌟' + year: N/A + stars: 0 + description: '' +https://stackoverflow.com/questions/59518363/is-that-possible-to-deploy-an-openshift-or-kubernetes-in-dmz-zone: + title: 'stackoverflow.com: Is that possible to deploy an openshift or kubernetes + in DMZ zone? 🌟' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/openshift-and-network-security-zones-coexistence-approaches: + title: 'OpenShift and Network Security Zones: Coexistence Approaches 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/kubernetes-ingress-vs-openshift-route: + title: 'openshift.com: Kubernetes Ingress vs OpenShift Route' + year: N/A + stars: 0 + description: '' +https://cloud.ibm.com/docs/openshift?topic=openshift-ingress: + title: 'cloud.ibm.com: OpenShift Ingress' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/accessing-external-services-using-egress-router: + title: Accessing External Services Using Egress Router + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/how-to-enable-static-egress-ip-in-ocp: + title: How to Enable Static Egress IP in OCP + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/openshift-egress-options: + title: 'dzone: OpenShift Egress Options' + year: N/A + stars: 0 + description: '' +https://access.redhat.com/containers: + title: Red Hat Container Catalog - RedHat Registry (registry.redhat.io) 🌟 + year: N/A + stars: 0 + description: '' +https://hub.docker.com/r/openshift: + title: DockerHub OpenShift + year: N/A + stars: 0 + description: '' +https://github.com/sclorg: + title: github.com/sclorg/ + year: N/A + stars: 0 + description: '' +https://github.com/sclorg/mariadb-container: + title: github.com/sclorg/mariadb-container + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/2016/06/28/get-started-with-openshift-origin-3-and-gitlab: + title: Get started with OpenShift Origin 3 and GitLab + year: N/A + stars: 0 + description: '' +https://github.com/redhatspain/confluence6-atlassian: + title: Atlassian Confluence6 + year: N/A + stars: 0 + description: '' +https://hub.docker.com/r/sonatype/nexus3: + title: hub.docker.com/r/sonatype/nexus3/ + year: N/A + stars: 0 + description: '' +https://opensource.com/article/22/1/rocketchat-data-privacy: + title: 'opensource.com: Why choose Rocket.Chat for your open source chat tool' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/quickstart/architecture/openshift: + title: 'aws.amazon.com: AWS Quick Start (OpenShift 3.11 on AWS)' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/introducing-red-hat-openshift-service-on-aws: + title: 'openshift.com: Introducing Red Hat OpenShift Service on AWS' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/red-hat-openshift-dedicated-price-reduction: + title: 'Red Hat OpenShift Dedicated price reduction: Price lowered by 75% on average, + SLA improved to 99.95% 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/oscp/awesome-openshift3: + title: Awesome Openshift 2 + year: N/A + stars: 0 + description: '' +https://medium.com/@haozhao_2156/rescue-my-openshift-cluster-from-loss-of-2-masters-59f118a30f95: + title: Rescue My OpenShift Cluster From Loss of 2 Masters + year: N/A + stars: 0 + description: '' +https://youtu.be/OPKVKPfJrRA?si=YBt3LmBRNNq-GrqL: + title: Automated Disaster Recovery failover and failback with Red Hat OpenShift + year: N/A + stars: 0 + description: '' +https://github.com/sindresorhus/awesome: + title: '@sindresorhus'' Awesome' + year: N/A + stars: 0 + description: '' +https://dev.to/this-is-learning/the-awesome-side-of-github-awesome-lists-2a5h: + title: 'dev.to: The Awesome Side of GitHub - Awesome Lists | Leonardo Montini' + year: N/A + stars: 0 + description: '' +https://ramitsurana.github.io/awesome-kubernetes: + title: ==@ramitsurana' Awesome Kubernetes== + year: N/A + stars: 0 + description: '' +https://github.com/tomhuang12/awesome-k8s-resources: + title: '==tomhuang12: Awesome Kubernetes Resources==' + year: N/A + stars: 0 + description: '' +https://github.com/jk8s/awesome-kubernetes: + title: '@jk8s'' Awesome Kubernetes' + year: N/A + stars: 0 + description: '' +http://dockerlabs.collabnix.com/kubernetes/kubetools: + title: Awesome kubetools + year: N/A + stars: 0 + description: '' +https://kubezilla.com/tools: + title: 'kubezilla.com: Kubetools – Curated List of Kubernetes Tools' + year: N/A + stars: 0 + description: '' +https://github.com/magnologan/awesome-k8s-security: + title: 'magnologan/awesome-k8s-security: Awesome Kubernetes (K8s) Security 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/ksoclabs/awesome-kubernetes-security: + title: ==ksoclabs/awesome-kubernetes-security== 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/rootsongjc/awesome-cloud-native: + title: rootsongjc/awesome-cloud-native 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/diegolnasc/kubernetes-best-practices: + title: ==diegolnasc/kubernetes-best-practices== 🌟 + year: N/A + stars: 0 + description: '' +https://unofficial-kubernetes.readthedocs.io: + title: unofficial-kubernetes.readthedocs.io + year: N/A + stars: 0 + description: '' +https://github.com/run-x/awesome-kubernetes: + title: run-x/awesome-kubernetes + year: N/A + stars: 0 + description: '' +https://github.com/clusterpedia-io/clusterpedia: + title: clusterpedia-io/clusterpedia 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/mikeroyal/Kubernetes-Guide: + title: '==mikeroyal/Kubernetes-Guide: Kubernetes Guide== 🌟' + year: N/A + stars: 0 + description: '' +https://www.fairwinds.com/blog/top-12-kubernetes-resources: + title: 'fairwinds.com: Top 12 Kubernetes Resources: Learn and Stay Up-to-Date' + year: N/A + stars: 0 + description: '' +https://github.com/joseadanof/awesome-cloudnative-trainings: + title: 'github.com/joseadanof: Awesome Cloud Native Trainings' + year: N/A + stars: 0 + description: '' +https://divya-mohan0209.medium.com/mo-tenancy-mo-problems-f031f75374f7: + title: 'divya-mohan0209.medium.com: Mo’ tenancy, Mo’ problems.' + year: N/A + stars: 0 + description: '' +https://github.com/calvin-puram/awesome-kubernetes-operator-resources: + title: 'github.com/calvin-puram: Awesome Kubernetes Operator Resources' + year: N/A + stars: 0 + description: '' +https://free-for.dev: + title: free-for.dev 🌟 + year: N/A + stars: 0 + description: '' +https://awesomeopensource.com/project/sirredbeard/Awesome-WSL: + title: Awesome WSL + year: N/A + stars: 0 + description: '' +https://github.com/tcnksm/awesome-container: + title: Awesome Container + year: N/A + stars: 0 + description: '' +https://github.com/jyguyomarch/awesome-productivity: + title: Awesome Productivity + year: N/A + stars: 0 + description: '' +https://github.com/inputsh/awesome-linux: + title: Awesome Linux + year: N/A + stars: 0 + description: '' +https://github.com/trimstray/the-book-of-secret-knowledge: + title: The Book of Secret Knowledge 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/binhnguyennus/awesome-scalability: + title: Awesome Scalability + year: N/A + stars: 0 + description: '' +https://github.com/upgundecha/howtheysre: + title: How they SRE + year: N/A + stars: 0 + description: '' +https://github.com/yangshun/tech-interview-handbook: + title: Tech Interview Handbook + year: N/A + stars: 0 + description: '' +https://github.com/unixorn/awesome-zsh-plugins: + title: unixorn/awesome-zsh-plugins + year: N/A + stars: 0 + description: '' +https://github.com/developer-guy/awesome-falco: + title: developer-guy/awesome-falco + year: N/A + stars: 0 + description: '' +https://github.com/runacapital/awesome-oss-alternatives: + title: 'runacapital/awesome-oss-alternatives: Awesome open-source alternatives to + SaaS 🌟' + year: N/A + stars: 0 + description: '' +https://awesome-architecture.com: + title: '==awesome-architecture.com: 🎨 Awesome Software Architecture 🌟==' + year: N/A + stars: 0 + description: '' +https://github.com/lorien/awesome-web-scraping: + title: 'lorien/awesome-web-scraping: Awesome Web Scraping' + year: N/A + stars: 0 + description: '' +https://developer.hashicorp.com: + title: ==developer.hashicorp.com== 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/iximiuz/awesome-container-tinkering: + title: 'github.com/iximiuz: Awesome Container Tinkering' + year: N/A + stars: 0 + description: '' +https://github.com/ran-isenberg/aws-lambda-handler-cookbook: + title: 'github.com/ran-isenberg: AWS Lambda Handler Cookbook (Python) 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/koslib/awesome-containerized-security: + title: koslib/awesome-containerized-security 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/steveazz/awesome-slo: + title: 'steveazz/awesome-slo: Awesome SLOs' + year: N/A + stars: 0 + description: '' +https://github.com/Noovolari/awesome-cloudops: + title: 'github.com/Noovolari/awesome-cloudops: Awesome CloudOps' + year: N/A + stars: 0 + description: '' +https://github.com/collections/learn-to-code: + title: github.com/collections/learn-to-code 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/palark/awesome-devops-telegram: + title: 'github.com/palark/awesome-devops-telegram: Awesome DevOps Telegram' + year: N/A + stars: 0 + description: '' +https://github.com/terrytangyuan/awesome-kubeflow: + title: 'github.com/terrytangyuan/awesome-kubeflow: Awesome Kubeflow 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/shahedbd/awesome-project-management: + title: Awesome Project Management + year: N/A + stars: 0 + description: '' +https://github.com/lorabv/awesome-agile: + title: Awesome Agile + year: N/A + stars: 0 + description: '' +https://github.com/rayfrankenstein/AITOW: + title: 'rayfrankenstein/AITOW: #AgileKillsKittens (or Agile In Their Own Words: + The Problem With Agile & Scrum)' + year: N/A + stars: 0 + description: '' +https://github.com/kahun/awesome-sysadmin: + title: Awesome SysAdmin + year: N/A + stars: 0 + description: '' +https://jimmysong.io/awesome-cloud-native: + title: Awesome Cloud Native + year: N/A + stars: 0 + description: '' +https://github.com/saturnism/awesome-cloud-native-java: + title: Awesome Cloud Native Java + year: N/A + stars: 0 + description: '' +https://github.com/pditommaso/awesome-pipeline: + title: Awesome Pipeline + year: N/A + stars: 0 + description: '' +https://github.com/robzienert/awesome-spinnaker: + title: Awesome Spinnaker + year: N/A + stars: 0 + description: '' +https://github.com/awesome-soft/awesome-devops: + title: Awesome DevOps + year: N/A + stars: 0 + description: '' +https://github.com/bregman-arie/devops-resources: + title: ==bregman-arie/devops-resources== 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/andredesousa/devops-best-practices: + title: andredesousa/devops-best-practices + year: N/A + stars: 0 + description: '' +https://github.com/MichaelCade/90DaysOfDevOps: + title: MichaelCade/90DaysOfDevOps 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/sottlmarek/DevSecOps: + title: '==sottlmarek/DevSecOps: Ultimate DevSecOps library== 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/hahwul/DevSecOps: + title: hahwul/DevSecOps + year: N/A + stars: 0 + description: '' +https://github.com/weaveworks/awesome-gitops: + title: Awesome-GitOps + year: N/A + stars: 0 + description: '' +https://github.com/microtica/gitops-resources: + title: gitops-resources + year: N/A + stars: 0 + description: '' +https://github.com/dastergon/awesome-sre: + title: dastergon/awesome-sre + year: N/A + stars: 0 + description: '' +https://github.com/SquadcastHub/awesome-sre-tools: + title: SquadcastHub/awesome-sre-tools + year: N/A + stars: 0 + description: '' +https://github.com/mancubus77/awesome-sre: + title: mancubus77/awesome-sre + year: N/A + stars: 0 + description: '' +https://github.com/awesome-sre/awesome-sre: + title: awesome-sre/awesome-sre + year: N/A + stars: 0 + description: '' +https://github.com/mfornos/awesome-microservices: + title: Awesome microservices + year: N/A + stars: 0 + description: '' +https://github.com/terrytangyuan/awesome-argo: + title: terrytangyuan/awesome-argo 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/akuity/awesome-argo: + title: akuity/awesome-argo 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/adriannovegil/awesome-observability: + title: 'github.com/adriannovegil/awesome-observability: Awesome Observability 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/antonarhipov/awesome-apm: + title: 'github.com/antonarhipov/awesome-apm: Awesome APM' + year: N/A + stars: 0 + description: '' +https://github.com/GoogleCloudPlatform/awesome-google-cloud: + title: 'github.com/GoogleCloudPlatform/awesome-google-cloud: Awesome GCP' + year: N/A + stars: 0 + description: '' +https://github.com/kristofferandreasen/awesome-azure: + title: 'github.com/kristofferandreasen/awesome-azure: Awesome Azure' + year: N/A + stars: 0 + description: '' +https://github.com/simhol/awesome-azure: + title: 'github.com/simhol/awesome-azure: Awesome Azure' + year: N/A + stars: 0 + description: '' +https://github.com/jonleibowitz/awesome-digitalocean: + title: 'github.com/jonleibowitz/awesome-digitalocean: Awesome Digital Ocean' + year: N/A + stars: 0 + description: '' +https://github.com/christopherhein/awesome-eks: + title: 'christopherhein/awesome-eks: Awesome EKS' + year: N/A + stars: 0 + description: '' +https://github.com/realvz/awesome-eks: + title: 'realvz/awesome-eks: A curated list of awesome tools for Amazon EKS 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/globalbao/awesome-azure-policy: + title: 'globalbao/awesome-azure-policy: AWESOME-Azure-Policy' + year: N/A + stars: 0 + description: '' +https://github.com/toniblyx/my-arsenal-of-aws-security-tools: + title: github.com/toniblyx/my-arsenal-of-aws-security-tools + year: N/A + stars: 0 + description: '' +https://github.com/lukemurraynz/awesome-azure-architecture: + title: github.com/lukemurraynz/awesome-azure-architecture 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/iam-veeramalla/Azure-zero-to-hero: + title: 'github.com/iam-veeramalla/Azure-zero-to-hero: Azure Zero to Hero Course' + year: N/A + stars: 0 + description: '' +https://www.docker.com/blog/awesome-compose-app-samples-for-project-dev-kickoff: + title: 'Awesome-Compose: Application samples' + year: N/A + stars: 0 + description: '' +https://collabnix.github.io/docker-community-extensions: + title: 'collabnix.github.io: Docker Extensions 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/ansible-community/awesome-ansible: + title: '==ansible-community/awesome-ansible: Awesome Ansible== 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://github.com/dawitnida/awesome-packer: + title: dawitnida/Awesome Packer + year: N/A + stars: 0 + description: '' +https://github.com/shuaibiyy/awesome-terraform: + title: shuaibiyy/Awesome Terraform + year: N/A + stars: 0 + description: '' +https://github.com/ElYusubov/AWESOME-Azure-Bicep: + title: 'ElYusubov/AWESOME-Azure-Bicep: AWESOME Azure Bicep' + year: N/A + stars: 0 + description: '' +https://github.com/sbilly/awesome-security: + title: 'sbilly/awesome-security: Awesome Security' + year: N/A + stars: 0 + description: '' +https://github.com/myugan/awesome-docker-security: + title: 'myugan/awesome-docker-security: Awesome Docker Security' + year: N/A + stars: 0 + description: '' +https://github.com/anderseknert/awesome-opa: + title: anderseknert/awesome-opa 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/tldrsec/awesome-secure-defaults: + title: github.com/tldrsec/awesome-secure-defaults + year: N/A + stars: 0 + description: '' +https://github.com/atinfo/awesome-test-automation: + title: Awesome Test Automation + year: N/A + stars: 0 + description: '' +https://github.com/ligurio/awesome-software-quality: + title: Awesome Software Quality + year: N/A + stars: 0 + description: '' +https://github.com/TheJambo/awesome-testing: + title: Awesome Testing + year: N/A + stars: 0 + description: '' +https://github.com/slawekradzyminski/AwesomeTesting: + title: Awesome Testing code snippets + year: N/A + stars: 0 + description: '' +https://github.com/aliesbelik/awesome-jmeter: + title: Awesome JMeter + year: N/A + stars: 0 + description: '' +https://github.com/mailtoharshit/Awesome-Api-Management-Tools: + title: Awesome API Management Tools + year: N/A + stars: 0 + description: '' +https://github.com/yangtao309/awesome-api-gateway: + title: Awesome API Gateway + year: N/A + stars: 0 + description: '' +https://github.com/viatsko/awesome-vscode: + title: Awesome Visual Studio Code + year: N/A + stars: 0 + description: '' +https://github.com/vinta/awesome-python: + title: Awesome Python 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/akullpp/awesome-java: + title: Awesome Java 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/PatrickJS/awesome-angular: + title: Awesome Angular + year: N/A + stars: 0 + description: '' +https://awesome-go.com: + title: awesome-go.com + year: N/A + stars: 0 + description: '' +https://golangrepo.com: + title: ==golangrepo.com== 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/mehdihadeli/awesome-go-education: + title: mehdihadeli/awesome-go-education + year: N/A + stars: 0 + description: '' +https://github.com/nleiva/go-links: + title: nleiva/go-links + year: N/A + stars: 0 + description: '' +https://github.com/thangchung/awesome-dotnet-core: + title: thangchung/awesome-dotnet-core + year: N/A + stars: 0 + description: '' +https://github.com/quozd/awesome-dotnet: + title: quozd/awesome-dotnet + year: N/A + stars: 0 + description: '' +https://github.com/charlax/professional-programming: + title: 'github.com/charlax/professional-programming: A collection of full-stack + resources for programmers 🌟' + year: N/A + stars: 0 + description: '' +https://www.igoroseledko.com/bash-and-expect-snippets: + title: Bash and Expect Snippets + year: N/A + stars: 0 + description: '' +https://github.com/janikvonrotz/awesome-powershell: + title: janikvonrotz/awesome-powershell + year: N/A + stars: 0 + description: '' +https://awesomerank.github.io/lists/janikvonrotz/awesome-powershell.html: + title: 'awesomerank.github.io: janikvonrotz/awesome-powershell' + year: N/A + stars: 0 + description: '' +https://github.com/onurakpolat/awesome-bigdata: + title: onurakpolat/awesome-bigdata + year: N/A + stars: 0 + description: '' +https://github.com/visenger/awesome-mlops: + title: 'visenger/awesome-mlops: Awesome MLOps' + year: N/A + stars: 0 + description: '' +https://github.com/ekramasif/Basic-Machine-Learning: + title: ekramasif/Basic-Machine-Learning + year: N/A + stars: 0 + description: '' +https://github.com/DataExpert-io/data-engineer-handbook: + title: ==github.com/DataExpert-io/data-engineer-handbook== 🌟 + year: N/A + stars: 0 + description: '' +https://opensource.builders: + title: opensource.builders + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/krew-index/blob/master/plugins.md: + title: Available kubectl plugins + year: N/A + stars: 0 + description: '' +https://github.com/ishantanu/awesome-kubectl-plugins: + title: Awesome Kubectl plugins + year: N/A + stars: 0 + description: '' +https://dev.to/swordheath/great-github-repositories-that-developers-love-1g97: + title: 'dev.to: Great GitHub repositories that developers love' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/14-best-performance-testing-tools-and-apm-solution: + title: 'Dzone: 14 Best Performance Testing Tools and APM Solutions' + year: N/A + stars: 0 + description: '' +https://www.blazemeter.com/blog/open-source-load-testing-tools-which-one-should-you-use: + title: 'blazemeter.com: Open Source Load Testing Tools: Which One Should You Use?' + year: N/A + stars: 0 + description: '' +https://www.baeldung.com/gatling-jmeter-grinder-comparison: + title: 'baeldung.com: Gatling vs JMeter vs The Grinder: Comparing Load Test Tools' + year: N/A + stars: 0 + description: '' +https://blog.cloud-mercato.com/new-http-benchmark-tool-pycurlb: + title: 'blog.cloud-mercato.com: New HTTP benchmark tool **pycurlb**' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/gatling-vs-jmeter: + title: Gatling vs JMeter + year: N/A + stars: 0 + description: '' +https://dev.to/ksingh7/the-most-elegant-way-to-performance-test-your-microservices-running-on-kubernetes-2mo2: + title: 'dev.to: The most elegant way to performance test your microservices running + on Kubernetes' + year: N/A + stars: 0 + description: '' +https://garden.io/blog/performance-testing: + title: 'garden.io: Performance testing on a microservice architecture' + year: N/A + stars: 0 + description: '' +https://jmeter.apache.org: + title: jmeter.apache.org + year: N/A + stars: 0 + description: '' +https://jmeter.apache.org/usermanual/best-practices.html: + title: 'jmeter.apache.org: Best Practices' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/jmeter-tutorial-1: + title: 'Dzone: JMeter tutorial' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/jmeter-tutorial-for-beginners-jmeter-load-testing: + title: 'Dzone: JMeter tutorial for beginners' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/apache-jmeter-keyboard-shortcuts: + title: 'Dzone: Apache JMeter Keyboards shortcuts' + year: N/A + stars: 0 + description: '' +https://www.tutorialspoint.com/jmeter/pdf/jmeter_quick_guide.pdf: + title: 'tutorialspoint.com: JMeter Quick Guide' + year: N/A + stars: 0 + description: '' +https://venkatmatta.files.wordpress.com/2016/03/jmeter_distributed_testing_step_by_step.pdf: + title: JMeter Distributed Testing Step-by-step + year: N/A + stars: 0 + description: '' +https://www.testinglpoint.com/timer: + title: 'testinglpoint.com: Timer in JMeter' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=8r5LYzUIepo: + title: 'youtube: JMeter API Performance Testing Tutorial 🌟' + year: N/A + stars: 0 + description: '' +https://www.testinglpoint.com/features-of-jmeter: + title: 'testinglpoint.com: Features of JMeter' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/tuning-grafana-jmeter-dashboards-ezhil-arasu: + title: 'linkedin.com: Tuning Grafana - Jmeter Dashboards' + year: N/A + stars: 0 + description: '' +https://www.gslab.com/blogs/performance-testing-with-Apache-JMeter: + title: 'gslab.com: How to Optimize Performance Testing with Apache JMeter and Resources + Monitoring Using DStat' + year: N/A + stars: 0 + description: '' +https://rollno748.medium.com/load-testing-gcp-pub-sub-using-jmeter-9eff79440beb: + title: 'rollno748.medium.com: Load testing GCP Pub/Sub using JMeter' + year: N/A + stars: 0 + description: '' +https://www.softwaretestingmagazine.com/tools/learning-jmeter-documentation-tutorials-videos: + title: 'softwaretestingmagazine.com: Learning JMeter : Documentation, Tutorials, + Videos' + year: N/A + stars: 0 + description: '' +https://octoperf.com: + title: octoperf.com + year: N/A + stars: 0 + description: '' +https://www.blazemeter.com: + title: blazemeter.com + year: N/A + stars: 0 + description: '' +https://flood.io: + title: flood.io + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/performance: + title: 'plugins.jenkins.io: performance' + year: N/A + stars: 0 + description: '' +https://www.blazemeter.com/blog/continuous-integration-101-how-run-jmeter-jenkins: + title: 'Blazemeter.com: Continuous Integration 101 - How to run Jmeter with jenkins + 🌟' + year: N/A + stars: 0 + description: '' +https://www.baeldung.com/jenkins-and-jmeter: + title: 'baeldung.com: Configure Jenkins to Run and Show JMeter Tests' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/2-ways-to-integrate-jmeter-tests-into-jenkins: + title: 'DZone.com: 2 ways to integrate jmeter tests into jenkins' + year: N/A + stars: 0 + description: '' +https://www.guru99.com/jenkins-jmeter-blazemeter.html: + title: 'Guru99.com: Jmeter and BlazeMeter Integration with Jenkins' + year: N/A + stars: 0 + description: '' +https://gatling.io: + title: gatling.io + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/perfomance-testing-with-gatling: + title: Perfomance Testing with Gatling + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/gatling-light-weight-load-testing-tool: + title: 'Gatling: A Lightweight Load Testing Tool' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/gatling-gun-is-now-a-prospecting-tool-for-testers: + title: An Introduction to Load Testing With Gatling + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/gatling-performance-testing-pros-and-cons: + title: Gatling Performance Testing Pros and Cons + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/how-to-set-up-a-gatling-tests-implementation-envir: + title: How to Set up a Gatling Test's Implementation Environment 🌟 + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/how-to-use-regex-extractor-in-gatling-projects: + title: How to Use RegEx Extractor in Gatling Projects + year: N/A + stars: 0 + description: '' +https://qautomation.blog/2019/05/03/power-full-load-testing-tool-gatling: + title: 'qautomation.blog: Power Full Load Testing Tool : Gatling' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/api-load-testing-with-gatling: + title: API Load Testing With Gatling + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/load-testing-your-database-connected-apis-with-gat: + title: Load Testing Your DataBase-Connected APIs With Gatling + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/how-to-use-gatling-with-maven: + title: How to Use Gatling With Maven + year: N/A + stars: 0 + description: '' +https://gatling.io/docs/current/extensions/jenkins_plugin: + title: 'gatling.io: Jenkins plugin' + year: N/A + stars: 0 + description: '' +https://www.baeldung.com/jenkins-run-gatling-tests: + title: 'baeldung.com: Run Gatling Tests From Jenkins' + year: N/A + stars: 0 + description: '' +https://plugins.jenkins.io/gatling: + title: 'plugins.jenkins.io: gatling' + year: N/A + stars: 0 + description: '' +https://medium.com/thepeg/pipeline-performance-testing-with-jenkins-and-gatling-b7b762274680: + title: 'medium.com: Pipeline Performance Testing with Jenkins and Gatling' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/azure/load-testing: + title: 'docs.microsoft.com: Azure Load Testing' + year: N/A + stars: 0 + description: '' +https://azure.microsoft.com/en-us/blog/introducing-azure-load-testing-optimize-app-performance-at-scale: + title: 'azure.microsoft.com: Introducing Azure Load Testing: Optimize app performance + at scale' + year: N/A + stars: 0 + description: '' +https://venturebeat.com/2021/11/30/microsoft-launches-fully-managed-azure-load-testing-service: + title: 'venturebeat.com: Microsoft launches fully managed Azure Load Testing service' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2021/12/azure-load-testing-preview: + title: 'infoq.com: Microsoft Introduces a Fully-Managed Azure Load Testing Service + in Preview' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/simple-load-testing-with-github-actions: + title: 'thenewstack.io: Simple Load Testing with GitHub Actions' + year: N/A + stars: 0 + description: '' +https://webpagetest.org: + title: webpagetest.org + year: N/A + stars: 0 + description: '' +https://devops.com/catchpoint-to-acquire-webpagetest-org: + title: 'devops.com: Catchpoint to Acquire Webpagetest.org' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/solutions/implementations/distributed-load-testing-on-aws: + title: Distributed Load Testing on AWS 🌟 + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/about-aws/whats-new/2021/05/introducing-distributed-load-testing-v1-3: + title: 'amazon.com: Introducing Distributed Load Testing v1.3' + year: N/A + stars: 0 + description: '' +https://locust.io: + title: Locust + year: N/A + stars: 0 + description: '' +https://blog.dream11engineering.com/finding-order-in-chaos-how-we-automated-performance-testing-with-torque-6eb63706fcea: + title: 'blog.dream11engineering.com: Finding Order in Chaos: How We Automated Performance + Testing with Torque' + year: N/A + stars: 0 + description: '' +? https://blog.desdelinux.net/microsoft-performance-tools-una-serie-de-herramientas-open-source-para-analizar-el-rendimiento-del-sistema +: title: 'blog.desdelinux.net: Microsoft Performance-Tools, una serie de herramientas + open source para analizar el rendimiento del sistema' + year: N/A + stars: 0 + description: '' +https://tech.loveholidays.com/load-testing-in-production-with-grafana-loki-kubernetes-and-golang-1699554d2aa3: + title: 'tech.loveholidays.com: Load testing in production with Grafana Loki, Kubernetes + and Golang' + year: N/A + stars: 0 + description: '' +https://iter8.tools: + title: ==Iter8== + year: N/A + stars: 0 + description: '' +https://thenewstack.io/simple-http-load-testing-with-slos: + title: 'thenewstack.io: Simple HTTP Load Testing with SLOs' + year: N/A + stars: 0 + description: '' +https://github.com/tsenart/vegeta: + title: tsenart/vegeta 🌟 + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/the-5-step-checklist-for-serverless-load-testing-346f4a60841d: + title: 'betterprogramming.pub: The 5-Step Checklist for Serverless Load Testing' + year: N/A + stars: 0 + description: '' +https://www.atlassian.com/software/jira: + title: Jira + year: N/A + stars: 0 + description: '' +https://bitbucket.org/blog/transition-jira-issues-on-merge: + title: Transition Jira issues on merge + year: N/A + stars: 0 + description: '' +https://www.openproject.org: + title: ==OpenProject== + year: N/A + stars: 0 + description: '' +https://www.openproject.org/create-configure-manage-projects-openproject: + title: 'openproject.org: How to create, configure and manage your projects with + OpenProject' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=2mNAsrThius&ab_channel=CloudControl: + title: 'youtube.com: Learn to deploy OpenProject with Postgres in Kubernetes' + year: N/A + stars: 0 + description: '' +https://nextcloud.com: + title: ==nextcloud.com== + year: N/A + stars: 0 + description: '' +https://www.servicenow.com: + title: Servicenow + year: N/A + stars: 0 + description: '' +https://www.atlassian.com/software/confluence: + title: Atlassian Confluence + year: N/A + stars: 0 + description: '' +https://nightfall.ai/atlassian-cloud-hipaa-compliant: + title: 'nightfall.ai: Is Atlassian Cloud HIPAA Compliant?' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/7/open-source-invoicing-po: + title: 'opensource.com: A guide to simplifying invoicing with this open source tool' + year: N/A + stars: 0 + description: '' +https://devops.com/clubhouse-becomes-shortcut-to-transform-software-project-management: + title: 'devops.com: Clubhouse Becomes Shortcut to Transform Software Project Management' + year: N/A + stars: 0 + description: '' +https://www.engineeringmanagement.info/2017/02/planning-and-schedule-free-templates.html: + title: 'engineeringmanagement.info: Planning and Schedule Free Templates' + year: N/A + stars: 0 + description: '' +https://namelix.com: + title: namelix.com + year: N/A + stars: 0 + description: '' +https://neilpatel.com/blog/best-project-management-software: + title: Best Project Management Software of 2020 + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/9/open-source-alternatives-confluence: + title: 'opensource.com: 3 open source alternatives to Confluence' + year: N/A + stars: 0 + description: '' +https://www.entrepreneur.com/article/356991: + title: 'entrepreneur.com: Which Project Management Timeline Tool Is Right for Your + Team?' + year: N/A + stars: 0 + description: '' +https://github.com/laurent22/joplin: + title: joplin + year: N/A + stars: 0 + description: '' +https://github.com/sa-mw-dach/podium: + title: Podium + year: N/A + stars: 0 + description: '' +https://swimm.io: + title: Swim + year: N/A + stars: 0 + description: '' +https://thenewstack.io/swimm-helps-new-dev-hires-stay-afloat-with-continuous-documentation: + title: 'thenewstack.io: Swimm Helps New Dev Hires Stay Afloat with Continuous Documentation' + year: N/A + stars: 0 + description: '' +https://www.techrepublic.com/article/kanboard-a-simple-to-deploy-easy-to-use-kanban-board-for-project-management: + title: 'techrepublic.com: Kanboard: A simple to deploy, easy to use Kanban board + for project management' + year: N/A + stars: 0 + description: '' +https://www.btw.so/open-source-alternatives: + title: 'btw.so: Open Source Alternatives 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/9/alternatives-zoom: + title: 'opensource.com: 5 open source alternatives to Zoom' + year: N/A + stars: 0 + description: '' +https://www.makeuseof.com/best-open-source-project-management-software: + title: 'makeuseof.com: The 8 Best Open-Source Project Management Software' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/12/open-source-business-tools: + title: 'opensource.com: Open source tools for running a small business in 2022' + year: N/A + stars: 0 + description: '' +https://itsfoss.com/gitter: + title: 'itsfoss.com: Gitter: A Cross-Platform Open Source Community Platform for + Developers' + year: N/A + stars: 0 + description: '' +https://ifuckinghatejira.com: + title: ifuckinghatejira.com + year: N/A + stars: 0 + description: '' +https://doc.new: + title: 'Google Docs: doc.new' + year: N/A + stars: 0 + description: '' +https://meet.new: + title: 'Google meet: meet.new' + year: N/A + stars: 0 + description: '' +https://sheet.new: + title: 'Spreadsheets: sheet.new' + year: N/A + stars: 0 + description: '' +https://repo.new: + title: 'GH repos: repo.new' + year: N/A + stars: 0 + description: '' +https://gist.new: + title: 'GH Gists: gist.new' + year: N/A + stars: 0 + description: '' +https://zoom.new: + title: 'Zoom: zoom.new' + year: N/A + stars: 0 + description: '' +https://prometheus.io: + title: '**prometheus.io**' + year: N/A + stars: 0 + description: '' +https://github.com/prometheus/prometheus: + title: github.com/prometheus/prometheus + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/scaling-and-augmenting-prometheus: + title: 'Dzone Refcard: Scaling and Augmenting Prometheus' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/prometheus-collectors: + title: Monitoring Self-Destructing Apps Using Prometheus + year: N/A + stars: 0 + description: '' +https://opensource.com/article/19/11/introduction-monitoring-prometheus: + title: Monitoring kubernetes with Prometheus + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/ensure-high-availability-and-uptime-with-kubernete: + title: Ensure High Availability and Uptime With Kubernetes Horizontal Pod Autoscaler + (HPA) and Prometheus + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/monitoring-using-spring-boot-20-prometheus-and-gra: + title: Set Up and Integrate Prometheus With Grafana for Monitoring. + year: N/A + stars: 0 + description: '' +https://medium.com/@valyala/promql-tutorial-for-beginners-9ab455142085: + title: PromQL Tutorial + year: N/A + stars: 0 + description: '' +https://opensource.com/article/18/3/how-use-ansible-set-system-monitoring-prometheus: + title: How to use Ansible to set up system monitoring with Prometheus + year: N/A + stars: 0 + description: '' +https://medium.com/@griggheo/initial-experiences-with-the-prometheus-monitoring-system-167054ac439c: + title: Initial experiences with the Prometheus monitoring system + year: N/A + stars: 0 + description: '' +https://prometheus.io/docs/instrumenting/writing_exporters: + title: prometheus.io/docs/instrumenting/writing_exporters/ + year: N/A + stars: 0 + description: '' +https://devconnected.com/complete-node-exporter-mastery-with-prometheus: + title: devconnected.com/complete-node-exporter-mastery-with-prometheus/ + year: N/A + stars: 0 + description: '' +https://prometheus.io/docs/instrumenting/clientlibs: + title: LibrerΓ­as cliente + year: N/A + stars: 0 + description: '' +https://github.com/prometheus/pushgateway: + title: Pushgateway + year: N/A + stars: 0 + description: '' +https://prometheus.io/docs/instrumenting/exporters: + title: Exportadores de Datos + year: N/A + stars: 0 + description: '' +https://www.magalix.com/blog/monitor-kuberentes-cluster-to-manage-large-scale-projects: + title: 'magalix.com: Monitoring of Kubernetes Clusters To Manage Large Scale Projects' + year: N/A + stars: 0 + description: '' +https://samirbehara.com/2019/05/30/cloud-native-monitoring-with-prometheus: + title: Cloud Native Monitoring with Prometheus 🌟 + year: N/A + stars: 0 + description: '' +https://itnext.io/prometheus-yet-another-cloudwatch-exporter-collecting-aws-cloudwatch-metrics-806bd34818a8: + title: 'itnext.io - Prometheus: yet-another-cloudwatch-exporter β€” collecting AWS + CloudWatch metrics' + year: N/A + stars: 0 + description: '' +? https://containerjournal-com.cdn.ampproject.org/c/s/containerjournal.com/topics/container-ecosystems/prometheus-monitoring-ecosystem-begins-to-mature/amp +: title: Prometheus Monitoring Ecosystem Begins to Mature + year: N/A + stars: 0 + description: '' +https://www.learnsteps.com/monitoring-infrastructure-system-design: + title: 'learnsteps.com: Monitoring Infrastructure System Design' + year: N/A + stars: 0 + description: '' +https://ganeshvernekar.com/blog/prometheus-tsdb-the-head-block: + title: 'ganeshvernekar.com: Prometheus TSDB (Part 1): The Head Block' + year: N/A + stars: 0 + description: '' +https://ganeshvernekar.com/blog/prometheus-tsdb-wal-and-checkpoint: + title: 'ganeshvernekar.com: Prometheus TSDB (Part 2): WAL and Checkpoint' + year: N/A + stars: 0 + description: '' +https://ganeshvernekar.com/blog/prometheus-tsdb-mmapping-head-chunks-from-disk: + title: 'ganeshvernekar.com: Prometheus TSDB (Part 3): Memory Mapping of Head Chunks + from Disk' + year: N/A + stars: 0 + description: '' +https://ganeshvernekar.com/blog/prometheus-tsdb-persistent-block-and-its-index: + title: 'ganeshvernekar.com: Prometheus TSDB (Part 4): Persistent Block and its Index' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?list=PLVx1qovxj-anCTn6um3BDsoHnIr0O2tz3: + title: 'youtube playlist: How to setup Prometheus 🌟' + year: N/A + stars: 0 + description: '' +https://learndevops.substack.com/p/hitting-prometheus-api-with-curl: + title: 'learndevops.substack.com: Hitting prometheus API with curl and jq 🌟' + year: N/A + stars: 0 + description: '' +https://devclass.com/2021/01/07/prometheus-2_24: + title: 'devclass.com: Safety…first? Prometheus 2.24 finally features TLS on HTTP + serving endpoints' + year: N/A + stars: 0 + description: '' +https://sysadminxpert.com/steps-to-monitor-linux-server-using-prometheus: + title: 'sysadminxpert.com: Steps to Monitor Linux Server using Prometheus' + year: N/A + stars: 0 + description: '' +https://medium.com/@akshitverma8191/prometheus-grafana-node-monitoring-on-kubernetes-79fd8311b56d: + title: 'medium.com: Prometheus-Grafana : Node Monitoring on Kubernetes' + year: N/A + stars: 0 + description: '' +https://zerodha.tech/blog/infra-monitoring-at-zerodha: + title: 'zerodha.tech: Infrastructure monitoring with Prometheus at Zerodha' + year: N/A + stars: 0 + description: '' +https://devopscube.com/setup-prometheus-monitoring-on-kubernetes: + title: 'devopscube.com: How to Setup Prometheus Monitoring On Kubernetes Cluster + 🌟' + year: N/A + stars: 0 + description: '' +https://prometheus-operator.dev: + title: prometheus-operator.dev 🌟 + year: N/A + stars: 0 + description: '' +https://gabrieltanner.org/blog/collecting-prometheus-metrics-in-golang: + title: 'gabrieltanner.org: Golang Application monitoring using Prometheus' + year: N/A + stars: 0 + description: '' +https://promlens.com: + title: promlens.com 🌟 + year: N/A + stars: 0 + description: '' +https://medium.com/avmconsulting-blog/prometheus-monitoring-with-elastic-stack-in-kubernetes-5cf0aaa7ce04: + title: 'medium: Prometheus monitoring with Elastic Stack in Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +? https://grafana.com/blog/2021/04/08/how-we-use-metamonitoring-prometheus-servers-to-monitor-all-other-prometheus-servers-at-grafana-labs +: title: 'grafana.com: How we use metamonitoring Prometheus servers to monitor all + other Prometheus servers at Grafana Labs' + year: N/A + stars: 0 + description: '' +https://portworx.com/kubernetes-backup-monitoring: + title: 'portworx.com: Monitoring Kubernetes Backup with Prometheus and Grafana' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/postgresql-monitoring: + title: 'sysdig.com: Top 10 metrics in PostgreSQL monitoring with Prometheus 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/observability-at-scale-52d0d9a5fb9b: + title: 'itnext.io: Observability at Scale' + year: N/A + stars: 0 + description: '' +https://jonbc.medium.com/hacking-your-way-to-observability-part-1-cf4cd42fb4dc: + title: 'jonbc.medium.com: Hacking your way to Observability β€” Part 1 : Metrics' + year: N/A + stars: 0 + description: '' +https://www.innoq.com/en/blog/scraping-docker-swarm-service-instances-with-prometheus: + title: 'innoq.com: Scraping a Docker swarm service with Prometheus' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/7/run-prometheus-home-container: + title: 'opensource.com: Run Prometheus at home in a container' + year: N/A + stars: 0 + description: '' +https://faun.pub/production-grade-kubernetes-monitoring-using-prometheus-78144b835b60: + title: 'faun.pub: Production grade Kubernetes Monitoring using Prometheus 🌟' + year: N/A + stars: 0 + description: '' +https://www.howtoforge.com/how-to-install-prometheus-on-ubuntu-20-04: + title: 'howtoforge.com: How to Install Prometheus System Monitoring Tool on Ubuntu + 20.04' + year: N/A + stars: 0 + description: '' +https://cribl.io/blog/using-prometheus-for-agentless-monitoring: + title: 'cribl.io: Using Prometheus for Agentless Monitoring' + year: N/A + stars: 0 + description: '' +https://aprenderbigdata.com/prometheus: + title: 'aprenderbigdata.com: Prometheus: IntroducciΓ³n a la MonitorizaciΓ³n de MΓ©tricas' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=GL2v81xYuAQ&ab_channel=k6: + title: 'youtube: Monitoring your k6 load test: how to install Grafana and Prometheus + on a Kubernetes cluster' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/redis-prometheus: + title: 'sysdig.com: How to monitor Redis with Prometheus' + year: N/A + stars: 0 + description: '' +https://jfrog.com/blog/dont-let-prometheus-steal-your-fire: + title: 'jfrog.com: Don’t let Prometheus Steal your Fire' + year: N/A + stars: 0 + description: '' +https://itnext.io/monitoring-spark-streaming-on-k8s-with-prometheus-and-grafana-e6d8720c4a02: + title: 'itnext.io: Monitoring Spark Streaming on K8s with Prometheus and Grafana' + year: N/A + stars: 0 + description: '' +https://source.coveo.com/2021/11/11/prometheus-at-scale: + title: 'source.coveo.com: Prometheus at scale' + year: N/A + stars: 0 + description: '' +https://medium.com/infracloud-technologies/prometheus-ha-with-thanos-sidecar-or-receiver-2c8d0e585ff1: + title: 'medium.com: Prometheus HA with Thanos Sidecar Or Receiver?' + year: N/A + stars: 0 + description: '' +https://prometheus.io/docs/introduction/comparison: + title: '==prometheus.io: Comparison to Alternatives== 🌟' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/15124/what-is-prometheus-and-why-is-it-so-popular: + title: '==cloudsavvyit.com: What is Prometheus and Why Is It So Popular==' + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/prometheus-architecture-metrics-use-cases: + title: '==infracloud.io: Prometheus Definitive Guide Part I - Metrics and Use Cases==' + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/promql-prometheus-guide: + title: '==infracloud.io: Prometheus Query Language - Prometheus Definitive Guide + Part II==' + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/prometheus-operator-helm-guide: + title: '==infracloud.io: Prometheus Definitive Guide Part III - Prometheus Operator==' + year: N/A + stars: 0 + description: '' +https://jonbc.medium.com/hacking-your-way-to-observability-part-2-c38baaee6b92: + title: 'jonbc.medium.com: Hacking your way to Observability β€” Part 2 : Alerts' + year: N/A + stars: 0 + description: '' +https://medium.com/gumgum-tech/how-to-reduce-your-prometheus-cost-6c7cc685e347: + title: '==medium.com/gumgum-tech: How to reduce your Prometheus cost | Daniel Fernandez==' + year: N/A + stars: 0 + description: '' +https://medium.com/kubecost/prometheus-grafana-configuration-query-examples-885b91b6ca6: + title: 'medium.com/kubecost: Prometheus Grafana: configuration & query examples + 🌟' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/prometheus-2-37-lts: + title: 'sysdig.com: Prometheus 2.37 – The first long-term supported release! 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/eckelon/how-to-monitor-nginx-in-kubernetes-with-prometheus-j5f: + title: 'dev.to: How to monitor nginx in Kubernetes with Prometheus' + year: N/A + stars: 0 + description: '' +https://promlabs.com/blog/2022/12/11/avoid-these-6-mistakes-when-getting-started-with-prometheus: + title: 'promlabs.com: Avoid These 6 Mistakes When Getting Started With Prometheus' + year: N/A + stars: 0 + description: '' +https://itnext.io/hardening-monitoring-a-step-by-step-guide-7a18007c915: + title: 'itnext.io: Hardening Monitoring: a step-by-step guide' + year: N/A + stars: 0 + description: '' +? https://blog.devops.dev/deploying-prometheus-and-grafana-in-a-multi-node-kubernetes-cluster-and-auto-scaling-with-keda-eccecfbd8950 +: title: 'blog.devops.dev: Deploying Prometheus and Grafana in a Multi-Node Kubernetes + Cluster and Auto-Scaling with KEDA' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/observability-better-ci-for-your-prometheus-alerts-32aaea3b3d77: + title: 'blog.devops.dev: Observability: Better CI for your prometheus alerts with + pint instead of promtool 🌟' + year: N/A + stars: 0 + description: '' +https://blog.zelarsoft.com/website-monitoring-by-using-prometheus-blackbox-exporter-with-grafana-c4004bb03131: + title: 'blog.zelarsoft.com: Website Monitoring By Using Prometheus Blackbox Exporter + with Grafana' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/monitoring-a-spring-boot-application-in-kubernetes-with-prometheus-a2d4ec7f9922: + title: '==blog.devops.dev: Monitoring a Spring Boot application in Kubernetes with + Prometheus== 🌟' + year: N/A + stars: 0 + description: '' +https://devopstalks.in/everything-about-prometheus: + title: 'devopstalks.in: Everything about Prometheus' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/deploying-and-monitoring-an-application-using-prometheus-on-kubernetes-cluster-483773f789f: + title: '==blog.devops.dev: How to Monitor your Application using Prometheus== 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/deploying-prometheus-and-grafana-as-applications-u: + title: '==dzone.com: Deploying Prometheus and Grafana as Applications Using ArgoCDβ€Šβ€”β€ŠIncluding + Dashboards==' + year: N/A + stars: 0 + description: '' +https://medium.com/@dotdc/how-to-find-unused-prometheus-metrics-using-mimirtool-a44560173543: + title: 'medium.com: How to find unused Prometheus metrics using mimirtool 🌟' + year: N/A + stars: 0 + description: '' +https://rtfm.co.ua/en/prometheus-kubernetes-endpoints-monitoring-with-blackbox-exporter: + title: 'rtfm.co.ua: Prometheus: Kubernetes endpoints monitoring with blackbox-exporter' + year: N/A + stars: 0 + description: '' +https://medium.com/criteo-engineering/how-we-reduced-our-prometheus-infrastructure-footprint-by-a-third-8bf8171e46b1: + title: 'medium.com/criteo-engineering: How we reduced our Prometheus infrastructure + footprint by a third' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/observability-concept-in-prometheus-9f0093fa7495: + title: 'blog.devops.dev: Observability Concept in Prometheus' + year: N/A + stars: 0 + description: '' +https://horovits.medium.com/prometheus-now-supports-opentelemetry-metrics-83f85878e46a: + title: '==horovits.medium.com: Prometheus Now Supports OpenTelemetry Metrics==' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/30-pull-requests-later-prometheus-memory-use-is-cut-in-half: + title: '==thenewstack.io: 30 Pull Requests Later, Prometheus Memory Use Is Cut in + Half==' + year: N/A + stars: 0 + description: '' +https://devxblog.hashnode.dev/prometheus-elevate-your-monitoring-game: + title: 'devxblog.hashnode.dev: Prometheus: Elevate Your Monitoring Game' + year: N/A + stars: 0 + description: '' +https://devxblog.hashnode.dev/simplified-setup-prometheus-cadvisor-redis-and-node-exporter: + title: 'devxblog.hashnode.dev: Simplified Setup: Prometheus, cAdvisor, redis and + Node Exporter' + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2021/01/08/get-started-with-prometheus-with-these-three-easy-projects: + title: '==grafana.com: Get started with Prometheus with these three easy projects==' + year: N/A + stars: 0 + description: '' +https://www.fosstechnix.com/install-prometheus-and-grafana-on-ubuntu-24-04: + title: 'fosstechnix.com: Install Prometheus and Grafana on Ubuntu 24.04 LTS 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/better-programming/kubernetes-lessons-in-alerting-a0b7a455e89d: + title: 'medium: Kubernetes Lessons in Alerting' + year: N/A + stars: 0 + description: '' +https://github.com/prymitive/karma: + title: karma 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/prometheus/alertmanager/releases/tag/v0.23.0-rc.0: + title: Alertmanager 0.23.0-rc.0 with awscloud SNS support is available for testing. + There are also bugfixes and features for amtool + year: N/A + stars: 0 + description: '' +https://tech.loveholidays.com/dynamic-alert-routing-with-prometheus-and-alertmanager-f6a919edb5f8: + title: 'tech.loveholidays.com: Dynamic alert routing with Prometheus and Alertmanager' + year: N/A + stars: 0 + description: '' +https://prometheus.io/blog/2021/11/16/agent: + title: 'prometheus.io: Introducing Prometheus Agent Mode, an Efficient and Cloud-Native + Way for Metric Forwarding' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2021/11/16/prometheus-announces-an-agent-to-address-a-new-range-of-use-cases: + title: 'cncf.io: Prometheus announces an Agent to address a new range of use cases' + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2021/11/16/why-we-created-a-prometheus-agent-mode-from-the-grafana-agent: + title: 'grafana.com: Why we created a Prometheus Agent mode from the Grafana Agent' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/cncf-prometheus-agent-could-be-a-game-changer-for-edge: + title: 'thenewstack.io: CNCF Prometheus Agent Could Be a β€˜Game Changer’ for Edge' + year: N/A + stars: 0 + description: '' +https://medium.com/@ehsan-khodadadi/prometheus-multi-cluster-monitoring-using-prometheus-agent-mode-cab2cdb20c11: + title: 'medium.com/@ehsan-khodadadi: Prometheus Multi-Cluster monitoring using Prometheus + Agent Mode' + year: N/A + stars: 0 + description: '' +https://medium.com/techspiration/deploying-prometheus-multi-cluster-monitoring-using-prometheus-agent-mode-a04d89afeed7: + title: 'medium.com/techspiration: Deploying Prometheus Multi-Cluster monitoring + using Prometheus Agent Mode' + year: N/A + stars: 0 + description: '' +https://github.com/line/promgen: + title: Promgen 🌟 + year: N/A + stars: 0 + description: '' +https://promcat.io: + title: 'Promcat: A resource catalog for enterprise-class Prometheus monitoring 🌟' + year: N/A + stars: 0 + description: '' +https://prometheus.demo.do.prometheus.io: + title: 'Prometheus Demo: prometheus.demo.do.prometheus.io 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/slok/sloth: + title: Sloth 🌟 + year: N/A + stars: 0 + description: '' +https://itnext.io/slos-should-be-easy-say-hi-to-sloth-9c8a225df0d4: + title: 'itnext.io: SLOs should be easy, say hi to Sloth 🌟' + year: N/A + stars: 0 + description: '' +https://promtools.dev: + title: 'PromTools: SLOs with Prometheus 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/metalmatze/slo-libsonnet: + title: slo-libsonnet + year: N/A + stars: 0 + description: '' +https://opensource.google/projects/prometheus-slo-burn-example: + title: 'opensource.google: Prometheus SLO example' + year: N/A + stars: 0 + description: '' +https://github.com/google/slo-generator: + title: SLO Generator + year: N/A + stars: 0 + description: '' +https://monitoring2.substack.com/p/big-prometheus: + title: 'monitoring2.substack.com: Big Prometheus. Thanos, Cortex, M3DB and VictoriaMetrics + at scale 🌟' + year: N/A + stars: 0 + description: '' +https://prometheus.io/docs/prometheus/latest/storage: + title: '**Prometheus TSDB**' + year: N/A + stars: 0 + description: '' +https://cortexmetrics.io: + title: '**Cortex**:' + year: N/A + stars: 0 + description: '' +https://github.com/cortexproject/cortex: + title: github.com/cortexproject/cortex + year: N/A + stars: 0 + description: '' +https://www.weave.works/features/prometheus-monitoring: + title: Weave Cortex SaaS (Hosted Prometheus - Public Cloud) + year: N/A + stars: 0 + description: '' +https://thanos.io: + title: '**Thanos**:' + year: N/A + stars: 0 + description: '' +https://github.com/ruanbekker/thanos-cluster-setup: + title: 'github.com/ruanbekker: Thanos Cluster Setup' + year: N/A + stars: 0 + description: '' +https://blog.yugabyte.com/highly-available-prometheus-metrics-for-distributed-sql-with-thanos-on-gke: + title: Highly Available Prometheus Metrics for Distributed SQL with Thanos on GKE + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/multi-tenancy-monitoring-thanos-receiver: + title: 'infracloud.io: Achieving multi-tenancy in monitoring with Prometheus & the + mighty Thanos Receiver' + year: N/A + stars: 0 + description: '' +https://particule.io/en/blog/thanos-monitoring: + title: 'particule.io: Multi-Cluster Monitoring with Thanos' + year: N/A + stars: 0 + description: '' +https://github.com/thanos-io/thanos: + title: Thanos Architecture Overview 🌟 + year: N/A + stars: 0 + description: '' +https://enmilocalfunciona.io/aprende-a-configurar-thanos-usando-docker-compose: + title: 'enmilocalfunciona.io: Aprende a configurar Thanos usando docker-compose' + year: N/A + stars: 0 + description: '' +https://github.com/goatlas-io/atlas: + title: goatlas-io/atlas + year: N/A + stars: 0 + description: '' +https://github.com/thanos-io/kube-thanos: + title: '==thanos-io/kube-thanos: Kubernetes specific configuration for deploying + Thanos==' + year: N/A + stars: 0 + description: '' +https://medium.com/nerd-for-tech/deep-dive-into-thanos-part-i-f72ecba39f76: + title: 'medium.com/nerd-for-tech: Deep Dive into Thanos-Part I | Pavan Kumar' + year: N/A + stars: 0 + description: '' +https://www.m3db.io: + title: '**M3**:' + year: N/A + stars: 0 + description: '' +https://www.influxdata.com: + title: '**InfluxDB**:' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/MIT_License: + title: en.wikipedia.org/wiki/InfluxDB + year: N/A + stars: 0 + description: '' +https://www.influxdata.com/blog/building-a-metrics-alerts-as-a-service-maas-monitoring-solution-using-the-influxdb-stack: + title: 'influxdata.com: Building a Metrics & Alerts as a Service (MaaS) Monitoring + Solution Using the InfluxDB Stack' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/flux-windowing-and-aggregation: + title: 'dzone: Flux queries' + year: N/A + stars: 0 + description: '' +https://www.influxdata.com/products/influxdb-templates: + title: influxdb-templates + year: N/A + stars: 0 + description: '' +https://thenewstack.io/make-a-gitops-workflow-using-influxdb-templates: + title: 'thenewstack.io: Make a GitOps Workflow Using InfluxDB Templates' + year: N/A + stars: 0 + description: '' +https://www.influxdata.com/blog/running-influxdb-2-0-and-telegraf-using-docker: + title: 'influxdata.com: Running InfluxDB 2.0 and Telegraf Using Docker' + year: N/A + stars: 0 + description: '' +https://www.influxdata.com/blog/tldr-influxdb-tech-tips-api-invokable-scripts-influxdb-cloud: + title: 'influxdata.com: InfluxDB Tech Tips: API Invokable Scripts in InfluxDB Cloud' + year: N/A + stars: 0 + description: '' +https://exporterhub.io: + title: exporterhub.io 🌟 + year: N/A + stars: 0 + description: '' +https://prometheus.io/download: + title: prometheus.io/download/ + year: N/A + stars: 0 + description: '' +https://github.com/prometheus: + title: github.com/prometheus + year: N/A + stars: 0 + description: '' +https://github.com/prometheus/jmx_exporter: + title: Prometheus JMX Exporter 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/prometheus/blackbox_exporter: + title: blackbox_exporter 🌟 + year: N/A + stars: 0 + description: '' +https://www.openlogic.com/blog/prometheus-java-monitoring-and-gathering-data: + title: 'Example: How to Use Prometheus Monitoring With Java to Gather Data. Gathering + Java Metrics with Prometheus Monitoring (ActiveMQ)' + year: N/A + stars: 0 + description: '' +https://mvnrepository.com/artifact/io.prometheus: + title: Maven Prometheus instrumentation library for JVM applications (client library) + year: N/A + stars: 0 + description: '' +https://github.com/prometheus/client_java: + title: github.com/prometheus/client_java + year: N/A + stars: 0 + description: '' +https://github.com/flant/k8s-image-availability-exporter: + title: k8s-image-availability-exporter + year: N/A + stars: 0 + description: '' +https://engineeringblog.yelp.com/2020/10/improving-the-performance-of-the-prometheus-jmx-exporter.html: + title: 'engineeringblog.yelp.com: Improving the performance of the Prometheus JMX + Exporter' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/monitor-oracle-database-prometheus: + title: 'sysdig.com: How to monitor an Oracle database with Prometheus. The OracleDB + Prometheus exporter' + year: N/A + stars: 0 + description: '' +https://github.com/ivx/yet-another-cloudwatch-exporter: + title: YACE - yet another cloudwatch exporter 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/prometheus-community/elasticsearch_exporter: + title: prometheus-community/elasticsearch_exporter + year: N/A + stars: 0 + description: '' +https://medium.com/@akashjoffical08/monitor-uptime-of-endpoints-in-k8s-using-blackbox-exporter-f80166a328e9: + title: 'medium.com/@akashjoffical08: Monitor Uptime of Endpoints in K8s using Blackbox + Exporter 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/sstarcher/helm-exporter: + title: sstarcher/helm-exporter + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/monitoring-mysql-using-prometheus-and-grafana-in-kubernetes-16e7ae3de5dd: + title: 'blog.devops.dev: Monitoring MySQL using Prometheus, Grafana and mysqld_exporter + in Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/muxinc/certificate-expiry-monitor: + title: muxinc/certificate-expiry-monitor + year: N/A + stars: 0 + description: '' +https://github.com/enix/x509-certificate-exporter: + title: enix/x509-certificate-exporter + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/opensource/building-a-prometheus-remote-write-exporter-for-the-opentelemetry-go-sdk: + title: 'aws.amazon.com: Building a Prometheus remote write exporter for the OpenTelemetry + Go SDK' + year: N/A + stars: 0 + description: '' +https://medium.com/@dast04/writing-custom-prometheus-exporters-in-python-kubernetes-73626b66d78c: + title: 'medium.com/@dast04: Writing Custom Prometheus Exporters (in Python) β€” Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/open-telemetry/opentelemetry-collector: + title: OpenTelemetry Collector + year: N/A + stars: 0 + description: '' +https://thenewstack.io/lightsteps-opentelemetry-launchers-simplify-integration-to-line-of-code: + title: 'thenewstack.io: Lightstep’s OpenTelemetry Launchers Simplify Integration + to Line of Code' + year: N/A + stars: 0 + description: '' +https://github.com/search?q=org%3Alightstep+launcher: + title: OpenTelemetry Launchers 🌟 + year: N/A + stars: 0 + description: '' +https://thenewstack.io/demystifying-distributed-traces-in-opentelemetry: + title: 'thenewstack.io: Demystifying Distributed Traces in OpenTelemetry' + year: N/A + stars: 0 + description: '' +https://medium.com/opentelemetry/opentelemetry-specification-v1-0-0-tracing-edition-72dd08936978: + title: 'medium: OpenTelemetry Specification v1.0.0, Tracing Edition' + year: N/A + stars: 0 + description: '' +? https://www.cncf.io/blog/2021/04/29/from-distributed-tracing-to-apm-taking-opentelemetry-and-jaeger-up-a-level/?utm_source=thenewstack&utm_medium=twitter&utm_campaign=platform +: title: 'cncf.io: From distributed tracing to APM: Taking OpenTelemetry and Jaeger + up a level' + year: N/A + stars: 0 + description: '' +? https://medium.com/edreams-odigeo-tech/tracing-in-edreams-odigeo-lodging-with-open-telemetry-and-grafana-tempo-bd1f20ddf49d +: title: 'medium: Tracing in eDreams ODIGEO Lodging with Open Telemetry and Grafana + Tempo' + year: N/A + stars: 0 + description: '' +https://newrelic.com/blog/best-practices/java-opentelemetry: + title: 'newrelic.com: Understand OpenTelemetry Part 4: Instrument a Java App with + OpenTelemetry' + year: N/A + stars: 0 + description: '' +https://medium.com/@tathagatapaul7/opentelemetry-in-kubernetes-deploying-your-collector-and-metrics-backend-b8ec86ac4a43: + title: 'medium.com/@tathagatapaul7: OpenTelemetry in Kubernetes: Deploying your + Collector and Metrics Backend' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/maximizing-kubernetes-efficiency-with-opentelemetry-tracing: + title: 'thenewstack.io: Maximizing Kubernetes Efficiency with OpenTelemetry Tracing' + year: N/A + stars: 0 + description: '' +https://www.influxdata.com/time-series-platform/telegraf: + title: Telegraf Collector + year: N/A + stars: 0 + description: '' +https://github.com/influxdata/telegraf/tree/master/plugins/outputs/prometheus_client: + title: Telegraf Prometheus Output Plugin + year: N/A + stars: 0 + description: '' +https://github.com/rossmcdonald/telegraf: + title: Telegraf Ansible Role + year: N/A + stars: 0 + description: '' +https://grafana.com/grafana/dashboards?collector=Telegraf: + title: Grafana Dashboards with Telegraf Collectors + year: N/A + stars: 0 + description: '' +? https://grafana.com/blog/2021/04/05/using-telegraf-plugins-to-visualize-industrial-iot-data-with-the-grafana-cloud-hosted-prometheus-service +: title: 'grafana.com: Using Telegraf plugins to visualize industrial IoT data with + the Grafana Cloud Hosted Prometheus service' + year: N/A + stars: 0 + description: '' +https://sysadminxpert.com/monitor-linux-system-with-grafana-and-telegraf: + title: 'sysadminxpert.com: How to Monitor Linux System with Grafana and Telegraf' + year: N/A + stars: 0 + description: '' +https://www.influxdata.com/blog/three-ways-to-keep-cardinality-under-control-when-using-telegraf: + title: 'influxdata.com: Three Ways to Keep Cardinality Under Control When Using + Telegraf' + year: N/A + stars: 0 + description: '' +http://micrometer.io: + title: '**Micrometer** Collector' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/operations/introducing-google-cloud-managed-service-for-prometheus: + title: 'cloud.google.com: Get planet-scale monitoring with Managed Service for Prometheus' + year: N/A + stars: 0 + description: '' +https://devopscube.com/setup-prometheus-helm-chart: + title: Setup Prometheus Using Helm Chart on Kubernetes + year: N/A + stars: 0 + description: '' +https://prometheus.io/docs/prometheus/latest/installation: + title: 'prometheus.io: Installarion' + year: N/A + stars: 0 + description: '' +https://prometheus.io/docs/prometheus/latest/getting_started: + title: 'prometheus.io: Getting Started' + year: N/A + stars: 0 + description: '' +https://galaxy.ansible.com/cloudalchemy/node-exporter: + title: galaxy.ansible.com/cloudalchemy/node-exporter + year: N/A + stars: 0 + description: '' +https://github.com/cloudalchemy/ansible-prometheus: + title: github.com/cloudalchemy/ansible-prometheus + year: N/A + stars: 0 + description: '' +https://github.com/idealista/prometheus_jmx_exporter-role: + title: 'Idealista: This ansible role installs a Prometheus Node Exporter in a debian + environment' + year: N/A + stars: 0 + description: '' +https://galaxy.ansible.com/alexdzyoba/jmx-exporter: + title: galaxy.ansible.com/alexdzyoba/jmx-exporter + year: N/A + stars: 0 + description: '' +https://github.com/alexdzyoba/ansible-jmx-exporter: + title: github.com/alexdzyoba/ansible-jmx-exporter + year: N/A + stars: 0 + description: '' +https://galaxy.ansible.com/mesaguy/prometheus: + title: galaxy.ansible.com/mesaguy/prometheus + year: N/A + stars: 0 + description: '' +https://github.com/mesaguy/ansible-prometheus: + title: github.com/mesaguy/ansible-prometheus + year: N/A + stars: 0 + description: '' +https://galaxy.ansible.com/William-Yeh/prometheus: + title: galaxy.ansible.com/William-Yeh/prometheus + year: N/A + stars: 0 + description: '' +https://github.com/William-Yeh/ansible-prometheus: + title: github.com/William-Yeh/ansible-prometheus + year: N/A + stars: 0 + description: '' +https://awesomeopensource.com/project/William-Yeh/ansible-prometheus: + title: awesomeopensource.com/project/William-Yeh/ansible-prometheus + year: N/A + stars: 0 + description: '' +https://galaxy.ansible.com/UnderGreen/prometheus-node-exporter: + title: galaxy.ansible.com/UnderGreen/prometheus-node-exporter + year: N/A + stars: 0 + description: '' +https://github.com/UnderGreen/ansible-prometheus-node-exporter: + title: github.com/UnderGreen/ansible-prometheus-node-exporter + year: N/A + stars: 0 + description: '' +https://itnext.io/prometheus-with-grafana-using-ansible-549e575c9dfa: + title: itnext.io/prometheus-with-grafana-using-ansible-549e575c9dfa + year: N/A + stars: 0 + description: '' +https://github.com/MiteshSharma/PrometheusWithGrafana: + title: github.com/MiteshSharma/PrometheusWithGrafana + year: N/A + stars: 0 + description: '' +https://github.com/coreos/kube-prometheus: + title: kube-prometheus + year: N/A + stars: 0 + description: '' +https://arthursens.medium.com/risk-analysis-and-security-compliance-in-kube-prometheus-10c8cfb180b8: + title: 'arthursens.medium.com: Risk analysis and security compliance in Kube-prometheus' + year: N/A + stars: 0 + description: '' +https://devstack.in/2020/05/25/deploy-prometheus-operator-with-helm3-and-private-registry: + title: 'devstack.in: Deploy Prometheus Operator with Helm3 and Private Registry + 🌟' + year: N/A + stars: 0 + description: '' +https://artifacthub.io/packages/helm/prometheus-community/kube-prometheus-stack: + title: prometheus-community/kube-prometheus-stack 🌟🌟 + year: N/A + stars: 0 + description: '' +https://medium.com/israeli-tech-radar/how-to-create-a-monitoring-stack-using-kube-prometheus-stack-part-1-eff8bf7ba9a9: + title: 'medium.com/israeli-tech-radar: How to create a Monitoring Stack using Kube-Prometheus-stack + (Part 1)' + year: N/A + stars: 0 + description: '' +https://github.com/carlosedp/cluster-monitoring: + title: Cluster Monitoring stack for ARM / X86-64 platforms + year: N/A + stars: 0 + description: '' +https://logz.io: + title: logz.io + year: N/A + stars: 0 + description: '' +https://logz.io/blog/prometheus-as-a-service-launch: + title: 'logz.io: Logz.io’s Prometheus-as-a-Service is Generally Available 🌟' + year: N/A + stars: 0 + description: '' +https://activemq.apache.org/components/classic/documentation: + title: activemq.apache.org/components/classic/documentation + year: N/A + stars: 0 + description: '' +https://grafana.com/grafana/dashboards/10702: + title: grafana.com/grafana/dashboards/10702 + year: N/A + stars: 0 + description: '' +https://github.com/influxdata/telegraf/tree/master/plugins/inputs/activemq: + title: github.com/influxdata/telegraf/tree/master/plugins/inputs/activemq + year: N/A + stars: 0 + description: '' +https://docs.wavefront.com/activemq.html: + title: docs.wavefront.com/activemq.html + year: N/A + stars: 0 + description: '' +https://github.com/rh-messaging/artemis-prometheus-metrics-plugin: + title: Artemis Prometheus Metrics Plugin + year: N/A + stars: 0 + description: '' +https://activemq.apache.org/components/artemis/documentation/latest/using-server.html: + title: Apache ActiveMQ Artemis Using the Server + year: N/A + stars: 0 + description: '' +https://activemq.apache.org/components/artemis/documentation/latest/management-console.html: + title: Apache ActiveMQ Artemis Management Console + year: N/A + stars: 0 + description: '' +http://activemq.apache.org/components/artemis/documentation/latest/metrics.html: + title: Apache ActiveMQ Artemis Metrics + year: N/A + stars: 0 + description: '' +https://promitor.io: + title: Promitor 🌟 + year: N/A + stars: 0 + description: '' +https://cloud.google.com/stackdriver/docs/managed-prometheus: + title: '==cloud.google.com: Google Cloud Managed Service for Prometheus==' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/devops-sre/easy-managed-prometheus-metrics-service-for-kubernetes: + title: 'cloud.google.com: Google Cloud Managed Service for Prometheus is now generally + available' + year: N/A + stars: 0 + description: '' +https://www.softwaretestguideforu.com/2020/06/what-is-system-testinghow-to-perform.html: + title: 'softwaretestguideforu.com: What is system testing? How to perform system + testing?' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/importance-api-automation-testing-manish-saini: + title: 'linkedin.com/pulse: Importance of API Automation Testing 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/optimizing-app-performance-in-a-multicloud-stack: + title: 'thenewstack.io: Optimizing App Performance in a Multicloud Stack' + year: N/A + stars: 0 + description: '' +? https://www.botplayautomation.com/post/what-is-automation-testing-the-need-for-automation-testing-automation-testing-implementation-guide +: title: 'botplayautomation.com: Automation Testing Implementation Guide' + year: N/A + stars: 0 + description: '' +https://www.botplayautomation.com/post/types-of-software-testing: + title: 'botplayautomation.com: Types of Software Testing' + year: N/A + stars: 0 + description: '' +https://www.botplayautomation.com/post/best-practices-to-follow-in-software-testing-manual-and-automation-testing: + title: 'botplayautomation.com: Automation & Manual Testing Best Practices' + year: N/A + stars: 0 + description: '' +https://www.botplayautomation.com/post/how-to-write-a-test-plan: + title: 'botplayautomation.com: How to write a Software Test Plan?' + year: N/A + stars: 0 + description: '' +https://blog.thundra.io/4-software-testing-roles: + title: 'blog.thundra.io: 4 Software Testing Roles' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/testng-vs-junit-which-testing-framework-should-you-choose: + title: 'lambdatest.com: TestNG vs JUnit : Which testing framework should you choose?' + year: N/A + stars: 0 + description: '' +https://www.botplayautomation.com/post/common-mistakes-test-teams-make-in-automation-testing-and-how-to-fix-them: + title: 'botplayautomation.com: Common mistakes test teams make in automation testing + and how to fix them' + year: N/A + stars: 0 + description: '' +https://blog.testproject.io/2021/06/17/a-complete-guide-to-test-automation-framework: + title: 'blog.testproject.io: A Complete Guide to Test Automation Framework 🌟' + year: N/A + stars: 0 + description: '' +https://testproject.io: + title: 'Test Automation Framework: TestProject' + year: N/A + stars: 0 + description: '' +https://www.botplayautomation.com/post/automation-test-plan: + title: 'botplayautomation.com: Automation Test Plan' + year: N/A + stars: 0 + description: '' +https://devops.com/continuous-testing-practices-part-1: + title: 'devops.com: Continuous Testing Practices (Part 1) 🌟' + year: N/A + stars: 0 + description: '' +https://devops.com/continuous-testing-practices-part-2: + title: 'devops.com: Continuous Testing Practices – Part 2 🌟' + year: N/A + stars: 0 + description: '' +https://boozangfromthetrenches.com/root-cause-analysis-in-test-automation/9: + title: 'boozangfromthetrenches.com: Root Cause Analysis in Test Automation' + year: N/A + stars: 0 + description: '' +https://copyconstruct.medium.com/testing-in-production-the-safe-way-18ca102d0ef1: + title: 'copyconstruct.medium.com: Testing in Production, the safe way 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://blog.thundra.io/how-to-fix-your-failing-end-to-end-tests: + title: 'blog.thundra.io: How to Fix Your Failing End-to-End Tests?' + year: N/A + stars: 0 + description: '' +https://www.rookout.com/blog/how-real-time-debugging-improves-reliability: + title: 'rookout.com: How Real-Time Debugging Improves Reliability' + year: N/A + stars: 0 + description: '' +https://itnext.io/software-development-is-misunderstood-quality-is-fastest-way-to-get-code-into-production-f1f5a0792c69: + title: 'itnext.io: Software Development Is Misunderstood 🌟' + year: N/A + stars: 0 + description: '' +https://blog.testproject.io/2021/07/21/the-10-10-10-rule-of-test-automation: + title: 'blog.testproject.io: The 10–10–10 Rule of Test Automation' + year: N/A + stars: 0 + description: '' +https://blog.testproject.io/2021/07/22/end-to-end-testing: + title: 'blog.testproject.io: End to End Testing' + year: N/A + stars: 0 + description: '' +https://blog.testproject.io/2021/07/28/rest-api-automation-from-scratch: + title: 'blog.testproject.io: REST API Automation From Scratch 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/checklist-for-api-verification: + title: 'dzone: Checklist for API Verification 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/7-benefits-of-testing-in-isolation: + title: 'thenewstack.io: 7 Benefits of Testing in Isolation' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/we-are-testing-software-incorrectly-and-its-costly: + title: 'dzone: We Are Testing Software Incorrectly and It''s Costly' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/error-handling-from-backends-to-the-frontend: + title: 'thenewstack.io: Error Handling from Backends to the Frontend' + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/top-automation-testing-trends-2021: + title: '==lambdatest.com: Top Automation Testing Trends To Look Out In 2021==' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/quit-unit-testing-classes-and-use-a-behavior-oriented-approach-306a667f9a31: + title: '==betterprogramming.pub: Why We Quit Unit Testing Classes to Focus On a + Behavioral Approach==' + year: N/A + stars: 0 + description: '' +? https://dev.to/koladev/test-driven-development-with-django-unit-testing-integration-testing-with-docker-flask-github-actions-2047 +: title: 'dev.to: Test-Driven-Development with Django: Unit Testing & Integration + testing with Docker, Flask & Github Actions' + year: N/A + stars: 0 + description: '' +https://www.smashingmagazine.com/2022/02/testing-pipeline-101-frontend-testing: + title: 'smashingmagazine.com: Testing Pipeline 101 For Frontend Testing' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/presentations/microservices-software-quality: + title: 'infoq.com: Maintaining Software Quality with Microservices' + year: N/A + stars: 0 + description: '' +https://speakerdeck.com/thockin/code-review-in-kubernetes: + title: 'speakerdeck.com/thockin: Code Review in Kubernetes' + year: N/A + stars: 0 + description: '' +https://adequatica.medium.com/principles-of-writing-automated-tests-a2b72218264c: + title: 'adequatica.medium.com: Principles of Writing Automated Tests' + year: N/A + stars: 0 + description: '' +https://www.getxray.app/blog/the-top-5-software-testing-trends-of-2022: + title: 'getxray.app: The top 5 software testing trends of 2022' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/microservices-testable-isolation-chris-richardson: + title: 'linkedin.com: Microservices are testable in isolation 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/testing-the-untestable-and-other-anti-patterns: + title: 'dzone: Testing the Untestable and Other Anti-Patterns' + year: N/A + stars: 0 + description: '' +https://www.softwaretestingsapiens.com/roadmap-to-learn-api-testing: + title: 'softwaretestingsapiens.com: Roadmap to learn API Testing in Just 30 days' + year: N/A + stars: 0 + description: '' +https://junit.org: + title: JUnit + year: N/A + stars: 0 + description: '' +https://www.lambdatest.com/blog/junit5-extensions: + title: lambdatest.com + year: N/A + stars: 0 + description: '' +https://testng.org: + title: TestNG + year: N/A + stars: 0 + description: '' +https://spockframework.org: + title: Spock Framework + year: N/A + stars: 0 + description: '' +https://testsvision.com/6-popular-automation-testing-frameworks-tools: + title: 'testsvision.com: 6 Popular Automation Testing Frameworks & Tools' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/22/1/unit-testing-googletest-ctest: + title: 'opensource.com: Perform unit tests using GoogleTest and CTest' + year: N/A + stars: 0 + description: '' +https://launchdarkly.com/blog/get-a-detailed-explanation-of-release-testing-several: + title: 'launchdarkly.com: Release Testing Explained 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/kyverno/chainsaw: + title: Chainsaw - The ultimate end to end testing tool for Kubernetes operators + year: N/A + stars: 0 + description: '' +https://collabnix.com/the-ultimate-docker-tutorial-for-automation-testing: + title: 'collabnix.com: The Ultimate Docker Tutorial for Automation Testing' + year: N/A + stars: 0 + description: '' +https://github.com/allure-framework/allure2: + title: Allure Report 🌟 + year: N/A + stars: 0 + description: '' +https://venturebeat.com/2021/01/22/reflect-brings-automated-no-code-web-testing-to-the-cloud: + title: 'venturebeat.com: Reflect brings automated no-code web testing to the cloud' + year: N/A + stars: 0 + description: '' +https://semgrep.dev: + title: Semgrep + year: N/A + stars: 0 + description: '' +https://www.meetup.com/es/Jenkins-online-meetup/events/276135789: + title: 'meetup.com: A single open-source security scanner for most languages on + Jenkins' + year: N/A + stars: 0 + description: '' +https://github.com/testcontainers: + title: testcontainers 🌟 + year: N/A + stars: 0 + description: '' +https://www.testcontainers.org: + title: testcontainers.org + year: N/A + stars: 0 + description: '' +https://thenewstack.io/testcontainers-integration-library-gets-commercial-backing-with-atomicjar: + title: 'thenewstack.io: Testcontainers Integration Library Gets Commercial Backing + with AtomicJar' + year: N/A + stars: 0 + description: '' +https://spinscale.de/posts/2021-08-25-using-testcontainers-to-test-elasticsearch-plugins.html: + title: 'spinscale.de: Using Testcontainers To Test Elasticsearch Plugins' + year: N/A + stars: 0 + description: '' +https://www.atomicjar.com/2021/11/announcing-testcontainers-cloud: + title: 'atomicjar.com: Announcing Testcontainers Cloud: Integration Testing has + never been easier' + year: N/A + stars: 0 + description: '' +https://vladmihalcea.com/testcontainers-database-integration-testing: + title: 'vladmihalcea.com: Testcontainers Database Integration Testing' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-testcontainers-is-demonstrating-value-as-a-key-ci-tool: + title: 'thenewstack.io: How Testcontainers Is Demonstrating Value as a Key CI Tool' + year: N/A + stars: 0 + description: '' +https://www.metabob.com: + title: Metabob + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/top-microservices-testing-tools-testers-should-kno: + title: 'dzone: Top Microservices Testing Tools Testers Should Know About' + year: N/A + stars: 0 + description: '' +https://sourceware.org/systemtap: + title: SystemTap + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/08/04/opening-black-boxes-statement-tracing: + title: 'developers.redhat.com: Opening black boxes with statement tracing (SystemTap)' + year: N/A + stars: 0 + description: '' +https://github.com/auchenberg/volkswagen: + title: auchenberg/volkswagen + year: N/A + stars: 0 + description: '' +https://www.getxray.app/blog/7-benefits-of-using-a-test-management-app-vs.-excel: + title: 'getxray.app: 7 benefits of using a Test Management App vs. Excel' + year: N/A + stars: 0 + description: '' +https://github.com/google/clusterfuzzlite: + title: ==google/clusterfuzzlite== 🌟 + year: N/A + stars: 0 + description: '' +https://thenewstack.io/google-introduces-clusterfuzzlite-security-tool-for-ci-cd: + title: 'thenewstack.io: Google Introduces ClusterFuzzLite Security Tool for CI/CD' + year: N/A + stars: 0 + description: '' +https://www.convert.com/blog/a-b-testing/a-b-testing-tools-2022-beyond: + title: 'convert.com: Top 10 A/B Testing Tools That Are Good for the Next 5 Years + (Vetted by Features, Privacy, Maturity & Price)' + year: N/A + stars: 0 + description: '' +? https://grafana.com/blog/2021/11/29/how-to-build-performance-tests-into-your-ci-pipeline-with-k6-github-actions-and-grafana +: title: 'grafana.com: How to build performance tests into your CI pipeline with k6, + GitHub Actions, and Grafana' + year: N/A + stars: 0 + description: '' +https://itnext.io/how-to-run-distributed-performance-tests-in-kubernetes-with-k6-and-elasticsearch-4ff8142bc774: + title: 'itnext.io: How to run distributed performance tests in Kubernetes with K6' + year: N/A + stars: 0 + description: '' +https://circleci.com/blog/unit-testing-vs-integration-testing: + title: '==circleci.com: Unit testing vs integration testing== 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/reviewdog/reviewdog: + title: ==reviewdog - A code review dog who keeps your codebase healthy.== + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/component-tests-for-spring-cloud-microservices: + title: '==dzone: Component Tests for Spring Cloud Microservices==' + year: N/A + stars: 0 + description: '' +https://github.com/CoolerVoid/codecat: + title: 'CoolerVoid/codecat: CodeCat - Tool to help in static code analysis' + year: N/A + stars: 0 + description: '' +https://beellz.hashnode.dev/continuous-profiling-in-kubernetes-using-pyroscope: + title: '==beellz.hashnode.dev: Continuous Profiling in Kubernetes Using Pyroscope==' + year: N/A + stars: 0 + description: '' +https://devops.com/best-practices-for-application-performance-testing: + title: 'devops.com: Best Practices for Application Performance Testing' + year: N/A + stars: 0 + description: '' +https://softwarequickguide.com/what-is-performance-testing-and-performance-testing-tools: + title: 'softwarequickguide.com: What is performance testing and performance testing + tools' + year: N/A + stars: 0 + description: '' +https://github.com/vmware-tanzu/sonobuoy: + title: sonobuoy + year: N/A + stars: 0 + description: '' +https://github.com/vincentserpoul/kubench: + title: kubench + year: N/A + stars: 0 + description: '' +https://www.botplayautomation.com: + title: botplayautomation.com + year: N/A + stars: 0 + description: '' +https://www.botplayautomation.com/post/benefits-of-codeless-automation-testing: + title: 'botplayautomation.com: Benefits of Codeless (no code) Automation Testing' + year: N/A + stars: 0 + description: '' +https://rancher.com: + title: rancher.com + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/custom-monitoring: + title: 'rancher.com: Custom alerts using Prometheus queries' + year: N/A + stars: 0 + description: '' +https://www.zdnet.com/article/rancher-labs-closes-40m-funding-round-to-run-kubernetes-everywhere: + title: 'zdnet.com: Rancher Labs closes $40M funding round to "run Kubernetes everywhere"' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/quick-fix-mounting-a-configmap-to-an-existing-volume-in-kubernetes-using-rancher-d01c472a10ad: + title: 'medium: Quick Fix: Mounting a ConfigMap to an Existing Volume in Kubernetes + Using Rancher' + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/faster-kubernetes-development-rancher-devspace-loft: + title: Faster Kubernetes Development with Rancher, DevSpace and Loft + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/multi-cluster-vulnerability-scanning-alcide-rancher: + title: Multi-Cluster Vulnerability Scanning with Alcide and Rancher + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/monitor-etcd-prometheus-grafana-rancher: + title: Monitor Etcd with Prometheus and Grafana using Rancher + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/driving-kubernetes-adoption-finance-rancher: + title: 'rancher.com: Driving Kubernetes Adoption in Finance with Rancher' + year: N/A + stars: 0 + description: '' +https://devclass.com/2020/10/06/rancher-2_5: + title: 'devclass.com: Open sauce - Rancher 2.5 puts new UI forward, gets to continuously + delivering' + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/rancher-2-5-delivers-computing-everwhere-strategy: + title: 'rancher.com: Rancher 2.5 Delivers On "Computing Everywhere" Strategy' + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/speed-development-automated-kubernetes-deployments: + title: 'rancher: Speed Up Development with Automated Kubernetes Deployments' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/rancher-2-5-sets-out-to-be-the-stock-kubernetes-build-for-gitops: + title: 'thenewstack.io: Rancher 2.5 Sets out to Be the Stock Kubernetes Build for + GitOps' + year: N/A + stars: 0 + description: '' +https://community.suse.com/feed: + title: SUSE & Rancher Community 🌟 + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/getting-started-with-rancher: + title: 'dzone: Getting Started With Rancher 🌟' + year: N/A + stars: 0 + description: '' +? https://devclass.com/2021/09/02/rancher-presents-first-big-release-after-suse-acquisition-ups-game-on-hosted-cluster-provisioning +: title: 'devclass.com: Rancher presents first big release after SUSE acquisition, + ups game on hosted cluster provisioning' + year: N/A + stars: 0 + description: '' +https://www.suse.com/c/intro-rancher-2-6-features: + title: 'suse.com: SUSE Rancher 2.6 delivers interoperability across multi-cloud + environments with redesigned user experience, hosted cluster support, and improved + security posture' + year: N/A + stars: 0 + description: '' +https://www.zdnet.com/article/suse-harvester-deploying-virtual-machines-with-kubernetes: + title: 'zdnet.com: SUSE Harvester: Deploying virtual machines with Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.kubecost.com/blog/rancher-vs-kubernetes: + title: '==blog.kubecost.com: Rancher vs Kubernetes: It’s not either or==' + year: N/A + stars: 0 + description: '' +https://www.suse.com/c/rancher_blog/my-first-impressions-with-suse-rancher-kubernetes-projects: + title: 'suse.com: My First Impressions with SUSE Rancher Kubernetes Projects' + year: N/A + stars: 0 + description: '' +https://akyriako.medium.com/provision-an-on-prems-kubernetes-cluster-with-rancher-terraform-and-ansible-e26e24059319: + title: '==akyriako.medium.com: Provision an on-prems Kubernetes Cluster with Rancher, + Terraform and Ansible==' + year: N/A + stars: 0 + description: '' +https://rancherdesktop.io: + title: ==rancherdesktop.io== + year: N/A + stars: 0 + description: '' +https://www.suse.com/c/rancher_blog/rancher-desktop-1-0-0-has-arrived: + title: 'suse.com: Rancher Desktop 1.0.0 Has Arrived' + year: N/A + stars: 0 + description: '' +https://academy.rancher.com: + title: Rancher Academy 🌟 + year: N/A + stars: 0 + description: '' +https://www.computing.co.uk/news/4015423/rancher-labs-launches-free-training-course-meet-surging-demand-kubernetes: + title: Rancher Labs launches free training course to meet surging demand for Kubernetes + skills + year: N/A + stars: 0 + description: '' +https://rancher.com/docs/rancher/v2.x/en: + title: '**Rancher 2**' + year: N/A + stars: 0 + description: '' +https://rancher.com/docs/rancher/v2.x/en/faq/networking/cni-providers: + title: Rancher CNI Providers 🌟 + year: N/A + stars: 0 + description: '' +https://rancher.com/products/rke: + title: '**Rancher 2 RKE**' + year: N/A + stars: 0 + description: '' +https://github.com/LukeMwila/bootstrap-rke-cluster-in-aws: + title: Bootstrap RKE Kubernetes Cluster in AWS Environment + year: N/A + stars: 0 + description: '' +https://github.com/gruberdev/local-gitops: + title: 'github.com/gruberdev/local-gitops: Local Gitops 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/rancherfederal/rke2-aws-tf: + title: github.com/rancherfederal/rke2-aws-tf + year: N/A + stars: 0 + description: '' +https://k3s.io: + title: '**k3s**' + year: N/A + stars: 0 + description: '' +https://www.civo.com/blog/k8s-vs-k3s: + title: K8s vs k3s + year: N/A + stars: 0 + description: '' +https://github.com/alexellis/k3sup: + title: '**k3sup (said ''ketchup'')**' + year: N/A + stars: 0 + description: '' +https://medium.com/@alexellisuk/walk-through-install-kubernetes-to-your-raspberry-pi-in-15-minutes-84a8492dc95a: + title: Install Kubernetes with k3sup and k3s + year: N/A + stars: 0 + description: '' +https://github.com/apk8s/k3s-gitlab: + title: k3s-gitlab + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/upgrade-your-k3s-cluster: + title: Upgrade Your K3s Clusters Smoothly in Rancher 2.4 + year: N/A + stars: 0 + description: '' +https://github.com/keptn-sandbox/keptn-on-k3s: + title: Keptn Control Plane on k3s + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-k3s-portworx-and-calico-can-serve-as-a-foundation-of-cloud-native-edge-infrastructure: + title: 'thenewstack.io: How K3s, Portworx, and Calico Can Serve as a Foundation + of Cloud Native Edge Infrastructure' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/tutorial-configure-cloud-native-edge-infrastructure-with-k3s-calico-portworx: + title: 'thenewstack.io: Tutorial - Configure Cloud Native Edge Infrastructure with + K3s, Calico, Portworx' + year: N/A + stars: 0 + description: '' +https://github.com/aws-samples/aws-cdk-for-k3scluster: + title: github.com/aws-samples/cdk-k3s-cluster 🌟 + year: N/A + stars: 0 + description: '' +https://codeburst.io/creating-a-local-development-kubernetes-cluster-with-k3s-and-traefik-proxy-7a5033cb1c2d: + title: 'codeburst.io: Creating a Local Development Kubernetes Cluster with k3s and + Traefik Proxy' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/k3s-sysdig-falco: + title: 'sysdig.com: K3s + Sysdig: Deploying and securing your cluster… in less than + 8 minutes! 🌟' + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/k3s-high-availability: + title: 'rancher.com: Set up Your K3s Cluster for High Availability' + year: N/A + stars: 0 + description: '' +https://blog.alexellis.io/bare-metal-kubernetes-with-k3s: + title: 'blog.alexellis.io: Bare-metal Kubernetes with K3s' + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/set-up-k3s-high-availability-using-k3d: + title: 'rancher.com: Set up K3s in High Availability using k3d' + year: N/A + stars: 0 + description: '' +https://community.suse.com/posts/13903989: + title: 'community.suse.com: Introduction to K3s 🌟' + year: N/A + stars: 0 + description: '' +https://gitlab.com/k3s_hetzner/k3s_hetzner: + title: k3s_hetzner + year: N/A + stars: 0 + description: '' +https://en.sokube.ch/post/k3s-k3d-k8s-a-new-perfect-match-for-dev-and-test-1: + title: 'en.sokube.ch: K3S + K3D = K8S : a new perfect match for dev and test' + year: N/A + stars: 0 + description: '' +https://github.com/erebe/personal-server: + title: 'github.com/erebe/personal-server: Personal server configuration with k3s + 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/abhinavd26/all-about-k3s-lightweight-kubernetes-3ell: + title: 'dev.to: All about k3s - Lightweight Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://gabrieltanner.org/blog/ha-kubernetes-cluster-using-k3s: + title: 'gabrieltanner.org: Setting up a HA Kubernetes cluster using K3S' + year: N/A + stars: 0 + description: '' +https://nativecloud.dev/scale-out-your-raspberry-pi-k3s-cluster-to-the-cloud: + title: 'nativecloud.dev: Scale out your Raspberry-Pi Kubernetes cluster to the cloud' + year: N/A + stars: 0 + description: '' +https://blog.nootch.net/post/kubernetes-at-home-with-k3s: + title: 'blog.nootch.net: Kubernetes at Home With K3s' + year: N/A + stars: 0 + description: '' +https://medium.com/@ostridelabs/k8s-vs-k3s-the-comprehensive-difference-f7667d141c0: + title: '==medium.com/@ostridelabs: k8s vs k3s: The Comprehensive Difference==' + year: N/A + stars: 0 + description: '' +https://www.justinpolidori.it/posts/20220611_vcluster_auth: + title: 'justinpolidori.it: LDAP authentication with Dex on Kubernetes with Vcluster + (K3S)' + year: N/A + stars: 0 + description: '' +https://itnext.io/running-k3s-workload-in-a-restricted-environment-c2f593d19005: + title: 'itnext.io: Running K3S workload in a restricted environment' + year: N/A + stars: 0 + description: '' +https://dev.to/dashaun/k3s-on-raspberry-pi-and-clusterhat-m6k: + title: 'dev.to/dashaun: K3s on Raspberry Pi and ClusterHat' + year: N/A + stars: 0 + description: '' +https://blog.getambassador.io/best-tools-for-kubernetes-local-development-a-comprehensive-guide-3577d351d31e: + title: 'blog.getambassador.io: Best Tools for Kubernetes Local Development: A Comprehensive + Guide' + year: N/A + stars: 0 + description: '' +https://github.com/tinyzimmer/k3p: + title: tinyzimmer/k3p + year: N/A + stars: 0 + description: '' +https://github.com/clanktron/k3s-ansible: + title: clanktron/k3s-ansible + year: N/A + stars: 0 + description: '' +https://github.com/techno-tim/k3s-ansible: + title: techno-tim/k3s-ansible + year: N/A + stars: 0 + description: '' +https://github.com/cnrancher/autok3s: + title: cnrancher/autok3s + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=2LNxGVS81mE: + title: K3S Use Cases + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/run-rancher-k3s-mysql: + title: Run Rancher 2.4 in Azure with K3s and MySQL + year: N/A + stars: 0 + description: '' +https://github.com/rancher/k3d: + title: '**k3d**' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2021/03/16/introduction-to-k3d-run-k3s-in-docker: + title: 'cncf.io: Introduction to k3d: Run K3s in Docker' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-rancher-cluster-manager-2-6-on-your-macos-laptop-with-k3d-k3s-in-5-min-8acdb94f3376: + title: 'itnext.io: Kubernetes + Rancher Cluster Manager 2.6 on your macOS laptop + with k3d/k3s in 5 min' + year: N/A + stars: 0 + description: '' +https://dev.to/iamunnip/building-a-local-kubernetes-cluster-using-k3d-2p3d: + title: 'dev.to/iamunnip: Building a local Kubernetes cluster using k3d' + year: N/A + stars: 0 + description: '' +https://akyriako.medium.com/provision-a-high-availability-k3s-cluster-with-k3d-a7519f476c9c: + title: 'akyriako.medium.com: Provision a Highly Available K3S Cluster with K3D' + year: N/A + stars: 0 + description: '' +https://github.com/rancher/k3os: + title: '**k3OS**' + year: N/A + stars: 0 + description: '' +https://github.com/rancher/k3c: + title: K3C + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/announcing-hosted-rancher: + title: Announcing **Hosted Rancher** with Rancher 2.4 🌟 + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/build-kubernetes-clusters-on-azure: + title: 'rancher.com/blog: Deploy Kubernetes Clusters on Microsoft Azure with Rancher' + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/stateful-kubernetes-workloads: + title: 'rancher.com/blog: Stateful Kubernetes Workloads on vSphere with RKE' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/oke-clusters-from-rancher-2-0-409131ad1293: + title: 'medium.com: OKE Clusters from Rancher 2.0' + year: N/A + stars: 0 + description: '' +https://medium.com/@jlamillan/rancher-deployed-kubernetes-on-oracle-cloud-infrastructure-6b0656cdaec0: + title: 'medium.com: Rancher deployed Kubernetes on Oracle Cloud Infrastructure' + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/yugabyte?utm_content=126950057: + title: 'rancher.com/blog: Getting Started with Longhorn Distributed Block Storage + and Cloud-Native Distributed SQL' + year: N/A + stars: 0 + description: '' +https://github.com/rancher/fleet: + title: github.com/rancher/fleet + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/fleet-management-kubernetes: + title: '**Fleet** Management for kubernetes' + year: N/A + stars: 0 + description: '' +https://itnext.io/fleet-management-of-kubernetes-clusters-at-scale-ranchers-fleet-de161cc52325: + title: 'itnext.io: Fleet Management of Kubernetes Clusters at Scale β€” Rancher’s + Fleet' + year: N/A + stars: 0 + description: '' +https://digitalis.io/blog/kubernetes/kubernetes-gitops-continuous-integration-and-delivery-with-fleet-and-rancher: + title: 'digitalis.io: Kubernetes GitOps Continuous Integration and Delivery with + Fleet and Rancher' + year: N/A + stars: 0 + description: '' +https://kubernauts.sh: + title: Kubernautic + year: N/A + stars: 0 + description: '' +https://github.com/rancher/harvester: + title: Harvester + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/announcing-harvester-open-source-hyperconverged-infrastructure-software: + title: 'rancher.com: Announcing Harvester: Open Source Hyperconverged Infrastructure + (HCI) Software' + year: N/A + stars: 0 + description: '' +https://web.dev/explore/react: + title: web.dev/explore/react + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/get-started-with-react-for-beginners: + title: 'freecodecamp.org: How to Get Started With React – A Beginner''s Guide' + year: N/A + stars: 0 + description: '' +https://tigerabrodi.hashnode.dev/interviewing-software-developers: + title: 'tigerabrodi.hashnode.dev: Interviewing software developers' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/challenging-the-myth-that-programming-careers-end-at-40: + title: 'thenewstack.io: Challenging the Myth That Programming Careers End at 40' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/this-week-in-programming-can-you-feel-the-burn: + title: 'thenewstack.io: This Week in Programming: Can You Feel the Burn?' + year: N/A + stars: 0 + description: '' +https://hbr.org/2016/04/optimists-are-better-at-finding-new-jobs: + title: 'hbr.org: Optimists Are Better at Finding New Jobs' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/remote-work-report: + title: 'about.gitlab.com: The Remote Work Report 2021' + year: N/A + stars: 0 + description: '' +https://liquidat.wordpress.com/2021/08/15/good-bye-red-hat: + title: 'liquidat.wordpress.com: Good bye Red Hat' + year: N/A + stars: 0 + description: '' +https://www.devopsonline.co.uk/robotics-and-automation-to-cause-anxiety-for-workers: + title: 'devopsonline.co.uk: Robotics and automation to cause anxiety for workers' + year: N/A + stars: 0 + description: '' +https://www.wired.co.uk/article/great-resignation-quit-job: + title: 'wired.co.uk: The Great Resignation is here and no one is prepared' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/look-before-you-leap-sarah-robb-o-hagan: + title: 'linkedin.com: Look Before You Leap!' + year: N/A + stars: 0 + description: '' +? 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 +: title: 'forbes.com: β€˜The Great Resignation’: Why Gen Z Is Leaving The Workforce + In Droves…And What To Do About It' + year: N/A + stars: 0 + description: '' +? https://news.slashdot.org/story/21/10/12/1818252/a-record-number-of-workers-are-quitting-their-jobs-empowered-by-new-leverage +: title: 'news.slashdot.org: A Record Number of Workers Are Quitting Their Jobs, Empowered + by New Leverage' + year: N/A + stars: 0 + description: '' +https://news.ncsu.edu/2020/07/tech-job-interviews-anxiety: + title: 'news.ncsu.edu: Tech Sector Job Interviews Assess Anxiety, Not Software Skills' + year: N/A + stars: 0 + description: '' +https://lynnlangit.medium.com/tech-anti-interviewing-106674655ea0: + title: 'lynnlangit.medium.com: Tech Anti-Interviewing' + year: N/A + stars: 0 + description: '' +https://blog.pragmaticengineer.com/advice-for-tech-workers-to-navigate-a-heated-job-market: + title: 'blog.pragmaticengineer.com: The Most Heated Tech Job Market in History: + Advice for Software Engineers' + year: N/A + stars: 0 + description: '' +https://hbr.org/2016/05/change-your-career-without-having-to-start-all-over-again: + title: 'hbr.org: Change Your Career Without Having to Start All Over Again' + year: N/A + stars: 0 + description: '' +https://hbr.org/2021/10/forget-flexibility-your-employees-want-autonomy: + title: 'hbr.org: Forget Flexibility. Your Employees Want Autonomy' + year: N/A + stars: 0 + description: '' +https://www.bbc.com/worklife/article/20211022-is-hr-ever-really-your-friend: + title: 'bbc.com: Is HR ever really your friend?' + year: N/A + stars: 0 + description: '' +https://joshbersin.com/2021/12/from-the-great-resignation-to-the-great-migration: + title: 'joshbersin.com: From The Great Resignation To The Great Migration' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2021/12/16/how-to-navigate-the-great-resignation: + title: 'about.gitlab.com: How to navigate The Great Resignation' + year: N/A + stars: 0 + description: '' +https://hbr.org/2018/01/how-to-hire: + title: 'hbr.org: Stop Hiring for Culture Fit' + year: N/A + stars: 0 + description: '' +https://medium.com/hackernoon/how-to-hire-a-devops-engineer-4e59e7847e9b: + title: 'medium.com/hackernoon: How to hire a DevOps Engineer' + year: N/A + stars: 0 + description: '' +https://www.forbes.com/sites/dedehenley/2022/01/30/as-leaders-what-can-we-learn-from-the-great-resignation: + title: 'forbes.com: As Leaders: What Can We Learn From The Great Resignation?' + year: N/A + stars: 0 + description: '' +https://stackoverflow.blog/2022/01/10/the-great-resignation-is-here-what-does-that-mean-for-developers: + title: 'stackoverflow.blog: The Great Resignation is here. What does that mean for + developers? 🌟' + year: N/A + stars: 0 + description: '' +https://www.bbc.com/worklife/article/20220104-future-of-work-2022: + title: 'bbc.com: Is finding a ''new normal'' in the workplace impossible?' + year: N/A + stars: 0 + description: '' +https://www.askamanager.org/2022/01/the-new-hire-who-showed-up-is-not-the-same-person-we-interviewed.html: + title: 'askamanager.org: the new hire who showed up is not the same person we interviewed' + year: N/A + stars: 0 + description: '' +https://www.findmyprofession.com/career-advice/questions-to-ask: + title: 'findmyprofession.com: 100+ Questions to Ask in an Interview 🌟' + year: N/A + stars: 0 + description: '' +https://blog.trello.com/is-it-time-to-leave: + title: 'blog.trello.com: Experiencing Job Dissatisfaction: How To Decide If It''s + Time To Quit' + year: N/A + stars: 0 + description: '' +https://devops.com/great-resignation-spurs-interest-in-tech-certifications: + title: 'devops.com: Great Resignation Spurs Interest in Tech Certifications' + year: N/A + stars: 0 + description: '' +https://thewokesalaryman.com/2022/02/11/why-people-leave-even-the-most-high-paying-jobs: + title: 'thewokesalaryman.com: Why people leave even the most high paying jobs 🌟' + year: N/A + stars: 0 + description: '' +https://sloanreview.mit.edu/article/creating-good-jobs: + title: 'sloanreview.mit.edu: Creating Good Jobs' + year: N/A + stars: 0 + description: '' +? https://www.forbes.com/sites/markmurphy/2022/03/18/to-avoid-regretting-a-new-job-ask-these-two-questions-during-the-interview +: title: 'forbes.com: To Avoid Regretting A New Job, Ask These Two Questions During + The Interview' + year: N/A + stars: 0 + description: '' +https://ideas.ted.com/want-to-discover-or-re-discover-your-sense-of-purpose-at-work-heres-how: + title: 'ideas.ted.com: How to find your sense of purpose at work' + year: N/A + stars: 0 + description: '' +https://4dayweek.medium.com/what-does-the-work-life-balance-of-a-software-engineer-look-like-fe16cc46bb0: + title: '4dayweek.medium.com: What does the work-life balance of a Software Engineer + look like?' + year: N/A + stars: 0 + description: '' +? https://medium.com/walmartglobaltech/how-do-you-decide-whether-an-individual-contributor-ic-or-engineering-manager-role-is-right-for-f46251f1a4cd +: title: 'medium.com/walmartglobaltech: How Do You Decide Whether an Individual Contributor + (IC) or Engineering Manager Role is Right for You?' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/how-to-get-ready-for-a-job-in-tech: + title: 'freecodecamp.org: How to Get Ready for a Job in Tech – Tips for Beginners' + year: N/A + stars: 0 + description: '' +https://www.computerworld.com/article/3663674/how-to-get-a-job-in-healthcare-it.html: + title: 'computerworld.com: How to get a job in healthcare IT' + year: N/A + stars: 0 + description: '' +https://theengineeringmanager.substack.com/p/how-do-i-progress-to-the-next-level: + title: 'theengineeringmanager.substack.com: How do I progress to the next level + in my career?' + year: N/A + stars: 0 + description: '' +https://blogs.elconfidencial.com/deportes/tribuna/2022-08-03/alpine-aston-martin-lawrence-stroll-luca-de-meo_3470693: + title: 'blogs.elconfidencial.com: Luca de Meo y Lawrence Stroll: por quΓ© el ego + es el peor enemigo del gestor en la FΓ³rmula 1' + year: N/A + stars: 0 + description: '' +https://blog.robertsimoes.org/posts/four-wings-of-software-engineers: + title: 'blog.robertsimoes.org: Four Wings of a Software Engineer' + year: N/A + stars: 0 + description: '' +https://www.forbes.com/sites/markmurphy/2023/08/24/hiring-managers-often-lie-to-candidates-heres-how-to-spot-when-they-do: + title: 'forbes.com: Hiring Managers Often Lie To Candidates, Here’s How To Spot + When They Do' + year: N/A + stars: 0 + description: '' +https://www.vice.com/en/article/g5y37j/thousands-of-software-engineers-say-the-job-market-is-getting-much-worse: + title: 'vice.com: Thousands of Software Engineers Say the Job Market Is Getting + Much Worse' + year: N/A + stars: 0 + description: '' +https://blogs.elconfidencial.com/tecnologia/tribuna/2021-06-02/talento-informatica-startups-silicon-valley-google_3112087: + title: 'blogs.elconfidencial.com: El talento atrofiado: por quΓ© en EspaΓ±a escasean + los profesionales de alto nivel' + year: N/A + stars: 0 + description: '' +https://www.meet-in.es/para-liderar-a-largo-plazo-hay-que-ser-buena-persona: + title: 'meet-in.es: Β«Para liderar a largo plazo hay que ser buena personaΒ»' + year: N/A + stars: 0 + description: '' +https://www.entrepreneur.com/article/267642: + title: 'entrepreneur.com: Las 10 preguntas que debes hacerte para saber si eres + un buen lΓ­der' + year: N/A + stars: 0 + description: '' +https://www.hays.es/blog/insights/la-gran-renuncia: + title: 'hays.es: β€˜La Gran Renuncia’: ΒΏpor quΓ© tantos profesionales se estΓ‘n planteando + dejar su trabajo?' + year: N/A + stars: 0 + description: '' +https://www.computing.es/mundo-digital/opinion/1129764046601/retos-del-outsourcing-de-servicios-it-espana.1.html: + title: 'computing.es: Retos del outsourcing de servicios IT en EspaΓ±a' + year: N/A + stars: 0 + description: '' +? https://magnet.xataka.com/en-diez-minutos/gran-renuncia-americana-como-trabajadores-se-han-hartado-sistema-estan-dejando-sus-empleos +: title: 'magnet.xataka.com: La "gran renuncia" americana, o cΓ³mo los trabajadores + se han hartado del sistema y estΓ‘n dejando sus empleos' + year: N/A + stars: 0 + description: '' +? https://www.xataka.com/pro/gran-renuncia-eeuu-empleados-estan-dejando-masa-sus-trabajos-gran-pregunta-veremos-esto-cuando-espana +: title: 'xataka.com: La Gran Renuncia: en EEUU los empleados estΓ‘n dejando en masa + sus trabajos, la gran pregunta es si veremos esto (y cuΓ‘ndo) en EspaΓ±a' + year: N/A + stars: 0 + description: '' +https://es.euronews.com/next/2021/11/25/la-gran-renuncia-puede-llegar-la-revolucion-laboral-de-ee-uu-a-europa: + title: 'es.euronews.com: La Gran Renuncia: ΒΏpuede llegar la revoluciΓ³n laboral de + EE. UU. a Europa?' + year: N/A + stars: 0 + description: '' +https://www.elespanol.com/reportajes/20211211/tipos-trabajar-sin-desfallecer-consejos-maribel-garben/633687616_0.html: + title: 'elespanol.com: QuΓ© tipos de jefes hay y cΓ³mo trabajar con ellos sin desfallecer: + los consejos de Maribel Garben' + year: N/A + stars: 0 + description: '' +https://codingpotions.com/salarios-programadores-2021: + title: 'codingpotions.com: ΒΏCuΓ‘nto cobra un programador en EspaΓ±a en 2021?' + year: N/A + stars: 0 + description: '' +? https://www.xataka.com/empresas-y-economia/guerra-talento-sector-tecnologico-amenaza-viabilidad-muchas-pymes-espanolas-cada-vez-les-resulta-dificil-retener-a-seniors +: title: 'xataka.com: La guerra de talento en el sector tecnolΓ³gico amenaza la viabilidad + de muchas pymes espaΓ±olas: cada vez les resulta mΓ‘s difΓ­cil retener a los seniors' + year: N/A + stars: 0 + description: '' +https://www.expansion.com/expansion-empleo/desarrollo-de-carrera/2022/01/28/61f40e29e5fdea61738b45aa.html: + title: 'expansion.com: El ''amiguismo'' en las relaciones de trabajo' + year: N/A + stars: 0 + description: '' +? https://www.xataka.com/empresas-y-economia/gran-renuncia-esta-ganando-terreno-espana-hay-dos-barreras-salarios-bajos-ley-laboral +: title: 'xataka.com: La Gran Renuncia estΓ‘ ganando terreno en EspaΓ±a, pero hay dos + barreras: salarios bajos e indemnizaciones' + year: N/A + stars: 0 + description: '' +https://www.codigonuevo.com/sociedad/deberia-adaptarse-sueldo-teletrabajo-lugar-vivas: + title: 'codigonuevo.com: ΒΏDeberΓ­a adaptarse el sueldo del teletrabajo al lugar en + el que vivas?' + year: N/A + stars: 0 + description: '' +https://www.lavanguardia.com/vivo/psicologia/20220225/8079133/trabajo-laboral-jefe-talento-trabajadores-nbs.html: + title: 'lavanguardia.com: CΓ³mo saber si tu jefe es un "ahuyenta talentos" que puede + frustrar tu carrera' + year: N/A + stars: 0 + description: '' +? https://www.xataka.com/especiales/me-hice-funcionario-siendo-ingeniero-que-me-da-administracion-publica-que-no-consigue-empresa-privada +: title: 'xataka.com: Me hice funcionario siendo ingeniero: quΓ© me da la administraciΓ³n + pΓΊblica que no consigue la empresa privada' + year: N/A + stars: 0 + description: '' +? https://www.genbeta.com/desarrollo/mitad-programadores-tienen-titulos-universitarios-cada-vez-desarrolladores-aprenden-su-cuenta +: title: 'genbeta.com: Menos de la mitad de los programadores tienen tΓ­tulos universitarios. + Cada vez mΓ‘s desarrolladores aprenden por su cuenta' + year: N/A + stars: 0 + description: '' +? https://www.genbeta.com/desarrollo/ciberseguridad-llamas-presion-actual-grande-que-mitad-expertos-sufren-ansiedad-quieren-renunciar +: title: 'genbeta.com: Ciberseguridad en llamas: la presiΓ³n actual es tan grande que + la mitad de los expertos sufren ansiedad y quieren dimitir' + year: N/A + stars: 0 + description: '' +? https://www.xataka.com/empresas-y-economia/no-asciendo-aprendo-me-largo-empresa-crecimiento-profesional-como-estrategia-para-retener-talento +: title: 'xataka.com: Si no asciendo ni aprendo, me largo de la empresa: el crecimiento + profesional como estrategia para retener talento' + year: N/A + stars: 0 + description: '' +https://www.businessinsider.es/9-factores-repercuten-felicidad-trabajador-352445: + title: 'businessinsider.es: Los 9 factores que mΓ‘s repercuten en la felicidad en + el trabajo, segΓΊn los trabajadores' + year: N/A + stars: 0 + description: '' +https://www.bbc.com/mundo/vert-cap-62340757: + title: 'bbc.com: QuΓ© son las "habilidades blandas" y por quΓ© cada vez mΓ‘s compaΓ±Γ­as + se fijan en ellas al contratar' + year: N/A + stars: 0 + description: '' +? https://www.genbeta.com/actualidad/twitter-quiere-contratar-a-ingenieros-microsoft-asi-prueba-que-les-hacen-pasar-antes-nada-incluso-a-senior +: title: 'genbeta.com: Twitter quiere contratar a ingenieros de Microsoft: asΓ­ es + la prueba que les hacen pasar antes de nada, incluso a los senior' + year: N/A + stars: 0 + description: '' +https://www.businessinsider.es/menti-mi-cv-conseguir-mejor-trabajo-recomiendo-otros-1226162: + title: 'businessinsider.es: MentΓ­ en mi currΓ­culum para conseguir un trabajo mejor + pagado y creo que otros deberΓ­an hacer lo mismo' + year: N/A + stars: 0 + description: '' +? https://www.lavanguardia.com/economia/20230414/8895371/ingeniero-machine-learning-e-ingeniero-datos-profesiones-emergentes-mas-demandadas-espana.html +: title: 'lavanguardia.com: Ingeniero de β€˜machine learning’ e ingeniero de datos, + las profesiones emergentes mΓ‘s demandadas en EspaΓ±a' + year: N/A + stars: 0 + description: '' +https://www.businessinsider.es/empleados-ya-no-sienten-lealtad-jefes-empleadores-1358974: + title: 'businessinsider.es: El fin de la lealtad laboral' + year: N/A + stars: 0 + description: '' +https://relocate.me: + title: relocate.me + year: N/A + stars: 0 + description: '' +https://github.com/andrewstetsenko/tech-jobs-with-relocation: + title: International Tech Job Search Handbook + year: N/A + stars: 0 + description: '' +https://jobs.rekruuto.com: + title: 'jobs.rekruuto.com: Rekruuto DevOps and SRE Job Opportunities' + year: N/A + stars: 0 + description: '' +https://trycircular.com: + title: trycircular.com (Spain) + year: N/A + stars: 0 + description: '' +https://recruitcrm.io: + title: recruit crm + year: N/A + stars: 0 + description: '' +https://skamille.medium.com/an-incomplete-list-of-skills-senior-engineers-need-beyond-coding-8ed4a521b29f: + title: 'skamille.medium.com: An incomplete list of skills senior engineers need, + beyond coding' + year: N/A + stars: 0 + description: '' +https://github.com/mikzuit/fair-job-offer: + title: mikzuit/fair-job-offer + year: N/A + stars: 0 + description: '' +https://www.forbes.com/sites/andrewfennell/2021/09/08/what-do-employers-want-to-see-in-your-cv: + title: 'forbes.com: What Do Employers Want To See In Your CV?' + year: N/A + stars: 0 + description: '' +https://www.theatlantic.com/ideas/archive/2021/07/work-from-home-benefits/619597: + title: 'theatlantic.com: Why Managers Fear a Remote-Work Future' + year: N/A + stars: 0 + description: '' +https://landing.jobs/blog/how-does-remote-work-affect-your-salary: + title: 'landing.jobs: How does remote work affect your salary?' + year: N/A + stars: 0 + description: '' +https://www.ireviews.com/the-top-60-remote-work-websites-for-new-opportunities-in-2022: + title: 'ireviews.com: The Top 60 Remote Work Websites for New Opportunities in 2022' + year: N/A + stars: 0 + description: '' +https://starkephillip.com/the-effects-of-remote-work-on-company-culture: + title: 'starkephillip.com: The effects of remote work on company culture' + year: N/A + stars: 0 + description: '' +https://resume.io/blog/remote-job-guide: + title: 'The remote job guide: job search & productivity working from home' + year: N/A + stars: 0 + description: '' +https://www.forbes.com/sites/drsamanthamadhosingh/2023/12/18/4-ways-to-combat-the-social-isolation-of-remote-working: + title: 'forbes.com: 4 Ways To Combat The Social Isolation Of Remote Working' + year: N/A + stars: 0 + description: '' +https://kube.careers: + title: kube.careers + year: N/A + stars: 0 + description: '' +https://www.esquire.com/es/trabajo/a37314227/teletrabajo-volver-oficina: + title: 'esquire.com: ΒΏPor quΓ© tu empresa no quiere que teletrabajes?' + year: N/A + stars: 0 + description: '' +https://sincrogo.com/blog/actualidad-fiscal-contable/teletrabajo-desde-espana-para-el-extranjero-donde-hay-que-tributar: + title: 'sincrogo.com: Teletrabajo desde EspaΓ±a para el extranjero: ΒΏdΓ³nde hay que + tributar?' + year: N/A + stars: 0 + description: '' +? https://www.genbeta.com/a-fondo/dar-flexibilidad-obligar-a-desconexion-teletrabajo-claves-para-mejorar-productividad-tu-equipo-trabajo +: title: 'genbeta.com: El teletrabajo lleva a la gente a pasar mΓ‘s tiempo conectada + y trabajando. Un experto da claves para evitar el agotamiento' + year: N/A + stars: 0 + description: '' +https://www.callicoder.com/scaffolding-your-spring-boot-application: + title: 'callicoder.com: Scaffolding your Spring Boot Application with Yeoman' + year: N/A + stars: 0 + description: '' +https://www.jhipster.tech: + title: jhipster + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Spring_Roo: + title: 'Wikipedia: Spring Roo' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/application-development/kubernetes-development-simplified-skaffold-is-now-ga: + title: 'cloud.google.com: Kubernetes development, simplifiedβ€”Skaffold is now GA' + year: N/A + stars: 0 + description: '' +https://ashishtechmill.com/cicd-workflow-for-spring-boot-application-on-kubernetes-via-skaffold: + title: 'ashishtechmill.com: CI/CD Workflow for Spring Boot Application on Kubernetes + via Skaffold' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2021/12/21/development-on-kubernetes-with-telepresence-and-skaffold: + title: '==piotrminkowski.com: Development on Kubernetes with Telepresence and Skaffold==' + year: N/A + stars: 0 + description: '' +https://dev.to/thenjdevopsguy/getting-started-with-skaffold-5120: + title: 'dev.to: Getting Started With Skaffold' + year: N/A + stars: 0 + description: '' +https://draft.sh: + title: Draft + year: N/A + stars: 0 + description: '' +https://codefresh.io/howtos/local-k8s-draft-skaffold-garden: + title: 'codefresh.io: The ultimate guide for local development on Kubernetes: Draft + vs Skaffold vs Garden.io' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/code/docs/vscode/yaml-editing: + title: 'cloud.google.com: configuring_with_snippets 🌟' + year: N/A + stars: 0 + description: '' +https://go.atomist.com: + title: Atomist + year: N/A + stars: 0 + description: '' +https://martinfowler.com/articles/serverless.html: + title: 'martinfowler.com: Serverless Architectures' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/topics/serverless-architecture: + title: 'developers.redhat.com: Serverless Architecture' + year: N/A + stars: 0 + description: '' +https://itnext.io/scaling-my-app-serverless-vs-kubernetes-cdb8adf446e1: + title: 'itnext.io: Scaling My App: Serverless vs Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/kubernetes-serverless-differences-84699f370609: + title: Is Serverless The End Of Kubernetes? + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/serverless-is-cheaper-not-simpler-a10c4fc30e49: + title: 'freecodecamp.org: Serverless is cheaper, not simpler' + year: N/A + stars: 0 + description: '' +https://medium.com/serverless-transformation/what-a-typical-100-serverless-architecture-looks-like-in-aws-40f252cd0ecb: + title: 'medium: What a typical 100% Serverless Architecture looks like in AWS!' + year: N/A + stars: 0 + description: '' +https://www.theregister.com/2020/09/22/microservices_talk_gotopia: + title: 'theregister.com: Microservices guru says think serverless, not Kubernetes: + You don''t want to manage ''a towering edifice of stuff''' + year: N/A + stars: 0 + description: '' +https://www.serverless.com/blog/why-we-switched-from-docker-to-serverless: + title: 'serverless.com: Why we switched from docker to serverless' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/11/26/event-driven-distributed-service-orchestration-with-serverless-workflow: + title: 'developers.redhat.com: Orchestrate event-driven, distributed services with + Serverless Workflow and Kubernetes' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/implementing-serverless-microservices-architecture: + title: 'dzone: Implementing Serverless Microservices Architecture on AWS' + year: N/A + stars: 0 + description: '' +https://docs.google.com/document/u/0/d/1VEkUvTbqxfC1XyVGb2Z3DtEk9NA1M6PJpeCqEYRATLM/mobilebasic: + title: 'docs.google.com: Serverless Guide to Success 2021' + year: N/A + stars: 0 + description: '' +https://vimal-dwarampudi.medium.com/serverless-architecture-design-on-major-clouds-8c53c2aa62d2: + title: 'vimal-dwarampudi.medium.com: Serverless Architecture design on major clouds' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/when-to-use-serverless-when-to-use-kubernetes: + title: 'dzone: When to Use Serverless, and When to Use Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-serverless-simply-visually-explained-ccf7be05a689: + title: 'itnext.io: Kubernetes Serverless simply visually explained 🌟' + year: N/A + stars: 0 + description: '' +https://www.readysetcloud.io/blog/allen.helton/how-to-design-serverless-apps-that-scale-the-perfect-amount: + title: 'readysetcloud.io: Building Serverless Applications That Scale The Perfect + Amount 🌟' + year: N/A + stars: 0 + description: '' +https://jeromevdl.medium.com/when-to-use-a-lambda-function-and-when-not-9a225e6dd2dd: + title: '==jeromevdl.medium.com: When to use a Lambda function, and when not?== 🌟' + year: N/A + stars: 0 + description: '' +https://www.c-sharpcorner.com/article/why-and-when-to-use-azure-functions: + title: '==c-sharpcorner.com: Why and When to use Azure Functions==' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/when-to-use-logic-apps-and-azure-functions: + title: 'dzone: When to Use Logic Apps and Azure Functions' + year: N/A + stars: 0 + description: '' +https://www.serverlessguru.com/blog/enterprise-serverless-adoption: + title: 'serverlessguru.com: Enterprise Serverless Adoption 🌟' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/architecture/serverless/serverless-or-kubernetes: + title: 'aws.amazon.com: Serverless or Kubernetes on AWS 🌟' + year: N/A + stars: 0 + description: '' +https://serverlessland.com/event-driven-architecture: + title: '==serverlessland.com/event-driven-architecture: Introduction to Event Driven + Architecture== 🌟' + year: N/A + stars: 0 + description: '' +? https://medium.com/@marinradjenovic/why-do-you-still-need-to-think-of-scalability-when-architecting-serverless-apps-a2e1f14e3eca +: title: 'medium.com/@marinradjenovic: Why do you still need to think of scalability + when architecting Serverless apps?' + year: N/A + stars: 0 + description: '' +https://architectelevator.com/cloud/serverless-design-patterns: + title: 'architectelevator.com: Concerned about Serverless Lock-in? Consider Patterns!' + year: N/A + stars: 0 + description: '' +https://serverlessland.com/event-driven-architecture/visuals/batching-vs-event-streams: + title: '==serverlessland.com: BATCH PROCESSING VS EVENT STREAMING==' + year: N/A + stars: 0 + description: '' +https://serverlessland.com/event-driven-architecture/visuals/splitter-pattern: + title: 'serverlessland.com: Splitter pattern' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-heroes/serverless-beyond-the-basics-kom: + title: 'dev.to: Serverless - Beyond the Basics | Kristi Perreault 🌟' + year: N/A + stars: 0 + description: '' +https://theburningmonk.com/2019/09/why-you-should-use-temporary-stacks-when-you-do-serverless: + title: 'theburningmonk.com: Why you should use ephemeral environments when you do + serverless' + year: N/A + stars: 0 + description: '' +https://theburningmonk.com/2019/03/making-terraform-and-serverless-framework-work-together: + title: 'theburningmonk.com: Making Terraform and Serverless framework work together' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/going-serverless-governance-is-everything-c70589c9cee9: + title: 'betterprogramming.pub: Going Serverless? Governance Is Everything' + year: N/A + stars: 0 + description: '' +https://fathomtech.io/blog/microservices-vs-serverless: + title: 'fathomtech.io: Microservices vs. Serverless' + year: N/A + stars: 0 + description: '' +https://www.cloudnowtech.com/blog/kubernetes-vs-serverless-how-do-you-choose: + title: 'cloudnowtech.com: Kubernetes vs Serverless – How do you choose? 🌟' + year: N/A + stars: 0 + description: '' +? https://economictimes.indiatimes.com/tech/technology/thoughtworks-xconf-tech-talk-series-serverless-vs-kubernetes-when-deploying-microservices/articleshow/89085544.cms +: title: 'economictimes.indiatimes.com: Thoughtworks XConf Tech Talk Series: Serverless + vs. Kubernetes when deploying microservices' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/containers-vs-serverless-which-is-right-for-you: + title: 'acloudguru.com: Containers vs serverless: Which is right for you?' + year: N/A + stars: 0 + description: '' +https://oliverjumpertz.medium.com/serverless-vs-kubernetes-58b0b387dc98: + title: 'oliverjumpertz.medium.com: Serverless vs. Kubernetes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/serverless-vs-kubernetes-the-peoples-vote: + title: '==thenewstack.io: Serverless vs. Kubernetes: The People’s Vote==' + year: N/A + stars: 0 + description: '' +https://dashbird.io/blog/serverless-case-study-coca-cola: + title: 'dashbird.io: Serverless Case Study – Coca-Cola' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-daily-dev-built-a-low-budget-serverless-scraping-pipeline-for-online-articles: + title: 'thenewstack.io: How Daily.Dev Built a Low-Budget Serverless Scraping Pipeline + for Online Articles' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Function_as_a_service: + title: 'wikipedia: FaaS Function as a Service' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/topics/cloud-native-apps/what-is-faas: + title: 'redhat.com: What is Function-as-a-Service (FaaS)?' + year: N/A + stars: 0 + description: '' +https://stackify.com/function-as-a-service-serverless-architecture: + title: 'stackify.com: What Is Function-as-a-Service? Serverless Architectures Are + Here!' + year: N/A + stars: 0 + description: '' +https://dev.to/pmbanugo/faas-on-kubernetes-from-aws-lambda-api-gateway-to-knative-kong-api-gateway-4n84: + title: '==dev.to: FaaS on Kubernetes: From AWS Lambda & API Gateway To Knative & + Kong API Gateway==' + year: N/A + stars: 0 + description: '' +https://fauna.com/blog/comparison-faas-providers: + title: 'fauna.com: How does FaaS compare to PaaS and CaaS. A Comparison of Serverless + Function (FaaS) Providers' + year: N/A + stars: 0 + description: '' +https://techbeacon.com/enterprise-it/essential-guide-2019-serverless-ecosystem: + title: 'techbeacon.com: An essential guide to the 2019 serverless ecosystem' + year: N/A + stars: 0 + description: '' +https://www.vshn.ch/en/blog/a-very-quick-comparison-of-kubernetes-serverless-frameworks: + title: 'vshn.ch: A (Very!) Quick Comparison of Kubernetes Serverless Frameworks' + year: N/A + stars: 0 + description: '' +https://dev.to/mbagley1020/price-comparison-of-popular-serverless-architecture-providers-2jk9: + title: 'dev.to: Price Comparison of Popular Serverless Architecture Providers' + year: N/A + stars: 0 + description: '' +https://www.serverless.com: + title: 'serverless.com: Serverless Framework' + year: N/A + stars: 0 + description: '' +https://epsagon.com/blog/serverless-open-source-frameworks-openfaas-knative-more: + title: 'epsagon.com: Serverless Open-Source Frameworks: **OpenFaaS**, **Knative**, + & More 🌟' + year: N/A + stars: 0 + description: '' +? https://winderresearch.com/a-comparison-of-serverless-frameworks-for-kubernetes-openfaas-openwhisk-fission-kubeless-and-more +: title: 'winderresearch.com: A Comparison of Serverless Frameworks for Kubernetes: + OpenFaas, OpenWhisk, Fission, Kubeless and more' + year: N/A + stars: 0 + description: '' +https://vshn.ch/en/blog/a-very-quick-comparison-of-kubernetes-serverless-frameworks: + title: 'vshn.ch: A (Very!) Quick Comparison of Kubernetes Serverless Frameworks' + year: N/A + stars: 0 + description: '' +https://www.openfaas.com: + title: OpenFaaS + year: N/A + stars: 0 + description: '' +https://itnext.io/deploy-your-first-serverless-function-to-kubernetes-232307f7b0a9: + title: 'itnext.io: Deploy your first Serverless Function to Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.magalix.com/blog/implementing-faas-in-kubernetes-using-kubeless: + title: 'magalix.com: Implementing FaaS in Kubernetes Using Kubeless' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-apps-the-easy-way-f06d9e5cad3c: + title: 'itnext.io: **arkade** by example β€” Kubernetes apps, the easy way 🌟' + year: N/A + stars: 0 + description: '' +https://www.xenonstack.com/blog/serverless-openfaas-java: + title: 'xenonstack.com: Serverless Architecture with OpenFaaS and Java' + year: N/A + stars: 0 + description: '' +https://www.openfaas.com/blog/kim: + title: 'openfaas.com: Learn how to build functions faster using Rancher''s kim and + K3s' + year: N/A + stars: 0 + description: '' +https://github.com/OpenFunction/OpenFunction: + title: 'OpenFunction: Cloud Native Function-as-a-Service Platform (CNCF Sandbox + Project)' + year: N/A + stars: 0 + description: '' +https://knative.dev: + title: knative.dev + year: N/A + stars: 0 + description: '' +https://github.com/knative/client: + title: 'kn: knative client' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/topics/microservices/what-is-knative: + title: 'redhat.com: What is knative?' + year: N/A + stars: 0 + description: '' +https://www.datacenterknowledge.com/open-source/explaining-knative-project-liberate-serverless-cloud-giants: + title: 'datacenterknowledge.com: Explaining Knative, the Project to Liberate Serverless + from Cloud Giants' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/learn/topics/serverless: + title: OpenShift Serverless + year: N/A + stars: 0 + description: '' +? 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 +: title: 'developers.redhat.com: Build and deploy a serverless app with Camel K and + Red Hat OpenShift Serverless 1.5.0 Tech Preview' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/why-and-when-you-need-to-consider-openshift-serverless: + title: 'openshift.com: Why and When you need to consider OpenShift Serverless' + year: N/A + stars: 0 + description: '' +https://redhat-scholars.github.io/serverless-workflow/osl/index.html: + title: 'redhat-scholars.github.io: Welcome to OpenShift Serverless Logic Tutorial' + year: N/A + stars: 0 + description: '' +https://kubeless.io: + title: kubeless.io + year: N/A + stars: 0 + description: '' +? https://medium.com/@peiruwang/serverless-build-a-serverless-simple-flask-application-with-kubeless-on-top-of-kubernetes-95c6682c3750 +: title: 'medium.com: Serverless - Build a Serverless Simple Flask Application with + Kubeless on top of Kubernetes' + year: N/A + stars: 0 + description: '' +https://openwhisk.apache.org: + title: openwhisk.apache.org + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3604010/building-microservices-give-dapr-a-try.html: + title: Building microservices? Give Dapr a try + year: N/A + stars: 0 + description: '' +https://versusmind.eu/blog/dapr-a-serverless-runtime-for-distributed-applications: + title: 'versusmind.eu: Dapr - a serverless runtime for distributed applications + 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/08/12/build-and-deploy-microservices-kubernetes-and-dapr: + title: 'developers.redhat.com: Build and deploy microservices with Kubernetes and + Dapr' + year: N/A + stars: 0 + description: '' +https://dev.to/cvitaa11/running-dapr-on-kubernetes-89g: + title: 'dev.to: Running Dapr on Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/diagrid-labs/dapr-workflow-demos: + title: github.com/diagrid-labs/dapr-workflow-demos + year: N/A + stars: 0 + description: '' +? https://headleysj.medium.com/building-event-driven-systems-at-scale-in-kubernetes-with-dapr-part-2-how-does-dapr-work-732ba7a0d652 +: title: 'headleysj.medium.com: Building event-driven systems at scale in Kubernetes + with Dapr β€” Part II: How does Dapr work?' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/build-a-serverless-api-with-aws-gateway-and-lambda: + title: 'thenewstack.io: Build a Serverless API with AWS Gateway and Lambda' + year: N/A + stars: 0 + description: '' +https://www.triggermesh.com: + title: TriggerMesh + year: N/A + stars: 0 + description: '' +https://thenewstack.io/triggermesh-open-sourcing-event-driven-applications: + title: 'thenewstack.io: TriggerMesh: Open Sourcing Event-Driven Applications' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Site_Reliability_Engineering: + title: 'wikipedia: Site Reliability Engineering' + year: N/A + stars: 0 + description: '' +https://sre.google: + title: '==sre.google: What is Site Reliability Engineering (SRE)?== 🌟' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/gcp/sre-vs-devops-competing-standards-or-close-friends: + title: 'cloud.google.com: SRE vs. DevOps: competing standards or close friends?' + year: N/A + stars: 0 + description: '' +https://blog.overops.com/devops-vs-sre-whats-the-difference-between-them-and-which-one-are-you: + title: 'overops.com: DevOps vs. SRE: What’s the Difference Between Them, and Which + One Are You?' + year: N/A + stars: 0 + description: '' +https://victorops.com/blog/sre-vs-devops: + title: 'victorops.com: SRE vs. DevOps' + year: N/A + stars: 0 + description: '' +https://devops.com/sre-vs-devops-false-distinction: + title: 'devops.com: SRE vs. DevOps β€” a False Distinction?' + year: N/A + stars: 0 + description: '' +https://devops.com/sre-devops-cloud-native-server-cage-match: + title: 'devops.com: SRE vs. DevOps vs. Cloud Native: The Server Cage Match' + year: N/A + stars: 0 + description: '' +https://devops.com/site-reliability-engineering-101-devops-versus-sre: + title: 'devops.com: Site Reliability Engineering 101: DevOps Versus SRE' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/sre-vs-devopssre-is-to-devops-what-scrum-is-to-agi: + title: 'dzone: SRE vs. DevOps:β€ŠSRE Is to DevOps What Scrum Is to Agile' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/devops-vs-site-reliability-engineering-sean-washington: + title: 'linkedin: DevOps vs Site Reliability Engineering' + year: N/A + stars: 0 + description: '' +https://landing.google.com/sre: + title: 'Google: What is Site Reliability Engineering (SRE)?' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/18/10/sre-startup: + title: 'opensource.com: What is an SRE and how does it relate to DevOps?' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/where-the-site-reliability-engineer-role-overlaps-with-devops: + title: 'thenewstack.io: Where Site Reliability Engineering Overlaps with DevOps' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/from-ops-to-sre-evolution-of-the-openshift-dedicated-team: + title: 'openshift.com: From Ops to SRE - Evolution of the OpenShift Dedicated Team' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2020/07/17/site-reliability-engineering-sre-101-with-devops-vs-sre: + title: 'cncf.io: DevOps vs. SRE' + year: N/A + stars: 0 + description: '' +https://kelda.io/blog/sres-should-manage-development-environments: + title: 'kelda.io: Why SREs Should be Responsible for Development Environments' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=tgRPlAQpHYk&ab_channel=TheNewStack: + title: 'youtube: Platform9’s Madhura Maskasky says observability is also essential + for diagnosing and debugging in order for SREs to "get to the root cause quickly + enough so that you can feed that back to the development teams." 🌟' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/sre-key-insights-done-right-way-shankar-muniyappa: + title: 'linkedin.com: SRE: Key Insights-"Done the right way”' + year: N/A + stars: 0 + description: '' +https://hernan-david-hd.medium.com/5-pilares-del-sre-devops-f16e45f8d3fd: + title: 'hernan-david-hd.medium.com: 5 pilares del SRE/DevOps' + year: N/A + stars: 0 + description: '' +https://hernan-david-hd.medium.com/breaking-down-sre-devops-into-5-key-areas-5aacf40e8392: + title: 'hernan-david-hd.medium.com: Breaking down SRE/DevOps into 5 key areas' + year: N/A + stars: 0 + description: '' +https://devops.com/how-the-sre-role-is-evolving: + title: 'devops.com: How the SRE Role Is Evolving' + year: N/A + stars: 0 + description: '' +https://www.itprotoday.com/testing-and-quality-assurance/why-site-reliability-engineering-key-modern-devops: + title: 'itprotoday.com: Why Site Reliability Engineering Is Key to Modern DevOps' + year: N/A + stars: 0 + description: '' +https://stackpulse.com/blog/monoliths-vs-microservices-challenges: + title: 'stackpulse.com: Managing Reliability for Monoliths vs. Microservices: The + Challenges for SREs' + year: N/A + stars: 0 + description: '' +https://stackpulse.com/blog/monoliths-vs-microservices-best-practices: + title: 'stackpulse.com: Managing Reliability for Monoliths vs. Microservices: Best + Practices for SREs' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/devops-sre/sre-at-google-our-complete-list-of-cre-life-lessons: + title: 'cloud.google.com: SRE at Google: Our complete list of CRE life lessons 🌟' + year: N/A + stars: 0 + description: '' +https://www.circonus.com/2021/04/monitoring-for-success-what-all-sres-need-to-know: + title: 'circonus.com: Monitoring for Success: What All SREs Need to Know' + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/sre-best-practices: + title: 'infracloud.io: Site Reliability Engineering (SRE) Best Practices' + year: N/A + stars: 0 + description: '' +https://stackpulse.com/blog/no-sre-is-not-the-new-devops-unless-it-is: + title: 'stackpulse.com: No, SRE Is Not the New DevOps – Unless It Is' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=jgW4r9FxItI&ab_channel=DevOpsToolkitbyViktorFarcic: + title: 'youtube: Viktor Farcic - What is the difference between SRE and DevOps?' + year: N/A + stars: 0 + description: '' +https://dev.to/thenjdevopsguy/devops-vs-sre-what-s-the-difference-560d: + title: 'dev.to: DevOps vs SRE: What''s The Difference?' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-the-sre-experience-is-changing-with-cloud-native: + title: 'thenewstack.io: How the SRE Experience Is Changing with Cloud Native 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/sharing-the-operations-burden-centralized-vs-decentralized: + title: 'thenewstack.io: Centralized vs. Decentralized Operations' + year: N/A + stars: 0 + description: '' +https://dev.to/thenjdevopsguy/what-you-need-to-break-into-devops-and-sre-3fp5: + title: '==dev.to: What You Need to Break into DevOps and SRE==' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/presentations/sre-apprentices: + title: 'infoq.com: Observing and Understanding Failures: SRE Apprentices' + year: N/A + stars: 0 + description: '' +https://medium.com/@ta.abhisingh/agile-vs-devops-vs-sre-its-not-or-it-s-and-aa312904e577: + title: 'medium: Agile vs. DevOps vs. SRE… it’s not OR, it’s AND !' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/google-sre-site-reliability-engineering-at-a-global-scale: + title: 'thenewstack.io: Google SRE: Site Reliability Engineering at a Global Scale' + year: N/A + stars: 0 + description: '' +https://sre.google/sre-book/evolving-sre-engagement-model: + title: '==sre.google: sre-book - The Evolving SRE Engagement Model==' + year: N/A + stars: 0 + description: '' +https://blogs.letusdevops.com/p/how-much-programming-should-i-know: + title: 'blogs.letusdevops.com: How much programming should I know for DevOps/SRE + domain.' + year: N/A + stars: 0 + description: '' +https://devops.com/day-in-the-life-of-a-site-reliability-engineer-sre: + title: 'devops.com: Day in the Life of a Site Reliability Engineer (SRE)' + year: N/A + stars: 0 + description: '' +https://devops.com/top-nine-skills-for-sres-to-master: + title: 'devops.com: Top Nine Skills for SREs to Master 🌟' + year: N/A + stars: 0 + description: '' +https://devops.com/how-sres-benefit-from-feature-flags: + title: 'devops.com: How SREs Benefit From Feature Flags' + year: N/A + stars: 0 + description: '' +https://www.toolbox.com/tech/devops/articles/automating-sre-to-scale-operations: + title: 'toolbox.com: Site Reliability Engineering: What Is It and How Can It Help + Scale Operations? 🌟' + year: N/A + stars: 0 + description: '' +https://devops.com/sre-vs-platform-engineering-whats-the-difference: + title: '==devops.com: SRE Vs. Platform Engineering: What’s the Difference?==' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2022/07/01/devops-vs-sre-vs-platform-engineering-the-gaps-might-be-smaller-than-you-think: + title: '==cncf.io: DevOps vs. SRE vs. Platform Engineering? The gaps might be smaller + than you think==' + year: N/A + stars: 0 + description: '' +https://phoenixnap.com/blog/sre-vs-devops: + title: '==phoenixnap.com: SRE Vs. DevOps: Differences Explained== 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/sre-vs-devops-successful-platform-engineering-needs-both: + title: 'thenewstack.io: SRE vs. DevOps? Successful Platform Engineering Needs Both' + year: N/A + stars: 0 + description: '' +https://sre.google/sre-book/monitoring-distributed-systems: + title: Monitoring Distributed Systems - Google SRE Book + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-site-reliability-engineering-tool-stack: + title: 'thenewstack.io: The Site Reliability Engineering Tool Stack' + year: N/A + stars: 0 + description: '' +https://www.getcortexapp.com/post/a-guide-to-the-best-sre-tools: + title: 'getcortexapp.com: A guide to the best SRE tools' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-best-site-reliability-engineering-tools-in-2021: + title: 'thenewstack.io: The Best Site Reliability Engineering Tools in 2021' + year: N/A + stars: 0 + description: '' +https://www.sloconf.com: + title: SLOconf + year: N/A + stars: 0 + description: '' +https://thenewstack.io/automate-user-satisfaction-with-this-gitops-friendly-spec-for-service-level-objectives: + title: 'thenewstack.io: Automate User Satisfaction with This GitOps-Friendly Spec + for Service Level Objectives' + year: N/A + stars: 0 + description: '' +https://sre.google/resources/practices-and-processes/art-of-slos: + title: 'sre.google: The Art of SLOs' + year: N/A + stars: 0 + description: '' +https://blog.acethecloud.com/a-step-by-step-guide-to-calculating-slas-slis-and-slos-for-your-it-services-6f0a07b67bb5: + title: 'blog.acethecloud.com: A Step-by-Step Guide to Calculate SLAs, SLIs, and + SLOs for Your IT Services' + year: N/A + stars: 0 + description: '' +https://medium.com/picsart-engineering/prioritizing-development-efforts-with-slos-in-microservices-109ecd9b9b92: + title: 'medium.com/picsart-engineering: Prioritizing Development Efforts with SLOs + in Microservices' + year: N/A + stars: 0 + description: '' +https://github.com/OpenSLO/OpenSLO: + title: OpenSLO specification 🌟 + year: N/A + stars: 0 + description: '' +https://thenewstack.io/validate-service-level-objectives-of-rest-apis-using-iter8: + title: 'thenewstack.io: Validate Service-Level Objectives of REST APIs Using Iter8' + year: N/A + stars: 0 + description: '' +https://sre.google/prodcast: + title: ==sre.google/prodcast== + year: N/A + stars: 0 + description: '' +https://swagger.io: + title: https://swagger.io/ + year: N/A + stars: 0 + description: '' +https://github.com/swagger-api/swagger-codegen: + title: https://github.com/swagger-api/swagger-codegen + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=CoUl9_NWdqQ: + title: 'youtube.com: SwaggerHub 101 An Introduction to Getting Started with SwaggerHub' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=PbwQWw7xSOM: + title: 'youtube.com: Building an API with Swagger' + year: N/A + stars: 0 + description: '' +https://jonnylangefeld.com/blog/kubernetes-how-to-view-swagger-ui?utm_sq=gkuh13vgq3: + title: 'jonnylangefeld.com: Kubernetes: How to View Swagger UI' + year: N/A + stars: 0 + description: '' +https://www.baeldung.com/kotlin/swagger-spring-rest-api: + title: 'baeldung.com: Using Swagger (OpenAPI) for a Spring REST API With Kotlin' + year: N/A + stars: 0 + description: '' +https://tekton.dev: + title: ==tekton.dev== + year: N/A + stars: 0 + description: '' +https://github.com/tektoncd: + title: github.com/tektoncd + year: N/A + stars: 0 + description: '' +https://github.com/tektoncd/community: + title: Tekton community + year: N/A + stars: 0 + description: '' +https://github.com/tektoncd/pipeline: + title: 'github: Tekton Pipelines' + year: N/A + stars: 0 + description: '' +https://tekton.dev/docs/pipelines/pipelines: + title: Tekton Pipelines Docs + year: N/A + stars: 0 + description: '' +https://opensource.googleblog.com/2020/05/the-tekton-pipelines-beta-release.html: + title: 'opensource.googleblog.com: The Tekton Pipelines Beta release' + year: N/A + stars: 0 + description: '' +https://github.com/joyrex2001/tekline: + title: tekline 🌟 + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=igwFpZOUTnw: + title: Tekton PetClinic Demo Youtube + year: N/A + stars: 0 + description: '' +https://www.openshift.com/learn/topics/pipelines: + title: OpenShift Tekton pipelines + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/cloud-native-ci-cd-with-openshift-pipelines: + title: 'blog.openshift.com: cloud native CI/CD with openshift pipelines' + year: N/A + stars: 0 + description: '' +https://learn.openshift.com/middleware/pipelines: + title: learn.openshift.com/middleware/pipelines + year: N/A + stars: 0 + description: '' +https://lambda.grofers.com/evolving-cd-in-a-cloud-native-environment-bb64a38145ae: + title: 'lambda.grofers.com: Evolving Continuous Delivery in a Cloud-Native Environment + 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.iocloud-native-ci-cd-with-tekton-laying-the-foundation-a377a1b59ac0: + title: 'itnext.io: Tekton Pipelines Kickstarter. Cloud Native CI/CD with Tekton + β€” Laying The Foundation' + year: N/A + stars: 0 + description: '' +https://blog.harbur.iothe-seven-steps-to-build-a-cloud-native-ci-cd-for-github-repos-using-tekton-31a445a3bde: + title: 'blog.harbur.io: The Seven Steps to build a Cloud Native CI/CD for GitHub + repos using Tekton' + year: N/A + stars: 0 + description: '' +https://itnext.io/cloud-native-ci-cd-with-tekton-building-custom-tasks-663e63c1f4fb: + title: 'itnext.io: Cloud Native CI/CD with Tekton β€” Building Custom Tasks' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/11/cicd-pipeline-kubernetes-tekton: + title: '==opensource.com: Write your first CI/CD pipeline in Kubernetes with Tekton== + 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/11/kubernetes-dynamic-scheduling-tekton: + title: 'opensource.com: Dynamic scheduling of Tekton workloads using Triggers' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2022/02/21/validate-kubernetes-deployment-in-ci-cd-with-tekton-and-datree: + title: '==piotrminkowski.com: Validate Kubernetes Deployment in CI/CD with Tekton + and Datree==' + year: N/A + stars: 0 + description: '' +https://sm43.medium.com/world-of-tekton-part-1-999738d63e25: + title: 'sm43.medium.com: World of Tekton 😺 (Part 1)' + year: N/A + stars: 0 + description: '' +https://sm43.medium.com/tekton-concepts-of-pipelines-part-2-cd86ad40bd34: + title: 'Tekton: Concepts of Pipelines (Part 2)' + year: N/A + stars: 0 + description: '' +https://sm43.medium.com/tekton-concepts-of-triggers-part-3-2ee17764addb: + title: 'sm43.medium.com: Tekton: Concepts of Triggers (Part 3)' + year: N/A + stars: 0 + description: '' +https://sm43.medium.com/tekton-build-a-pipeline-part-4-baafd530b6fe: + title: 'sm43.medium.com: Tekton: Building a Pipeline (Part 4)' + year: N/A + stars: 0 + description: '' +https://sm43.medium.com/tekton-triggering-the-pipeline-part-5-dc38d73411fb: + title: 'sm43.medium.com: Tekton: Triggering the Pipeline (Part 5)' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2022/03/29/canary-release-on-kubernetes-with-knative-and-tekton: + title: '==piotrminkowski.com: Canary Release on Kubernetes with Knative and Tekton==' + year: N/A + stars: 0 + description: '' +https://devops.com/using-llms-to-automate-pipeline-conversions-from-legacy-to-tekton: + title: '==devops.com: Using LLMs to Automate Pipeline Conversions From Legacy to + Tekton==' + year: N/A + stars: 0 + description: '' +https://devops.com/shift-right-testing-the-emergence-of-testops: + title: 'devops.com: Shift-Right Testing: The Emergence of TestOps' + year: N/A + stars: 0 + description: '' +https://www.devopsonline.co.uk/devops-and-the-emergence-of-testops: + title: 'devopsonline.co.uk: DevOps and the emergence of TestOps!' + year: N/A + stars: 0 + description: '' +https://www.opcito.com/blogs/testops-how-to-automate-your-software-pipeline-at-the-speed-of-devops: + title: 'opcito.com: TestOps: How to automate your software pipeline at the speed + of DevOps' + year: N/A + stars: 0 + description: '' +https://www.xeridia.co.uk/blog/importance-testing-devops: + title: 'xeridia.co.uk: The Importance of Testing in DevOps' + year: N/A + stars: 0 + description: '' +https://www.xeridia.co.uk/blog/benefits-test-driven-development-devops-environments: + title: 'xeridia.co.uk: Benefits of Test-Driven Development in DevOps Environments' + year: N/A + stars: 0 + description: '' +https://www.softwarebusinessgrowth.com/doc/parallel-system-validation-the-end-of-devops-0001: + title: 'softwarebusinessgrowth.com: Parallel System Validation – The End Of DevOps' + year: N/A + stars: 0 + description: '' +https://www.gcreddy.com/2016/06/domain-knowledge-for-testers.html: + title: 'gcreddy.com: Domain Knowledge for Software Testers' + year: N/A + stars: 0 + description: '' +https://blog.gurock.com/what-is-devtestops: + title: '==blog.gurock.com: What Is DevTestOps?==' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/testops-speed-devops-chaitanya-jawale: + title: TestOps at the Speed of DevOps. Is DevOps killing Testing and QA or making + it more important than ever? + year: N/A + stars: 0 + description: '' +https://www.guru99.com/continuous-testing.html: + title: 'guru99.com: What is Continuous Testing in DevOps? Definition, Benefits, + Tools' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/7/automation-testing-cicd: + title: 'opensource.com: What you need to know about automation testing in CI/CD' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/removing-the-roadblock-to-continuous-performance-testing: + title: 'thenewstack.io: Removing the Roadblock to Continuous Performance Testing' + year: N/A + stars: 0 + description: '' +https://www.guru99.com/test-driven-development.html: + title: 'guru99.com: What is Test Driven Development (TDD)? Tutorial with Example' + year: N/A + stars: 0 + description: '' +https://www.functionize.com/blog/testers-vs-tdd: + title: 'functionize.com: Testers vs TDD' + year: N/A + stars: 0 + description: '' +https://github.com/Thiht/smocker: + title: Smocker (server mock) is a simple and efficient HTTP mock server + year: N/A + stars: 0 + description: '' +https://github.com/cockroachdb/copyist: + title: copyist + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/8/cerberus-test-automation: + title: 'opensource.com: Cerberus - An open source solution for continuous testing + at scale' + year: N/A + stars: 0 + description: '' +https://www.diffblue.com: + title: Diffblue + year: N/A + stars: 0 + description: '' +https://www.theregister.com/2020/09/21/diffblue_let_ai_code_unit_tests: + title: 'theregister.com: Coding unit tests is boring. Wouldn''t it be cool if an + AI could do it for you? That''s where Diffblue comes in' + year: N/A + stars: 0 + description: '' +https://cicadatesting.github.io/cicada-2: + title: 'Cicada: A tool for testing microservices' + year: N/A + stars: 0 + description: '' +https://medium.com/@jeremyaherzog/cicada-an-integration-testing-framework-for-docker-and-kubernetes-7eee5624cc55: + title: 'medium: Cicada: An integration testing framework for Docker and Kubernetes' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/10/09/static-analysis-with-kubeaudit-for-red-hat-openshift: + title: 'developers.redhat.com: Static analysis with KubeAudit for Red Hat OpenShift' + year: N/A + stars: 0 + description: '' +https://www.synopsys.com/blogs/software-security/integrating-automated-ast-tools: + title: 'synopsys.com: How to integrate automated AST tools in your CI/CD pipeline' + year: N/A + stars: 0 + description: '' +https://code.visualstudio.com: + title: 'code.visualstudio.com: Visual Studio Code' + year: N/A + stars: 0 + description: '' +https://vscode.github.com: + title: 'vscode.github.com: GitHub and Visual Studio Code 🌟' + year: N/A + stars: 0 + description: '' +https://code.visualstudio.com/docs/editor/versioncontrol: + title: Using Version Control in VS Code + year: N/A + stars: 0 + description: '' +https://bitbucket.org/atlassianlabs/atlascode/issues/112/cannot-activate-the-atlassian-for-vscode: + title: 'VScode run from WSL in Linux: Cannot activate the ''Atlassian for VSCode + (Official)'' extension because ''git'' extension is not loaded' + year: N/A + stars: 0 + description: '' +https://kite.com: + title: 'kite: Code Faster with AI Autocomplete' + year: N/A + stars: 0 + description: '' +https://gist.github.com/hxlnt/60d0e62efdb973e221e585e2b990bfd6: + title: With the Edge (Chromium) Tools for VS Code you can see the browser's Inspector + and Dev Tools within VSCode, to debug your front-end code + year: N/A + stars: 0 + description: '' +https://www.docker.com/blog/how-to-develop-inside-a-container-using-visual-studio-code-remote-containers: + title: 'docker.com: How to Develop Inside a Container Using Visual Studio Code Remote + Containers 🌟' + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/python/need-an-intro-to-vs-code-let-tech-with-tim-help: + title: 'devblogs.microsoft.com: Need an Intro to VS Code? Let Tech with Tim Help!' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/visualstudio/docker/tutorials/docker-tutorial: + title: A multi-step tutorial that covers the basics of working with Docker with + Visual Studio Code and deploy on Azure + year: N/A + stars: 0 + description: '' +https://thenewstack.io/this-week-in-programming-all-hail-visual-studio-code: + title: 'thenewstack.io: This Week in Programming: All Hail Visual Studio Code' + year: N/A + stars: 0 + description: '' +https://blogs.windows.com/msedgedev/2020/10/01/microsoft-edge-tools-vscode: + title: 'blogs.windows.com: Bringing the browser developer tools to Visual Studio + Code' + year: N/A + stars: 0 + description: '' +https://visualstudiomagazine.com/articles/2021/01/29/vs-code-tips.aspx: + title: 'visualstudiomagazine.com: Code with Fire! Top VS Code Tips' + year: N/A + stars: 0 + description: '' +https://www.39digits.com/signed-git-commits-on-wsl2-using-visual-studio-code: + title: '39digits.com: How to sign your commits to GitHub using Visual Studio Code + on Windows 10 and WSL2 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=ybCxPHzRJfA&ab_channel=VisualStudioCode: + title: 'youtube: Source Control Tip 9: Dealing with Merge Conflicts in VS Code' + year: N/A + stars: 0 + description: '' +https://dev.to/appland/video-visualize-the-architecture-of-your-java-app-in-vs-code-in-2-minutes-568j: + title: 'dev.to: Video: Visualize the architecture of your Java app, in VS Code, + in 2 ΒΉ/β‚‚ minutes' + year: N/A + stars: 0 + description: '' +https://serverless-stack.com/examples/how-to-debug-lambda-functions-with-visual-studio-code.html: + title: 'serverless-stack.com: How to debug Lambda functions with Visual Studio Code' + year: N/A + stars: 0 + description: '' +https://github.blog/2019-01-07-create-pull-requests-in-vscode: + title: 'github.blog: VS Code: Now creating pull requests 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/colbygarland/using-vs-code-to-git-rebase-1lc: + title: 'dev.to: Using VS Code to git rebase' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/10-vscode-extensions-to-increase-productivity: + title: 'freecodecamp.org: 10 VS Code Extensions to Increase Your Productivity' + year: N/A + stars: 0 + description: '' +https://dev.to/amanhimself/how-to-configure-vscode-bracket-pair-colors-natively-3nl: + title: 'dev.to: How to configure VSCode Bracket Pair Colors Natively' + year: N/A + stars: 0 + description: '' +https://realpython.com/advanced-visual-studio-code-python: + title: 'realpython.com: Advanced Visual Studio Code for Python Developers' + year: N/A + stars: 0 + description: '' +https://blog.openreplay.com/8-cool-vs-code-tips-to-make-your-workspace-more-personal: + title: 'blog.openreplay.com: 8 Cool VS Code tips to make your workspace more personal' + year: N/A + stars: 0 + description: '' +https://dev.to/this-is-learning/visual-studio-code-tips-tricks-command-palette-and-its-friends-2bhi: + title: 'dev.to: Visual Studio Code - Tips & Tricks - Command Palette and its friends' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/how-to-update-your-github-repository-in-visual-studio-code-7bb9e8549cea: + title: 'betterprogramming.pub: How To Update Your GitHub Repository in Visual Studio + Code' + year: N/A + stars: 0 + description: '' +https://dev.to/this-is-learning/visual-studio-code-tips-tricks-snippets-5041: + title: 'dev.to/this-is-learning: Visual Studio Code - Tips & Tricks - Snippets' + year: N/A + stars: 0 + description: '' +https://dev.to/jcofman/make-vs-code-better-by-editing-and-updating-some-settings-4m9a: + title: 'dev.to/jcofman: Make VS Code better by editing and updating some settings' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/12-visual-studio-code-shortcuts-that-every-developer-must-know-8d6ce5fc3631: + title: 'levelup.gitconnected.com: 12 Visual Studio Code Shortcuts That Every Developer + Must Know' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/generating-class-diagrams-for-net-core-c4913db9398b: + title: 'betterprogramming.pub: Generating Class Diagrams for .Net Core' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/best-colorful-vscode-extensions-for-productivity: + title: 'freecodecamp.org: Best Colorful VSCode Extensions – How to Personalize Your + Editor' + year: N/A + stars: 0 + description: '' +https://dev.to/tmchuynh/vscode-extensions-im-in-love-with-oab: + title: 'dev.to: VSCode Extensions I''m in LOVE with | Tina Huynh' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/learn-to-code-remotely-with-vs-code-and-ssh-68c630759279: + title: 'betterprogramming.pub: Learn to Code Remotely With VS Code And SSH' + year: N/A + stars: 0 + description: '' +https://austingil.com/vs-code-timeline-restores-work-git-cant: + title: 'austingil.com: VS Code Timeline Restores Lost Work That Git Can’t 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2023/02/14/remote-container-development-vs-code-and-podman: + title: '==developers.redhat.com: Remote container development with VS Code and Podman== + 🌟' + year: N/A + stars: 0 + description: '' +https://visualstudio.microsoft.com/services/live-share: + title: '==visualstudio.microsoft.com/services/live-share: Visual Studio Live Share== + 🌟' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/how-to-use-markdown-in-vscode: + title: 'freecodecamp.org: How to Use Markdown in VSCode – Syntax and Examples' + year: N/A + stars: 0 + description: '' +https://gijsreijn.medium.com/optimizing-your-dsc-v3-authoring-experience-in-vscode-bd8e90c52312: + title: 'gijsreijn.medium.com: Optimizing Your DSC V3 Authoring Experience in VSCode' + year: N/A + stars: 0 + description: '' +https://code.visualstudio.com/updates: + title: VSCode Updates + year: N/A + stars: 0 + description: '' +https://code.visualstudio.com/updates/v1_46: + title: Flexible layout 🌟 + year: N/A + stars: 0 + description: '' +https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf: + title: 'code.visualstudio.com: keyboard shortcuts for Windows' + year: N/A + stars: 0 + description: '' +https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf: + title: 'code.visualstudio.com: keyboard shortcuts for macOS' + year: N/A + stars: 0 + description: '' +https://support.apple.com/en-us/HT201236: + title: 'support.apple.com: Mac keyboard shortcuts' + year: N/A + stars: 0 + description: '' +https://9to5mac.com/2016/03/17/how-to-remap-windows-keyboard-buttons-match-mac-layout: + title: '9to5mac.com: How-To: Remap Windows keyboards to match the Mac keyboard layout' + year: N/A + stars: 0 + description: '' +https://www.addictivetips.com/mac-os/remap-a-windows-keyboard-for-a-mac: + title: 'addictivetips.com: How to remap a Windows keyboard for a Mac' + year: N/A + stars: 0 + description: '' +https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf: + title: 'code.visualstudio.com: keyboard shortcuts for Linux' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com: + title: marketplace.visualstudio.com + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/publishers/Microsoft: + title: Microsoft 🌟 + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/publishers/redhat: + title: Red Hat 🌟 + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/publishers/AmazonWebServices: + title: AmazonWebServices + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/publishers/GoogleCloudTools: + title: Google Cloud + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/publishers/Oracle: + title: Oracle + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens: + title: GitLens 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/eamodio/vscode-gitlens: + title: GitLens interactive rebase + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph: + title: Git Graph + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments: + title: Better Comments + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one: + title: Markdown All in One 🌟 + year: N/A + stars: 0 + description: '' +https://gist.github.com/pierrejoubert73/902cc94d79424356a8d20be2b382e1ab: + title: A collapsible section containing markdown + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=livepdm.auto-markdown-toc-ax1: + title: Auto Markdown TOC By AX1 + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode: + title: 'Prettier:' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare: + title: 'Live Share:' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig: + title: 'EditorConfig:' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=pnp.polacode: + title: Polacode + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint: + title: 'ESLint:' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow: + title: 'Indent-Rainbow:' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer: + title: 'Live Server:' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=jock.svg: + title: 'SVG:' + year: N/A + stars: 0 + description: '' +https://github.com/microsoft/vscode-python: + title: Python Visual Studio Code + year: N/A + stars: 0 + description: '' +https://twitter.com/pythonvscode: + title: twitter.com/pythonvscode + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/python/python-in-visual-studio-code-september-2020-release: + title: Python in Visual Studio Code – September 2020 Release + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/python/python-in-visual-studio-code-october-2020-release: + title: Python in Visual Studio Code – October 2020 Release. Debugpy 1.0 + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/the-best-vs-code-extensions-to-supercharge-your-git-5d5ab3f64f64: + title: 'betterprogramming.pub: The Best VS Code Extensions to Supercharge Your Git' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/10-vs-code-extensions-to-fight-technical-debt: + title: 'dzone.com: 10 VS Code Extensions to Fight Technical Debt' + year: N/A + stars: 0 + description: '' +https://dev.to/duckinm/superb-vscode-extensions-changing-your-coding-life-2cmb: + title: 'dev.to: Superb VSCode extensions changing your coding life' + year: N/A + stars: 0 + description: '' +https://www.c-sharpcorner.com/article/the-best-vs-code-extensions-for-remote-working: + title: 'c-sharpcorner.com: The Best VS Code Extensions For Remote Working' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/vs-code-extensions-to-increase-developer-productivity: + title: 'freecodecamp.org: VS Code Extensions to Increase Developer Productivity' + year: N/A + stars: 0 + description: '' +https://dev.to/azure/my-top-5-visual-studio-code-extensions-for-azure-developers-1odo: + title: 'dev.to: My Top 5 Visual Studio Code extensions for Azure Developers' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/terraform-extension-for-vs-code-speeds-up-loading-of-large-workspaces: + title: '==hashicorp.com: Terraform extension for VS Code speeds up loading of large + workspaces==' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=rvest.vs-code-prettier-eslint: + title: Prettier ESLint + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=2gua.rainbow-brackets: + title: Rainbow Brackets + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=wayou.vscode-todo-highlight: + title: TODO Highlight + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-todo-plus: + title: Todo+ + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree: + title: Todo Tree + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel: + title: Babel JavaScript + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens: + title: Error Lens + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker: + title: Docker + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=mikestead.dotenv: + title: DotENV + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=Orta.vscode-jest: + title: Jest + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio: + title: Draw.io Integration + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=ChakrounAnas.turbo-console-log: + title: Turbo Console Log + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense: + title: Path Intellisense + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github: + title: GitHub Pull Requests and Issues 🌟 + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=angryobject.react-pure-to-class-vscode: + title: React Pure To Class + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?utm_sq=ggv6n6jy52&itemName=Tim-Koehler.helm-intellisense&ssr=false: + title: Helm Intellisense + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=msazurermtools.azurerm-vscode-tools: + title: Azure Resource Manager (ARM) Tools 🌟 + year: N/A + stars: 0 + description: '' +? https://developers.redhat.com/blog/2020/11/16/devfiles-and-kubernetes-cluster-support-in-openshift-connector-0-2-0-extension-for-vs-code +: title: 'developers.redhat.com: Devfiles and Kubernetes cluster support in OpenShift + Connector 0.2.0 extension for VS Code 🌟' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=redhat.vscode-openshift-connector: + title: OpenShift Connector 🌟 + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2020/11/30/vscode-extension-development-with-gitlab: + title: 'gitlab.com: VS Code extension development with GitLab' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/vs-code-extensions-to-boost-your-development-productivity: + title: 'freecodecamp.org: VS Code Extensions That''ll Boost Your Development Productivity + 🌟' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=dsteenman.cloudformation-yaml-snippets: + title: CloudFormation Snippets 🌟 + year: N/A + stars: 0 + description: '' +https://dannys.cloud/autocomplete-cloudformation-resources-vs-code: + title: 'dannys.cloud: Autocomplete your CloudFormation Resources in VS Code' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=cschleiden.vscode-github-actions: + title: GitHub Actions 🌟 + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=xyz.local-history: + title: Local History + year: N/A + stars: 0 + description: '' +https://code.visualstudio.com/blogs/2021/06/10/remote-repositories: + title: Remote Repositories 🌟 + year: N/A + stars: 0 + description: '' +https://code.visualstudio.com/docs/azure/kubernetes: + title: Working with Kubernetes in VS Code + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=GitHub.remotehub: + title: 'marketplace.visualstudio.com: GitHub Repositories 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/Azure/vscode-kubernetes-tools: + title: Azure/vscode-kubernetes-tools 🌟 + year: N/A + stars: 0 + description: '' +https://snyk.io/blog/securing-open-source-dependencies-snyk-visual-studio-code-extension: + title: '==snyk.io: Securing your open source dependencies with the Snyk Visual Studio + Code extension==' + year: N/A + stars: 0 + description: '' +https://www.prisma.io/blog/vscode-extension-prisma-rust-webassembly: + title: 'prisma.io: Improving the Prisma Visual Studio Code Extension with WebAssembly + 🌟' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=SebastianBille.iam-legend: + title: ==IAM Legend== + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=TeamHub.teamhub: + title: GitLive + year: N/A + stars: 0 + description: '' +https://dev.to/gitlive/gitlive-now-works-with-any-git-repository-in-vs-code-304o: + title: 'dev.to/gitlive: GitLive now works with any Git repository in VS Code!' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=njpwerner.autodocstring: + title: 'marketplace.visualstudio.com: autoDocstring - Python Docstring Generator' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureappservice: + title: 'marketplace.visualstudio.com: Azure App Service for Visual Studio Code' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=adpyke.codesnap: + title: 'marketplace.visualstudio.com: CodeSnap' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=Weaveworks.vscode-gitops-tools: + title: 'marketplace.visualstudio.com: GitOps Tools for Flux 🌟' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=dag-andersen.kubernetes-reference-highlighter: + title: 'marketplace.visualstudio.com: Kubernetes Reference Highlighter 🌟' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/increase-your-vs-code-productivity: + title: 'freecodecamp.org: Increase Your VS Code Productivity' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=charliermarsh.ruff: + title: 'marketplace.visualstudio.com: Ruff extension for Visual Studio Code' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=azurepaas-tools.vscode-learncloud: + title: 'marketplace.visualstudio.com: Learn Cloud 🌟' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=kennylong.kubernetes-yaml-formatter: + title: '==marketplace.visualstudio.com: Kubernetes YAML Formatter== 🌟' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=GitHub.copilot: + title: ==GitHub Copilot== 🌟 + year: N/A + stars: 0 + description: '' +https://code.visualstudio.com/docs/copilot/overview: + title: 'code.visualstudio.com: GitHub Copilot in VS Code' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-infrastructure-blog/unleashing-github-copilot-for-infrastructure-as-code/ba-p/4124031 +: title: 'techcommunity.microsoft.com: Unleashing GitHub Copilot for Infrastructure + as Code (powershell, terraform, etc)' + year: N/A + stars: 0 + description: '' +https://blog.logrocket.com/top-10-vs-code-extensions-2021: + title: 'blog.logrocket.com: Top 10 VS Code extensions for 2021' + year: N/A + stars: 0 + description: '' +https://dev.to/ranga_vadhineni/thunder-client-http-client-extension-for-vs-code-30i9: + title: 'dev.to: Thunder Client - Http Client Extension for VS Code' + year: N/A + stars: 0 + description: '' +https://www.c-sharpcorner.com/article/the-best-vs-code-extensions-to-supercharge-git: + title: 'c-sharpcorner.com: The Best VS Code Extensions To Supercharge Git' + year: N/A + stars: 0 + description: '' +https://dev.to/harishash/vs-code-extensions-to-increase-your-productivity-eeb: + title: 'dev.to: VS Code extensions to increase your Productivity' + year: N/A + stars: 0 + description: '' +https://dev.to/thenomadevel/top-5-best-git-extensions-for-vs-code-you-must-have-40b6: + title: 'dev.to: Top 5 Best Git Extensions For VS Code (You must have)' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme: + title: Material Icon Theme + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=monokai.theme-monokai-pro-vscode: + title: Monokai Pro Theme + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=salesforce.codey-midnight: + title: Codey Midnight Theme + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=juanmnl.vscode-theme-1984: + title: 1984 Theme + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=dracula-theme.theme-dracula: + title: Dracula Official + year: N/A + stars: 0 + description: '' +https://draculatheme.com/pro: + title: Dracula Pro Theme 🌟 + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=icrawl.discord-vscode: + title: Discord Presence Theme + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme: + title: GitHub Theme 🌟 + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=Atlassian.atlascode: + title: Jira and Bitbucket (Official) + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=fatihacet.gitlab-workflow: + title: GitLab Workflow + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools: + title: Kubernetes (by Microsoft) + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.kind-vscode: + title: Kubernetes Kind (by Microsoft) + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=mauve.terraform: + title: Terraform + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/supporting-the-hashicorp-terraform-extension-for-visual-studio-code: + title: 'hashicorp.com: Supporting the HashiCorp Terraform Extension for Visual Studio + Code' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/announcing-the-terraform-visual-studio-code-extension-v2-0-0: + title: Announcing the Terraform Visual Studio Code Extension v2.0.0 + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=mongodb.mongodb-vscode: + title: MongoDB for VS Code + year: N/A + stars: 0 + description: '' +https://www.mongodb.com/blog/post/introducing-mongodb-for-vs-code: + title: Introducing MongoDB for VS Code + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/azuredevops: + title: Azure DevOps 🌟 + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=vector-of-bool.gitflow: + title: gitflow by vector-of-bool + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=GreatMinds.gitflow4code: + title: GitFlow 4 Code + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=SemihOnay.jiraux: + title: JirAux (Jira integration) + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=Fatih.baba-flow: + title: BABA-Git Flow + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=janjoerke.jenkins-pipeline-linter-connector: + title: Jenkins Pipeline Linter Connector + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=secanis.jenkinsfile-support: + title: 'secanis.ch: Jenkinsfile Support' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=ivory-lab.jenkinsfile-support: + title: 'ivory-lab: JenkinsFile Support' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=jmMeessen.jenkins-declarative-support: + title: 'JM Meessen: Declarative Jenkinsfile Support' + year: N/A + stars: 0 + description: '' +https://marketplace.visualstudio.com/items?itemName=alefragnani.jenkins-status: + title: 'Alessandro Fragnani: Jenkins Status' + year: N/A + stars: 0 + description: '' +https://code.visualstudio.com/docs/editor/integrated-terminal: + title: Integrated Terminal + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/12/13/remote-debugging-kubernetes-using-vs-code: + title: '==developers.redhat.com: Remote debugging on Kubernetes using VS Code==' + year: N/A + stars: 0 + description: '' +https://github.com/metalbear-co/mirrord: + title: ==metalbear-co/mirrord== + year: N/A + stars: 0 + description: '' +https://blog.stackademic.com/mastering-local-microservices-debugging-with-mirrord-0a99443c1544: + title: 'blog.stackademic.com: Debugging Microservices Locally with mirrord' + year: N/A + stars: 0 + description: '' +https://kenneth.io/post/introducing-remote-debugging-of-nodejs-apps-on-azure-app-service-from-vs-code-in-public-preview: + title: 'kenneth.io: Introducing remote debugging of Node.js apps on Azure App Service + from VS Code' + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/python/python-in-visual-studio-code-january-2021-release: + title: Python in Visual Studio Code – January 2021 Release + year: N/A + stars: 0 + description: '' +https://realpython.com/python-development-visual-studio-code: + title: 'realpython.com: Python Development in Visual Studio Code' + year: N/A + stars: 0 + description: '' +https://github.com/golang/vscode-go/blob/master/README.md: + title: github.com/golang/vscode-go 🌟 + year: N/A + stars: 0 + description: '' +https://blog.golang.org/gopls-vscode-go: + title: 'blog.golang.org: Gopls on by default in the VS Code Go extension' + year: N/A + stars: 0 + description: '' +https://github.com/microsoft/mindaro: + title: Bridge to Kubernetes 🌟 + year: N/A + stars: 0 + description: '' +https://visualstudiomagazine.com/articles/2020/10/07/bridge-kubernetes.aspx: + title: 'visualstudiomagazine.com: Bridge to Kubernetes Simplifies Microservice Development + in Visual Studio/VS Code' + year: N/A + stars: 0 + description: '' +https://repl.it: + title: Repl.it + year: N/A + stars: 0 + description: '' +https://thenewstack.io/gitpod-open-sources-a-holistic-ide: + title: ==Gitpod Open Sources a β€˜Holistic IDE’== + year: N/A + stars: 0 + description: '' +https://thenewstack.io/gitpod-brings-automated-environments-to-jetbrains-ides: + title: 'thenewstack.io: Gitpod Brings Automated Environments to JetBrains IDEs' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2020/08/03/development-on-kubernetes-ide-tools: + title: 'piotrminkowski.com: Development on Kubernetes: IDE & TOOLS' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/visual-web-terminal-a-turbocharged-command-line-for-kubernetes-and-openshift: + title: 'openshift.com: Visual Web Terminal - A Turbocharged Command Line for Kubernetes + and OpenShift' + year: N/A + stars: 0 + description: '' +https://chromeos.dev/en/linux: + title: Linux on Chrome OS, sometimes called Crostini 🌟 + year: N/A + stars: 0 + description: '' +https://www.jetbrains.com/fleet: + title: ==Fleet== + year: N/A + stars: 0 + description: '' +https://www.softzone.es/noticias/programas/conoce-fleet-ide-ultraligero-mano-jetbrains: + title: 'softzone.es: Conoce Fleet, el nuevo IDE ultraligero de la mano de JetBrains' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/are-cloud-based-ides-the-future-of-software-engineering: + title: 'thenewstack.io: Are Cloud-Based IDEs the Future of Software Engineering?' + year: N/A + stars: 0 + description: '' +? https://evaizik.medium.com/setting-up-a-remote-debugging-for-java-microservices-running-inside-kubernetes-pods-d4aab1ff4efa +: title: 'evaizik.medium.com: Setting up a remote debugging for Java microservices + running inside Kubernetes pods' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/my-top-7-most-underrated-intellij-idea-features-572b0b706bd6: + title: 'betterprogramming.pub: My Top 7 Most Underrated IntelliJ IDEA Features' + year: N/A + stars: 0 + description: '' +https://github.dev: + title: github.dev + year: N/A + stars: 0 + description: '' +https://www.gitpod.io: + title: ==gitpod.io== 🌟🌟 + year: N/A + stars: 0 + description: '' +https://www.gitpod.io/blog/openvscode-server-launch: + title: 'gitpod.io: VS Code in the browser for everyone' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/gitpod-openvscode-server-brings-visual-studio-code-to-the-browser: + title: 'thenewstack.io: GitPod OpenVSCode Server Brings Visual Studio Code to the + Browser' + year: N/A + stars: 0 + description: '' +https://github1s.com: + title: github1s.com 🌟 + year: N/A + stars: 0 + description: '' +https://vscode.dev: + title: vscode.dev 🌟 + year: N/A + stars: 0 + description: '' +https://code.visualstudio.com/blogs/2021/10/20/vscode-dev?WT.mc_id=devcloud-46480-cxa: + title: 'code.visualstudio.com: vscode.dev(!)' + year: N/A + stars: 0 + description: '' +? https://www.genbeta.com/desarrollo/visual-studio-code-cuenta-version-web-que-te-permite-mantener-tus-proyectos-tu-disco-duro +: title: 'genbeta.com: Visual Studio Code ya cuenta con una versiΓ³n web (que te permite + mantener tus proyectos en tu disco duro)' + year: N/A + stars: 0 + description: '' +https://css-tricks.com/the-many-faces-of-vs-code-in-the-browser: + title: 'css-tricks.com: The Many Faces of VS Code in the Browser' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/@code/shorts: + title: ==Visual Studio Code - Shorts== + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/WzlpGnbNPH4: + title: VSCode Profiles + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/6NFR5MsHM_4: + title: Pin VS Code Tabs + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/G5580-DxQuw: + title: Markdown Header Magic + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/Q2RrAdWmn_M: + title: Changing Font in VS Code the RIGHT WAY! + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/uzC1PP73d9I: + title: ErrorLens! Catch Errors on the Fly! + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/t322UnzV9vM: + title: Try Maven (and Java) in VS Code! + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/dDtueNAFELo: + title: 'Extension of the Week: Prettier' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/AGFvs2pT1VQ: + title: Copilot Unit Tessts Like a Boss + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/VqOVb76IyI4: + title: STOP Creating New Files This! But Do THIS in VS Code!!! + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/HyhSDvaaRwM: + title: Take your extensions with you + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/0xq_ZYfl6Vk: + title: Java, Gradle, and VS Code + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/hdmaP4ibJ4I: + title: VS Code February 2023 Release Highlights (v1.76) + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/X3wgBid4gO8: + title: 'Extension of the week: Thunder Client' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/y55a7NAiHiI: + title: Rainbox CSV + year: N/A + stars: 0 + description: '' +https://youtube.com/shorts/hmq195GRYCI?si=8knOM1y50V6JcRlk: + title: ExtensiΓ³n de Visual Studio Code que genera tests y mejora tu cΓ³digo + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/0N-NFIfy5lI: + title: Create diagrams in vscode + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/70voiUcMk_I: + title: Copilot writing Markdown + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/p-H7Q9PtSc8: + title: Change your Java versions in VS Code! + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/ToGRhGvo62k: + title: April 2023 Release Highlights - Profile Templates + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/-hvEdSI8ziE: + title: How VS Code Makes Branches + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/cLokEWqTuds: + title: Write slides in VS Code + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/KQB8FRoJaH4: + title: Create guided walkthroughs of your code + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/t5vXCNIBVYw: + title: Minimap Makeover + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/6IwjxcDbVW0: + title: Navigate your code's history + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/cTE0ec3IurE: + title: Vertical rulers + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/0h1xNFsEZBU: + title: Time Travel! + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/OfsixF-splk: + title: Master Git with Git Graph + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/8iVaeLjzY6s: + title: New VS Code features + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/nMJBbH7g1M4: + title: Hacking GitHub? + year: N/A + stars: 0 + description: '' +https://youtube.com/shorts/bVlIo4H0IDU: + title: New VS Code Release Highlights v1.86 + year: N/A + stars: 0 + description: '' +https://youtube.com/shorts/i0V1bHybv5w?si=y42F3QjNFVouu3s8: + title: File Icon Theme + year: N/A + stars: 0 + description: '' +https://youtube.com/shorts/rjmXBs5l_7M?si=UlQ4q1-B-JOiYwrn: + title: Learn with Copilot + year: N/A + stars: 0 + description: '' +https://youtube.com/shorts/vpFF1XSqWjw?si=Zr2eW_C3_3hQoXAa: + title: Visualize your git repo in vscode with Git Graph extensions + year: N/A + stars: 0 + description: '' +https://youtube.com/shorts/yuzKp_KsGIk?si=ooaqRJzW2cmf6Z2M: + title: 'How to be a professional (un)wrapper #vscode #programmingtools #coding' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/shorts/KZHI5RMmFk0: + title: Screencast mode + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/4/load-balancing: + title: 'opensource.com: A beginner''s guide to load balancing' + year: N/A + stars: 0 + description: '' +https://httpd.apache.org: + title: Apache + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/essential-apache-http-server: + title: 'Dzone Refcard: Essential Apache HTTP Server' + year: N/A + stars: 0 + description: '' +https://www.cyberciti.biz/faq/how-to-secure-apache-with-lets-encrypt-certificates-on-rhel-8: + title: 'nixCraft: How to secure Apache with Let’s Encrypt Certificates on RHEL 8' + year: N/A + stars: 0 + description: '' +https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html: + title: Apache Reverse Proxy Guide + year: N/A + stars: 0 + description: '' +https://github.com/redhatspain/apache-reverse-proxy-jenkins: + title: Apache Reverse Proxy for Jenkins + year: N/A + stars: 0 + description: '' +https://www.nginx.com: + title: Nginx + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/nginx-reverse-proxy-ubuntu-1804: + title: 'Dzone: Nginx Reverse Proxy Ubuntu 18.04' + year: N/A + stars: 0 + description: '' +https://www.docker.com/blog/how-to-use-the-official-nginx-docker-image: + title: How To Use the Official NGINX Docker Image + year: N/A + stars: 0 + description: '' +https://medium.com/@vdboor/using-nginx-ingress-as-a-static-cache-91bc27be04a1: + title: 'medium: Using Nginx-Ingress as a Static Cache for Assets Inside Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/the-nginx-handbook: + title: '==freecodecamp.org: The NGINX Handbook== 🌟' + year: N/A + stars: 0 + description: '' +https://www.nginx.com/resources/library/complete-nginx-cookbook: + title: '==nginx.com: The Complete NGINX Cookbook== 🌟' + year: N/A + stars: 0 + description: '' +https://unit.nginx.org: + title: unit.nginx.org + year: N/A + stars: 0 + description: '' +https://jvns.ca/blog/2021/09/24/new-tool--an-nginx-playground: + title: 'jvns.ca: New tool: an nginx playground' + year: N/A + stars: 0 + description: '' +https://nginx-playground.wizardzines.com: + title: nginx-playground.wizardzines.com 🌟 + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/HAProxy: + title: 'Wikipedia: HAProxy' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/how-to-configure-ha-proxy-as-a-proxy-and-loadbalan: + title: 'dzone.com: How to Configure HAProxy as a Proxy and Load Balancer' + year: N/A + stars: 0 + description: '' +https://www.tecmint.com/install-haproxy-load-balancer-in-linux: + title: 'tecmint.com: How to Setup High-Availability Load Balancer with β€˜HAProxy’ + to Control Web Server Traffic' + year: N/A + stars: 0 + description: '' +https://www.tecmint.com/setup-nginx-haproxy-load-balancer-in-centos-8: + title: 'Tecmint.com: How to Setup HAProxy as Load Balancer for Nginx on CentOS 8' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/high-priority-request-queue-with-haproxy-9efd639a8992: + title: High priority request queue with HAProxy + year: N/A + stars: 0 + description: '' +http://traefik.io: + title: Traefik + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/3/kubernetes-traefik: + title: 'opensource.com: Directing Kubernetes traffic with Traefik' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/using-traefik-ingress-controller-with-istio-service-mesh: + title: 'thenewstack.io: Using Traefik Ingress Controller with Istio Service Mesh' + year: N/A + stars: 0 + description: '' +https://medium.com/beyn-technology/is-nginx-dead-is-traefik-v3-20-faster-than-traefik-v2-f28ffb7eed3e: + title: 'medium.com/beyn-technology: Is Nginx dead? Is Traefik v3 20% faster than + Traefik v2?' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/4/http-kubernetes-skipper: + title: 'opensource.com: Try this Kubernetes HTTP router and reverse proxy' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/web3-architecture-and-how-it-compares-to-traditional-web-apps: + title: 'thenewstack.io: Web3 Architecture and How It Compares to Traditional Web + Apps' + year: N/A + stars: 0 + description: '' +https://blog.suhailkakar.com/web-30-terms-and-their-definitions-in-plain-english: + title: 'blog.suhailkakar.com: Web 3.0 Terms and Their Definitions in Plain English' + year: N/A + stars: 0 + description: '' +https://www.wired.com/story/web3-gavin-wood-interview: + title: 'wired.com: The Father of Web3 Wants You to Trust Less' + year: N/A + stars: 0 + description: '' +? 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 +: title: 'elconfidencial.com: El futuro de internet ya estΓ‘ aquΓ­ y se llama Web3, + pero casi nadie sabe de quΓ© se trata' + year: N/A + stars: 0 + description: '' +https://www.forbes.com/sites/tjmccue/2020/03/13/5-essential-coronavirus-work-from-home-tech-tips: + title: 'forbes.com: 5 Essential Coronavirus Work From Home Tech Tips' + year: N/A + stars: 0 + description: '' +https://enterprisersproject.com/article/2021/2/remote-work-virtual-collaboration-best-practices: + title: 'enterprisersproject.com: Remote work: 10 tips to be a better virtual collaborator' + year: N/A + stars: 0 + description: '' +https://www.elconfidencial.com/juridico/2021-09-27/negociar-acuerdo-teletrabajo-guia-practica-empresas_3295723: + title: 'elconfidencial.com: ΒΏQuΓ© negociar en el acuerdo de teletrabajo? GuΓ­a prΓ‘ctica + para empresas y empleados' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2021/12/remote-first-sre: + title: 'infoq.com: How to Work Asynchronously as a Remote-First SRE' + year: N/A + stars: 0 + description: '' +https://krisp.ai: + title: krisp + year: N/A + stars: 0 + description: '' +https://zoom.us: + title: Zoom + year: N/A + stars: 0 + description: '' +https://p2theme.com: + title: Wordpress P2 + year: N/A + stars: 0 + description: '' +https://docs.google.com: + title: Google docs & Sheets + year: N/A + stars: 0 + description: '' +https://slack.com: + title: Slack + year: N/A + stars: 0 + description: '' +https://meet.google.com: + title: Google meet + year: N/A + stars: 0 + description: '' +https://rocket.chat: + title: Rocket Chat + year: N/A + stars: 0 + description: '' +https://mattermost.com: + title: Mattermost + year: N/A + stars: 0 + description: '' +https://www.microsoft.com/microsoft-365/microsoft-teams/group-chat-software: + title: Microsoft Teams + year: N/A + stars: 0 + description: '' +https://www.atlassian.com/remote: + title: atlassian.com/remote + year: N/A + stars: 0 + description: '' +https://miro.com: + title: Miro + year: N/A + stars: 0 + description: '' +https://miro.com/app/board/o9J_kqwfjqs=: + title: Summarising Top 10 API Testing Tools + year: N/A + stars: 0 + description: '' +https://readwise.io: + title: Readwise + year: N/A + stars: 0 + description: '' +https://www.instapaper.com: + title: Instapaper + year: N/A + stars: 0 + description: '' +https://getmatter.app: + title: Matter + year: N/A + stars: 0 + description: '' +https://obsidian.md: + title: Obsidian + year: N/A + stars: 0 + description: '' +https://www.portafolio.co/tendencias/claves-para-liderar-equipos-de-teletrabajo-y-no-fracasar-en-el-intento-556586: + title: 'portafolio.co: Claves para liderar equipos de teletrabajo y no fracasar + en el intento' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/YAML: + title: 'wikipedia: YAML' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/yaml-beginners: + title: 'redhat.com: YAML for beginners' + year: N/A + stars: 0 + description: '' +https://www.thoughtworks.com/radar/techniques/templating-in-yaml: + title: 'thoughtworks.com: Templating in YAML' + year: N/A + stars: 0 + description: '' +https://stevehorsfield.wordpress.com/2019/08/13/devops-tricks-templating-yaml-files: + title: 'Steve Horsfield: DevOps tricks - Templating YAML files' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/understanding-yaml-ansible: + title: 'redhat.com: Understanding YAML for Ansible. Validating YAML files with YAMLlint + 🌟' + year: N/A + stars: 0 + description: '' +https://linuxhandbook.com/yaml-basics: + title: 'linuxhandbook.com: YAML Basics Every DevOps Engineer Must Know 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/11/25/how-to-configure-yaml-schema-to-make-editing-files-easier: + title: 'developers.redhat.com: How to configure YAML schema to make editing files + easier' + year: N/A + stars: 0 + description: '' +https://kubernetestutorials.com/kubernetes-tutorials/kubernetes-introduction-to-yaml: + title: 'kubernetestutorials.com: Kubernetes : Introduction to YAML 🌟' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/yaml-tutorial-get-started-with-yaml-in-5-minutes-549d462972d8: + title: 'betterprogramming.pub: YAML Tutorial: Get Started With YAML in 5 Minutes' + year: N/A + stars: 0 + description: '' +https://abhisheksaini.hashnode.dev/yaml-for-representation: + title: 'abhisheksaini.hashnode.dev: YAML For Data Representation?' + year: N/A + stars: 0 + description: '' +https://boxunix.com/2020/05/15/a-better-way-of-organizing-your-kubernetes-manifest-files: + title: 'boxunix.com: A Better Way of Organizing Your Kubernetes Manifest Files 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/9/yaml-cheat-sheet: + title: 'opensource.com: Make YAML as easy as it looks' + year: N/A + stars: 0 + description: '' +https://javascript.plainenglish.io/everything-you-need-to-know-about-yaml-files-5423358cc5c9: + title: 'javascript.plainenglish.io: Everything You Need To Know About YAML Files' + year: N/A + stars: 0 + description: '' +https://www.w3schools.io/file/yaml-vs-yml: + title: 'w3schools.io: YAML - yaml vs yml file' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/yaml-with-python-d6787a9bd8ab: + title: '==blog.devgenius.io: YAML with Python==' + year: N/A + stars: 0 + description: '' +https://realpython.com/python-yaml: + title: '==realpython.com: YAML: The Missing Battery in Python==' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/10-things-you-might-not-know-about-yaml-b0589da547c: + title: 'betterprogramming.pub: 10 Things You Might Not Know About YAML' + year: N/A + stars: 0 + description: '' +https://spacelift.io/blog/yaml: + title: ==spacelift.io/blog/yaml== + year: N/A + stars: 0 + description: '' +https://ruudvanasseldonk.com/2023/01/11/the-yaml-document-from-hell: + title: 'ruudvanasseldonk.com: The yaml document from hell' + year: N/A + stars: 0 + description: '' +https://itnext.io/python-yaml-and-kubernetes-the-art-of-mastering-configuration-cd60029b3f62: + title: 'itnext.io: Python, YAML, and Kubernetes β€” The Art of Mastering Configuration' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-yaml-tips-and-tricks-904a2c0b2b81: + title: 'itnext.io: Kubernetes YAML Tips | Daniele Polencic 🌟' + year: N/A + stars: 0 + description: '' +https://yaml.org/spec/1.2/spec.html: + title: 'yaml.org: Anchors and Aliases' + year: N/A + stars: 0 + description: '' +https://support.atlassian.com/bitbucket-cloud/docs/yaml-anchors: + title: 'support.atlassian.com: YAML anchors and aliases' + year: N/A + stars: 0 + description: '' +https://medium.com/@kinghuang/docker-compose-anchors-aliases-extensions-a1e4105d70bd: + title: 'medium: Don’t Repeat Yourself with Anchors, Aliases and Extensions in Docker + Compose Files' + year: N/A + stars: 0 + description: '' +https://docs.ansible.com/ansible/latest/user_guide/playbooks_advanced_syntax.html: + title: 'docs.ansible.com: YAML anchors and aliases: sharing variable values' + year: N/A + stars: 0 + description: '' +https://github.com/topics/yaml-processor: + title: github.com/topics/yaml-processor + year: N/A + stars: 0 + description: '' +https://get-ytt.io: + title: ytt + year: N/A + stars: 0 + description: '' +https://mikefarah.gitbook.io/yq: + title: yq 🌟 + year: N/A + stars: 0 + description: '' +https://dev.to/vikcodes/yq-a-command-line-tool-that-will-help-you-handle-your-yaml-resources-better-8j9: + title: 'dev.to: yq : A command line tool that will help you handle your YAML resources + better 🌟' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/yq-mastering-yaml-processing-in-command-line-e1ff5ebc0823: + title: 'towardsdatascience.com: yq: Mastering YAML Processing in Command Line 🌟' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/my-yq-cheatsheet-34f2b672ee58: + title: 'betterprogramming.pub: My Cheatsheet for the β€œyq” Tool' + year: N/A + stars: 0 + description: '' +https://github.com/azohra/yaml.sh: + title: azohra/yaml.sh + year: N/A + stars: 0 + description: '' +https://github.com/andreazorzetto/yh: + title: yh - YAML Highlighter + year: N/A + stars: 0 + description: '' +https://gist.github.com/so0k/42313dbb3b547a0f51a547bb968696ba: + title: Kubectl output options 🌟 + year: N/A + stars: 0 + description: '' +http://www.yamllint.com: + title: '==yamllint.com: YAML Lint - The YAML Validator==' + year: N/A + stars: 0 + description: '' +https://codebeautify.org/yaml-validator: + title: ==codebeautify.org/yaml-validator== + year: N/A + stars: 0 + description: '' +https://jsonformatter.org/yaml-validator: + title: ==jsonformatter.org/yaml-validator== + year: N/A + stars: 0 + description: '' +https://yamlvalidator.dev: + title: '==yamlvalidator.dev: YAML Validator==' + year: N/A + stars: 0 + description: '' +https://onlineyamltools.com: + title: ==onlineyamltools.com== 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/avencera/yamine: + title: avencera/yamine + year: N/A + stars: 0 + description: '' +https://k8syaml.com: + title: k8syaml.com 🌟 + year: N/A + stars: 0 + description: '' +https://itnext.io/how-to-create-kubernetes-yaml-files-abb8426eeb45: + title: 'itnext.io: How to create Kubernetes YAML files 🌟' + year: N/A + stars: 0 + description: '' +https://www.datree.io: + title: datree.io + year: N/A + stars: 0 + description: '' +https://dev.to/wkrzywiec/automating-quality-checks-for-kubernetes-yamls-398: + title: 'dev.to: Automating quality checks for Kubernetes YAMLs' + year: N/A + stars: 0 + description: '' +https://github.com/23andMe/Yamale: + title: 23andMe/Yamale + year: N/A + stars: 0 + description: '' +https://github.com/instrumenta/kubeval: + title: ==instrumenta/kubeval== + year: N/A + stars: 0 + description: '' +https://medium.com/@slashben81/how-to-write-a-yaml-file-for-kubernetes-armo-76f29e533b1f: + title: 'medium.com/@slashben81: How to write a YAML file for Kubernetes? | ARMO' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/how-write-yaml-file-kubernetes-megha-s-k: + title: 'linkedin.com/pulse: How to write YAML file for Kubernetes | Megha S.k' + year: N/A + stars: 0 + description: '' +https://dotnet-helpers.com/powershell/convert-yaml-to-json-or-json-to-yaml-using-powershell: + title: 'dotnet-helpers.com: How to Convert YAML to JSON / JSON to YAML using PowerShell' + year: N/A + stars: 0 + description: '' +https://yamline.com: + title: yamline.com + year: N/A + stars: 0 + description: '' +https://k8s-examples.container-solutions.com: + title: Kubernetes examples 🌟 + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/convert-kubernetes-yaml-files-into-helm-charts-4107de079455: + title: 'medium.com/geekculture: Convert Kubernetes YAML Files Into Helm Charts' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/JSON: + title: 'wikipedia: JSON' + year: N/A + stars: 0 + description: '' +https://www.json.org/json-en.html: + title: 'json.org: Introducing JSON' + year: N/A + stars: 0 + description: '' +https://jsonnet.org: + title: Jsonnet + year: N/A + stars: 0 + description: '' +https://dave.cheney.net/high-performance-json.html: + title: Building a high performance JSON parser + year: N/A + stars: 0 + description: '' +https://json-schema.org/understanding-json-schema: + title: 'json-schema.org: Understanding JSON Schema 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/the-ultimate-json-library-jsonsimple-vs-gson-vs-ja: + title: 'dzone.com: The Ultimate JSON Library: JSON.simple vs. GSON vs. Jackson vs. + JSONP' + year: N/A + stars: 0 + description: '' +https://github.com/buger/jsonparser: + title: buger/jsonparser + year: N/A + stars: 0 + description: '' +? https://dev.to/codereviewdoctor/the-json-trick-25-of-python-devs-dont-know-about-including-devs-at-microsoft-sentry-unicef-and-more-4h10 +: title: 'dev.to: The JSON trick 25% of Python devs don''t know about' + year: N/A + stars: 0 + description: '' +https://dev.to/urstrulyvishwak/convert-nested-json-to-simple-json-in-javascript-4a34: + title: 'dev.to: Convert nested JSON to simple JSON in Javascript' + year: N/A + stars: 0 + description: '' +https://pythonspeed.com/articles/json-memory-streaming: + title: 'pythonspeed.com: Processing large JSON files in Python without running out + of memory' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/why-and-how-you-should-manage-json-with-sql: + title: 'thenewstack.io: Why (and How) You Should Manage JSON with SQL' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/how-to-make-json-and-python-talk-to-each-other-41531d58e59d: + title: 'betterprogramming.pub: How to Make JSON and Python Talk to Each Other' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/exploring-json-json5-and-circular-references-2b5b0c5de532: + title: 'betterprogramming.pub: Exploring JSON, JSON5, and Circular References' + year: N/A + stars: 0 + description: '' +https://automationreinvented.blogspot.com/2022/03/what-is-json-schema-and-how-to-perform.html: + title: 'automationreinvented.blogspot.com: What is Json Schema and how to perform + schema validation using Rest Assured?' + year: N/A + stars: 0 + description: '' +https://blog.mariano.cloud/do-you-even-jsonpath: + title: 'blog.mariano.cloud: Do you even JSONPath?' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/4/process-json-data-ansible: + title: 'opensource.com: 5 ways to process JSON data in Ansible 🌟' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2021/04/21/devops-workflows-json-format-jq-ci-cd-lint: + title: 'about.gitlab.com: Tips for productive DevOps workflows: JSON formatting + with jq and CI/CD linting automation' + year: N/A + stars: 0 + description: '' +https://github.com/ilyash/show-struct: + title: github.com/ilyash/show-struct + year: N/A + stars: 0 + description: '' +https://github.com/01mf02/jaq: + title: github.com/01mf02/jaq + year: N/A + stars: 0 + description: '' +https://jsoncrack.com: + title: '==jsoncrack.com: JSON Crack 🌟🌟==' + year: N/A + stars: 0 + description: '' +https://github.com/tomnomnom/gron: + title: github.com/tomnomnom/gron 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/ynqa/jnv: + title: github.com/ynqa/jnv 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/JFryy/qq: + title: github.com/JFryy/qq + year: N/A + stars: 0 + description: '' +https://jsoning.com: + title: jsoning.com + year: N/A + stars: 0 + description: '' +https://github.com/instrumenta/kubernetes-json-schema: + title: 'github: Kubernetes JSON Schemas 🌟' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/validating-kubernetes-yaml: + title: Validating Kubernetes YAML for best practice and policies 🌟 + year: N/A + stars: 0 + description: '' +https://www.kubeval.com: + title: Kubeval + year: N/A + stars: 0 + description: '' +https://stelligent.github.io/config-lint: + title: Config-lint + year: N/A + stars: 0 + description: '' +https://github.com/cloud66-oss/copper: + title: Copper + year: N/A + stars: 0 + description: '' +https://www.conftest.dev: + title: Conftest + year: N/A + stars: 0 + description: '' +https://github.com/FairwindsOps/polaris: + title: Polaris + year: N/A + stars: 0 + description: '' +https://kubevious.io/blog/post/top-kubernetes-yaml-validation-tools: + title: 'kubevious.io: Top Kubernetes YAML Validation Tools' + year: N/A + stars: 0 + description: '' +? https://thomasthornton.cloud/2022/04/13/analyze-your-kubernetes-yaml-files-and-helm-charts-to-ensure-best-practices-using-kuberlinter-in-azure-devops-pipeline +: title: '==thomasthornton.cloud: Analyze your Kubernetes YAML files and Helm Charts + to ensure best practices using KubeLinter in Azure DevOps Pipeline==' + year: N/A + stars: 0 + description: '' +https://medium.com/@jonathan_37674/how-to-validate-kubernetes-yaml-files-armo-e45dd006d633: + title: 'medium.com/@jonathan_37674: How to validate Kubernetes YAML files? | ARMO' + year: N/A + stars: 0 + description: '' +https://theketch.io: + title: ketch + year: N/A + stars: 0 + description: '' +https://learn.theketch.io/docs/getting-started: + title: 'ketch: Getting Started' + year: N/A + stars: 0 + description: '' +https://github.com/shipa-corp/ketch: + title: github.com/shipa-corp/ketch + year: N/A + stars: 0 + description: '' +https://www.shipa.io/ketch/devops-challenge-kubernetes-deployment-ketch-vs-yaml: + title: 'shipa.io: DevOps Challenge – Kubernetes Deployment: Ketch vs YAML' + year: N/A + stars: 0 + description: '' +https://github.com/kris-nova/naml: + title: 'naml: Not another markup language' + year: N/A + stars: 0 + description: '' +https://stedolan.github.io/jq: + title: jq + year: N/A + stars: 0 + description: '' +https://github.com/kellyjonbrazil/jc: + title: jc + year: N/A + stars: 0 + description: '' +https://github.com/jpmens/jo: + title: jo + year: N/A + stars: 0 + description: '' +https://github.com/mikefarah/yq: + title: yq + year: N/A + stars: 0 + description: '' +https://github.com/antonmedv/fx: + title: fx + year: N/A + stars: 0 + description: '' +https://github.com/PaulJuliusMartinez/jless: + title: jless + year: N/A + stars: 0 + description: '' +https://github.com/BurntSushi/xsv: + title: xsv + year: N/A + stars: 0 + description: '' +https://www.visidata.org: + title: visidata + year: N/A + stars: 0 + description: '' +https://github.com/johnkerl/miller: + title: miller + year: N/A + stars: 0 + description: '' +https://github.com/kislyuk/yq: + title: kislyuk/yq + year: N/A + stars: 0 + description: '' +https://www.base64encode.org: + title: base64encode.org + year: N/A + stars: 0 + description: '' +https://azure.microsoft.com: + title: Microsoft Azure + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com: + title: Microsoft Docs + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/azure: + title: Azure Docs + year: N/A + stars: 0 + description: '' +https://azure.microsoft.com/en-us/updates: + title: Azure Updates 🌟 + year: N/A + stars: 0 + description: '' +https://azurecharts.com: + title: '==azurecharts.com: Azure Charts==' + year: N/A + stars: 0 + description: '' +https://azurecharts.com/learning: + title: '==azurecharts.com/learning: Azure Learning Explorer==' + year: N/A + stars: 0 + description: '' +https://github.com/azure/mission-critical-online: + title: 'github.com/azure/mission-critical-online: Welcome to Azure Mission-Critical + Online Reference Implementation' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/custom/page/page-id/learn?product=All: + title: 'techcommunity.microsoft.com: Microsoft Learn - Learning Rooms Directory' + year: N/A + stars: 0 + description: '' +https://www.catapultsystems.com/blogs/introducing-the-third-of-three-microsoft-clouds-azure: + title: 'Introducing the third of three Microsoft Clouds: Azure' + year: N/A + stars: 0 + description: '' +https://medium.com/faun/scaling-applications-in-the-cloud-52bb6dfbac4e: + title: 'medium: Scaling Applications in the Cloud' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/azure-kubernetes-service-replaces-docker-with-containerd: + title: 'thenewstack.io: Azure Kubernetes Service Replaces Docker with containerd' + year: N/A + stars: 0 + description: '' +https://blog.sixeyed.com/you-cant-always-have-kubernetes-running-containers-in-azure-vm-scale-sets: + title: 'blog.sixeyed.com: You can''t always have Kubernetes: running containers + in Azure VM Scale Sets' + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/java/deploy-spring-boot-applications-by-leveraging-enterprise-best-practices: + title: 'devblogs.microsoft.com: Deploy Spring Boot applications by leveraging enterprise + best practices – Azure Spring Cloud Reference Architecture' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/azure-sentinel/non-interactive-logins-minimizing-the-blind-spot/ba-p/2287932: + title: 'techcommunity.microsoft.com: Non-interactive logins: minimizing the blind + spot' + year: N/A + stars: 0 + description: '' +https://www.returngis.net/2021/06/replicacion-de-blobs-entre-dos-cuentas-de-azure-storage-en-dos-tenants-diferentes: + title: 'returngis.net: ReplicaciΓ³n de blobs entre dos cuentas de Azure Storage en + dos tenants diferentes' + year: N/A + stars: 0 + description: '' +https://www.c-sharpcorner.com/article/comparing-aws-sql-server-with-azure-sql-database: + title: 'c-sharpcorner.com: Comparing AWS SQL Server With Azure SQL Database' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/fasttrack-for-azure/how-to-create-a-vpn-between-azure-and-aws-using-only-managed/ba-p/2281900 +: title: 'techcommunity.microsoft.com: How to create a VPN between Azure and AWS using + only managed solutions' + year: N/A + stars: 0 + description: '' +https://tecadmin.net/how-to-enable-multiple-rdp-sessions-on-windows-server: + title: 'teacdmin.net: How To Enable Multiple RDP Sessions on Windows Server' + year: N/A + stars: 0 + description: '' +https://k21academy.com/microsoft-azure/data-engineer/azure-data-lake: + title: 'k21academy.com: Azure Data Lake Overview For Beginners' + year: N/A + stars: 0 + description: '' +https://www.theregister.com/2021/09/03/microsoft_azure_deprecations_api_changes: + title: 'theregister.com: Microsoft Azure deprecations: API changes will break applications + and PowerShell scripts' + year: N/A + stars: 0 + description: '' +https://k21academy.com/microsoft-azure/azure-rbac-vs-azure-policies-vs-azure-blueprints: + title: 'k21academy.com: Azure RBAC Vs Azure Policies Vs Azure Blueprints' + year: N/A + stars: 0 + description: '' +https://blog.identitydigest.com/azuread-federate-k8s: + title: '==blog.identitydigest.com: Azure AD workload identity federation with Kubernetes==' + year: N/A + stars: 0 + description: '' +https://www.thomasmaurer.ch/2021/02/how-to-check-the-available-vm-sizes-skus-by-azure-region: + title: 'thomasmaurer.ch: How to check the available VM Sizes (SKUs) by Azure Region' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/multi-tenant-user-management-scenarios: + title: 'docs.microsoft.com: Multi-tenant user management scenarios' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/active-directory/external-identities/cross-tenant-access-overview: + title: 'docs.microsoft.com: Overview: Cross-tenant access with Azure AD External + Identities (Preview)' + year: N/A + stars: 0 + description: '' +https://nubesgen.com: + title: ==nubesgen.com== + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2022/03/nubesgen-azure-infrastructure: + title: 'infoq.com: NubesGen Brings Git Push to Azure Infrastructure' + year: N/A + stars: 0 + description: '' +https://charbelnemnom.com/move-files-between-azure-file-share-tiers: + title: 'charbelnemnom.com: Move Files Between Azure File Share Tiers and optimize + storage costs' + year: N/A + stars: 0 + description: '' +https://www.techrepublic.com/article/what-can-you-do-azure-files: + title: '==techrepublic.com: What can you do with Azure Files?==' + year: N/A + stars: 0 + description: '' +https://satyenkumar.medium.com/demystifying-the-cloud-computing-an-overview-of-the-microsoft-azure-6a5c1fb1799d: + title: '==satyenkumar.medium.com: Demystifying The Cloud: An Overview of the Microsoft + Azure== 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/developer/java/migration/migration-overview: + title: '==learn.microsoft.com: Migrate Java applications to Azure== 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://blog.cloudtrooper.net/2022/11/14/overlapping-ip-addresses-in-a-hub-and-spoke-network-feat-avnm-ars: + title: 'blog.cloudtrooper.net: Overlapping IP addresses in a hub-and-spoke network + (feat. AVNM & ARS)' + year: N/A + stars: 0 + description: '' +https://blog.cloudtrooper.net/2023/02/06/virtual-network-gateways-routing-in-azure: + title: 'blog.cloudtrooper.net: Virtual Network Gateways routing in Azure' + year: N/A + stars: 0 + description: '' +https://www.returngis.net/2023/04/monitorizar-aplicacion-java-con-spring-boot-con-azure-application-insights: + title: 'returngis.net: Monitorizar aplicaciΓ³n Java con Spring Boot con Azure Application + Insights' + year: N/A + stars: 0 + description: '' +? https://medium.com/awesome-azure/azure-most-useful-azure-services-every-developer-must-know-top-azure-paas-serverless-services-developer-c55b829ac6d7 +: title: 'medium.com/awesome-azure: Azure β€” Most Useful Azure Services Every Developer + Must Know' + year: N/A + stars: 0 + description: '' +? https://www.returngis.net/2023/04/invitar-a-usuarios-externos-a-un-tenant-de-azure-ad-a-traves-de-microsoft-graph-y-azure-cli +: title: 'returngis.net: Invitar a usuarios externos a un tenant de Azure AD a travΓ©s + de Microsoft Graph y Azure CLI' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree: + title: '==learn.microsoft.com: Choose an Azure compute service== 🌟🌟' + year: N/A + stars: 0 + description: '' +https://nwktimes.blogspot.com/2023/06/azure-ilb-for-nva-ha.html: + title: 'nwktimes.blogspot.com: NVA Part IV: NVA Redundancy with Azure Internal Load + Balancer' + year: N/A + stars: 0 + description: '' +https://azure.microsoft.com/en-us/blog/choose-the-best-global-distribution-solution-for-your-applications-with-azure: + title: '==azure.microsoft.com: Choose the best global distribution solution for + your applications with Azure==' + year: N/A + stars: 0 + description: '' +https://blog.davesdomain.co.uk/posts/azure-rbac-constrained-delegation: + title: 'blog.davesdomain.co.uk: A look at Azure RBAC Constrained Delegation' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/azure-networking-filiz-akkaya-wqcuc: + title: 'linkedin.com: Azure Networking | Filiz Akkaya' + year: N/A + stars: 0 + description: '' +https://allazureblog.wordpress.com/2024/01/18/azure-bastion-and-udrs: + title: 'allazureblog.wordpress.com: Azure Bastion vs UDR' + year: N/A + stars: 0 + description: '' +https://blog.cloudtrooper.net/2024/01/23/azure-network-monitoring-with-synthetic-traffic: + title: 'blog.cloudtrooper.net: Azure network monitoring with synthetic traffic' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/educator-developer-blog/leveraging-azure-event-hub-microsoft-fabric-and-power-bi-for/ba-p/4028701 +: title: 'techcommunity.microsoft.com: Leveraging Azure Event Hub, Microsoft Fabric, + and Power BI for Real-Time Data Analytics' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/azure-sql-blog/azure-sql-managed-instance-pools-new-features/ba-p/4044688: + title: 'techcommunity.microsoft.com: Azure SQL Managed Instance pools: new features' + year: N/A + stars: 0 + description: '' +https://github.com/Azure/Enterprise-Scale/wiki/ALZ-AMA-Update: + title: 'github.com/Azure/Enterprise-Scale: ALZ AMA Update' + year: N/A + stars: 0 + description: '' +https://blog.siliconvalve.com/posts/2024/02/06/analysing-git-commit-history-using-azure-data-explorer: + title: 'blog.siliconvalve.com: Analysing git commit history using Azure Data Explorer' + year: N/A + stars: 0 + description: '' +? https://azure.microsoft.com/en-us/updates/generally-available-azure-blob-storage-cold-tier-support-on-change-feed-and-object-replication +: title: 'azure.microsoft.com: Generally available: Azure Blob Storage Cold Tier support + on Change Feed and Object Replication' + year: N/A + stars: 0 + description: '' +https://hlokensgard.no/2023/07/03/azure-firewall-as-dns-proxy-with-the-new-azure-dns-resolver: + title: 'hlokensgard.no: Azure Firewall as DNS Proxy with the new Azure DNS Resolver' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/whos-who-azure-configuration-management-landscape-mark-tinderholt-nm7ve: + title: 'linkedin.com/pulse: The Who''s Who of the Azure Configuration Management + Landscape | Mark Tinderholt' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/fasttrack-for-azure/microsoft-fabric-multi-tenant-architecture/ba-p/4119429: + title: 'techcommunity.microsoft.com: Microsoft Fabric - Multi-Tenant Architecture' + year: N/A + stars: 0 + description: '' +https://build5nines.com/why-do-azure-resource-groups-have-an-azure-region-association: + title: 'build5nines.com: Why do Azure Resource Groups have an Azure Region association?' + year: N/A + stars: 0 + description: '' +https://build5nines.com/read-and-write-azure-blob-storage-with-javascript: + title: 'build5nines.com: Read and Write Azure Blob Storage with Javascript' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/fasttrack-for-azure/azure-orphan-resources/ba-p/3492198: + title: 'techcommunity.microsoft.com: Azure Orphan Resources' + year: N/A + stars: 0 + description: '' +https://github.com/dolevshor/azure-orphan-resources: + title: github.com/dolevshor/azure-orphan-resources + year: N/A + stars: 0 + description: '' +https://build5nines.com/azure-cdn-endpoint-interactive-map: + title: 'build5nines.com: Azure CDN POP Locations: Interactive Map of Azure CDN Points + of Presence' + year: N/A + stars: 0 + description: '' +https://luke.geek.nz/azure/azure-architecture-solution-requirement-consideration-checklist: + title: 'luke.geek.nz/azure: Azure Architecture - Solution Requirement Consideration + Checklist' + year: N/A + stars: 0 + description: '' +https://github.com/sajeetharan/azure-mindmap: + title: github.com/sajeetharan/azure-mindmap + year: N/A + stars: 0 + description: '' +https://github.com/sajeetharan/azure-mindmap/blob/master/azure-fundamentals/AZ-900.pdf: + title: 'Azure Fundamentals: AZ-900.pdf' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/azure-architecture/course-blueprint/m-p/4012399: + title: 'techcommunity.microsoft.com: Azure Architecture - Course Blueprint' + year: N/A + stars: 0 + description: '' +https://github.com/Azure/apiops: + title: github.com/Azure/apiops 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/Azure/migration: + title: 'github.com/Azure/migration: The Migration Execution Guide.' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-governance-and-management/azure-policy-for-kubernetes-releases-support-for-custom-policy/ba-p/2699466 +: title: 'techcommunity.microsoft.com: Azure Policy for Kubernetes releases support + for custom policy' + year: N/A + stars: 0 + description: '' +https://arinco.com.au/blog/awesome-azure-policy-chapter-1: + title: 'arinco.com.au: Awesome Azure Policy Chapter 1' + year: N/A + stars: 0 + description: '' +https://arinco.com.au/blog/awesome-azure-policy-chapter-2: + title: 'arinco.com.au: Awesome Azure Policy Chapter 2' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/azure-policy-recommended-practices/ba-p/3798024: + title: Azure Policy Recommended Practices + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-gb/azure/cloud-adoption-framework/ready/landing-zone/implementation-options: + title: 'Azure Cloud Adoption Framework: Platform Landing Zone Implementation Options' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/overview: + title: 'learn.microsoft.com: What is the Microsoft Cloud Adoption Framework for + Azure?' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/ultimate-guide-azure-cloud-adoption-framework-gregor-wohlfarter-hb4sf: + title: 'linkedin.com: The Ultimate Guide to Azure Cloud Adoption Framework Lifecycle' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/well-architected/service-guides/azure-kubernetes-service: + title: Architecture Best Practices for Azure Kubernetes Service (AKS) + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/well-architected: + title: 'learn.microsoft.com: Azure Well-Architected Framework' + year: N/A + stars: 0 + description: '' +https://infoq.com/news/2023/11/azure-well-architected-framework: + title: 'infoq.com: Microsoft Refreshes its Well-Architected Framework' + year: N/A + stars: 0 + description: '' +https://azure.github.io/Azure-Proactive-Resiliency-Library: + title: '==azure.github.io: Azure Proactive Resiliency Library (APRL)==' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/well-architected/service-guides/app-service-web-apps: + title: 'learn.microsoft.com: Azure Well-Architected Framework perspective on Azure + App Service (Web Apps)' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/advisor/advisor-assessments: + title: 'learn.microsoft.com: Use Azure WAF assessments' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/finops-blog/get-tailored-insights-with-our-advisor-well-architected/ba-p/4218239: + title: 'techcommunity.microsoft.com: Get tailored insights with our Advisor Well-Architected + assessments' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/caf-vs-waf-which-framework-use-your-cloud-migration-gregor-wohlfarter-hko0f: + title: 'linkedin.com: CAF vs WAF: Which Framework to Use for Your Cloud Migration?' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/azure-developer-community-blog/infra-in-azure-for-developers-the-what/ba-p/4026102: + title: 'techcommunity.microsoft.com: Infra in Azure for Developers - The What' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/blog/azureinfrastructureblog/enterprise%e2%80%91scale-azure-subscription-vending-using-azure-verified-modules-avm/4507751 +: title: Enterprise-Scale Azure Subscription Vending Using Azure Verified Modules + (AVM) + year: N/A + stars: 0 + description: '' +https://azure.github.io/Azure-Landing-Zones/accelerator/accelerator-release-notes: + title: Azure Landing Zone IaC Accelerator Release Notes + year: N/A + stars: 0 + description: '' +https://azure.github.io/Azure-Landing-Zones: + title: Azure Landing Zone Technical Documentation + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/blog/azuretoolsblog/announcing-general-availability-of-terraform-azure-verified-modules-for-platform/4366027 +: title: Announcing General Availability of Terraform Azure Verified Modules for Platform + Landing Zone (ALZ) + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/nb-no/azure/cloud-adoption-framework/ready/landing-zone: + title: Azure Landing Zone - Microsoft Cloud Adoption Framework + year: N/A + stars: 0 + description: '' +? https://medium.com/microsoftazure/ultimate-guide-for-azure-cloud-adoption-framework-for-enterprise-scale-landing-zone-bba2a385134d +: title: 'medium.com/microsoftazure: Ultimate guide for Enterprise-scale landing zone + for Azure' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-tools-blog/azure-landing-zones-accelerators-for-bicep-and-terraform/ba-p/4029866 +: title: 'techcommunity.microsoft.com: Azure Landing Zones Accelerators for Bicep + and Terraform. Announcing General Availability!' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-architecture-blog/azure-openai-landing-zone-reference-architecture/ba-p/3882102 +: title: 'techcommunity.microsoft.com: Azure OpenAI Landing Zone reference architecture' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-architecture-blog/new-feature-easily-assign-regulatory-compliance-policies-to-your/ba-p/4074957 +: title: 'techcommunity.microsoft.com: New feature: easily assign regulatory compliance + policies to your Azure Landing Zone' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-infrastructure-blog/azure-landing-zones-custom-archetypes-using-terraform/ba-p/3791172 +: title: 'techcommunity.microsoft.com: Azure landing zones custom archetypes using + Terraform' + year: N/A + stars: 0 + description: '' +https://www.thomasmaurer.ch/2023/09/azure-landing-zone-review-assessment: + title: 'thomasmaurer.ch: Azure Landing Zone Review Assessment' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/startups-at-microsoft/from-zero-to-hero-with-azure-landing-zones/ba-p/4229195: + title: 'techcommunity.microsoft.com: From Zero to Hero with Azure Landing Zones' + year: N/A + stars: 0 + description: '' +ttps://learn.microsoft.com/en-us/azure/extended-zones: + title: 'Azure Extended Zones: Azure Extended Zones are small-footprint extensions + of Azure to serve low latency or data residency workloads' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/architecture/guide/azure-sandbox/azure-sandbox: + title: Azure Sandbox + year: N/A + stars: 0 + description: '' +https://azuremarketplace.microsoft.com/en-us/marketplace/apps/gofireflyltd1705083203658.firefly: + title: 'azuremarketplace.microsoft.com: Firefly' + year: N/A + stars: 0 + description: '' +https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md: + title: ==Microsoft REST API Guidelines== 🌟🌟🌟 + year: N/A + stars: 0 + description: '' +https://github.com/Azure/azqr: + title: ==github.com/Azure/azqr== + year: N/A + stars: 0 + description: '' +https://azure.microsoft.com/en-gb/updates/general-availability-azure-bastion-native-client-support: + title: '==azure.microsoft.com: General availability: Azure Bastion native client + support==' + year: N/A + stars: 0 + description: '' +https://azure.microsoft.com/en-us/updates/sftp-support-for-azure-blob-storage-now-generally-available: + title: 'azure.microsoft.com: Generally available: SFTP support for Azure Blob Storage' + year: N/A + stars: 0 + description: '' +? https://azure.microsoft.com/en-gb/updates/generally-available-durable-functions-support-of-managed-identity-for-azure-storage +: title: 'azure.microsoft.com: Generally Available: Durable Functions support of managed + identity for Azure Storage' + year: N/A + stars: 0 + description: '' +https://azure.microsoft.com/en-us/updates/generally-available-azure-bastion-shareable-links: + title: 'Generally available: Azure Bastion now support shareable links' + year: N/A + stars: 0 + description: '' +https://www.theregister.com/2023/05/26/microsoft_azure_linux_container: + title: 'theregister.com: Microsoft has made Azure Linux generally available. Repeat, + Azure Linux' + year: N/A + stars: 0 + description: '' +https://azure.microsoft.com/en-us/updates/azure-virtual-network-manager-topology-view-now-generally-available: + title: '==azure.microsoft.com: Azure Virtual Network Manager topology view now generally + available==' + year: N/A + stars: 0 + description: '' +https://hlokensgard.no/2024/07/01/azure-virtual-network-manager-a-game-changer-or-just-a-costly-upgrade: + title: 'hlokensgard.no: Azure Virtual Network Manager – A game changer or just a + costly upgrade?' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com: + title: techcommunity.microsoft.com + year: N/A + stars: 0 + description: '' +https://thomasthornton.cloud: + title: 'thomasthornton.cloud: Thomas Thornton' + year: N/A + stars: 0 + description: '' +https://www.thomasmaurer.ch: + title: thomasmaurer.ch + year: N/A + stars: 0 + description: '' +https://www.commandline.ninja: + title: CommandLine Ninja + year: N/A + stars: 0 + description: '' +https://www.dotnetcurry.com: + title: dotnetcurry.com + year: N/A + stars: 0 + description: '' +https://www.azurebrains.com: + title: 'azurebrains.com: Azurebrains' + year: N/A + stars: 0 + description: '' +https://rutlandblog.com: + title: rutlandblog.com + year: N/A + stars: 0 + description: '' +https://github.com/johnthebrit/CertificationMaterials: + title: johnthebrit/CertificationMaterials + year: N/A + stars: 0 + description: '' +https://www.thomasmaurer.ch/2022/01/how-to-learn-microsoft-azure-in-2022: + title: 'thomasmaurer.ch: How To Learn Microsoft Azure in 2022' + year: N/A + stars: 0 + description: '' +https://charbelnemnom.com/az-305-exam-study-guide-azure-solutions-architect: + title: 'charbelnemnom.com: Exam AZ-305: Microsoft Certified: Azure Solutions Architect + Expert' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/training/browse/?resource_type=course&products=azure: + title: '==learn.microsoft.com: Browse all courses, learning paths, and modules== + 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/azure-fundamentals-certification-az-900-exam-course: + title: 'freecodecamp.org: Azure Fundamentals Certification (AZ-900) – Pass the Exam + With This Free 8-Hour Course' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/credentials/certifications/practice-assessments-for-microsoft-certifications: + title: 'learn.microsoft.com: Practice Assessments for Microsoft Certifications' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-gb/azure/cloud-adoption-framework/ready/azure-best-practices/resource-naming: + title: 'docs.microsoft.com: Define your naming convention' + year: N/A + stars: 0 + description: '' +https://www.seifbassem.com/blogs/posts/azure-naming-tool: + title: 'seifbassem.com: Azure Naming Tool' + year: N/A + stars: 0 + description: '' +https://justinoconnor.codes/2022/08/19/azure-periodic-table-of-resource-naming-convention-shorthands: + title: 'justinoconnor.codes: Azure Periodic Table of Resource Naming Convention + Shorthands' + year: N/A + stars: 0 + description: '' +? https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks-mission-critical/mission-critical-intro +: title: '==learn.microsoft.com: Mission-critical baseline architecture on Azure==' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/well-architected/mission-critical/mission-critical-overview: + title: 'learn.microsoft.com: Mission-critical workloads' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview: + title: 'docs.microsoft.com: Understand Azure Load Balancing. Decision tree for load + balancing in Azure' + year: N/A + stars: 0 + description: '' +http://mvark.blogspot.com/2019/12/comparison-of-azure-front-door-traffic.html: + title: 'mvark.blogspot.com: Comparison of Azure Front Door, Traffic Manager, Application + Gateway & Load Balancer' + year: N/A + stars: 0 + description: '' +https://azure.microsoft.com/en-gb/products/load-testing: + title: Azure Load Testing + year: N/A + stars: 0 + description: '' +https://azure.microsoft.com/en-gb/blog/microsoft-azure-load-testing-is-now-generally-available: + title: 'azure.microsoft.com: Microsoft Azure Load Testing is now generally available' + year: N/A + stars: 0 + description: '' +https://github.com/Azure-Samples/azure-load-testing-samples: + title: github.com/Azure-Samples/azure-load-testing-samples 🌟 + year: N/A + stars: 0 + description: '' +https://thenewstack.io/deploying-microsofts-new-linux-distribution-as-a-vm-is-not-easy: + title: 'thenewstack.io: Deploying Microsoft’s New Linux Distribution as a VM is + Not Easy' + year: N/A + stars: 0 + description: '' +https://github.com/microsoft/CBL-Mariner: + title: github.com/microsoft/CBL-Mariner + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/architecture/guide/networking/global-web-applications/mission-critical-app-service: + title: Enterprise Web App Patterns - Azure Architecture Center + year: N/A + stars: 0 + description: '' +https://github.com/mattfeltonma/azure-networking-patterns: + title: ==mattfeltonma/azure-networking-patterns== + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/architecture/patterns: + title: '==docs.microsoft.com: Cloud Design Patterns== 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/Azure/AZVerify: + title: 'AZVerify: Bridging Azure Resources, Bicep Templates, and Diagrams with GitHub + Copilot' + year: N/A + stars: 0 + description: '' +https://mattias.engineer/blog/2025/azure-portal-export-terraform: + title: Export Terraform Code from the Azure Portal + year: N/A + stars: 0 + description: '' +https://registry.terraform.io/modules/hlokensgard/res-ipam/azure/latest: + title: Terraform Azure Resource IPAM Module + year: N/A + stars: 0 + description: '' +https://t.co/mv3tyz1oRt: + title: Announcing Public Preview of Terraform Export from the Azure Portal + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/blog/azuretoolsblog/announcing-public-preview-of-terraform-export-from-the-azure-portal/4409889 +: title: Announcing Public Preview of Terraform Export from the Azure Portal + year: N/A + stars: 0 + description: '' +https://github.com/XtratusCloud/terraform-provider-azureipam: + title: Terraform Provider for Azure IPAM + year: N/A + stars: 0 + description: '' +https://azure.microsoft.com/en-us/resources/templates: + title: '==azure.microsoft.com: Azure Quickstart Templates==' + year: N/A + stars: 0 + description: '' +https://www.thomasmaurer.ch/2020/12/learn-how-to-deploy-and-manage-azure-resources-with-arm-templates: + title: 'thomasmaurer.ch: Learn how to deploy and manage Azure resources with ARM + templates' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/azure-governance-and-management/arm-template-specs-now-ga/ba-p/2402618: + title: 'techcommunity.microsoft.com: ARM Template Specs now GA!' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-specs: + title: 'docs.microsoft.com: Azure Resource Manager template specs' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/architecture/solution-ideas/articles/dev-test-microservice: + title: 'learn.microsoft.com: DevTest and DevOps for microservice solutions' + year: N/A + stars: 0 + description: '' +https://www.azuredevopslabs.com: + title: Azure DevOps Labs 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/nnellans/ado-pipelines-guide: + title: 'github.com/nnellans/ado-pipelines-guide: Azure DevOps YAML Pipelines Guide + 🌟' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-gb/learn/paths/build-applications-with-azure-devops: + title: '==docs.microsoft.com: Build applications with Azure DevOps (Learning Path)==' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-gb/azure/devops/pipelines: + title: '==docs.microsoft.com: Azure Pipelines documentation==' + year: N/A + stars: 0 + description: '' +https://github.com/microsoft/azure-pipelines-tasks: + title: microsoft/azure-pipelines-tasks + year: N/A + stars: 0 + description: '' +https://info.acloud.guru/resources/deploy-kubernetes-app-with-azure-devops: + title: 'info.acloud.guru: Deploying your first kubernetes app with Azure DevOps' + year: N/A + stars: 0 + description: '' +https://info.acloud.guru/resources/azure-devops-vs-github-comparing-microsofts-devops-twins: + title: 'info.acloud.guru: Azure DevOps VS GitHub: Comparing Microsoft''s DevOps + Twins' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/apps-on-azure/building-a-path-to-success-for-microservices-and-net-core/ba-p/1502270 +: title: 'techcommunity.microsoft.com: Building a path to success for microservices + and .NET Core - Project Tye + GitHub Actions' + year: N/A + stars: 0 + description: '' +https://medium.com/@arunksingh16/azure-devops-handbook-d6dcd82da1b7: + title: 'medium: Azure DevOps HandBook !' + year: N/A + stars: 0 + description: '' +https://medium.com/@therealjordanlee/azure-devops-tips-each-loops-c082c692d025: + title: 'Azure DevOps Tips: β€œEach” Loops' + year: N/A + stars: 0 + description: '' +https://cloudskills.io/blog/git-azure-devops: + title: 'cloudskills.io: Getting Started with Git and Azure DevOps: The Ultimate + Guide 🌟' + year: N/A + stars: 0 + description: '' +https://www.zartis.com/simplify-your-sdlc-with-azure-devops: + title: 'zartis.com: Simplify Your SDLC with Azure DevOps' + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/devops/controlling-release-pipelines-with-gates-and-azure-policy-compliance: + title: 'devblogs.microsoft.com: Controlling Release Pipelines with Gates and Azure + Policy Compliance 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=zL0eLEl2BxI&ab_channel=TravisRoberts: + title: 'youtube: Azure DevOps Pipeline and Image Builder' + year: N/A + stars: 0 + description: '' +https://dev.to/gbengelebs/setting-up-a-ci-cd-pipeline-using-azure-devops-4gb: + title: 'dev.to: Setting up a CI-CD Pipeline Using Azure DevOps 🌟' + year: N/A + stars: 0 + description: '' +https://thomasthornton.cloud/2021/04/29/scout-suite-reports-using-azure-devops-pipeline: + title: 'thomasthornton.cloud: Scout Suite reports using Azure DevOps Pipeline' + year: N/A + stars: 0 + description: '' +https://github.com/cschotte/Azure-DevOps-Dashboard: + title: Azure DevOps Dashboard + year: N/A + stars: 0 + description: '' +https://cloud.google.com/architecture/creating-cicd-pipeline-vsts-compute-engine: + title: 'cloud.google.com: Crea una canalizaciΓ³n de CI/CD con Azure Pipelines y Compute + Engine' + year: N/A + stars: 0 + description: '' +https://www.letsdevops.net/post/letsdevops-introduction-to-azure-devops-for-beginners: + title: 'letsdevops.net: Introduction to Azure DevOps for Beginners - Create CI/CD + Pipelines, Setup Repository 🌟' + year: N/A + stars: 0 + description: '' +https://www.kevinrchant.com/2021/09/16/increase-in-demand-for-data-platform-automation: + title: 'kevinrchant.com: Increase in demand for Data Platform automation' + year: N/A + stars: 0 + description: '' +? https://www.kevinrchant.com/2021/09/14/t-sql-tuesday-142-introducing-my-azure-devops-templates-for-data-platform-deployments +: title: 'kevinrchant.com: Introducing my Azure DevOps templates for Data Platform + deployments' + year: N/A + stars: 0 + description: '' +https://www.dotnetcurry.com/devops/workitem-customize-azure-devops-server-2020: + title: 'dotnetcurry.com: Customization of Work Items in Azure DevOps and Azure DevOps + Server 2020' + year: N/A + stars: 0 + description: '' +https://github.com/thomast1906/DevOps-The-Hard-Way-Azure: + title: thomast1906/DevOps-The-Hard-Way-Azure 🌟 + year: N/A + stars: 0 + description: '' +https://www.thinksys.com/azure/azure-devops-pipeline-complete-guide: + title: '==thinksys.com: Azure DevOps Pipeline Complete Guide 2022==' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-synapse-analytics-blog/cicd-in-synapse-sql-how-to-deliver-your-database-objects-across/ba-p/3267507 +: title: 'techcommunity.microsoft.com: CICD in Synapse SQL: How to deliver your database + objects across multiple environments' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/provision-resources-on-aws-with-azure-devops-and-terraform-part-i-3c0de6d34fc9: + title: '==medium.com/geekculture: Provision resources on AWS with Azure DevOps and + Terraform β€” Part I==' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/provision-resources-on-aws-with-azure-devops-and-terraform-part-ii-45ee450139: + title: '==medium.com/geekculture: Provision resources on AWS with Azure DevOps and + Terraform β€” Part II==' + year: N/A + stars: 0 + description: '' +? https://medium.com/@sdevsecops/how-to-implement-devsecops-in-a-kubernetes-cluster-environment-github-actions-and-azure-devops-522bdd121e34 +: title: '==medium.com/@sdevsecops: How to implement DevSecOps in a Kubernetes cluster + environment-Github Actions and Azure DevOps==' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/devops/pipelines/process/templates: + title: '==learn.microsoft.com: Azure DevOps Templates - Template types & usage== + 🌟🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/continuous-deployment-with-azure-devops-pipelines-and-kubernetes-12fe1c70b343: + title: 'medium.com/geekculture: Continuous Deployment with Azure DevOps Pipelines + and Kubernetes' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/healthcare-and-life-sciences/azure-devops-pipelines-if-expressions-and-conditions/ba-p/3737159 +: title: 'techcommunity.microsoft.com: Azure DevOps Pipelines: If Expressions and + Conditions 🌟' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/complete-cicd-solution-ms-aks-using-azure-devops-argocd-singh: + title: 'linkedin.com: Complete CI/CD Solution for mS on AKS using Azure DevOps, + ArgoCD and External Kubernetes Secretes 🌟' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-devops-blog/introduction-to-azure-devops-workload-identity-federation-oidc/ba-p/3908687 +: title: 'techcommunity.microsoft.com: Introduction to Azure DevOps Workload identity + federation (OIDC) with Terraform' + year: N/A + stars: 0 + description: '' +https://datascientest.com/en/azure-devops-pipeline-yaml-why-configure-ci-cd-pipelines-with-yaml: + title: '==datascientest.com: Azure DevOps Pipeline YAML: why configure CI/CD pipelines + with YAML?==' + year: N/A + stars: 0 + description: '' +https://thomasthornton.cloud/2021/08/04/conditional-variables-in-azure-devops-pipelines: + title: 'thomasthornton.cloud: Conditional Variables in Azure DevOps Pipelines' + year: N/A + stars: 0 + description: '' +? https://build5nines.com/azure-pipeline-publish-unit-test-and-code-coverage-results-with-net-solution-using-vstest-cobertura-and-coverlet +: title: 'build5nines.com: Azure Pipeline: Publish Unit Test and Code Coverage Results + with .NET 7 Solution using VSTest, Cobertura, and Coverlet' + year: N/A + stars: 0 + description: '' +https://thomasthornton.cloud/2024/01/18/adding-pull-request-comments-to-azure-devops-repo-from-azure-devops-pipelines: + title: 'thomasthornton.cloud: Adding pull-request comments to Azure DevOps Repo + from Azure DevOps Pipelines' + year: N/A + stars: 0 + description: '' +https://towardsdev.com/azure-devops-project-creation-and-setup-via-terraform-3444ff985bae: + title: '==towardsdev.com: Azure DevOps Project Creation and Setup via Terraform==' + year: N/A + stars: 0 + description: '' +https://thomasthornton.cloud/2020/07/08/deploy-terraform-using-azure-devops: + title: '==thomasthornton.cloud: Deploy Terraform using Azure DevOps==' + year: N/A + stars: 0 + description: '' +https://blog.johnfolberth.com: + title: 'blog.johnfolberth.com: Resources and posts for those figuring out DevOps + in Azure' + year: N/A + stars: 0 + description: '' +https://medium.com/@muppedaanvesh/azure-devops-self-hosted-agents-on-kubernetes-part-1-aa91e7912f79: + title: 'medium.com/@muppedaanvesh: Azure DevOps β€” Self Hosted Agents on Kubernetes + β€” PART-1' + year: N/A + stars: 0 + description: '' +https://medium.com/@DevOps-Diva.o/implementing-security-on-azure-devops-pipelines-a653da4862a9: + title: 'medium.com/@DevOps-Diva.o: Implementing Security on Azure DevOps Pipelines' + year: N/A + stars: 0 + description: '' +https://luke.geek.nz/azure/export-azure-devops-repos-azure-storage-account: + title: 'luke.geek.nz/azure: Export Azure DevOps Repositories to Azure Storage Account' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/devops/managed-devops-pools: + title: 'learn.microsoft.com: Managed DevOps Pools documentation' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=FBAav6OoJlw: + title: 'youtube: Managed DevOps Pools for Azure DevOps | Full Overview & Demo 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/michaelmsonne/AzureDevOpsBackupTool: + title: https://github.com/michaelmsonne/AzureDevOpsBackupTool + year: N/A + stars: 0 + description: '' +? https://blog.sonnes.cloud/introducing-azure-devops-backup-tool-1-1-0-0-major-update-with-new-features-bug-fixes-and-enhanced-security +: title: 'blog.sonnes.cloud: Introducing Azure DevOps Backup Tool 1.1.0.0: Major update + with new features, bug fixes and enhanced security!' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema/pipeline: + title: '==DevOps Azure Pipelines: YAML Schema==' + year: N/A + stars: 0 + description: '' +https://github.com/Microsoft/azure-pipelines-tasks: + title: ==Microsoft/azure-pipelines-tasks== + year: N/A + stars: 0 + description: '' +https://github.com/datakickstart: + title: github.com/datakickstart + year: N/A + stars: 0 + description: '' +https://github.com/JFolberth/TheYAMLPipelineOne: + title: github.com/JFolberth/TheYAMLPipelineOne 🌟 + year: N/A + stars: 0 + description: '' +https://gist.github.com/GTRekter/51f8be3fbfb13b3696f92e117d956597: + title: 'gist.github.com: This snippet contains the steps to generate a terraform + plan and post it as a comment of a pull request in Azure DevOps' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=SZM49lGovTg: + title: 'youtube: Databricks CI/CD: Azure DevOps Pipeline + DABs' + year: N/A + stars: 0 + description: '' +https://stackoverflow.com/questions/47307368/what-is-the-difference-between-an-azure-tenant-and-azure-subscription: + title: '==stackoverflow.com: What is the difference between an Azure tenant and + Azure subscription?==' + year: N/A + stars: 0 + description: '' +https://marckean.com/2016/06/01/azure-vs-azure-ad-accounts-tenants-subscriptions: + title: '==marckean.com: Azure Vs Azure AD – Accounts / Tenants / Subscriptions==' + year: N/A + stars: 0 + description: '' +https://blogit.create.pt/miguelisidoro/2019/01/07/pros-and-cons-of-single-tenant-vs-multiple-tenants-in-office-365: + title: 'blogit.create.pt: Pros and Cons of Single Tenant vs Multiple Tenants in + Office 365' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/role-based-access-control/rbac-and-directory-admin-roles: + title: 'learn.microsoft.com: Classic subscription administrator roles, Azure roles, + and Azure AD roles' + year: N/A + stars: 0 + description: '' +? https://learn.microsoft.com/en-us/microsoft-365/enterprise/subscriptions-licenses-accounts-and-tenants-for-microsoft-cloud-offerings?view=o365-worldwide +: title: 'learn.microsoft.com: Subscriptions, licenses, accounts, and tenants for + Microsoft''s cloud offerings' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits: + title: 'learn.microsoft.com: Azure subscription and service limits, quotas, and + constraints' + year: N/A + stars: 0 + description: '' +https://itnext.io/secure-azure-cosmos-db-access-by-using-azure-managed-identities-55f9fdf48fda: + title: 'itnext.io: Secure Azure Cosmos DB access by using Azure Managed Identities' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=-F9yzj4Kjeo&ab_channel=HoussemDellai: + title: 'youtube.com: Azure Service Principal - SPN | Houssem Dellai' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=Hg-YsUITnck: + title: 'youtube.com: How to create Service Principals in Azure Portal | Raaviblog' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/azure/dynamic-user-membership-rules-azure-active-directory/m-p/3281164: + title: '==techcommunity.microsoft.com: Dynamic user membership rules, Azure Active + Directory Administrative Units and password reset!== 🌟' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/active-directory/roles/custom-available-permissions: + title: 'learn.microsoft.com: Application registration permissions for custom roles + in Azure Active Directory' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/active-directory/reports-monitoring/overview-recommendations: + title: '==learn.microsoft.com: What are Azure Active Directory recommendations?== + 🌟🌟' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/entra/architecture/multi-tenant-user-management-introduction: + title: '==learn.microsoft.com: Multi-tenant user management introduction==' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/nb-no/azure/role-based-access-control/delegate-role-assignments-portal: + title: '==learn.microsoft.com: Delegate Azure role assignment management to others + with conditions==' + year: N/A + stars: 0 + description: '' +https://codewithme.cloud/posts/2024/02/why-arent-you-using-secretless-authentication: + title: '==codewithme.cloud: Why aren’t you using Managed Identities?!==' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/credentials-problem-using-azure-managed-identity-dimitar-iliev--wzzaf: + title: 'linkedin.com/pulse: No Credentials, No Problem - using Azure Managed Identity' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/nb-no/azure/role-based-access-control/delegate-role-assignments-portal?tabs=template: + title: 'learn.microsoft.com/nb-no: Delegate Azure role assignment management to + others with conditions' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles: + title: 'learn.microsoft.com/en-us: Azure built-in roles 🌟🌟' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-infrastructure-blog/azure-permissions-101-how-to-manage-azure-access-effectively/ba-p/4067468 +: title: '==techcommunity.microsoft.com: Azure Permissions 101: How to manage Azure + access effectively==' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/microsoft-entra-blog/important-azure-ad-graph-retirement-and-powershell-module/ba-p/3848270 +: title: 'techcommunity.microsoft.com: Important: Azure AD Graph Retirement and Powershell + Module Deprecation' + year: N/A + stars: 0 + description: '' +https://journeyofthegeek.com/2024/05/10/azure-authorization-azure-rbac-delegation: + title: 'journeyofthegeek.com: Azure Authorization – Azure RBAC Delegation' + year: N/A + stars: 0 + description: '' +https://www.agrenpoint.com/azcli-adscope: + title: '==agrenpoint.com: Azure AD & Microsoft Graph permission scopes, with Azure + CLI==' + year: N/A + stars: 0 + description: '' +https://medium.com/medialesson/create-azure-active-directory-app-registration-with-azure-cli-3241aa3824c5: + title: '==medium.com/medialesson: Create Azure Active Directory App Registration + with Azure CLI==' + year: N/A + stars: 0 + description: '' +https://www.inkoop.io/blog/how-to-get-azure-api-credentials: + title: 'inkoop.io: How to get Azure API Credentials' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-create-service-principal-portal: + title: 'docs.microsoft.com: Use the portal to create an Azure AD application and + service principal that can access resource' + year: N/A + stars: 0 + description: '' +https://medium.com/medialesson/assigning-azure-built-in-roles-vs-azure-ad-built-in-roles-with-azure-cli-d1cbf56fcdbe: + title: 'medium.com/medialesson: Assigning Azure built-in roles vs Azure AD built-in + roles with Azure CLI' + year: N/A + stars: 0 + description: '' +https://github.com/microsoftgraph/msgraph-sdk-powershell: + title: 'microsoftgraph/msgraph-sdk-powershell/samples: 9-Applications.ps1' + year: N/A + stars: 0 + description: '' +http://vcloud-lab.com/entries/microsoft-azure/get-started-and-configure-with-certificate-based-authentication-in-azure: + title: 'vcloud-lab.com: Get started and configure certificate-based authentication + in Azure' + year: N/A + stars: 0 + description: '' +? http://vcloud-lab.com/entries/microsoft-azure/create-an-azure-app-registrations-in-azure-active-directory-using-powershell-azurecli +: title: 'vcloud-lab.com: Create an Azure App registrations in Azure Active Directory + using PowerShell & AzureCLI' + year: N/A + stars: 0 + description: '' +https://www.nathannellans.com/post/app-registrations-enterprise-apps-and-service-principals: + title: '==nathannellans.com: App Registrations, Enterprise Apps, and Service Principals== + 🌟' + year: N/A + stars: 0 + description: '' +https://www.nathannellans.com/post/app-registration-enterprise-apps-part-2: + title: '==nathannellans.com: Application Registrations and Enterprise Apps - Part + 2== 🌟' + year: N/A + stars: 0 + description: '' +https://zer1t0.gitlab.io/posts/attacking_ad: + title: '==zer1t0.gitlab.io: Attacking Active Directory: 0 to 0.9== 🌟' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/azure-arc/overview: + title: Azure Arc overview + year: N/A + stars: 0 + description: '' +https://azurearcjumpstart.io: + title: azurearcjumpstart.io + year: N/A + stars: 0 + description: '' +https://github.com/microsoft/azure_arc: + title: architecture diagrams and slides + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/itops-talk-blog/standardize-devops-practices-across-hybrid-and-multicloud/ba-p/2795010 +: title: 'techcommunity.microsoft.com: Standardize DevOps practices across hybrid + and multicloud environments' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/azure-arc/kubernetes/conceptual-gitops-flux2-ci-cd: + title: 'docs.microsoft.com: CI/CD workflow using GitOps (Flux v2) - Azure Arc enabled + Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.thomasmaurer.ch/2021/06/run-cloud-native-apps-on-azure-paas-anywhere: + title: 'thomasmaurer.ch: Run cloud-native apps on Azure PaaS anywhere' + year: N/A + stars: 0 + description: '' +https://www.seifbassem.com/blogs/posts/azure-arc-ssh: + title: 'seifbassem.com: SSH into your Azure Arc-enabled servers from anywhere' + year: N/A + stars: 0 + description: '' +https://github.com/azsk/DevOpsKit: + title: Secure DevOps Kit for Azure + year: N/A + stars: 0 + description: '' +https://github.com/azsk/DevOpsKit-docs: + title: DevOpsKit-docs + year: N/A + stars: 0 + description: '' +https://www.ismiletechnologies.com/devsecops/secure-devops-kit-azureazsk: + title: 'ismiletechnologies.com: Secure DevOps Kit For Azure(AzSK)' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/app-service/reference-app-settings: + title: 'learn.microsoft.com: Environment variables and app settings in Azure App + Service' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/app-service/configure-language-java: + title: 'learn.microsoft.com: Configure a Java app for Azure App Service' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/app-service/configure-custom-container: + title: 'learn.microsoft.com: Configure a custom container for Azure App Service' + year: N/A + stars: 0 + description: '' +https://www.returngis.net/2021/08/acceder-a-un-app-service-con-private-endpoint-desde-otra-vnet: + title: 'returngis.net: Acceder a un App Service con Private Endpoint desde otra + Vnet' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=53-Y_aI0KpE&ab_channel=MicrosoftAzure: + title: 'youtube: How to run an App Service Web App on Azure Arc-enabled Kubernetes + - Part 2 | Azure Tips and Tricks' + year: N/A + stars: 0 + description: '' +https://azure.github.io/AppService/2024/01/05/Diagnose-Tools-for-NodeJs-Linux-apps.html: + title: 'azure.github.io/AppService: General availability of Diagnostics tools for + App Service on Linux Node.js apps' + year: N/A + stars: 0 + description: '' +https://www.nathannellans.com/post/azure-application-gateway-part-1: + title: '==nathannellans.com: Azure Application Gateway - Part 1== 🌟' + year: N/A + stars: 0 + description: '' +https://acethecloud.com/blog/azure-application-gateway-and-nginx-on-vm: + title: 'acethecloud.com: Which is better Azure App Gateway or Nginx configured on + Azure VMs' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/training/paths/implement-azure-functions: + title: 'learn.microsoft.com: AZ-204: Implement Azure Functions 🌟' + year: N/A + stars: 0 + description: '' +https://www.azurebrains.com/2021/03/25/despliega-azure-function-terraform-azuredevops: + title: 'azurebrains.com: Despliega tu Azure Function App con Terraform y Azure DevOps + 🌟' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-observability-blog/azure-monitor-logs-next-evolution-multi-tier-logging/ba-p/4200871 +: title: 'techcommunity.microsoft.com: Azure Monitor Logs Next Evolution: Multi-tier + logging' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-observability-blog/introducing-azure-monitor-managed-service-for-prometheus/ba-p/3600185 +: title: '==techcommunity.microsoft.com: Introducing Azure Monitor managed service + for Prometheus== 🌟' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-observability-blog/how-to-monitor-your-multi-tenant-solution-on-azure-with-azure/ba-p/4042140 +: title: 'techcommunity.microsoft.com: How To Monitor Your Multi-Tenant Solution on + Azure With Azure Monitor' + year: N/A + stars: 0 + description: '' +https://havanrijn.wordpress.com/2024/04/01/dont-let-azure-log-analytics-break-the-bank: + title: 'havanrijn.wordpress.com: Don’t let Azure Log Analytics break the bank' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/azure-for-isv-and-startups/azure-orphan-resources-grafana-dashboard/ba-p/4120303: + title: 'techcommunity.microsoft.com: Azure Orphan Resources Grafana Dashboard' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/appcenter/build/choose-between-services: + title: Visual Studio App Center VS Azure Pipelines + year: N/A + stars: 0 + description: '' +https://itnext.io/how-to-setup-ci-cd-pipelines-for-android-with-azure-devops-2a4ded0de0e7: + title: 'itnext.io: How to setup CI CD pipelines for Android with Azure DevOps' + year: N/A + stars: 0 + description: '' +https://arjavdave.com/2021/03/11/continuous-integration-for-ios-on-azure-devops-part-1: + title: 'arjavdave.com: Continuous Integration: CI/CD for iOS (Part 1)' + year: N/A + stars: 0 + description: '' +https://sahansera.dev/multi-stage-builds-with-azure-pipelines-ionic: + title: 'sahansera.dev: Multi-stage builds for Ionic Apps with Azure Pipeline Templates' + year: N/A + stars: 0 + description: '' +https://sahansera.dev/publishing-android-apps-to-microsoft-appcenter: + title: 'sahansera.dev: Publishing Android Apps to Microsoft App Center from Azure + DevOps' + year: N/A + stars: 0 + description: '' +https://yoshevski.medium.com/cost-effective-azuredevops-and-appcenter-integration-fe606725d5d5: + title: 'yoshevski.medium.com: Cost-effective Azure Devops and AppCenter integration' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=s1grtSSIRVA&ab_channel=dotNET: + title: 'youtube: Signing & Versioning iOS & Android Apps | DevOps for Mobile' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/powershell: + title: PowerShell + year: N/A + stars: 0 + description: '' +https://www.powershellgallery.com: + title: PowerShell Gallery 🌟 + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/powershell-community: + title: PowerShell Community + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/PowerShell/comments/flzsx5/powershell_core_yaml_support: + title: 'reddit.com: PowerShell Core yaml support?' + year: N/A + stars: 0 + description: '' +https://powershellmagazine.com: + title: powershellmagazine.com + year: N/A + stars: 0 + description: '' +https://dbatools.io: + title: dbatools.io + year: N/A + stars: 0 + description: '' +https://www.thomasmaurer.ch/2021/07/powershell-download-script-or-file-from-github: + title: 'thomasmaurer.ch: PowerShell: Download script or file from GitHub' + year: N/A + stars: 0 + description: '' +https://www.deepinstinct.com/2021/07/01/what-makes-powershell-a-challenge-for-cybersecurity-solutions: + title: 'deepinstinct.com: What makes powershell a challenge for cybersecurity solutions? + 🌟' + year: N/A + stars: 0 + description: '' +https://fedoramagazine.org/powershell-on-linux-a-primer-on-object-shells: + title: 'fedoramagazine.org: PowerShell on Linux? A primer on Object-Shells' + year: N/A + stars: 0 + description: '' +https://www.sqlservercentral.com/articles/powershell-day-by-day-adding-help-to-scripts: + title: 'sqlservercentral.com: Powershell Day by Day: Adding Help to Scripts' + year: N/A + stars: 0 + description: '' +https://github.com/dahlbyk/posh-git: + title: dahlbyk/posh-git + year: N/A + stars: 0 + description: '' +https://blog.guybarrette.com/powershell-prompt-how-to-display-your-current-kubernetes-context-using-oh-my-posh-3: + title: 'blog.guybarrette.com: Powershell prompt: How to display your current Kubernetes + context using Oh-My-Posh 3 🌟' + year: N/A + stars: 0 + description: '' +https://jinwookim928.medium.com/automation-script-for-git-flow-on-powershell-70d0596f6da8: + title: 'jinwookim928.medium.com: Automation Script for Git Flow on PowerShell' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=PjiJsllKZrI&ab_channel=ACloudGuru: + title: 'youtube: Azure PowerShell account management with Azure contexts | A Cloud + Guru 🌟' + year: N/A + stars: 0 + description: '' +https://www.hackingarticles.in/powershell-for-pentester-windows-reverse-shell: + title: 'hackingarticles.in: PowerShell for Pentester: Windows Reverse Shell' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/resources/managing-terraform-cloud-with-powershell: + title: 'hashicorp.com: Managing Terraform Cloud With PowerShell' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/one-shell-to-rule-them-all-5-reasons-to-use-powershell-for-cloud-management: + title: '==acloudguru.com: The Beginner’s Guide to Azure PowerShell: One Shell to + Rule Them All==' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/windows-powershell/an-example-why-powershell-is-so-important/m-p/3041748: + title: 'techcommunity.microsoft.com: An example why PowerShell is so important!' + year: N/A + stars: 0 + description: '' +https://jdhitsolutions.com/blog/powershell-7/8793/profile-powershell-functions: + title: 'jdhitsolutions.com: Profile PowerShell Functions' + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/powershell/when-powershellget-v1-fails-to-install-the-nuget-provider: + title: 'devblogs.microsoft.com: When PowerShellGet v1 fails to install the NuGet + Provider' + year: N/A + stars: 0 + description: '' +https://www.commandline.ninja/use-powershell-to-find-windows-svcs-configured-to-run-as-another-user: + title: 'commandline.ninja: Use Powershell to find windows services configured to + run as another user' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/microsoft-intune/use-powershell-to-retrieve-all-assigned-intune-policies-and/m-p/3217498 +: title: 'techcommunity.microsoft.com: Use PowerShell to retrieve all assigned Intune + policies and applications per Azure AD group!' + year: N/A + stars: 0 + description: '' +https://www.softzone.es/noticias/windows/por-que-interesa-usar-powershell-lugar-cmd: + title: 'softzone.es: Por quΓ© me interesa mΓ‘s usar PowerShell en lugar de CMD' + year: N/A + stars: 0 + description: '' +https://www.mssqltips.com/sqlservertip/7188/powershell-if-if-else-switch-examples: + title: '==mssqltips.com: PowerShell for the DBA - If Else and Switch statements==' + year: N/A + stars: 0 + description: '' +https://4sysops.com/archives/use-psexec-and-powershell-together: + title: '4sysops.com: Use PsExec and PowerShell together' + year: N/A + stars: 0 + description: '' +https://dotnet-helpers.com/powershell/passing-local-variables-to-remote-powershell-session: + title: 'dotnet-helpers.com: Passing Local Variables to Remote PowerShell session' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/windows-server-for-it-pro/use-powershell-to-search-for-accounts-in-active-directory-that/m-p/3585934 +: title: 'techcommunity.microsoft.com: Use PowerShell to search for accounts in Active + Directory that have gone stale!' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/azure-paas-blog/azure-storage-blob-count-amp-capacity-usage-calculator/ba-p/3516855: + title: 'techcommunity.microsoft.com: Azure Storage Blob Count & Capacity usage Calculator' + year: N/A + stars: 0 + description: '' +https://dotnet-helpers.com/powershell/azure-keyvault-set-and-retrieve-secrets: + title: 'dotnet-helpers.com: Azure KeyVault Set and Retrieve Secrets using Powershell + 🌟' + year: N/A + stars: 0 + description: '' +https://www.thomasmaurer.ch/2020/04/enable-powershell-ssh-remoting-in-powershell-7: + title: 'thomasmaurer.ch: Enable PowerShell SSH Remoting in PowerShell 7' + year: N/A + stars: 0 + description: '' +https://hlokensgard.no/2023/12/05/get-started-with-powershell-7-2-in-azure-automation-account: + title: 'hlokensgard.no: Get started with PowerShell 7.2 in Azure Automation Account' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/azure-powershell-tips-and-tricks/ba-p/4066848: + title: 'techcommunity.microsoft.com: Azure PowerShell Tips and Tricks' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-tools-blog/announcing-a-new-login-experience-with-azure-powershell-and/ba-p/4109357 +: title: 'techcommunity.microsoft.com: Announcing a new login experience with Azure + PowerShell and Azure CLI' + year: N/A + stars: 0 + description: '' +https://azure.github.io/enterprise-azure-policy-as-code: + title: 'azure.github.io/enterprise-azure-policy-as-code: Enterprise Azure Policy + as Code Overview' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/cli/azure/microsoft-graph-migration?tabs=powershell: + title: 'docs.microsoft.com: Microsoft Graph migration' + year: N/A + stars: 0 + description: '' +https://www.techtarget.com/searchwindowsserver/tutorial/Get-up-to-speed-with-PowerShell-and-the-Microsoft-Graph-API: + title: '==techtarget.com: Get up to speed with PowerShell and the Microsoft Graph + API==' + year: N/A + stars: 0 + description: '' +https://rakhesh.com/azure/graph-cmdlets-and-azure-ad-app-registrations: + title: 'rakhesh.com: Graph cmdlets and Azure AD App Registrations' + year: N/A + stars: 0 + description: '' +https://blog.yannickreekmans.be/secretless-applications-add-permissions-to-a-managed-identity: + title: 'blog.yannickreekmans.be: Secretless applications: add permissions to a Managed + Identity' + year: N/A + stars: 0 + description: '' +https://github.com/YannickRe/msgraph-utility-scripts: + title: YannickRe/msgraph-utility-scripts + year: N/A + stars: 0 + description: '' +https://practical365.com/connect-microsoft-graph-powershell-sdk: + title: 'practical365.com: The Ups and Downs of Connecting to the Microsoft Graph + Using the PowerShell SDK' + year: N/A + stars: 0 + description: '' +https://practical365.com/use-certificate-authentication-microsoft-graph-sdk: + title: 'practical365.com: Using Certificate-based Authentication with the Microsoft + Graph PowerShell SDK' + year: N/A + stars: 0 + description: '' +https://github.com/Abhisheksinhacoder/collection-of-useful-scripts: + title: Abhisheksinhacoder/collection-of-useful-scripts + year: N/A + stars: 0 + description: '' +https://github.com/jrussellfreelance/powershell-scripts: + title: jrussellfreelance/powershell-scripts + year: N/A + stars: 0 + description: '' +https://github.com/search?l=powershell&q=stars%3A%3E1&s=stars&type=Repositories: + title: github.com/search?l=powershell + year: N/A + stars: 0 + description: '' +https://systemcenterdudes.com/create-operational-sccm-collection-using-powershell-script: + title: 'systemcenterdudes.com: Create Operational SCCM Collection Using Powershell + Script' + year: N/A + stars: 0 + description: '' +https://github.com/prae1809/PowerShell-Scripts/tree/master/OperationalCollections: + title: 'prae1809/PowerShell-Scripts: OperationalCollections' + year: N/A + stars: 0 + description: '' +https://github.com/Mr-Un1k0d3r/ATP-PowerShell-Scripts: + title: ==github.com/Mr-Un1k0d3r/ATP-PowerShell-Scripts== + year: N/A + stars: 0 + description: '' +https://www.shudnow.io: + title: shudnow.io + year: N/A + stars: 0 + description: '' +https://github.com/ElanShudnow/AzureCode/blob/main/PowerShell/AzVNETOverlap/README.md: + title: 'github.com/ElanShudnow/AzureCode: AzVNETOverlap.ps1' + year: N/A + stars: 0 + description: '' +https://github.com/admindroid-community/powershell-scripts: + title: 'github.com/admindroid-community/powershell-scripts: PowerShell Scripts for + Microsoft 365 Management, Reporting, and Auditing' + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/powershell/announcing-powershell-crescendo-preview-1: + title: Crescendo + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/powershell-community/my-crescendo-journey: + title: 'devblogs.microsoft.com: My Crescendo journey' + year: N/A + stars: 0 + description: '' +https://www.powershellgallery.com/packages/Microsoft.PowerShell.Crescendo: + title: 'powershellgallery.com: Microsoft.PowerShell.Crescendo' + year: N/A + stars: 0 + description: '' +https://visualstudiomagazine.com/articles/2022/03/10/powershell-crescendo-ga.aspx?m=1: + title: 'visualstudiomagazine.com: PowerShell Crescendo Now Generally Available' + year: N/A + stars: 0 + description: '' +https://www.commandline.ninja/video-intro-to-secret-management-with-powershell: + title: 'commandline.ninja: Video Intro to Secret Management with Powershell' + year: N/A + stars: 0 + description: '' +https://github.com/microsoft/ARI: + title: '==github.com/microsoft/ARI: Azure Resource Inventory== 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://argonsys.com/microsoft-cloud/library/how-to-query-azure-resources-using-the-azure-cli: + title: 'argonsys.com: How to query Azure resources using the Azure CLI' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/virtual-machines/linux/expand-disks: + title: 'docs.microsoft.com: Expand virtual hard disks on a Linux VM with the Azure + CLI' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-tools-blog/announcing-template-based-previews-of-azure-cli-and-azure/ba-p/3933802 +: title: 'techcommunity.microsoft.com: Announcing template-based previews of Azure + CLI and Azure PowerShell for Key Vault deployments' + year: N/A + stars: 0 + description: '' +https://build5nines.com/azure-resource-tags-important-organization-strategies-and-tips: + title: 'build5nines.com: Azure Resource Tags: Important Organization Strategies + and Tips 🌟' + year: N/A + stars: 0 + description: '' +https://build5nines.com/azure-cli-check-if-blob-exists-in-azure-storage: + title: 'build5nines.com: Azure CLI: Check if Blob Exists in Azure Storage' + year: N/A + stars: 0 + description: '' +https://www.mandiant.com/resources/azure-run-command-dummies: + title: 'mandiant.com: Azure Run Command for Dummies' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/virtual-machines/linux/run-command: + title: 'docs.microsoft.com: Run scripts in your Linux VM by using action Run Commands' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/virtual-machines/windows/run-command: + title: 'docs.microsoft.com: Run scripts in your Windows VM by using action Run Commands' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/powershell/scripting/dsc: + title: 'docs.microsoft.com: Desired State Configuration overview for decision makers + 🌟' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/powershell/scripting/dsc/configurations/configData: + title: 'docs.microsoft.com: Using configuration data in DSC' + year: N/A + stars: 0 + description: '' +https://octopus.com/blog/getting-started-with-powershell-dsc: + title: 'octopus.com: Getting started with PowerShell Desired State Configuration + (DSC)' + year: N/A + stars: 0 + description: '' +https://github.com/Azure/bicep: + title: Bicep + year: N/A + stars: 0 + description: '' +https://github.com/johnlokerse/azure-bicep-cheat-sheet: + title: 'github.com/johnlokerse/azure-bicep-cheat-sheet: Azure Bicep Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://github.com/nnellans/bicep-guide: + title: github.com/nnellans/bicep-guide + year: N/A + stars: 0 + description: '' +https://faun.pub/from-terraform-to-azure-bicep-what-you-need-to-know-bb1c404b7603: + title: 'faun.pub: From Terraform to Azure Bicep: What You Need to Know about syntax' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-infrastructure-blog/part-1-leverage-bicep-standard-model-to-automate-azure-iaas/ba-p/3804348 +: title: 'techcommunity.microsoft.com: (Part-1) Leverage Bicep: Standard model to + Automate Azure IaaS deployment' + year: N/A + stars: 0 + description: '' +https://blog.cloudtrooper.net/2023/06/08/deploy-azure-network-as-code-as-a-champ: + title: 'blog.cloudtrooper.net: Deploy (Azure) Network-as-Code as a champ' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/defender-for-cloud/iac-vulnerabilities: + title: 'learn.microsoft.com: Discover misconfigurations in Infrastructure as Code + (IaC)' + year: N/A + stars: 0 + description: '' +https://insight-services-apac.github.io/2023/12/04/getting-started-bicep: + title: 'insight-services-apac.github.io: Getting Started with Bicep' + year: N/A + stars: 0 + description: '' +https://build5nines.com/get-started-with-azure-bicep: + title: 'build5nines.com: Get Started with Azure Bicep – Alternative to ARM Templates' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/exporting-importing-variables-between-bicep-files-freek-berson-n0ske: + title: 'linkedin.com/pulse: Exporting and importing variables between Bicep files: + compileTimeImports | Freek Berson' + year: N/A + stars: 0 + description: '' +https://luke.geek.nz/azure/azure-naming-tool-api-bicep-resources: + title: 'luke.geek.nz: Using the Azure Naming Tool API to name your Bicep resources' + year: N/A + stars: 0 + description: '' +? https://www.microsoft.com/insidetrack/blog/revolutionizing-our-arm-template-deployment-at-microsoft-with-shift-from-json-to-bicep +: title: 'microsoft.com: Revolutionizing our ARM template deployment at Microsoft + with shift from JSON to BICEP' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-developer-community-blog/infra-in-azure-for-developers-the-how-part-2/ba-p/4046385 +: title: 'techcommunity.microsoft.com: Infra in Azure for Developers - The How (Part + 2)' + year: N/A + stars: 0 + description: '' +https://johnlokerse.dev/2024/02/05/lint-azure-bicep-templates-in-azure-devops: + title: 'johnlokerse.dev: Lint Azure Bicep templates in Azure DevOps' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-governance-and-management/announcing-public-preview-of-bicep-templates-support-for/ba-p/4141772 +: title: 'techcommunity.microsoft.com: Announcing public preview of Bicep templates + support for Microsoft Graph' + year: N/A + stars: 0 + description: '' +https://github.com/Azure-Samples/azure-ai-studio-secure-bicep: + title: github.com/Azure-Samples/azure-ai-studio-secure-bicep + year: N/A + stars: 0 + description: '' +https://github.com/Azure-Samples/azure-ai-studio-secure-bicep/blob/main/bicep/managedvnet/README.md: + title: Deploy Secure Azure AI Studio with a managed virtual network + year: N/A + stars: 0 + description: '' +https://azure.github.io/Azure-Verified-Modules: + title: ==azure.github.io/Azure-Verified-Modules 🌟== + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=y1lOKQOapTw: + title: 'youtube: Code To Cloud - Getting Started With: Azure Verified Modules' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/samples/azure-samples/avm-terraform-labs/avm-terraform-labs: + title: 'learn.microsoft.com: Introduction to using Azure Verified Modules for Terraform' + year: N/A + stars: 0 + description: '' +? https://azure.microsoft.com/en-in/blog/how-microsoft-azure-crossregion-load-balancer-helps-create-region-redundancy-and-low-latency +: title: '==azure.microsoft.com: How Microsoft Azure Cross-region Load Balancer helps + create region redundancy and low latency== 🌟' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/azure/traffic-manager: + title: Azure Traffic Manager + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/dns/dns-private-resolver-overview: + title: 'learn.microsoft.com: What is Azure DNS Private Resolver?' + year: N/A + stars: 0 + description: '' +https://aidanfinn.com/?p=23582: + title: 'aidanfinn.com: Script – Document All Azure Private DNS Zones' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-infrastructure-blog/centralized-private-resolver-architecture-implementation-using/ba-p/4132622 +: title: 'techcommunity.microsoft.com: Centralized private resolver architecture implementation + using Azure private DNS resolver' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/azure/vpn-gateway/openvpn-azure-ad-tenant: + title: Create an Azure Active Directory tenant for P2S OpenVPN protocol connections + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-security-center/security-control-implement-security-best-practices/ba-p/2269914 +: title: 'techcommunity.microsoft.com: Security Control: Implement security best practices' + year: N/A + stars: 0 + description: '' +https://github.com/Cloud-Architekt/AzureAD-Attack-Defense: + title: '==github.com/Cloud-Architekt: Azure AD - Attack and Defense Playbook==' + year: N/A + stars: 0 + description: '' +https://devops.com/devsecops-in-azure: + title: '==devops.com: DevSecOps in Azure==' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/security/fundamentals/network-overview: + title: 'learn.microsoft.com: Azure network security overview' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/entra/identity/conditional-access/concept-conditional-access-policy-common: + title: 'learn.microsoft.com: Conditional Access templates' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/architecture/guide/security/conditional-access-architecture: + title: 'learn.microsoft.com: Conditional Access architecture and personas' + year: N/A + stars: 0 + description: '' +https://github.com/Azure/Microsoft-Defender-for-Cloud/tree/main/Workbooks/Network%20Security%20Dashboard: + title: github.com/Azure/Microsoft-Defender-for-Cloud + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/microsoft-defender-for-cloud/microsoft-announces-general-availability-of-defender-for-apis/ba-p/3981488 +: title: 'techcommunity.microsoft.com: Microsoft Announces General Availability of + Defender for APIs' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/microsoft-defender-xdr-blog/what-s-new-in-defender-how-copilot-for-security-can-transform/ba-p/4084222 +: title: 'techcommunity.microsoft.com: What’s new in Defender: How Copilot for Security + can transform your SOC' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/monitoring-microsoft-sentinel-reports-with-dashboard-hub-amp/ba-p/4203870 +: title: 'techcommunity.microsoft.com: Monitoring Microsoft Sentinel Reports with + Dashboard Hub & Power BI' + year: N/A + stars: 0 + description: '' +https://build5nines.com/introducing-microsoft-copilot-for-azure: + title: 'build5nines.com: Introducing Microsoft Copilot for Azure' + year: N/A + stars: 0 + description: '' +https://azure.microsoft.com/en-us/blog/azure-virtual-wan-introduces-its-first-saas-offering: + title: Azure Virtual WAN introduces its first SaaS offering + year: N/A + stars: 0 + description: '' +https://github.com/azure/fleet: + title: github.com/azure/fleet + year: N/A + stars: 0 + description: '' +https://medium.com/codex/7-best-practices-for-data-ingestion-f336c6b5128c: + title: '==medium.com/codex: 7 Best Practices for Data Ingestion==' + year: N/A + stars: 0 + description: '' +https://www.mssqltips.com/sqlservertip/7094/azure-data-factory-vs-ssis-similarities-differences: + title: 'mssqltips.com: Choosing Between SQL Server Integration Services and Azure + Data Factory' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-developer-community-blog/azure-data-factory-how-to-split-a-file-into-multiple-output/ba-p/4039825 +: title: 'techcommunity.microsoft.com: Azure Data Factory: How to split a file into + multiple output files with Bicep' + year: N/A + stars: 0 + description: '' +https://www.muycomputer.com/2021/06/03/winget-1-0-paquetes-windows-10: + title: 'muycomputer.com: WinGet 1.0, ya estΓ‘ aquΓ­ el administrador de paquetes para + Windows' + year: N/A + stars: 0 + description: '' +https://www.thomasmaurer.ch/2021/07/getting-started-with-windows-package-manager-winget: + title: 'thomasmaurer.ch: Getting started with Windows Package Manager WinGet' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/this-week-in-programming-windows-opens-up-to-android-developers: + title: 'thenewstack.io: This Week in Programming: Windows Opens Up to Android Developers' + year: N/A + stars: 0 + description: '' +https://azure.microsoft.com/en-us/services/api-management: + title: 'azure.microsoft.com: Azure API Management' + year: N/A + stars: 0 + description: '' +https://jmfloreszazo.com/monetizar-un-api-con-azure-api-management: + title: 'jmfloreszazo.com: Monetizar un API, con Azure API Management' + year: N/A + stars: 0 + description: '' +https://github.com/Azure-Samples/api-management-workspaces-migration: + title: 'github.com/Azure-Samples/api-management-workspaces-migration: Azure API + Management workspaces migration tool' + year: N/A + stars: 0 + description: '' +https://azure.microsoft.com/services/container-apps: + title: Azure Container Apps + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/apps-on-azure/introducing-azure-container-apps-a-serverless-container-service/ba-p/2867265 +: title: 'techcommunity.microsoft.com: Introducing Azure Container Apps: a serverless + container service for running modern apps at scale' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/fasttrack-for-azure/azure-policy-for-azure-container-apps-yes-please/ba-p/3775200: + title: 'techcommunity.microsoft.com: Azure Policy for Azure Container Apps? Yes, + please' + year: N/A + stars: 0 + description: '' +? https://denniszielke.medium.com/using-azure-container-apps-at-scale-instead-of-your-building-your-own-naas-on-top-of-k8s-7c4760c2511f +: title: 'denniszielke.medium.com: Using Azure Container Apps at scale instead of + your building your own NaaS on top of K8s?' + year: N/A + stars: 0 + description: '' +https://azure.microsoft.com/en-us/services/container-instances: + title: 'azure.microsoft.com: Azure Container Instances' + year: N/A + stars: 0 + description: '' +https://unit42.paloaltonetworks.com/azure-container-instances: + title: 'unit42.paloaltonetworks.com: Finding Azurescape – Cross-Account Container + Takeover in Azure Container Instances' + year: N/A + stars: 0 + description: '' +https://nedinthecloud.com/2024/04/15/using-azure-container-instances-for-an-azure-devops-self-hosted-agent: + title: 'nedinthecloud.com: Using azure container instances for an azure dev ops + self hosted agent' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/azure-storage-blog/azure-container-storage-in-public-preview/ba-p/3819246: + title: 'techcommunity.microsoft.com: Azure Container Storage in Public Preview' + year: N/A + stars: 0 + description: '' +https://www.thomasmaurer.ch/2020/06/how-to-install-a-windows-server-container-host: + title: 'thomasmaurer.ch: How to Install a Windows Server Container Host' + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/site-recovery/azure-to-azure-how-to-enable-policy: + title: 'docs.microsoft.com: Using Policy with Azure Site Recovery' + year: N/A + stars: 0 + description: '' +https://github.com/Azure-Samples/azure-pipelines-variable-templates: + title: Azure-Samples/azure-pipelines-variable-templates + year: N/A + stars: 0 + description: '' +https://github.com/Azure-Samples/jmeter-aci-terraform: + title: Azure-Samples/jmeter-aci-terraform + year: N/A + stars: 0 + description: '' +https://github.com/Azure-Samples/azure-pipelines-remote-tasks: + title: Azure-Samples/azure-pipelines-remote-tasks + year: N/A + stars: 0 + description: '' +https://github.com/Azure-Samples/jenkins-terraform-azure-example: + title: Azure-Samples/jenkins-terraform-azure-example + year: N/A + stars: 0 + description: '' +https://github.com/azure-devops: + title: github.com/azure-devops + year: N/A + stars: 0 + description: '' +https://github.com/microsoft/azure-pipelines-yaml: + title: 'microsoft/azure-pipelines-yaml: Azure Pipelines YAML 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/microsoft/azure-pipelines-yaml/blob/master/templates/maven.yml: + title: 'microsoft/azure-pipelines-yaml: maven.yml' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/healthcare-apis/dicom: + title: Microsoft - DICOM Service + year: N/A + stars: 0 + description: '' +https://github.com/microsoft/dicom-server: + title: github.com/microsoft/dicom-server + year: N/A + stars: 0 + description: '' +https://github.com/microsoft/fhir-server: + title: github.com/microsoft/fhir-server + year: N/A + stars: 0 + description: '' +https://www.microsoft.com/en-us/research/project/medical-image-analysis: + title: Project InnerEye – Democratizing Medical Imaging AI + year: N/A + stars: 0 + description: '' +https://github.com/microsoft/InnerEye-Gateway: + title: github.com/microsoft/InnerEye-Gateway + year: N/A + stars: 0 + description: '' +https://www.microsoft.com/en-us/research/blog/biomedical-research-platform-terra-now-available-on-microsoft-azure: + title: 'microsoft.com: Biomedical Research Platform Terra Now Available on Microsoft + Azure' + year: N/A + stars: 0 + description: '' +https://o365reports.com: + title: 'o365reports.com: Office 365 Reports' + year: N/A + stars: 0 + description: '' +https://azure.microsoft.com/en-us/resources/azure-for-architects: + title: '==azure.microsoft.com: Azure for Architects, Third Edition==' + year: N/A + stars: 0 + description: '' +https://dev.to/javinpaul/7-free-courses-to-learn-microsoft-azure-cloud-platform-bg4: + title: 'dev.to/javinpaul: 7 Free Courses to Learn Microsoft Azure Cloud Platform' + year: N/A + stars: 0 + description: '' +https://github.com/PacktPublishing/The-Azure-Cloud-Native-Architecture-Mapbook: + title: github.com/PacktPublishing/The-Azure-Cloud-Native-Architecture-Mapbook + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3686694/getting-started-with-azure-openai.html: + title: 'infoworld.com: Getting started with Azure OpenAI' + year: N/A + stars: 0 + description: '' +https://jamiemaguire.net/index.php/2023/04/22/first-look-azure-open-ai-studio-prompt-engineering-what-you-can-do-and-how: + title: 'jamiemaguire.net: First Look: Azure Open AI Studio, Prompt Engineering. + What You Can Do and How' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/ai-azure-ai-services-blog/the-ai-study-guide-azure-s-top-free-resources-for-learning/ba-p/4036890 +: title: '==techcommunity.microsoft.com: The AI Study Guide: Azure’s top free resources + for learning generative AI in 2024==' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/build-secure-ai-applications-on-azure-with-hashicorp-terraform-and-vault: + title: '==hashicorp.com: Build secure AI applications on Azure with HashiCorp Terraform + and Vault==' + year: N/A + stars: 0 + description: '' +https://scoop.sh: + title: 'Scoop: A command-line installer for windows' + year: N/A + stars: 0 + description: '' +https://github.com/JPCERTCC/LogonTracer: + title: github.com/JPCERTCC/LogonTracer + year: N/A + stars: 0 + description: '' +https://github.com/mspnp/AzureNamingTool: + title: github.com/mspnp/AzureNamingTool - Azure Naming Tool 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/JulianHayward/AzADServicePrincipalInsights: + title: github.com/JulianHayward/AzADServicePrincipalInsights + year: N/A + stars: 0 + description: '' +https://github.com/ElanShudnow/AzureCode: + title: ==github.com/ElanShudnow/AzureCode== + year: N/A + stars: 0 + description: '' +https://github.com/ElanShudnow/AzureCode/tree/main/PowerShell/AzResourceMoveSupport: + title: github.com/ElanShudnow/AzureCode/tree/main/PowerShell/AzResourceMoveSupport + year: N/A + stars: 0 + description: '' +https://github.com/mustafakaya/Azure-Reliability-Checker-Tool: + title: github.com/mustafakaya/Azure-Reliability-Checker-Tool + year: N/A + stars: 0 + description: '' +https://github.com/microsoft/finops-toolkit: + title: github.com/microsoft/finops-toolkit + year: N/A + stars: 0 + description: '' +https://github.com/BrianCollet/onboard-automator: + title: github.com/BrianCollet/onboard-automator + year: N/A + stars: 0 + description: '' +https://github.com/nicolgit/azure-firewall-mon: + title: 'github.com/nicolgit/azure-firewall-mon: az-firewall-mon' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/solutions-architect-tips-the-5-types-of-architecture-diagrams-eb0c11996f9e: + title: 'betterprogramming.pub: Solutions Architect Tips β€” The 5 Types of Architecture + Diagrams' + year: N/A + stars: 0 + description: '' +https://www.alibabacloud.com/blog/how-to-create-an-effective-technical-architectural-diagram_596100: + title: 'alibabacloud.com: How to Create an Effective Technical Architectural Diagram?' + year: N/A + stars: 0 + description: '' +https://learningdaily.dev/software-architecture-diagramming-and-patterns-7d38999e7a12: + title: 'learningdaily.dev: Software architecture diagramming and patterns' + year: N/A + stars: 0 + description: '' +https://www.cloudskew.com: + title: CloudSkew + year: N/A + stars: 0 + description: '' +https://www.diagrams.net: + title: diagrams.net + year: N/A + stars: 0 + description: '' +https://www.hyperglance.com: + title: Hyperglance + year: N/A + stars: 0 + description: '' +https://plantuml.com: + title: PlantUML + year: N/A + stars: 0 + description: '' +https://drawio-app.com: + title: draw.io + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/12/open-source-mind-mapping-drawio: + title: 'opensource.com: Open source mind mapping with Draw.io' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/microsoft-developer-community/draw-io-azure-infrastructure-diagrams-through-code-like-an/ba-p/4071316 +: title: 'chcommunity.microsoft.com: Draw.io Azure infrastructure diagrams through + code like an artist' + year: N/A + stars: 0 + description: '' +https://isoflow.io: + title: Isoflow + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/the-top-cloud-diagramming-tools-ranked: + title: 'acloudguru.com: The top cloud diagramming tools, ranked' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/architect/diagramming-tools-cloud-infrastructure: + title: 'redhat.com: 6 architectural diagramming tools for cloud infrastructure' + year: N/A + stars: 0 + description: '' +https://www.autodraw.com: + title: autodraw.com + year: N/A + stars: 0 + description: '' +https://www.redhat.com/architect/diagramming-tools-network-architecture: + title: 'redhat.com: Try these 5 diagramming tools for network architecture' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/architect/design-enterprise-architecture-diagrams: + title: 'redhat.com: Design professional enterprise architecture diagrams with this + open source tool (diagrams.net)' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/contribute/style/diagram-guide: + title: 'kubernetes.io: Diagram Guide - Mermaid JavaScript library 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/mingrammer/diagrams: + title: mingrammer/diagrams + year: N/A + stars: 0 + description: '' +https://navveenbalani.dev/index.php/articles/code-to-custom-cloud-architecture-diagrams: + title: 'navveenbalani.dev: Code To Custom Cloud Architecture Diagrams' + year: N/A + stars: 0 + description: '' +https://github.com/dcasati/kubernetes-PlantUML: + title: github.com/dcasati/kubernetes-PlantUML + year: N/A + stars: 0 + description: '' +https://excalidraw.com: + title: excalidraw.com + year: N/A + stars: 0 + description: '' +https://diagrams.mingrammer.com: + title: 'diagrams.mingrammer.com: Diagram as Code' + year: N/A + stars: 0 + description: '' +https://github.com/cloudogu/k8s-diagrams: + title: ==cloudogu/k8s-diagrams== + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/architecture/icons: + title: AWS Architecture Icons + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/architecture/icons: + title: Azure Architecture Icons + year: N/A + stars: 0 + description: '' +https://cloud.google.com/icons: + title: Google Cloud Architecture Icons + year: N/A + stars: 0 + description: '' +https://github.com/aquasecurity/cloudsec-icons: + title: aquasecurity/cloudsec-icons + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes/community/tree/master/icons: + title: '==github.com/kubernetes: Kubernetes Icons Set==' + year: N/A + stars: 0 + description: '' +https://cloudcraft.co: + title: cloudcraft.co + year: N/A + stars: 0 + description: '' +https://www.diagrams.net/blog/drawio-aws-cloudcraft: + title: 'diagrams.net: Use Cloudcraft to export your AWS architecture to a .drawio + diagram' + year: N/A + stars: 0 + description: '' +https://www.hava.io: + title: hava.io + year: N/A + stars: 0 + description: '' +https://draw.io: + title: draw.io + year: N/A + stars: 0 + description: '' +https://duo.com/blog/introducing-cloudmapper-an-aws-visualization-tool: + title: CloudMapper (OSS) + year: N/A + stars: 0 + description: '' +https://www.lucidchart.com: + title: ==Lucidchart== + year: N/A + stars: 0 + description: '' +https://lucidscale.com: + title: '==Lucidscale: Import your architecture==' + year: N/A + stars: 0 + description: '' +https://infviz.io: + title: infviz.io + year: N/A + stars: 0 + description: '' +https://github.com/wongcyrus/aws-account-cloud9-visualizer: + title: AWS Account Cloud9 Visualizer + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/how-visualize-your-aws-account-cloud9-wong-chun-yin-cyrus-%E9%BB%83%E4%BF%8A%E5%BD%A5-: + title: How to visualize your AWS Account with AWS Cloud9? + year: N/A + stars: 0 + description: '' +https://www.lucidchart.com/pages/integrations/aws-architecture-import: + title: Lucidchart + year: N/A + stars: 0 + description: '' +? 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 +: title: What is the best way to generate a visual diagram of the AWS environment + which includes VPC, VPN, EC2, and AMIs? + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/solutions/implementations/aws-perspective: + title: AWS Perspective 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/mhlabs/cfn-diagram: + title: cfn-diagram 🌟 + year: N/A + stars: 0 + description: '' +https://alanblackmore.medium.com/aws-diagram-architecture-afb50ea569a4: + title: '==alanblackmore.medium.com: AWS Diagram Architecture==' + year: N/A + stars: 0 + description: '' +https://github.com/awslabs/diagram-as-code: + title: github.com/awslabs/diagram-as-code 🌟 + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/topics/developers-practitioners/introducing-google-cloud-architecture-diagramming-tool: + title: 'cloud.google.com: Introducing a Google Cloud architecture diagramming tool' + year: N/A + stars: 0 + description: '' +https://github.com/feluelle/airflow-diagrams: + title: feluelle/airflow-diagrams + year: N/A + stars: 0 + description: '' +? https://medium.com/contino-engineering/data-pipeline-orchestration-using-amazon-managed-workflows-for-apache-airflow-mwaa-60e5b213a0a7 +: title: 'medium.com/contino-engineering: Data Pipeline Orchestration - Using Amazon + Managed Workflows for Apache Airflow (MWAA)' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/managing-helm-releases-the-gitops-way: + title: 'dzone: managing helm releases the gitops way' + year: N/A + stars: 0 + description: '' +https://www.thoughtworks.com/radar/tools/helm: + title: 'thoughtworks.com: Helm' + year: N/A + stars: 0 + description: '' +https://helm.sh: + title: helm.sh + year: N/A + stars: 0 + description: '' +https://helm.sh/docs: + title: helm.sh/docs + year: N/A + stars: 0 + description: '' +https://helm.sh/docs/chart_template_guide/getting_started: + title: 'helm.sh: Getting Started 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/helm/helm: + title: 'GitHub: Helm, the Kubernetes Package Manager' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=9cwjtN3gkD4: + title: Helm and Kubernetes Tutorial - Introduction + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=cZ1S2Gp47ng: + title: 'Delve into Helm: Advanced DevOps' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=CmPK93hg5w8: + title: Continuously delivering apps to Kubernetes using Helm + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=eMOzF_xAm7w: + title: Zero to Kubernetes CI/CD in 5 minutes with Jenkins and Helm + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=INv-VCZvM_o: + title: DevOps with Azure, Kubernetes, and Helm + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/15-useful-helm-charts-tools: + title: 'dzone: 15 useful helm chart tools' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/create-install-upgrade-and-rollback-a-helm-chart-p: + title: 'dzone: create install upgrade and rollback a helm chart - part 1' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/create-install-upgrade-rollback-a-helm-chart-part: + title: 'dzone: create install upgrade and rollback a helm chart - part 2' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/cicd-with-kubernetes-and-helm: + title: 'dzone: cicd with kubernetes and helm' + year: N/A + stars: 0 + description: '' +https://codefresh.io/helm-tutorial/taking-helm-3-spin: + title: 'codefresh.io: Using Helm 3 with Helm 2 charts' + year: N/A + stars: 0 + description: '' +https://banzaicloud.com/blog/helm3-the-good-the-bad-and-the-ugly: + title: 'banzaicloud.com: Helm 3, the Good, the Bad and the Ugly' + year: N/A + stars: 0 + description: '' +https://helm.sh/blog/migrate-from-helm-v2-to-helm-v3: + title: 'helm.sh: How to migrate from Helm v2 to Helm v3' + year: N/A + stars: 0 + description: '' +https://www.arthurkoziel.com/validate-helm-chart-values-with-json-schemas: + title: 'Helm 3: Validating Helm Chart Values with JSON Schemas 🌟' + year: N/A + stars: 0 + description: '' +https://hackernoon.com/kubernetes-and-helm-a-deadly-combo-to-help-you-deploy-with-ease-rjr30x2: + title: 'hackernoon.com: Kubernetes and Helm: A Deadly Combo to Help You Deploy with + Ease' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/helm-chart-development-guide-bbc525d3b448: + title: 'medium: Helm Chart β€” Development Guide 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/analytics-vidhya/multi-namespace-helm-deploy-in-kubernetes-26d1baf1ca5c: + title: 'medium: Multi-namespace Helm deploy in Kubernetes' + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/helm-security: + title: 'rancher.com: Create Reproducible Security in Kubernetes with Helm 3 and + Helm Charts' + year: N/A + stars: 0 + description: '' +https://daveops.xyz/en/2020/09/18/running-db-migrations-on-kubernetes-with-helm: + title: 'daveops.xyz: Running DB migrations on Kubernetes with Helm' + year: N/A + stars: 0 + description: '' +https://mbbaig.blog/how-to-create-custom-helm-charts: + title: 'mbbaig.blog: How to create custom Helm charts 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/edlegaultle/introduction-to-helm-50jl: + title: 'dev.to: Introduction to Helm 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/helm-3-umbrella-charts-standalone-chart-image-tags-an-alternative-approach-78a218d74e2d: + title: 'itnext.io: Helm 3 Umbrella Charts & Standalone Chart Image Tags β€” An Alternative + Approach' + year: N/A + stars: 0 + description: '' +https://jfrog.com/blog/helm-charts-best-practices: + title: 'jfrog.com: Steering Straight with Helm Charts Best Practices 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=2HPsPOwHOlY&ab_channel=DonovanBrown: + title: 'youtube.com: Demystifying Helm 🌟' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/continuous-delivery/what-is-helm: + title: 'harness.io: Introduction to Helm: Charts, Deployments, & More 🌟' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/what-is-a-helm-chart-tutorial-for-kubernetes-beginners: + title: 'freecodecamp.org: What is a Helm Chart? A Tutorial for Kubernetes Beginners' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=1FzOlSed5ts&ab_channel=OpenShift: + title: 'youtube: GitOps Guide to the Galaxy: Working with Helm' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2021/03/23/quick-application-deployments-on-microk8s-using-helm-chart: + title: 'cncf.io: Quick application deployments on MicroK8s using Helm Charts' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2021/03/24/add-java-agents-to-existing-kubernetes-and-helm-applications-instantly: + title: 'cncf.io: Add Java Agents to Existing Kubernetes and Helm Applications Instantly' + year: N/A + stars: 0 + description: '' +https://medium.com/marionete/create-helm-charts-to-manage-kubernetes-applications-9c4235acf99e: + title: 'medium: Create Helm Charts to manage Kubernetes applications' + year: N/A + stars: 0 + description: '' +https://blog.heyal.co.uk/unit-testing-helm-charts: + title: 'blog.heyal.co.uk: How to unit-test your helm charts with Golang 🌟' + year: N/A + stars: 0 + description: '' +https://bridgecrew.io/blog/open-source-helm-security-research: + title: 'bridgecrew.io: Part 1: Top trends from analyzing the security posture of + open-source Helm charts' + year: N/A + stars: 0 + description: '' +https://bridgecrew.io/blog/open-source-helm-security-research-part-2: + title: 'bridgecrew.io: Part 2: Top trends from analyzing the security posture of + open-source Helm charts' + year: N/A + stars: 0 + description: '' +https://bridgecrew.io/blog/open-source-helm-security-research-part-3: + title: 'bridgecrew.io: Part 3: Top trends from analyzing the security posture of + open-source Helm charts' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/red-hat-openshift-certification-extends-support-kubernetes-native-technologies-helm: + title: 'redhat.com: Red Hat OpenShift Certification extends support for Kubernetes-native + technologies with Helm 🌟' + year: N/A + stars: 0 + description: '' +https://jasiek-petryk.medium.com/setting-up-a-private-helm-chart-repository-on-github-4a767703cec8: + title: 'jasiek-petryk.medium.com: Setting up a private Helm chart repository on + GitHub' + year: N/A + stars: 0 + description: '' +? https://betterprogramming.pub/how-to-continuously-test-and-deploy-your-helm-charts-on-kubernetes-clusters-using-kind-d71e3585d2dc +: title: 'betterprogramming.pub: How To Continuously Test and Deploy Your Helm Charts + on Kubernetes Clusters Using Kind' + year: N/A + stars: 0 + description: '' +https://blog.flant.com/advanced-helm-templating: + title: 'blog.flant.com: Making the most out of Helm templates 🌟' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/helm-101-for-developers-1c28e734937e: + title: 'levelup.gitconnected.com: Helm 101 for Developers' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/07/20/deploy-nodejs-applications-red-hat-openshift-helm: + title: 'developers.redhat.com: Deploy Node.js applications to Red Hat OpenShift + with Helm' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/upgrade-helm-if-you-dont-want-to-share-your-username-and-password: + title: 'thenewstack.io: Upgrade Helm if You Don’t Want to Share Your Username and + Password (Helm’s CVE-2021-32690) 🌟' + year: N/A + stars: 0 + description: '' +https://thedeveloperstory.com/2021/07/12/helm-101-brief-introduction-to-kubernetes-package-manager: + title: 'thedeveloperstory.com: Helm 101: Brief introduction to kubernetes package + manager' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/6-tips-for-creating-helm-charts-in-kubernetes-applications-452a37446f31: + title: 'betterprogramming.pub: 6 Tips for Creating Helm Charts in Kubernetes Applications' + year: N/A + stars: 0 + description: '' +https://medium.com/groupon-eng/kubernetes-deployment-using-helm-charts-and-krane-e0100b55d00c: + title: 'medium: Kubernetes Deployment using Helm Charts and Krane 🌟' + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/application-management-in-kubernetes-environments-with-helm-charts-and-kubernetes-operators: + title: 'cloud.redhat.com: Application Management in Kubernetes Environments with + Helm Charts and Kubernetes Operators' + year: N/A + stars: 0 + description: '' +https://codersociety.com/blog/articles/helm-best-practices: + title: 'codersociety.com: 13 Best Practices for using Helm' + year: N/A + stars: 0 + description: '' +https://bridgecrew.io/blog/applying-kubernetes-security-best-practices-to-helm-charts: + title: 'bridgecrew.io: Applying Kubernetes security best practices to Helm charts' + year: N/A + stars: 0 + description: '' +https://codefresh.io/helm-tutorial/using-helm-with-gitops: + title: 'codefresh.io: Using Helm with GitOps 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/containers-101/using-helm-with-gitops-555443340369: + title: 'medium: Using Helm with GitOps' + year: N/A + stars: 0 + description: '' +https://medium.com/@deejiw/test-helm-release-in-production-environment-with-zero-downtime-400c5d41ecdf: + title: '==medium: Test Helm Release in Production Environment with Zero Downtime== + 🌟' + year: N/A + stars: 0 + description: '' +https://learn.hashicorp.com/tutorials/waypoint/gitops-helm-deployment: + title: '==learn.hashicorp.com: Deploy a Helm-based application automatically with + GitOps==' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/deploying-helm-apps-to-kubernetes-with-waypoint-and-gitops: + title: 'hashicorp.com: Deploying Helm Apps to Kubernetes with Waypoint and GitOps' + year: N/A + stars: 0 + description: '' +https://medium.com/dailymotion/deploying-apps-on-multiple-kubernetes-clusters-with-helm-19ee2b06179e: + title: 'medium.com/dailymotion: Deploying apps on multiple Kubernetes clusters with + Helm' + year: N/A + stars: 0 + description: '' +https://gennyallcroft.medium.com/understanding-kubernetes-deployments-with-helm-444116a622be: + title: 'gennyallcroft.medium.com: Understanding Kubernetes deployments with Helm' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/helm-charts-for-kubernetes-developers-dce5719d4c8c: + title: 'medium.com/codex: Helm Charts For Kubernetes Developers' + year: N/A + stars: 0 + description: '' +? https://apiiro.com/blog/malicious-kubernetes-helm-charts-can-be-used-to-steal-sensitive-information-from-argo-cd-deployments +: title: '==apiiro.com: Malicious Kubernetes Helm Charts can be used to steal sensitive + information from Argo CD deployments==' + year: N/A + stars: 0 + description: '' +https://medium.com/@paolo.gallina/releasing-helm-charts-maintaining-your-mental-health-b382685390c8: + title: 'medium.com/@paolo.gallina: How-to release Helm Charts maintaining your mental + health 🌟' + year: N/A + stars: 0 + description: '' +https://devopslearners.com/how-to-convert-helm-chart-to-kubernetes-yaml-fbe6d6722f6: + title: 'devopslearners.com: How to Convert Helm Chart to Kubernetes YAML' + year: N/A + stars: 0 + description: '' +https://mlepeshkin.medium.com/automated-kubernetes-deployment-with-helm-and-additional-templating-dc960689609f: + title: 'mlepeshkin.medium.com: Automated Kubernetes deployment with Helm and additional + templating' + year: N/A + stars: 0 + description: '' +https://dev.to/francoislp/post-mortem-1h30-downtime-on-a-saturday-morning-5af0: + title: '==dev.to/francoislp: Post-mortem: 1h30 downtime on a Saturday morning==' + year: N/A + stars: 0 + description: '' +https://blog.ediri.io/how-to-unit-test-your-helm-charts: + title: '==blog.ediri.io: How To Unit Test Your Helm Charts==' + year: N/A + stars: 0 + description: '' +https://itnext.io/reference-other-values-in-helm-chart-values-file-19d44d9276c7: + title: '==itnext.io: Reference Other Values in Helm Chart Values File==' + year: N/A + stars: 0 + description: '' +https://medium.com/@percenuage/my-adventure-with-helm-as-gitops-in-a-distributed-architecture-6a6fdc6f11bd: + title: '==medium.com/@percenuage: My adventure with Helm as GitOps in a distributed + architecture==' + year: N/A + stars: 0 + description: '' +https://medium.com/avmconsulting-blog/deploying-applications-using-helm-in-kubernetes-b5c8b609e4b5: + title: 'medium.com/avmconsulting-blog: How to Deploy Applications using Helm in + Kubernetes |AWS|' + year: N/A + stars: 0 + description: '' +https://medium.com/tech-chronicles/helm-test-tested-my-patience-732eeab0e935: + title: 'medium.com/tech-chronicles: Helm tests' + year: N/A + stars: 0 + description: '' +https://xbery.medium.com/deploy-helm-charts-using-terraform-module-63684efbd221: + title: 'xbery.medium.com: Deploy helm charts using Terraform module 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/gre9ory/hull-tutorial-01-introducing-hull-the-helm-universal-layer-library-4njb: + title: 'dev.to: HULL Tutorial 01: Introducing HULL, the Helm Universal Layer Library' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/simplifying-kubernetes-deployments-with-helm-package-manager-bf834c51818d: + title: '==medium.com/codex: Simplifying Kubernetes Deployments With Helm Package + Manager== 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/helm-advanced-commands-9365097475b: + title: '==medium.com/geekculture: Helm β€” Advanced Commands== 🌟' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/helm-named-templates-de2efc3875d0: + title: 'levelup.gitconnected.com: Helmβ€”Named Templates' + year: N/A + stars: 0 + description: '' +https://faun.pub/helm-template-actions-functions-and-pipelines-16ed23ed336f: + title: 'faun.pub: Helm β€” Template Actions, Functions, and Pipelines 🌟' + year: N/A + stars: 0 + description: '' +https://shipmight.com/blog/understanding-helm-upgrade-reset-reuse-values: + title: 'shipmight.com: Understanding Helm upgrade flags' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/stop-cloning-helm-charts-enough-b40fb5d67ac7: + title: '==blog.devops.dev: Stop cloning helm charts! Enough!== 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/kubeshop-i/monokle-helm-quality-kubernetes-deployments-af050fcc91db: + title: 'medium.com/kubeshop-i: Monokle, Helm & Quality Kubernetes Deployments' + year: N/A + stars: 0 + description: '' +https://medium.com/itnext/introducing-k8studio-v3-the-ultimate-kubernetes-workspace-just-got-even-better-0bc0de63642c: + title: 'medium.com/gquiman: K8Studio, Helm and Kubernetes management' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/hosting-your-own-helm-chart-on-github-with-chart-releaser-a356ac10ce5c: + title: 'blog.devops.dev: Hosting Your Own Helm Chart on GitHub with Chart Releaser' + year: N/A + stars: 0 + description: '' +https://faun.pub/package-and-deploy-your-application-using-helm-chart-21f0c568e65c: + title: 'faun.pub: Package and Deploy Your Application Using Helm Chart' + year: N/A + stars: 0 + description: '' +https://medium.com/@badawekoo/helm-theory-demo-and-commands-you-need-to-know-628777fdb0c2: + title: 'medium.com/@badawekoo: Helm theory, demo and commands you need to know!' + year: N/A + stars: 0 + description: '' +https://dev.to/rtpro/helm-release-time-to-livettl-for-temporary-environments-1239: + title: 'dev.to: Helm Release Time-To-Live(TTL)β³πŸ’€ for Temporary Environments' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/how-to-secure-helm: + title: 'sysdig.com: Helm security and best practices' + year: N/A + stars: 0 + description: '' +https://medium.com/zeals-tech-blog/helm-your-kubernetes-application-7af6293bcfcf: + title: 'medium.com: Helm Your Kubernetes Application' + year: N/A + stars: 0 + description: '' +https://medium.com/linux-shots/use-postgresql-as-backend-storage-for-helm-de407cd9c43: + title: 'medium.com/linux-shots: Use PostgreSQL database as backend storage for helm' + year: N/A + stars: 0 + description: '' +https://tratnayake.dev/helm-include-all-files-from-directory-in-line: + title: 'tratnayake.dev: Using Helm To Include All Files From A Directory In-line' + year: N/A + stars: 0 + description: '' +https://fenyuk.medium.com/helm-for-kubernetes-datree-for-keeping-cluster-secure-and-healthy-6fbd10f0d958: + title: 'fenyuk.medium.com: Helm for Kubernetes. Datree for keeping cluster secure + and healthy 🌟' + year: N/A + stars: 0 + description: '' +https://fenyuk.medium.com/helm-for-kubernetes-gitops-with-argo-cd-c8f80330596: + title: 'fenyuk.medium.com: Helm for Kubernetes. GitOps with Argo CD 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/helm-how-release-information-is-stored-778d7f0b7498: + title: 'medium.com/geekculture: HELM β€” How Release Information is Stored' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/helm-data-sharing-between-parent-and-child-chart-c4487a452d4e: + title: 'levelup.gitconnected.com: Helm β€” Data Sharing Between Parent and Child Chart' + year: N/A + stars: 0 + description: '' +https://blog.searce.com/transform-kubernetes-manifests-into-helm-chart-f3d100688423: + title: 'blog.searce.com: Transform Kubernetes Manifests into Helm Chart' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/helm-chart-wait-for-all-dependencies-before-starting-kubernetes-pods-cc0a3ddbf02b: + title: 'medium.com/geekculture: Helm Chart Wait for All Dependencies Before Starting + Kubernetes Pods' + year: N/A + stars: 0 + description: '' +https://blog.knell.it/making-your-helm-chart-observable-for-prometheus: + title: 'blog.knell.it: Making your Helm Chart observable for Prometheus' + year: N/A + stars: 0 + description: '' +https://mattias.engineer/courses/kubernetes/helm: + title: '==mattias.engineer/courses/kubernetes/helm: Kubernetes-101: Helm== 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/databus23/helm-diff: + title: Helm Diff Plugin 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/meshery/helm-kanvas-snapshot: + title: Helm Kanvas Snapshot + year: N/A + stars: 0 + description: '' +https://github.com/helm/helm-mapkubeapis: + title: Helm mapkubeapis Plugin + year: N/A + stars: 0 + description: '' +https://medium.com/@marc.khouzam/shell-completion-for-plugins-with-helm-3-8-7cb001012a54: + title: 'medium.com/@marc.khouzam: Shell completion for plugins with Helm 3.8' + year: N/A + stars: 0 + description: '' +https://github.com/JovianX/helm-release-plugin: + title: JovianX/helm-release-plugin + year: N/A + stars: 0 + description: '' +https://github.com/kubepack/chart-doc-gen: + title: 'chart-doc-gen: Helm Chart Documentation Generator' + year: N/A + stars: 0 + description: '' +https://frigate.readthedocs.io: + title: Frigate + year: N/A + stars: 0 + description: '' +https://rafay.co/the-kubernetes-current/helm-chart-hooks-tutorial: + title: 'rafay.co: Helm Chart Hooks Tutorial' + year: N/A + stars: 0 + description: '' +https://itnext.io/helm-reusable-chart-named-templates-and-a-generic-chart-for-multiple-applications-13d9b26e9244: + title: 'itnext.io: Helm: reusable chart β€” named templates, and a generic chart for + multiple applications' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/applying-kubernetes-security-best-practices-to-helm-charts: + title: 'thenewstack.io: Applying Kubernetes Security Best Practices to Helm Charts + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/adevinta-tech-blog/highway-to-helm-how-to-efficiently-manage-chart-sources-f5749ba8031e: + title: 'medium: Highway to Helm: How to efficiently manage chart sources' + year: N/A + stars: 0 + description: '' +https://github.com/norwoodj/helm-docs: + title: helm-docs + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/k8s-helm-dashboard-d7509c5fee88: + title: 'medium.com/geekculture: K8s β€” Helm Dashboard' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/introduction-to-helm-dashboard-dddf43e38cc2: + title: 'levelup.gitconnected.com: Introduction to Helm Dashboard' + year: N/A + stars: 0 + description: '' +https://github.com/komodorio/helm-dashboard: + title: github.com/komodorio/helm-dashboard 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/blendle/kubecrt: + title: Kubecrt + year: N/A + stars: 0 + description: '' +https://toolbox.kali-linuxtr.net/kubecrt-convert-helm-charts-to-kubernetes-resources.tool: + title: Kubecrt - Convert HELM charts to kubernetes resources 🌟 + year: N/A + stars: 0 + description: '' +https://www.datree.io/resources/how-to-build-a-helm-plugin-in-minutes: + title: 'datree.io: How to build a Helm plugin in minutes' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/12/kubernetes-developer: + title: 'opensource.com: What Kubernetes taught me about development' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/preventing-kubernetes-misconfigurations-using-datree: + title: 'aws.amazon.com: Preventing Kubernetes misconfigurations using Datree' + year: N/A + stars: 0 + description: '' +https://codeengineered.com/blog/2020/helm-find-charts: + title: 'codeengineered.com: 4 Places To Find Helm Charts' + year: N/A + stars: 0 + description: '' +http://hub.helm.sh: + title: hub.helm.sh 🌟 + year: N/A + stars: 0 + description: '' +https://helm.sh/blog/new-location-stable-incubator-charts: + title: New Location For Stable and Incubator Charts + year: N/A + stars: 0 + description: '' +https://charts.helm.sh/stable: + title: charts.helm.sh/stable 🌟 + year: N/A + stars: 0 + description: '' +https://charts.helm.sh/incubator: + title: charts.helm.sh/incubator 🌟 + year: N/A + stars: 0 + description: '' +https://bitnami.com/stacks/helm: + title: Bitnami Helm Charts + year: N/A + stars: 0 + description: '' +https://chartcenter.io: + title: JFrog ChartCenter + year: N/A + stars: 0 + description: '' +https://artifacthub.io: + title: Artifact Hub 🌟 + year: N/A + stars: 0 + description: '' +https://hub.kubeapps.com: + title: KubeApps Hub + year: N/A + stars: 0 + description: '' +https://github.com/fairwindsops/nova: + title: 'github: Nova 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/SAP/kubernetes-deployment-orchestrator: + title: 'github: Kubernetes Deployment Orchestrator' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/devops/helm-chart-repo: + title: 'harness.io: Tutorial: Turning a GitHub Repo Into a Helm Chart Repo' + year: N/A + stars: 0 + description: '' +https://github.com/helm/charts/tree/master/stable/jenkins: + title: Jenkins + year: N/A + stars: 0 + description: '' +https://github.com/codecentric/helm-charts: + title: Codecentric Jenkins 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/helm/charts/tree/master/stable/sonatype-nexus: + title: Nexus3 + year: N/A + stars: 0 + description: '' +https://hub.helm.sh/charts/choerodon/nexus3: + title: Choerodon Nexus3 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/helm/charts/tree/master/stable/sonarqube: + title: Sonar + year: N/A + stars: 0 + description: '' +https://github.com/helm/charts/tree/master/stable/selenium: + title: Selenium + year: N/A + stars: 0 + description: '' +https://github.com/helm/charts/tree/master/stable/distributed-jmeter: + title: Jmeter + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/introducing-the-quarkus-helm-chart: + title: 'openshift.com: Introducing the Quarkus Helm Chart' + year: N/A + stars: 0 + description: '' +https://artifacthub.io/packages/search?repo=haproxytech: + title: 'artifacthub.io: Official Helm charts for HAProxy and the HAProxy Kubernetes + Ingress Controller on Artifact Hub 🌟' + year: N/A + stars: 0 + description: '' +https://prometheus-community.github.io/helm-charts: + title: 'prometheus-community.github.io: Prometheus Community Kubernetes Helm Charts + 🌟' + year: N/A + stars: 0 + description: '' +https://boxunix.com/2022/02/05/developers-guide-to-writing-a-good-helm-chart: + title: 'boxunix.com: Developer’s Guide to Writing a Good Helm Chart' + year: N/A + stars: 0 + description: '' +https://github.com/vidispine/hull: + title: HULL + year: N/A + stars: 0 + description: '' +https://github.com/helmfile/helmfile: + title: github.com/helmfile/helmfile + year: N/A + stars: 0 + description: '' +https://www.linuxadvise.com/amp/helmfile-next-level-to-manage-your-helm-charts: + title: 'linuxadvise.com: Helmfile - Next Level to manage your helm Charts' + year: N/A + stars: 0 + description: '' +https://itnext.io/database-migrations-on-kubernetes-using-helm-hooks-fb80c0d97805: + title: 'itnext.io: Database migrations on Kubernetes using Helm hooks' + year: N/A + stars: 0 + description: '' +https://github.com/redhat-certification/chart-verifier: + title: 'redhat-certification: chart-verifier: Rules based tool to certify Helm charts + 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/mogensen/helm-changelog: + title: 'helm-changelog: Create changelogs for Helm Charts, based on git history' + year: N/A + stars: 0 + description: '' +https://github.com/bridgecrewio/helm-scanner: + title: helm-scanner + year: N/A + stars: 0 + description: '' +https://github.com/Praqma/helmsman: + title: 'Helmsman: Helm Charts as Code 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@marco.franssen/gitops-using-helmsman-to-apply-helm-charts-to-k8s-1a7217ced411: + title: 'medium: Gitops using Helmsman to apply Helm Charts to k8s' + year: N/A + stars: 0 + description: '' +https://github.com/tellerops/helm-teller: + title: tellerops/helm-teller + year: N/A + stars: 0 + description: '' +https://github.com/mumoshu/helm-x: + title: 'github.com/mumoshu/helm-x: Helm X Plugin' + year: N/A + stars: 0 + description: '' +https://github.com/maorfr/helm-backup: + title: 'maorfr/helm-backup: Helm Backup Plugin' + year: N/A + stars: 0 + description: '' +https://github.com/helmwave/helmwave: + title: helmwave/helmwave + year: N/A + stars: 0 + description: '' +https://github.com/jkosik/helm-decomposer: + title: 'github.com/jkosik: helm-decomposer' + year: N/A + stars: 0 + description: '' +https://github.com/projectsveltos/sveltosctl: + title: 'github.com/projectsveltos: sveltosctl' + year: N/A + stars: 0 + description: '' +https://abhaypore.medium.com/migrate-your-manifest-yaml-files-into-helm-chart-32a44230f3b5: + title: 'abhaypore.medium.com: Migrate your manifest yaml files into Helm Chart' + year: N/A + stars: 0 + description: '' +https://stackoverflow.blog/2021/03/08/infrastructure-as-code-create-and-configure-infrastructure-elements-in-seconds: + title: 'stackoverflow.blog: Infrastructure as code: Create and configure infrastructure + elements in seconds' + year: N/A + stars: 0 + description: '' +https://www.invensislearning.com/blog/infrastructure-as-a-code-tutorial: + title: 'invensislearning.com: Infrastructure as a Code Tutorial: How it Works, Types, + and Best Practices' + year: N/A + stars: 0 + description: '' +https://www.agileconnection.com/article/infrastructure-code-foundation-effective-devops: + title: 'agileconnection.com: Infrastructure as Code: The Foundation of Effective + DevOps' + year: N/A + stars: 0 + description: '' +https://cloudify.co/blog/infrastructure-as-code-is-it-really-enough-for-devops: + title: 'cloudify.co: Infrastructure As Code – Is It REALLY Enough For DevOps? IAC + DevOps Best Practices 🌟' + year: N/A + stars: 0 + description: '' +https://bridgecrew.io/blog/5-tips-for-securely-adopting-infrastructure-as-code: + title: 'bridgecrew.io: 5 tips for securely adopting infrastructure as code' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/architect/pull-push-provisioning-cicd: + title: 'redhat.com: Pull vs. push in automated VM provisioning: What you need to + know' + year: N/A + stars: 0 + description: '' +https://itnext.io/platform-as-code-how-it-compares-with-infrastructure-as-code-and-what-it-enables-2684b348be2e: + title: 'itnext.io: Platform-as-Code: how it relates to Infrastructure-as-Code and + what it enables' + year: N/A + stars: 0 + description: '' +https://daffodilsw.medium.com/what-is-infrastructure-automation-in-devops-d9681870b07d: + title: 'daffodilsw.medium.com: What is Infrastructure Automation in DevOps?' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/iac-cloud-misconfiguration-tools-too-noisy-without-context: + title: 'thenewstack.io: IaC Cloud Misconfiguration Tools too Noisy without Context' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/what-is-infrastructure-as-code: + title: '==freecodecamp.org: Infrastructure as Code - Full Course== 🌟🌟' + year: N/A + stars: 0 + description: '' +https://faun.pub/the-best-infrastructure-as-code-tools-for-2021-b37c323e89f0: + title: 'faun.pub: The best Infrastructure as Code tools for 2021' + year: N/A + stars: 0 + description: '' +https://devops.com/updating-and-managing-infrastructure-as-code-iac: + title: 'devops.com: Updating and Managing Infrastructure-as-Code (IaC)' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/guis-cli-apis-learn-basic-terms-of-infrastructure-as-code: + title: 'thenewstack.io: GUIs, CLI, APIs: Learn Basic Terms of Infrastructure-as-Code' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/infrastructure-as-code-increase-security-scale-development: + title: 'thenewstack.io: Infrastructure-as-Code: Increase Security, Scale Development' + year: N/A + stars: 0 + description: '' +https://devopscube.com/immutable-infrastructure: + title: 'devopscube.com: Immutable Infrastructure Explained For Beginners' + year: N/A + stars: 0 + description: '' +https://medium.com/@bunnyshell/how-to-overcome-infrastructure-as-code-iac-challenges-f4947be7cde2: + title: 'medium.com/@bunnyshell: How to Overcome Infrastructure as Code (IaC) Challenges' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/a-beginners-guide-to-infrastructure-as-code: + title: 'dzone.com/articles: A Beginner''s Guide to Infrastructure as Code 🌟' + year: N/A + stars: 0 + description: '' +https://www.javacodegeeks.com/2023/03/infrastructure-as-code-best-tools-for-2023-included.html: + title: 'javacodegeeks.com: Infrastructure as Code: Best Tools For 2023 Included' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/infrastructure-as-code-or-cloud-platforms-you-decide: + title: 'thenewstack.io: Infrastructure as Code or Cloud Platforms β€” You Decide!' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3692296/5-priorities-that-cut-cloud-costs-and-improve-it-ops.html: + title: 'infoworld.com: 5 priorities that cut cloud costs and improve IT ops' + year: N/A + stars: 0 + description: '' +https://spacelift.io/blog/infrastructure-as-code-with-generic-ci-cd: + title: 'spacelift.io: Why Generic CI/CD Tools Will Not Deliver Successful IaC' + year: N/A + stars: 0 + description: '' +https://matt-rickard.com/infrastructure-as-code-will-be-written-by-ai: + title: 'matt-rickard.com: Infrastructure as Code Will be Written by AI' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/achieve-gitops-on-day-one-with-iac-automation: + title: 'thenewstack.io: Achieve GitOps on Day One with IaC Automation' + year: N/A + stars: 0 + description: '' +https://medium.com/@faisalkuzhan/day-43-90-infrastructure-as-code-iac-5a826258ee4b: + title: 'medium.com/@faisalkuzhan: DAY_43/90 => Infrastructure as Code(IaC)' + year: N/A + stars: 0 + description: '' +https://build5nines.com/benefits-of-convention-over-configuration-for-iac-deployment-projects: + title: 'build5nines.com: Benefits of Convention over Configuration for IaC Deployment + Projects' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/short-using-iac-over-clickops-229e919b5373: + title: 'levelup.gitconnected.com: Short: Using IaC over Clickops' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/local-environment-as-code-is-it-possible-yet: + title: 'thenewstack.io: Local Environment-as-Code: Is It Possible Yet?' + year: N/A + stars: 0 + description: '' +https://www.clickittech.com/devops/infrastructure-as-code-tools: + title: 'clickittech.com: Infrastructure as Code Tools, what are the best IaC tools? + 🌟' + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/terraform-vs-ansible-difference: + title: 'intellipaat.com: Terraform vs Ansible: Key Differences Between Terraform + and Ansible 🌟' + year: N/A + stars: 0 + description: '' +https://www.clickittech.com/devops/terraform-vs-cloudformation: + title: 'clickittech.com: Terraform vs CloudFormation: The Final battle 🌟' + year: N/A + stars: 0 + description: '' +https://k21academy.com/ansible/terraform-vs-ansible: + title: 'k21academy.com: Terraform vs Ansible: Working, Difference, Provisioning + 🌟' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2021/04/06/cloudformation-vs-terraform-which-is-better: + title: 'cncf.io: Cloudformation vs. Terraform: Which is better?' + year: N/A + stars: 0 + description: '' +https://cloudify.co/blog/ansible-vs-terraform: + title: 'cloudify.co: Ansible Vs Terraform 🌟' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/itops-talk-blog/infrastructure-as-code-iac-comparing-the-tools/ba-p/3205045: + title: 'techcommunity.microsoft.com: Infrastructure as Code (IaC): Comparing the + Tools' + year: N/A + stars: 0 + description: '' +https://spacelift.io/blog/ansible-vs-terraform: + title: 'spacelift.io: Terraform vs. Ansible : Key Differences and Comparison of + Tools' + year: N/A + stars: 0 + description: '' +https://www.env0.com/blog/ansible-vs-terraform-when-to-choose-one-or-use-them-together: + title: 'env0.com: Ansible vs Terraform: Choose One or Use Both?' + year: N/A + stars: 0 + description: '' +https://awstrainingwithjagan.com/infrastructure-as-code-tool-comparison: + title: 'awstrainingwithjagan.com: Comprehensive Comparison of Top Infrastructure + as Code (IaC) Tools' + year: N/A + stars: 0 + description: '' +https://github.com/pulumi/pulumi: + title: 'Pulumi: Infrastructure as Code in Any Programming Language' + year: N/A + stars: 0 + description: '' +https://t.co/C6uicr7ZPS: + title: 'Terraform 1.15: Flexible Module Management, Deprecation Warnings, and Windows + ARM64 Support' + year: N/A + stars: 0 + description: '' +https://nedinthecloud.com/2025/07/01/ephemeral-values-in-terraform: + title: Ephemeral Values in Terraform + year: N/A + stars: 0 + description: '' +https://github.com/HewlettPackard/terraschema: + title: 'TerraSchema: Generate JSON Schema from Terraform Configurations' + year: N/A + stars: 0 + description: '' +https://cloudtips.nl/the-maester-terraform-module-8c68b2b68c51: + title: The Maester - Terraform Module + year: N/A + stars: 0 + description: '' +https://github.com/Checkmarx/kics: + title: ==Checkmarx/kics== + year: N/A + stars: 0 + description: '' +https://github.com/gofireflyio/aiac: + title: ==gofireflyio/aiac== 🌟 + year: N/A + stars: 0 + description: '' +https://medium.com/nerd-for-tech/kubernetes-declaratively-deploying-infrastructure-iac-789f14d999c6: + title: 'medium.com/nerd-for-tech: Kubernetes: Declaratively Deploying Infrastructure + (IaC)' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/config-connector/docs/overview: + title: ==cloud.google.com/config-connector== + year: N/A + stars: 0 + description: '' +https://medium.com/globant/infrastructure-as-code-using-kubernetes-d3d329446517: + title: 'medium.com/globant: Infrastructure as Code using Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=--RRpw_6onA: + title: 'youtube: Mitchell Hashimoto: The Inside Story of HashiCorp''s IaC Journey + | The IaC Podcast' + year: N/A + stars: 0 + description: '' +https://medium.com/@nidhibansal26/iac-and-openshift-virtualization-handshake-c0a4ada79af5: + title: IaC and OpenShift Virtualization handshake (using Terraform for VMs on OCP) + year: N/A + stars: 0 + description: '' +https://grow.google/certificates/interview-warmup: + title: 'grow.google: interview warmup' + year: N/A + stars: 0 + description: '' +https://github.com/moabukar/tech-vault: + title: github.com/moabukar/tech-vault + year: N/A + stars: 0 + description: '' +https://www.interviewbit.com/ansible-interview-questions: + title: 'interviewbit.com: Ansible Interview Questions' + year: N/A + stars: 0 + description: '' +https://www.guru99.com/ansible-interview-questions.html: + title: 'guru99.com: Top 19 Ansible Interview Questions and Answers for 2022' + year: N/A + stars: 0 + description: '' +https://devsecops.co.in/2021/05/18/ansible-interview-questions: + title: 'devsecops.co.in: 100+ Ansible Interview Questions and Answers' + year: N/A + stars: 0 + description: '' +https://www.interviewbit.com/terraform-interview-questions: + title: 'interviewbit.com: Terraform Interview Questions' + year: N/A + stars: 0 + description: '' +https://www.simplilearn.com/terraform-interview-questions-and-answers-article: + title: 'simplilearn.com: Top 40 Terraform Interview Questions and Answers for 2022' + year: N/A + stars: 0 + description: '' +https://mrdevops.hashnode.dev/top-40-terraform-interview-questions-and-answers-for-2023: + title: 'mrdevops.hashnode.dev: Top 40 Terraform Interview Questions and Answers + for 2023' + year: N/A + stars: 0 + description: '' +https://www.fosstechnix.com/terraform-cloud-interview-questions-and-answer: + title: 'fosstechnix.com: Top 50 Terraform Cloud Interview Questions and Answers' + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/interview-question/amazon-aws-interview-questions: + title: 'intellipaat.com: Top Amazon AWS Interview Questions – Most Asked' + year: N/A + stars: 0 + description: '' +https://www.interviewbit.com/aws-interview-questions: + title: Frequently Asked AWS Interview Questions + year: N/A + stars: 0 + description: '' +https://www.techgeekbuzz.com/top-aws-interview-questions-and-answers: + title: TGB - AWS Interview Questions and Answers - Frequently asked + year: N/A + stars: 0 + description: '' +https://www.gcreddy.com/2022/02/sql-interview-questions-and-answers.html: + title: 'gcreddy.com: SQL Interview Questions and Answers' + year: N/A + stars: 0 + description: '' +https://artoftesting.com/sql-queries-for-interview: + title: 'artoftesting.com: Top 40 SQL Query Interview Questions and Answers for Practice' + year: N/A + stars: 0 + description: '' +https://automationreinvented.blogspot.com/2020/11/top-30-api-testing-interview-questions.html: + title: 'automationreinvented.blogspot.com: Top 30 API Testing Interview Questions + & Answers for SDET/API Automation-Rest Assured? SET-03' + year: N/A + stars: 0 + description: '' +https://automationqahub.com/latest-api-testing-interview-questions-and-answers: + title: 'automationqahub.com: Latest API Testing Interview Questions And Answers' + year: N/A + stars: 0 + description: '' +https://grokkinginterview.com/13-rest-api-interview-questions-you-need-to-know-f0e7ec857550: + title: 'grokkinginterview.com: 13 REST API interview questions you need to know' + year: N/A + stars: 0 + description: '' +https://automationreinvented.blogspot.com/2020/10/top-11-kubernetes-interview-questions.html: + title: 'automationreinvented.blogspot.com: Top 11 kubernetes interview questions + for SDET/DevOps SET-02? Kubernetes deployment commands' + year: N/A + stars: 0 + description: '' +https://denic.hashnode.dev/resources-to-crush-the-technical-interview: + title: 'denic.hashnode.dev: Resources to crush the technical interview' + year: N/A + stars: 0 + description: '' +https://www.learnsteps.com/devops-interview-questions-how-will-you-scale-your-current-ci-cd-pipeline: + title: 'learnsteps.com: DevOps Interview Questions: How will you scale your current + CI-CD pipeline' + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/interview-question/devops-interview-questions: + title: 'intellipaat.com: Top DevOps Interview Questions – Most Asked' + year: N/A + stars: 0 + description: '' +https://vitalflux.com/devops-architect-interview-questions: + title: 'vitalflux.com: 15 Tricky DevOps Architect Interview Questions & Answers' + year: N/A + stars: 0 + description: '' +https://devsecops.co.in/2021/05/20/devops-interview-questions: + title: 'devsecops.co.in: DevOps Interview Questions and Answers' + year: N/A + stars: 0 + description: '' +https://www.learnsteps.com/devops-interview-questions-what-do-you-know-about-proc-filesystem-in-linux: + title: 'learnsteps.com: DevOps Interview Questions: What do you know about proc + filesystem in Linux.' + year: N/A + stars: 0 + description: '' +https://automationqahub.com/latest-selenium-interview-questions-and-answers: + title: 'automationqahub.com: The Ultimate List of Selenium Interview Questions' + year: N/A + stars: 0 + description: '' +https://automationreinvented.blogspot.com/2020/06/top-30-interview-questions-on.html: + title: 'automationreinvented.blogspot.com: Top 30 Interview Questions on Automation + Testing - Selenium for SDET/Automation QA?' + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/interview-question/mysql-interview-questions: + title: 'intellipaat.com: Top Answers to MySQL Interview Questions' + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/interview-question/git-interview-questions-answers: + title: 'intellipaat.com: Top Git Interview Questions And Answers 🌟' + year: N/A + stars: 0 + description: '' +https://automationreinvented.blogspot.com/2021/05/top-git-interview-question-set-03-for.html: + title: 'automationreinvented.blogspot.com: Top GIT Interview question Set-03 for + SDET/Testers/Developers/DevOps?' + year: N/A + stars: 0 + description: '' +https://automationreinvented.blogspot.com/2021/09/top-40-git-interview-questions-and.html: + title: 'automationreinvented.blogspot.com: Top 40 GIT Interview Questions and Answers + for SDET - DevOps - Automation QA? Useful GIT commands to refer for daily DevOps + Tasks?' + year: N/A + stars: 0 + description: '' +https://automationqahub.com/mastering-git-your-ultimate-git-cheat-sheet-for-quick-reference: + title: 'automationqahub.com: The Ultimate Git Cheat Sheet 🌟' + year: N/A + stars: 0 + description: '' +https://www.java67.com/2021/02/microservices-interview-questions-answers-java-spring.html: + title: 'java67.com: Top 15 Microservices Interview Questions with Answers for 3 + to 5 Years Experienced' + year: N/A + stars: 0 + description: '' +https://towardsdev.com/microservice-interview-questions-for-backend-developers-series-1-112d623a7c2a: + title: 'towardsdev.com: Microservice Interview questions for Backend Developers + series-1' + year: N/A + stars: 0 + description: '' +https://www.java-success.com/writing-low-latency-applications-in-java: + title: 'java-success.com: 01: 9 Java low latency interview questions & answers' + year: N/A + stars: 0 + description: '' +https://www.java-success.com/java-garbage-collection-interview-questions-and-answers: + title: 'java-success.com: 9 Java Garbage Collection interview questions & answers' + year: N/A + stars: 0 + description: '' +? https://medium.com/javarevisited/50-java-collections-interview-questions-for-beginners-and-experienced-programmers-4d2c224cc5ab +: title: 50+ Java Collections Interview Questions for Beginners and Experienced Programmers + year: N/A + stars: 0 + description: '' +https://www.javaguides.net/2018/10/java-main-method-interview-questions-with-answers.html: + title: 'javaguides.net: Java main() Method Interview Questions with Answers' + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/interview-question/jenkins-interview-questions-answers: + title: 'intellipaat.com: Top Jenkins Interview Questions and Answers' + year: N/A + stars: 0 + description: '' +https://automationreinvented.blogspot.com/2021/09/top-10-jenkins-interview-question-for.html: + title: 'automationreinvented.blogspot.com: Top 10 Jenkins Interview Question for + SDET - DevOps - Automation QA?' + year: N/A + stars: 0 + description: '' +https://automationreinvented.blogspot.com/2021/12/top-20-jenkins-interview-questions-and.html: + title: 'automationreinvented.blogspot.com: Top 20 Jenkins Interview Questions and + Answers 2022 for SDET - DevOps - Automation QA? Refer for Getting pro in Jenkins' + year: N/A + stars: 0 + description: '' +https://linux.amitmaheshwari.in/2019/11/kubernetes-interview-questions-and.html: + title: Kubernetes Interview Questions and Answers 2019 2020 + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/interview-question/kubernetes-interview-questions-answers: + title: 'intellipaat.com: Top Kubernetes Interview Questions and Answers' + year: N/A + stars: 0 + description: '' +https://automationreinvented.blogspot.com/2020/09/top-11-kubernetes-interview-question.html: + title: 'automationreinvented.blogspot.com: Top 11 Kubernetes interview question + and answers for SDET Devops QA SET-01?' + year: N/A + stars: 0 + description: '' +https://devsecops.co.in/2021/05/22/kubernetes-interview: + title: 'devsecops.co.in: Kubernetes Interview Questions and Answers' + year: N/A + stars: 0 + description: '' +https://ymmt2005.hatenablog.com/entry/k8s-things: + title: 'ymmt2005.hatenablog.com: 47 things that you should know to be a Kubernetes + experts (questions + answers)' + year: N/A + stars: 0 + description: '' +https://automationreinvented.blogspot.com/search/label/Kubernetes?m=1: + title: 'automationreinvented.blogspot.com: kubernetes posts' + year: N/A + stars: 0 + description: '' +https://jakubstransky.com/2021/11/05/4-devs-kubernetes-interview-question-made-easy: + title: 'jakubstransky.com: 4 devs by devs: Kubernetes interview question made easy' + year: N/A + stars: 0 + description: '' +https://automationreinvented.blogspot.com/2020/11/top-interview-question-on-kubernetes.html: + title: 'automationreinvented.blogspot.com: Top Interview Question on Kubernetes + for SDET/Devops Set-03? ReplicaSet in K8S' + year: N/A + stars: 0 + description: '' +https://javarevisited.blogspot.com/2022/03/top-20-apache-kafka-interview-questions.html: + title: 'javarevisited.blogspot.com: Top 20 Apache Kafka Interview Questions with + Answers' + year: N/A + stars: 0 + description: '' +https://age-of-product.com/42-scrum-product-owner-interview-questions: + title: 'age-of-product.com: Hiring: 71 Scrum Product Owner Interview Questions to + Avoid Agile Imposters' + year: N/A + stars: 0 + description: '' +https://automationqahub.com/latest-rest-assured-interview-questions: + title: 'automationqahub.com: Latest Rest Assured Interview Questions' + year: N/A + stars: 0 + description: '' +https://automationqahub.com/popular-software-testing-interview-questions: + title: 'automationqahub.com: Top Software Testing Interview Questions' + year: N/A + stars: 0 + description: '' +https://automationreinvented.blogspot.com/2021/03/top-40-api-testing-interview-question.html: + title: 'automationreinvented.blogspot.com: Top 40 API Automation testing interview + question for SDET and Automation QA ?' + year: N/A + stars: 0 + description: '' +https://automationreinvented.blogspot.com/2021/01/top-60-interview-questions-on.html: + title: 'automationreinvented.blogspot.com: Top 70 interview questions on Automation + Testing-Selenium-TestNG Set-06? TestNG Tricky Interview questions 2021 for SDET-QAE?' + year: N/A + stars: 0 + description: '' +https://automationreinvented.blogspot.com/2022/03/top-80-api-testing-interview-questions.html: + title: 'automationreinvented.blogspot.com: Top 80 API Testing Interview Questions + for QA and SDET ? API Interview Questions 2022' + year: N/A + stars: 0 + description: '' +http://www.mypythonquiz.com: + title: Python mini-quiz + year: N/A + stars: 0 + description: '' +https://www.learnsteps.com/devops-interview-questions-important-python-questions: + title: 'learnsteps.com: DevOps Interview Questions: Important Python questions' + year: N/A + stars: 0 + description: '' +https://vahid.blog/post/2022-05-05-system-design-interview-cheat-sheet: + title: 'vahid.blog: System Design Interview Cheat Sheet' + year: N/A + stars: 0 + description: '' +https://javarevisited.blogspot.com/2022/08/json-interview-questions-with-answers.html: + title: 'javarevisited.blogspot.com: Top 20 JSON Interview Questions with Answers + for Beginners and Experienced Developers' + year: N/A + stars: 0 + description: '' +https://automationqahub.com/common-cypress-interview-questions: + title: 'automationqahub.com: The Ultimate List of Cypress Interview Questions' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2018/06/28/why-kubernetes-is-the-new-application-server: + title: 'developers.redhat.com: Why Kubernetes is The New Application Server' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/topics/microservices/why-choose-red-hat-microservices: + title: 'redhat.com: Why choose Red Hat for microservices?' + year: N/A + stars: 0 + description: '' +https://changelog.com/posts/monoliths-are-the-future: + title: ==Monoliths are the future | Kelsey Hightower== + year: N/A + stars: 0 + description: '' +https://www.allthingsdistributed.com/2023/05/monoliths-are-not-dinosaurs.html: + title: '==allthingsdistributed.com: Monoliths are not dinosaurs==' + year: N/A + stars: 0 + description: '' +https://www.weave.works/technologies/going-cloud-native-6-essential-things-you-need-to-know: + title: 'weave.works: Going Cloud Native: 6 essential things you need to know' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/operators-and-sidecars-are-the-new-model-for-software-delivery: + title: Operators and Sidecars Are the New Model for Software Delivery + year: N/A + stars: 0 + description: '' +https://jaxenter.com/kubernetes-practical-implications-171647.html: + title: 'jaxenter.com: Practical Implications for Adopting a Multi-Cluster, Multi-Cloud + Kubernetes Strategy' + year: N/A + stars: 0 + description: '' +https://jaxenter.com/kubernetes-extensions-172215.html: + title: 'jaxenter.com: Six Essential Kubernetes Extensions to Add to Your Toolkit + 🌟' + year: N/A + stars: 0 + description: '' +https://www.thoughtworks.com/radar/platforms/kubernetes: + title: 'thoughtworks.com: Kubernetes' + year: N/A + stars: 0 + description: '' +https://addwebsolution.com/blog/how-kubernetes-helps-businesses-manage-their-it-infrastructure: + title: 'addwebsolution.com: How Kubernetes helps businesses manage their IT infrastructure?' + year: N/A + stars: 0 + description: '' +https://loves.cloud/kubernetes-an-introduction: + title: 'loves.cloud: Kubernetes: An Introduction' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/microservices-vs-monoliths-an-operational-comparison: + title: 'thenewstack.io: Microservices vs. Monoliths: An Operational Comparison' + year: N/A + stars: 0 + description: '' +https://www.weave.works/blog/6-business-benefits-of-kubernetes: + title: 'weave.works: 6 Business Benefits of Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.ituser.es/opinion/2020/07/las-principales-habilidades-que-un-arquitecto-cloud-necesita-para-triunfar: + title: 'ituser.es: Las principales habilidades que un arquitecto cloud necesita + para triunfar' + year: N/A + stars: 0 + description: '' +https://www.enterprisetimes.co.uk/2020/07/23/monolithic-versus-microservice-architecture: + title: Monolithic versus Microservice architecture + year: N/A + stars: 0 + description: '' +https://searchcloudcomputing.techtarget.com/feature/Modernize-legacy-applications-with-containers-microservices: + title: Modernize legacy applications with containers, microservices + year: N/A + stars: 0 + description: '' +https://blog.heroku.com/monolithic-applications-into-services: + title: 'blog.heroku.com: Deconstructing Monolithic Applications into Services' + year: N/A + stars: 0 + description: '' +https://blogs.vmware.com/vov/2018/08/06/how-to-deconstruct-a-monolith-using-microservices-getting-ready-for-cloud-native: + title: 'vmware.com: How to Deconstruct a Monolith using Microservices – Getting + Ready for Cloud-Native' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/7-best-practices-to-build-and-maintain-resilient-applications-and-infrastructure: + title: 'thenewstack.io: 7 Best Practices to Build and Maintain Resilient Applications + and Infrastructure' + year: N/A + stars: 0 + description: '' +https://www.viewnext.com/front-end-vs-back-end: + title: 'viewnext.com: Front End vs Back End (spanish)' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/what-is-the-modern-cloud-native-stack: + title: 'thenewstack.io: What is the modern cloud native stack? 🌟🌟' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2020/09/15/top-7-challenges-to-becoming-cloud-native: + title: 'cncf.io: Top 7 challenges to becoming cloud native' + year: N/A + stars: 0 + description: '' +https://www.lavanguardia.com/economia/20201014/484036217179/transformacion-digital-empresas-foncillas-pf-video-seo-lv.html: + title: 'lavanguardia.com: Por quΓ© la transformaciΓ³n digital es mentira 🌟' + year: N/A + stars: 0 + description: '' +https://devops.com/6-advantages-of-microservices: + title: 'devops.com: 6 Advantages of Microservices' + year: N/A + stars: 0 + description: '' +https://cloudpundit.com/2020/09/22/dont-boil-the-ocean-to-create-your-cloud: + title: 'cloudpundit.com: Don’t boil the ocean to create your cloud 🌟' + year: N/A + stars: 0 + description: '' +https://www.hcltech.com/blogs/devops-tools-and-technologies-manage-microservices: + title: 'hcltech.com: DevOps Tools and Technologies to Manage Microservices 🌟' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/containerizing-applications: + title: 'redhat.com: A sysadmin''s guide to containerizing applications' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/12/containers-101: + title: 'opensource.com: 6 container concepts you need to understand' + year: N/A + stars: 0 + description: '' +https://devops.com/why-boring-tech-is-best-to-avoid-a-microservices-mess: + title: 'devops.com: Why Boring Tech is Best to Avoid a Microservices Mess' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/3-reasons-why-you-cant-afford-to-ignore-cloud-native-computing: + title: 'thenewstack.io: 3 Reasons Why You Can’t Afford to Ignore Cloud Native Computing + 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/defining-a-different-kubernetes-user-interface-for-the-next-decade: + title: 'thenewstack.io: Defining a Different Kubernetes User Interface for the Next + Decade' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/react-in-real-time-with-event-driven-apis: + title: 'thenewstack.io: React in Real-Time with Event-Driven APIs' + year: N/A + stars: 0 + description: '' +https://codeopinion.com/splitting-up-a-monolith-into-microservices: + title: 'codeopinion.com: Splitting up a Monolith into Microservices 🌟' + year: N/A + stars: 0 + description: '' +https://javarevisited.blogspot.com/2020/11/why-devops-engineer-learn-docker-kubernetes.html: + title: 'javarevisited.blogspot.com: Why Every Programmer, DevOps Engineer Should + learn Docker and Kubernetes in 2020' + year: N/A + stars: 0 + description: '' +? https://www.techrepublic.com/article/kubernetes-will-deliver-the-app-store-experience-for-enterprise-software-says-weaveworks-ceo +: title: 'techrepublic.com: Kubernetes will deliver the app store experience for enterprise + software, says Weaveworks CEO' + year: N/A + stars: 0 + description: '' +https://shahirdaya.medium.com/what-does-it-mean-to-be-cloud-native-12360a324571: + title: 'shahirdaya.medium.com: What does it mean to be Cloud Native? 🌟' + year: N/A + stars: 0 + description: '' +https://enterprisersproject.com/article/2021/1/5-hybrid-cloud-trends-2021: + title: 'enterprisersproject.com: 5 hybrid cloud trends to watch in 2021' + year: N/A + stars: 0 + description: '' +https://cloudify.co/everything-you-need-to-know-about-hybrid-cloud: + title: 'cloudify.co: Your Guide to Infrastructure Automation & Hybrid Cloud Orchestration + 🌟' + year: N/A + stars: 0 + description: '' +https://jaxenter.com/kubernetes-bigger-173675.html: + title: 'jaxenter.com: Kubernetes Is Much Bigger Than Containers: Here’s Where It + Will Go Next' + year: N/A + stars: 0 + description: '' +https://skamille.medium.com/make-boring-plans-9438ce5cb053: + title: 'skamille.medium.com: Make Boring Plans' + year: N/A + stars: 0 + description: '' +https://cloud-melon.com/2019/12/26/under-the-hood-of-kubernetes-and-microservices: + title: 'cloud-melon.com: Under the hood of Kubernetes and microservices' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/study-silos-are-chief-impediment-to-it-and-business-value: + title: 'thenewstack.io: Study: Silos Are the Chief Impediment to IT and Business + Value' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/prepare-to-adopt-the-cloud-a-10-step-cloud-migration-checklist: + title: 'thenewstack.io: Prepare to Adopt the Cloud: A 10-Step Cloud Migration Checklist + 🌟' + year: N/A + stars: 0 + description: '' +https://www.devprojournal.com/technology-trends/kubernetes/containers-kubernetes-and-software-development-in-2021: + title: 'devprojournal.com: Containers, Kubernetes and Software Development in 2021' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/migrating-monoliths-to-microservices-with-decomposition: + title: 'infoq.com: Migrating Monoliths to Microservices with Decomposition and Incremental + Changes' + year: N/A + stars: 0 + description: '' +https://www.getcortexapp.com/post/why-you-need-a-microservices-catalog-tool: + title: 'getcortexapp.com: Why You Need a Microservices Catalog Tool' + year: N/A + stars: 0 + description: '' +https://www.ringcentral.co.uk/gb/en/blog/definitions/software-as-a-service-saas: + title: 'ringcentral.co.uk: Software as a Service (SaaS)' + year: N/A + stars: 0 + description: '' +https://shopify.engineering/faster-shopify-ci: + title: 'shopify.engineering: Keeping Developers Happy with a Fast CI' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/saga-orchestration-outbox: + title: 'infoq.com: Saga Orchestration for Microservices Using the Outbox Pattern' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/a-design-analysis-of-cloud-based-microservices-architecture-at-netflix-98836b2da45f: + title: 'medium: A Design Analysis of Cloud-based Microservices Architecture at Netflix' + year: N/A + stars: 0 + description: '' +https://blog.container-solutions.com/how-mature-is-your-microservices-architecture: + title: 'blog.container-solutions.com: How Mature Is Your Microservices Architecture? + 🌟' + year: N/A + stars: 0 + description: '' +https://www.techerati.com/features-hub/opinions/microservices-in-the-cloud-native-era: + title: 'techerati.com: Microservices in the Cloud-Native Era' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-cloud-native-landscape-platforms-explained: + title: 'thenewstack.io: The Cloud Native Landscape: Platforms Explained' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/google-and-oracle-cloud-adoption-doubles-among-enterprises-3: + title: 'thenewstack.io: Are Private Clouds Proliferating?' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/multicloud-challenges-and-solutions: + title: 'thenewstack.io: Multicloud Challenges and Solutions' + year: N/A + stars: 0 + description: '' +https://www.makeuseof.com/kubernetes-or-docker: + title: 'makeuseof.com: hich Container System Should You Use: Kubernetes or Docker?' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3614210/the-decline-of-heroku.html: + title: 'infoworld.com: The decline of Heroku PaaS' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/microservices-design-ideals: + title: 'infoq.com: Principles for Microservice Design: Think IDEALS, Rather than + SOLID' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-scalability-myth: + title: 'thenewstack.io: The Scalability Myth' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-4-definitions-of-multicloud-part-1-data-portability: + title: 'thenewstack.io: The 4 Definitions of Multicloud: Part 1 β€” Data Portability' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/multicloud-paves-the-way-for-cloud-native-resiliency-models: + title: 'thenewstack.io: Multicloud Paves the Way for Cloud Native Resiliency Models' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3616211/3-cloud-architecture-mistakes-we-all-make-but-shouldnt.html: + title: 'infoworld.com: 3 cloud architecture mistakes we all make, but shouldn''t' + year: N/A + stars: 0 + description: '' +https://www.ringcentral.co.uk/gb/en/blog/definitions/cloud-management: + title: 'ringcentral.co.uk: Cloud Management 🌟' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/resources/why-microservices: + title: 'hashicorp.com: Why Microservices? 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/private-vs-public-cloud-how-kubernetes-shifts-the-balance: + title: 'thenewstack.io: Private vs. Public Cloud: How Kubernetes Shifts the Balance' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/microservices-architecture-from-a-to-z-7287da1c5d28: + title: 'medium: Microservices Architecture From A to Z 🌟' + year: N/A + stars: 0 + description: '' +https://skycrafters.io/blog/2021/06/08/do-containers-really-contain: + title: 'skycrafters.io: Do Containers Really Contain? Virtual Machines vs. Containers + 🌟' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/learn/what-is-kubernetes: + title: 'cloud.google.com: What is Kubernetes? 🌟' + year: N/A + stars: 0 + description: '' +https://www.simform.com/multi-cloud-strategy: + title: 'simform.com: What is Multi Cloud? Why you Need a Multi Cloud Strategy?' + year: N/A + stars: 0 + description: '' +https://blog.min.io/monoclouds-vs-multiclouds-hybridclouds: + title: 'blog.min.io: Mono Clouds vs Multi-Clouds & Hybrid Clouds' + year: N/A + stars: 0 + description: '' +? https://www.xataka.com/pro/deuda-tecnica-lastre-para-tecnologicas-estudio-senala-que-informaticos-pierden-casi-dia-trabajo-a-semana-para-solventarlas +: title: 'xataka.com: La deuda tΓ©cnica, un lastre para las tecnolΓ³gicas: un estudio + seΓ±ala que los informΓ‘ticos pierden casi un dΓ­a de trabajo a la semana para solventarlas' + year: N/A + stars: 0 + description: '' +https://dev.to/typeable/when-it-pays-to-choose-microservices-12h5: + title: 'dev.to: When it Pays to Choose Microservices 🌟' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/business/public-cloud-vs-private-cloud-whats-the-difference: + title: 'acloudguru.com: Public cloud vs private cloud: What’s the difference? 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/techbeatly/container-fundamentals-part-i-445881a81b7: + title: 'medium: Container Fundamentals β€” Part 1' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-future-of-microservices-more-abstractions: + title: 'thenewstack.io: The Future of Microservices? More Abstractions' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/transform-and-future-proof-your-architecture-with-mach: + title: 'thenewstack.io: Transform and Future-Proof Your Architecture with MACH' + year: N/A + stars: 0 + description: '' +https://yellow.systems/blog/how-to-build-a-scalable-web-application: + title: '==yellow.systems: How to Make a Scalable Web Application: Architecture, + Technologies, Cost== 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/7/system-administrators: + title: 'opensource.com: What do we call post-modern system administrators?' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/cloud-engineers-try-policy-as-code-to-cure-misconfiguration-woes: + title: 'thenewstack.io: Cloud Engineers Try Policy-as-Code to Cure Misconfiguration + Woes' + year: N/A + stars: 0 + description: '' +https://medium.com/microservices-for-net-developers/what-is-microservices-and-why-is-it-different-fac017cb8cf4: + title: 'medium: What is microservices and why is it different? 🌟' + year: N/A + stars: 0 + description: '' +https://www.simform.com/blog/multi-cloud-architecture: + title: 'simform.com: 6 Multi-Cloud Architecture Designs for an Effective Cloud Strategy + 🌟' + year: N/A + stars: 0 + description: '' +https://www.simform.com/cloud-migration-ebook: + title: 'simform.com: Cloud Migration ebook' + year: N/A + stars: 0 + description: '' +https://www.fylamynt.com/post/mastering-cloud-automation-in-the-cloud-native-era: + title: 'fylamynt.com: Mastering Cloud Automation in the Cloud-Native Era 🌟' + year: N/A + stars: 0 + description: '' +https://www.dynatrace.com/news/blog/what-are-microservices: + title: 'dynatrace.com: What are microservices? All you need to know' + year: N/A + stars: 0 + description: '' +https://medium.com/getdefault-in/monoliths-vs-microservices-59cff20bb106: + title: 'medium: Monoliths vs Microservices' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/top-time-wastes-as-a-software-engineer: + title: 'dzone: Top 6 Time Wastes as a Software Engineer' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/reasons-to-opt-for-a-multicloud-strategy: + title: 'thenewstack.io: Reasons to Opt for a Multicloud Strategy' + year: N/A + stars: 0 + description: '' +https://community.hpe.com/t5/HPE-Ezmeral-Uncut/Containers-vs-VMs-What-s-the-difference/ba-p/7147090: + title: 'community.hpe.com: Containers vs. VMs: What’s the difference?' + year: N/A + stars: 0 + description: '' +https://hiralee.medium.com/software-design-vs-architecture-1da0a94322a4: + title: 'hiralee.medium.com: Software Architecture vs Design' + year: N/A + stars: 0 + description: '' +https://blog.deref.io/containers-dont-solve-everything: + title: 'blog.deref.io: Containers Don''t Solve Everything 🌟' + year: N/A + stars: 0 + description: '' +https://www.geeksforgeeks.org/microservice-architecture-introduction-challeneges-best-practices: + title: 'geeksforgeeks.org: Microservice Architecture – Introduction, Challeneges + & Best Practices' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/automation-combat-increased-workload: + title: 'redhat.com: Use automation to combat your increased workload' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/intention-as-code-making-self-healing-infrastructure-work: + title: 'thenewstack.io: Intention-as Code: Making Self-Healing Infrastructure Work' + year: N/A + stars: 0 + description: '' +https://hackernoon.com/9-basic-and-crucial-tips-for-microservices-developers: + title: 'hackernoon.com: 9 Basic (and Crucial) Tips for Microservices Developers + 🌟' + year: N/A + stars: 0 + description: '' +https://engineering.monday.com/monday-coms-multi-regional-architecture-a-deep-dive: + title: 'engineering.monday.com: monday.com’s Multi-Regional Architecture: A Deep + Dive' + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/how-to-modernize-virtualized-workloads: + title: 'cloud.redhat.com: How to Modernize Virtualized Workloads 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/transitioning-from-monolith-to-microservices: + title: 'dzone: Transitioning from Monolith to Microservices (with python django + example)' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2021/10/29/how-to-justify-infrastructure-replacement-to-your-manager: + title: 'cncf.io: How to justify infrastructure replacement to your manager' + year: N/A + stars: 0 + description: '' +https://www.enter.co/especiales/dev/herramientas-dev/estos-son-los-10-lenguajes-de-programacion-mas-populares-en-2021: + title: 'enter.co: Estos son los 10 lenguajes de programaciΓ³n mΓ‘s populares en 2021' + year: N/A + stars: 0 + description: '' +https://zesty.co/blog/10-cloud-deficiencies: + title: 'zesty.co: 10 Cloud Deficiencies You Should Know' + year: N/A + stars: 0 + description: '' +https://www.weave.works/blog/kubernetes-cluster: + title: 'weave.works: What is a Kubernetes Cluster? 🌟' + year: N/A + stars: 0 + description: '' +https://www.techrepublic.com/article/enterprises-get-closer-to-the-app-store-experience-with-kubernetes-and-gitops: + title: '==techrepublic.com: Enterprises get closer to the app store experience with + Kubernetes and GitOps==' + year: N/A + stars: 0 + description: '' +https://www.theregister.com/2021/12/21/how_kubernetes_lowers_costs: + title: '==theregister.com: How Kubernetes lowers costs and automates IT department + work==' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/architect/best-microservices-2021: + title: '==redhat.com: Top 8 resources for microservices architecture of 2021==' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3645374/kubernetes-up-serverless-down-report.html: + title: 'infoworld.com: Kubernetes adoption up, serverless down, developer survey + says' + year: N/A + stars: 0 + description: '' +https://venturebeat.com/2021/12/22/5-ways-the-world-of-it-operations-will-shift-in-2022-and-beyond: + title: 'venturebeat.com: 5 ways the world of IT operations will shift in 2022 (and + beyond)' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/5-cloud-native-trends-to-watch-out-for-in-2022: + title: 'thenewstack.io: 5 Cloud Native Trends to Watch out for in 2022' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/distributed-monolith-1d2d9f86a68f: + title: '==blog.devgenius.io: Distributed Monolith==' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/presentations/fail-cloud-native-migration: + title: 'infoq.com: 9 Ways to Fail at Cloud Native' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/app-modernization-5-tips-when-migrating-to-kubernetes: + title: 'thenewstack.io: App Modernization: 5 Tips When Migrating to Kubernetes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-and-the-next-generation-of-paas: + title: 'thenewstack.io: Kubernetes and the Next Generation of PaaS' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/a-beginners-guide-to-understanding-microservices-d2a8bae871b7: + title: 'medium.com/geekculture: A Beginners Guide to Understanding Microservices' + year: N/A + stars: 0 + description: '' +https://nathanpeck.com/why-should-use-container-orchestration: + title: 'nathanpeck.com: Why should I use an orchestrator like Kubernetes, Amazon + ECS, or Hashicorp Nomad?' + year: N/A + stars: 0 + description: '' +https://christophermeiklejohn.com/filibuster/2022/03/19/understanding-faults.html: + title: 'christophermeiklejohn.com: Understanding why Resilience Faults in Microservice + Applications Occur' + year: N/A + stars: 0 + description: '' +https://www.websiteplanet.com/blog/what-is-open-source-software: + title: 'websiteplanet.com: What’s Open Source Software + How It Makes Money 2022' + year: N/A + stars: 0 + description: '' +https://medium.com/interviewnoodle/shift-from-monolith-to-cqrs-a34bab75617e: + title: '==medium.com/interviewnoodle: Shift from Monolith to CQRS== 🌟' + year: N/A + stars: 0 + description: '' +https://bytebytego.com/courses/system-design-interview/scale-from-zero-to-millions-of-users: + title: '==bytebytego.com: System Design - Scale From Zero To Millions Of Users== + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@ajin.sunny/system-design-architecture-stateful-vs-stateless-62ed0ddb9f2b: + title: '==medium.com/@ajin.sunny: System Design Architecture: Stateful vs. Stateless== + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@ajin.sunny/system-design-concept-rate-limiting-f4da72371533: + title: 'medium.com/@ajin.sunny: System Design Concept: Rate limiting 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@ajin.sunny/rate-limiting-in-distributed-systems-bbeca0c47b96: + title: 'medium.com/@ajin.sunny: Rate limiting in Distributed Systems 🌟' + year: N/A + stars: 0 + description: '' +https://semaphoreci.com/blog/deploy-microservices: + title: '==semaphoreci.com: 5 Options for Deploying Microservices== 🌟' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/top-10-architecture-characteristics-non-functional-requirements-with-cheatsheat-7ad14bbb0a9b: + title: 'blog.devgenius.io: Top 10 Architecture Characteristics / Non-Functional + Requirements with Cheatsheet 🌟' + year: N/A + stars: 0 + description: '' +? https://medium.com/dotnet-hub/introduction-to-cloud-native-application-architecture-what-is-cloud-native-architecture-overview-benefits-e9be9aca0dd3 +: title: '==medium.com/dotnet-hub: Software Architecture β€” Introduction to Cloud Native + Application Architecture== 🌟' + year: N/A + stars: 0 + description: '' +https://bootcamp.uxdesign.cc/popular-tech-stack-for-startups-in-2022-f3b53f50c18: + title: 'bootcamp.uxdesign.cc: Popular Tech Stack for Startups in 2022' + year: N/A + stars: 0 + description: '' +https://www.howtogeek.com/devops/when-not-to-use-docker-cases-where-containers-dont-help: + title: 'howtogeek.com: When Not to Use Docker: Cases Where Containers Don’t Help + 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/you-dont-need-microservices-2ad8508b9e27: + title: '==itnext.io: You Don’t Need Microservices== 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@interviewready/data-replication-in-distributed-system-87f7d265ff28: + title: 'medium.com/@interviewready: Data Replication in Distributed System' + year: N/A + stars: 0 + description: '' +https://semaphoreci.medium.com/12-ways-to-improve-your-monolith-before-transitioning-to-microservices-d1061e96ca1a: + title: '==semaphoreci.medium.com: 12 Ways to Improve Your Monolith Before Transitioning + to Microservices== 🌟' + year: N/A + stars: 0 + description: '' +https://hardiks.medium.com/top-6-best-practices-for-container-orchestration-b4b0d3398ebc: + title: '==hardiks.medium.com: Top 6 Best practices for Container Orchestration== + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@nadinCodeHat/http-based-microservices-is-a-bad-idea-670d3db29ca6: + title: 'medium.com/@nadinCodeHat: HTTP based Microservices is a bad idea 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/qe-unit/the-microservices-adoption-roadmap-e37f3f32877: + title: 'medium.com/qe-unit: Microservices β€” Do You Need Them? Are You Ready? 🌟' + year: N/A + stars: 0 + description: '' +https://www.alibabacloud.com/blog/getting-started-with-kubernetes-%7C-deep-dive-into-kubernetes-core-concepts_595896: + title: 'alibabacloud.com: Getting Started with Kubernetes | Deep Dive into Kubernetes + Core Concepts' + year: N/A + stars: 0 + description: '' +https://www.micahlerner.com/2022/07/24/automatic-reliability-testing-for-cluster-management-controllers.html: + title: 'micahlerner.com: Automatic Reliability Testing For Cluster Management Controllers' + year: N/A + stars: 0 + description: '' +https://cloudnativeislamabad.hashnode.dev/virtualization-vs-containerization: + title: 'cloudnativeislamabad.hashnode.dev: Virtualization vs Containerization' + year: N/A + stars: 0 + description: '' +https://medium.com/javarevisited/distributed-transaction-management-in-microservices-part-1-bb7dc1fbee9f: + title: 'medium.com/javarevisited: Distributed Transaction Management in Microservices + β€” Part 1 🌟' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/how-to-transform-a-monolith-application-into-a-microservices-architecture-1e00363a03ba: + title: '==betterprogramming.pub: How to Transform a Monolith Application Into a + Microservices Architecture==' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/solving-distributed-transaction-management-problem-in-microservices-architecture-586ab3087efe: + title: 'medium.com/codex: MicroServices Architecture to Solve Distributed Transaction + Management Problem' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/how-i-split-a-monolith-into-microservices-without-refactoring-5d76924c34c2: + title: '==betterprogramming.pub: How I Split a Monolith Into Microservices Without + Refactoring== 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/3-high-availability-cloud-concepts-you-should-know-93f3bab2cb4a: + title: 'towardsdatascience.com: 3 High Availability Cloud Concepts You Should Know' + year: N/A + stars: 0 + description: '' +https://www.ust.com/en/insights/do-we-really-need-kubernetes-and-containers: + title: 'ust.com: Do we really need Kubernetes and containers?' + year: N/A + stars: 0 + description: '' +https://www.optisolbusiness.com/insight/8-core-components-of-microservice-architecture: + title: 'optisolbusiness.com: 8 Core Components are Microservices Architecture' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/microservices/what-is-microservices-architecture: + title: 'thenewstack.io: What Is Microservices Architecture?' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/do-you-know-distributed-job-scheduling-in-microservices-architecture-44082adad8ac: + title: 'levelup.gitconnected.com: Do you know Distributed Job Scheduling in Microservices + Architecture? 🌟' + year: N/A + stars: 0 + description: '' +https://www.nginx.com/blog/best-practices-for-configuring-microservices-apps: + title: '==nginx.com: Best Practices for Configuring Microservices Apps== 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/javarevisited/microservices-communication-part-1-every-programmer-must-know-7c6607d2d563: + title: '==medium.com/javarevisited: Microservices Communication part 1-every programmer + must know== 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/javarevisited/microservices-communication-part-2-sync-vs-async-vs-hybrid-23d057e137d8: + title: 'medium.com/javarevisited: Microservices Communication β€” part 2β€” Sync vs + Async vs Hybrid?' + year: N/A + stars: 0 + description: '' +https://www2.deloitte.com/de/de/pages/technology/articles/center-of-excellence-application-modernization.html: + title: 'deloitte.com/de: EMEA Center of Excellence for Application Modernization + and Migration' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/a-beginner-friendly-introduction-to-containers-vms-and-docker-79a9e3e119b: + title: 'freecodecamp.org: A Beginner-Friendly Introduction to Containers, VMs and + Docker' + year: N/A + stars: 0 + description: '' +https://www.designgurus.io/blog/Monolithic-Service-Oriented-Microservice-Architecture: + title: '==designgurus.io: Monolithic vs. Service-Oriented vs. Microservice Architecture: + Top Architectural Design Patterns==' + year: N/A + stars: 0 + description: '' +? https://www.elespanol.com/invertia/disruptores-innovadores/innovadores/tecnologicas/20230416/mainframe-repaso-pasado-futuro-tecnologia-resiste-morir/756174490_0.html +: title: 'elespanol.com: Mainframe: repaso de pasado y futuro a una tecnologΓ­a de + 1944 que se resiste a morir' + year: N/A + stars: 0 + description: '' +? https://medium.com/javarevisited/why-microservices-are-not-silver-bullet-10-reasons-for-not-using-microservices-74f7c0fa98c +: title: 'medium.com/javarevisited: Why Microservices are not silver bullet? 10 Reasons + for NOT using Microservices' + year: N/A + stars: 0 + description: '' +https://devops.com/8-hot-takes-will-we-see-a-monolithic-renaissance: + title: 'devops.com: 8 Hot Takes: Will We See a Monolithic Renaissance?' + year: N/A + stars: 0 + description: '' +? https://rahulh123.medium.com/choosing-the-right-architecture-monolithic-vs-microservices-analyzing-requirements-for-success-70d681f6a1d0 +: title: 'rahulh123.medium.com: Choosing the Right Architecture: Monolithic vs. Microservices + β€” Analyzing Requirements for Success' + year: N/A + stars: 0 + description: '' +https://waswani.medium.com/microservices-data-sharing-using-database-an-antipattern-35e0196ee2ad: + title: 'waswani.medium.com: Microservices Communication: Data Sharing using Database, + an AntiPattern !!!' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3707989/why-we-need-both-cloud-architects-and-cloud-engineers.html: + title: 'infoworld.com: Why we need both cloud architects and cloud engineers' + year: N/A + stars: 0 + description: '' +https://www.enriquedans.com/2023/12/el-desastre-del-software-y-la-automocion.html: + title: 'enriquedans.com: El desastre del software y la automociΓ³n' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/how-to-write-clean-code: + title: 'freecodecamp.org: How to Write Clean Code – Tips and Best Practices (Full + Handbook)' + year: N/A + stars: 0 + description: '' +https://www.theregister.com/2023/01/16/basecamp_37signals_cloud_bill: + title: 'theregister.com: Basecamp details ''obscene'' $3.2 million bill that caused + it to quit the cloud' + year: N/A + stars: 0 + description: '' +https://medium.com/@bill.salvaggio/the-aws-cloud-resume-challenge-project-c5c0c6fe9593: + title: '==medium.com/@bill.salvaggio: The AWS Cloud Resume Challenge Project==' + year: N/A + stars: 0 + description: '' +https://www.thestack.technology/vmware-is-killing-off-56-products-including-vsphere-hypervisor-and-nsx: + title: 'thestack.technology: VMware is killing off 56 products amid "tectonic" infrastructure + shift' + year: N/A + stars: 0 + description: '' +https://blog.lealdasilva.com/vmware2proxmox: + title: 'blog.lealdasilva.com: Why You Should Switch from VMware to Proxmox in 2024' + year: N/A + stars: 0 + description: '' +https://www.welivesecurity.com/es/recursos-herramientas/ofuscacion-de-codigo-arte-ciberseguridad: + title: '==welivesecurity.com: La ofuscaciΓ³n de cΓ³digo: un arte que reina en la ciberseguridad==' + year: N/A + stars: 0 + description: '' +https://www.virtualizationhowto.com/2024/02/vmware-by-broadcom-lesson-dont-base-your-career-on-a-product: + title: '==virtualizationhowto.com: VMware by Broadcom Lesson: Don’t base your career + on a product==' + year: N/A + stars: 0 + description: '' +? https://www.cope.es/programas/la-linterna/noticias/ejemplo-moneda-con-que-entender-como-funciona-ordenador-cuantico-una-revolucion-20240407_3232557 +: title: 'cope.es: El ejemplo de ''la moneda'' con el que entender cΓ³mo funciona un + ordenador cuΓ‘ntico: "SerΓ‘ una revoluciΓ³n"' + year: N/A + stars: 0 + description: '' +? https://www.genbeta.com/a-fondo/cinco-repositorios-github-buenos-que-imprescindibles-estas-aprendiendo-te-dedicas-a-programar +: title: 'genbeta.com/a-fondo: Cinco repositorios de GitHub tan buenos que son imprescindibles + si estΓ‘s aprendiendo o te dedicas a programar' + year: N/A + stars: 0 + description: '' +https://humanitec.com/reference-architectures/azure: + title: 'humanitec.com: Platform reference architecture on Azure' + year: N/A + stars: 0 + description: '' +https://humanitec.com/reference-architectures: + title: 'humanitec.com: Platform reference architecture on GCP' + year: N/A + stars: 0 + description: '' +https://humanitec.com/reference-architectures/aws: + title: 'humanitec.com: Platform reference architecture on AWS' + year: N/A + stars: 0 + description: '' +https://towardsdev.com/solution-architecture-101-are-you-ready-for-the-solution-architect-path-5a2d01aebbb: + title: '==towardsdev.com: Solution architecture 101 β€” Are you ready for the Solution + Architect Path== 🌟' + year: N/A + stars: 0 + description: '' +http://cloudscaling.com/blog/cloud-computing/the-history-of-pets-vs-cattle: + title: '==cloudscaling.com: The History of Pets vs Cattle and How to Use the Analogy + Properly==' + year: N/A + stars: 0 + description: '' +https://www.eventstore.com/blog/service-oriented-architecture-vs-event-driven-architecture: + title: '==eventstore.com: Service-Oriented Architecture vs Event-Driven Architecture== + 🌟' + year: N/A + stars: 0 + description: '' +https://mkaschke.medium.com/cloud-native-part-1-what-is-cloud-native-40640f128834: + title: '==mkaschke.medium.com: ud Native Part 1: What Is Cloud Native?== 🌟' + year: N/A + stars: 0 + description: '' +https://stackoverflow.blog/2021/05/19/rethinking-system-architecture-can-kubernetes-help-to-solve-rewrite-anxiety: + title: 'stackoverflow.blog: Using Kubernetes to rethink your system architecture + and ease technical debt 🌟' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/managing-technical-debt-microservices: + title: 'infoq.com: Managing Technical Debt in a Microservice Architecture' + year: N/A + stars: 0 + description: '' +https://leaddev.com/legacy-technical-debt-migrations/how-break-cycle-tech-debt: + title: 'leaddev.com: How to break the cycle of tech debt' + year: N/A + stars: 0 + description: '' +https://devops.com/measuring-technical-debt: + title: 'devops.com: Measuring Technical Debt' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/stop-technical-debt-before-it-damages-your-company: + title: 'thenewstack.io: Stop Technical Debt Before It Damages Your Company' + year: N/A + stars: 0 + description: '' +https://www.n-ix.com/reduce-technical-debt: + title: 'n-ix.com: How to reduce your technical debt: An ultimate guide' + year: N/A + stars: 0 + description: '' +https://medium.com/promyze/avoid-accidental-complexity-and-technical-debt-2dc2cdf4dd4b: + title: 'medium.com/promyze: Avoid accidental complexity and technical debt' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3704233/you-cant-run-away-from-technical-debt.html: + title: 'infoworld.com: You can’t run away from technical debt' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/twelve-factor-apps-in-kubernetes: + title: 'acloudguru.com: Twelve-Factor Apps in Kubernetes' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/11/open-source-12-factor-app-methodology: + title: '==opensource.com: An open source developer''s guide to 12-Factor App methodology==' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/learn-12-factor-apps-before-kubernetes: + title: 'thenewstack.io: Learn 12 Factor Apps Before Kubernetes' + year: N/A + stars: 0 + description: '' +https://itnext.io/12-factor-microservice-applications-on-kubernetes-db913008b018: + title: 'itnext.io: 12 factor Microservice applications β€” on Kubernetes' + year: N/A + stars: 0 + description: '' +https://itnext.io/isolating-and-managing-dependencies-in-12-factor-microservice-applications-with-kubernetes-988638f8bc6d: + title: 'itnext.io: Isolating and Managing Dependencies in 12-factor Microservice + Applications β€” with Kubernetes' + year: N/A + stars: 0 + description: '' +https://itnext.io/processes-for-12-factor-microservice-applications-70551a9021b: + title: 'itnext.io: Processes β€” for 12-factor Microservice Applications' + year: N/A + stars: 0 + description: '' +https://architecturenotes.co/12-factor-app-revisited: + title: 'architecturenotes.co: 12 Factor App Revisited' + year: N/A + stars: 0 + description: '' +https://martinfowler.com/articles/201701-event-driven.html: + title: 'martinfowler.com: What do you mean by β€œEvent-Driven”? 🌟' + year: N/A + stars: 0 + description: '' +https://www.equalexperts.com/blog/tech-focus/event-driven-architecture-the-good-the-bad-and-the-ugly: + title: 'equalexperts.com: Event driven architecture: the good, the bad, and the + ugly 🌟' + year: N/A + stars: 0 + description: '' +https://maheshwari-bittu.medium.com/why-event-driven-architecture-eda-is-needed-fac2f00f25a8: + title: 'maheshwari-bittu.medium.com: Why Event-Driven Architecture (EDA) is needed? + 🌟' + year: N/A + stars: 0 + description: '' +? https://medium.com/rocco-scaramuzzi-tech/event-driven-microservice-architecture-dont-use-only-events-but-use-commands-too-b8694d370436 +: title: 'medium.com/rocco-scaramuzzi-tech: Event-Driven Microservice Architecture, + don’t use only events but use commands too!' + year: N/A + stars: 0 + description: '' +https://deeptimittalblogger.medium.com/event-driven-architecture-111f504a8cbc: + title: 'deeptimittalblogger.medium.com: Event driven architecture' + year: N/A + stars: 0 + description: '' +https://medium.com/mcdonalds-technical-blog/behind-the-scenes-mcdonalds-event-driven-architecture-51a6542c0d86: + title: 'medium.com/mcdonalds-technical-blog: Behind the scenes: McDonald’s event-driven + architecture' + year: N/A + stars: 0 + description: '' +? https://medium.com/mcdonalds-technical-blog/mcdonalds-event-driven-architecture-the-data-journey-and-how-it-works-4591d108821f +: title: 'medium.com/mcdonalds-technical-blog: McDonald’s event-driven architecture: + The data journey and how it works' + year: N/A + stars: 0 + description: '' +https://nordicapis.com/5-protocols-for-event-driven-api-architectures: + title: '==nordicapis.com: 5 Protocols For Event-Driven API Architectures== 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/un-modelo-de-eda-event-driven-architectures-4d9f: + title: 'dev.to/aws-builders: Un Modelo de EDA: Event Driven Architectures' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/error-handling-in-event-driven-systems-1f0a7ef2cfb7: + title: 'levelup.gitconnected.com: Error Handling in Event-Driven Systems' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/architecture/best-practices-for-implementing-event-driven-architectures-in-your-organization: + title: '==aws.amazon.com: Best practices for implementing event-driven architectures + in your organization==' + year: N/A + stars: 0 + description: '' +? https://faun.pub/what-is-difference-of-event-driven-architecture-message-driven-architecture-and-microservices-f5623e51f868 +: title: 'faun.pub: Understanding the Differences Between Event-Driven, Message-Driven, + and Microservices Architectures with AWS Services' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/5-tips-to-design-for-multi-tenancy-architecture-5f7d55657d77: + title: 'levelup.gitconnected.com: 5 Tips To Design For Multi-Tenancy Architecture' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/multi-tenant-application-a29153d31c5a: + title: 'levelup.gitconnected.com: Multi-Tenant Application' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/architect/architecture-decision-records: + title: 'redhat.com: Why you should be using architecture decision records to document + your project' + year: N/A + stars: 0 + description: '' +https://www.weave.works/blog/what-is-a-self-service-developer-platform: + title: 'weave.works: What is a self-service developer platform and why does it matter?' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/shift-left-a-developers-pipeline-dream: + title: '==dzone.com: Shift-Left: A Developer''s Pipe(line) Dream?==' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/disaster-recovery-is-different-for-the-cloud: + title: 'thenewstack.io: Disaster Recovery Is Different for the Cloud' + year: N/A + stars: 0 + description: '' +https://www.bunnyshell.com/blog/disaster-recovery-devops: + title: 'bunnyshell.com: DR in DevOps: How to Guarantee an Effective Disaster Recovery + Plan with DevOps' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/business/sharing-data-in-the-cloud-four-patterns-everyone-should-know: + title: 'acloudguru.com: Sharing data in the cloud: 4 patterns you should know' + year: N/A + stars: 0 + description: '' +https://architectelevator.com/cloud/hybrid-multi-cloud: + title: 'architectelevator.com: Multi Cloud Architecture: Decisions and Options' + year: N/A + stars: 0 + description: '' +https://www.softwebsolutions.com/resources/multi-cloud-adoption-strategy.html: + title: 'softwebsolutions.com: Why enterprises need to adopt a multi-cloud strategy' + year: N/A + stars: 0 + description: '' +https://medium.com/solutions-architecture-patterns/multi-cloud-enterprise-deployment-pattern-19571604e64b: + title: 'medium: Multi Cloud Enterprise Deployment Pattern' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/architect/hybrid-cloud-management-tools: + title: 'redhat.com: 5 essential tools for managing hybrid cloud infrastructure' + year: N/A + stars: 0 + description: '' +https://devops.com/infrastructure-abstraction-will-be-key-to-managing-multi-cloud: + title: 'devops.com: Infrastructure Abstraction Will Be Key to Managing Multi-Cloud' + year: N/A + stars: 0 + description: '' +https://www.zdnet.com/article/the-year-ahead-in-devops-and-agile-more-automation-more-business-involvement-needed: + title: 'zdnet.com: The year ahead in DevOps and agile: bring on the automation, + bring on the business involvement' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/what-is-cloud-automation-and-how-does-it-benefit-it-teams: + title: 'thenewstack.io: What Is Cloud Automation and How Does It Benefit IT Teams? + 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/7-microservices-best-practices-for-developers: + title: 'dzone: 7 Microservices Best Practices for Developers 🌟' + year: N/A + stars: 0 + description: '' +https://www.zdnet.com/article/when-microservices-need-event-driven-architecture: + title: 'zdnet.com: Why microservices need event-driven architecture' + year: N/A + stars: 0 + description: '' +https://www.simform.com/blog/microservice-best-practices: + title: '==simform.com: 10 Microservice Best Practices: The 80/20 Way==' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/monoliths-to-microservices-4-modernization-best-practices-2: + title: 'thenewstack.io: Monoliths to Microservices: 4 Modernization Best Practices' + year: N/A + stars: 0 + description: '' +https://itnext.io/4-container-design-patterns-for-kubernetes-a8593028b4cd: + title: '==itnext.io: 4 Design Patterns for Containers in Kubernetes | Daniele Polencic== + 🌟' + year: N/A + stars: 0 + description: '' +https://blog.getambassador.io/microservice-orchestration-best-practices-f32314dd6a12: + title: 'blog.getambassador.io: Microservice Orchestration Best Practices' + year: N/A + stars: 0 + description: '' +https://capstonec.com/2020/10/08/cloud-native-app-architecture-patterns: + title: 'capstonec.com: You Will Love These Cloud-native App Architecture Patterns + 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/06/14/application-modernization-patterns-apache-kafka-debezium-and-kubernetes: + title: 'developers.redhat.com: Application modernization patterns with Apache Kafka, + Debezium, and Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.couchbase.com/microservices-architecture-in-couchbase: + title: 'blog.couchbase.com: 4 Patterns for Microservices Architecture in Couchbase' + year: N/A + stars: 0 + description: '' +https://medium.com/microservices-in-practice/microservices-in-practice-7a3e85b6624c: + title: 'medium: Pragmatic Microservices 🌟' + year: N/A + stars: 0 + description: '' +https://www.dotnetcurry.com/microsoft-azure/microservices-architecture: + title: 'dotnetcurry.com: Microservices Architecture Pattern 🌟' + year: N/A + stars: 0 + description: '' +https://geeksarray.com/blog/microservice-architecture-pattern-for-architects: + title: 'geeksarray.com: Microservice Architecture Pattern for Architects 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2022/01/11/5-design-principles-microservices: + title: '==developers.redhat.com: 5 design principles for microservices==' + year: N/A + stars: 0 + description: '' +https://www.simform.com/blog/microservices-design-principles: + title: 'simform.com: Microservices Design Principles: Do We Really Know It Well + Enough? 🌟' + year: N/A + stars: 0 + description: '' +https://javarevisited.blogspot.com/2021/09/microservices-design-patterns-principles.html: + title: 'javarevisited.blogspot.com: Top 10 Microservices Design Patterns and Principles + - Examples' + year: N/A + stars: 0 + description: '' +https://medium.com/@sandeepsharmaster/modernize-your-cloud-microservices-apps-hexagonal-architecture-769696494c0: + title: 'medium.com/@sandeepsharmaster: Design your Cloud Microservices Apps the + DDD way (Hexagonal Architecture)' + year: N/A + stars: 0 + description: '' +https://medium.com/@denhox/sharing-data-between-microservices-fe7fb9471208: + title: 'medium.com/@denhox: Sharing Data Between Microservices' + year: N/A + stars: 0 + description: '' +https://medium.com/@maneesha649nirman/design-patterns-for-microservices-30bed0d215f5: + title: 'medium.com/@maneesha649nirman: Design Patterns For Microservices' + year: N/A + stars: 0 + description: '' +https://medium.com/@vinciabhinav7/microservices-communication-architecture-patterns-a8e77e614c2c: + title: '==medium.com/@vinciabhinav7: Microservices Communication Architecture Patterns== + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/javarevisited/10-microservices-design-principles-every-developer-should-know-44f2f69e960f: + title: '==medium.com/javarevisited: Top 10 Microservices Design Principles and Best + Practices for Experienced Developers== 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@mbarkin.narin/problem-solving-strategies-for-microservice-architecture-part-iii-c15830151890: + title: 'medium.com/@mbarkin.narin: Problem Solving Strategies for Microservice Architecture + Part III' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/command-query-responsibility-segregation-cqrs-hybrid-cloud-mark-ubhfc: + title: 'linkedin.com/pulse: Command and Query Responsibility Segregation (CQRS): + Optimizing Hybrid Cloud Strategies' + year: N/A + stars: 0 + description: '' +https://blog.bitsrc.io/implementing-microservices-with-cqrs-2cecb0b09c66: + title: 'blog.bitsrc.io: Implementing a Microservices Application with CQRS (Command + Query Responsibiltiy Segregation)' + year: N/A + stars: 0 + description: '' +https://www.developer.com/design/solving-microservices-anti-patterns: + title: 'developer.com: Overcoming the Common Microservices Anti-Patterns' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/micro-frontends-by-example-8: + title: 'dzone: Micro Frontends With Example 🌟' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/micro-frontend-architecture-794442e9b325: + title: 'levelup.gitconnected.com: Micro Frontend Architecture' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/micro-frontend-architecture: + title: '==dzone: Micro-Frontend Architecture==' + year: N/A + stars: 0 + description: '' +https://semaphoreci.com/blog/microfrontends: + title: 'semaphoreci.com: Microfrontends: Microservices for the Frontend' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/compute/server-side-rendering-micro-frontends-ui-composer-and-service-discovery: + title: 'aws.amazon.com: Server-side rendering micro-frontends – UI composer and + service discovery' + year: N/A + stars: 0 + description: '' +https://developers.soundcloud.com/blog/service-architecture-1: + title: 'developers.soundcloud.com: Service Architecture at SoundCloud β€” Part 1: + Backends for Frontends' + year: N/A + stars: 0 + description: '' +https://medium.com/whispering-data/the-state-of-data-engineering-2022-d6ef0f7cf607: + title: '==medium.com/whispering-data: The State of Data Engineering 2022==' + year: N/A + stars: 0 + description: '' +https://cookbook.learndataengineering.com/docs/05-CaseStudies: + title: '==cookbook.learndataengineering.com: The Data Engineering Cookbook==' + year: N/A + stars: 0 + description: '' +https://joereis.substack.com/p/data-engineering-in-2024-what-im: + title: 'joereis.substack.com: Data Engineering in 2024. What I''m Seeing' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/a-cloud-migration-questionnaire-for-solution-architects-dec7ffcf063e: + title: 'betterprogramming.pub: A Cloud Migration Questionnaire for Solution Architects + 🌟🌟' + year: N/A + stars: 0 + description: '' +https://www.forbes.com/sites/googlecloud/2021/10/27/3-approaches-to-a-better-cloud-migration: + title: 'forbes.com: 3 Approaches To A Better Cloud Migration' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/3-ways-to-practice-migrating-workloads-to-the-cloud: + title: '==acloudguru.com: 3 ways to practice migrating workloads to the cloud==' + year: N/A + stars: 0 + description: '' +https://blog.pragmaticengineer.com/typical-migration-approaches: + title: '==blog.pragmaticengineer.com: Migrations Done Well: Typical Migration Approaches==' + year: N/A + stars: 0 + description: '' +https://world.hey.com/joaoqalves/disasters-i-ve-seen-in-a-microservices-world-a9137a51: + title: 'world.hey.com: Disasters I''ve seen in a microservices world 🌟🌟' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/microservices-seven-fail: + title: '==infoq.com: 7 Ways to Fail at Microservices==' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/presentations/7-microservices-anti-patterns: + title: 'infoq.com: Seven Ways to Fail at Microservices (presentation)' + year: N/A + stars: 0 + description: '' +https://www.simform.com/blog/microservices-framework: + title: '==simform.com: The Top Go-To Microservices Frameworks for a Scalable Application==' + year: N/A + stars: 0 + description: '' +https://devops.com/transform-legacy-java-apps-to-microservices: + title: 'devops.com: Transform Legacy Java Apps to Microservices with vFunction' + year: N/A + stars: 0 + description: '' +https://devops.com/vfunction-automates-conversion-of-java-apps-to-microservices: + title: 'devops.com: Function Automates Conversion of Java Apps to Microservices' + year: N/A + stars: 0 + description: '' +https://blog.appsignal.com/2021/01/06/microservices-monitoring-using-namespaces-for-data-structuring.html: + title: 'blog.appsignal.com: Microservices Monitoring: Using Namespaces for Data + Structuring 🌟' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/architect/from-sysadmin-to-architect: + title: 'redhat.com: 5 strategies to shift your career from sysadmin to architect' + year: N/A + stars: 0 + description: '' +https://raft.github.io: + title: The Raft Consensus Algorithm 🌟 + year: N/A + stars: 0 + description: '' +https://www.trustradius.com/platform-as-a-service-paas: + title: What is Platform as a Service Software? + year: N/A + stars: 0 + description: '' +https://ramansharma.substack.com/p/containers-are-not-just-for-kubernetes-fa330653cbbd: + title: '==ramansharma.substack.com: Containers are not just for Kubernetes==' + year: N/A + stars: 0 + description: '' +https://www.kamilgrzybek.com/design/modular-monolith-primer: + title: 'kamilgrzybek.com: Modular Monolith: A Primer 🌟' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Java_Platform,_Enterprise_Edition: + title: 'wikipedia: Java Enterprise Edition (Java EE)' + year: N/A + stars: 0 + description: '' +https://www.lightbend.com/white-papers-and-reports/java-ee-to-cloud-native-modernization: + title: '==lightbend.com: From Java EE To Cloud Native: The End Of The Heavyweight + Era== 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/monolith-to-microservices-using-the-strangler-patt: + title: 'dzone: Monolith to Microservices Using the Strangler Pattern 🌟' + year: N/A + stars: 0 + description: '' +https://www.overops.com/blog/strangler-pattern-how-to-keep-sane-with-legacy-monolith-applications: + title: 'overops.com: Strangler Pattern: How to Deal With Legacy Code During the + Container Revolution' + year: N/A + stars: 0 + description: '' +? https://www.primevideotech.com/video-streaming/scaling-up-the-prime-video-audio-video-monitoring-service-and-reducing-costs-by-90 +: title: 'primevideotech.com: Scaling up the Prime Video audio/video monitoring service + and reducing costs by 90%' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/4-cluster-management-tools-to-compare: + title: 'Dzone.com: 4 Cluster Management Tools to Compare' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/kubernetes-distributions-how-do-i-choose-one: + title: 'Dzone.com: A Comparison of Kubernetes Distributions' + year: N/A + stars: 0 + description: '' +https://techerati.com/the-stack-archive/cloud/2018/10/18/openshift-in-a-world-of-kaas: + title: 'thestack.com: OpenShift in a world of KaaS 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/levvel-consulting/the-differences-between-kubernetes-and-openshift-ae778059a90e: + title: 'medium.com: The Differences Between Kubernetes and Openshift' + year: N/A + stars: 0 + description: '' +https://blog.netsil.com/kubernetes-vs-openshift-vs-tectonic-comparing-enterprise-options-e3a34dc60519: + title: 'blog.netsil.com: Kubernetes vs Openshift vs Tectonic: Comparing Enterprise + Options' + year: N/A + stars: 0 + description: '' +https://kubedex.com/redhat-openshift-vs-pivotal-pks-vs-rancher: + title: 'kubedex.com: Kubernetes On-Prem, OpenShift vs PKS vs Rancher' + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/kubernetes/comments/9qxeuw/openshift_vs_pks_vs_rancher: + title: 'reddit.com: OpenShift vs PKS vs Rancher 🌟' + year: N/A + stars: 0 + description: '' +? https://medium.com/@srikanth.k/kubernetes-what-is-it-what-problems-does-it-solve-how-does-it-compare-with-its-alternatives-937fe80b754f +: title: 'medium.com: Kubernetes β€” What Is It, What Problems Does It Solve and How + Does It Compare With Alternatives?' + year: N/A + stars: 0 + description: '' +https://www.spec-india.com/blog/kubernetes-vs-openshift: + title: 'spec-india.com: Kubernetes VS Openshift (July 23rd 2019)' + year: N/A + stars: 0 + description: '' +https://phoenixnap.com/blog/kubernetes-vs-openshift: + title: 'phoenixnap.com: Kubernetes vs OpenShift: Key Differences Compared 🌟' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/openshift-the-next-level-of-kubernetes-6d58ad722b26: + title: 'levelup.gitconnected.com: OpenShift β€” The Next Level of Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.ibm.com/cloud/blog/openshift-vs-kubernetes: + title: 'ibm.com: OpenShift vs. Kubernetes: What’s the Difference?' + year: N/A + stars: 0 + description: '' +https://www.simplilearn.com/kubernetes-vs-openshift-article: + title: 'simplilearn.com: Understanding The Difference Between Kubernetes Vs. Openshift' + year: N/A + stars: 0 + description: '' +https://www.imaginarycloud.com/blog/openshift-vs-kubernetes-differences: + title: 'imaginarycloud.com: OPENSHIFT VS KUBERNETES: WHAT ARE THE DIFFERENCES' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes/whats-the-difference-between-kubernetes-and-openshift: + title: 'thenewstack.io: What’s the Difference Between Kubernetes and OpenShift?' + year: N/A + stars: 0 + description: '' +? https://www.hashicorp.com/resources/kelsey-hightower-fireside-chat-an-unconventional-path-to-it-and-some-life-advice/?utm_source=linkedin +: title: 'Kelsey Hightower Fireside Chat: An Unconventional Path to IT and Some Life + Advice' + year: N/A + stars: 0 + description: '' +https://www.forbes.com/sites/adunolaadeshola/2021/04/28/13-signs-youre-selling-yourself-short-in-your-career: + title: 'forbes.com: 13 Signs You’re Selling Yourself Short In Your Career' + year: N/A + stars: 0 + description: '' +https://dev.to/ender_minyard/full-stack-developer-s-roadmap-2k12: + title: Full Stack Developer's Roadmap 🌟 + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/7-software-development-models-you-should-know: + title: 'dzone: 7 Software Development Models You Should Know' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/the-concept-of-domain-driven-design-explained: + title: '==dzone: The Concept of Domain-Driven Design Explained==' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/ddd-events-are-complex-db4b1fb57817: + title: 'medium.com/codex: DDD β€” Events Are Complex' + year: N/A + stars: 0 + description: '' +https://ubiqum.com/blog/20-software-development-tools-that-will-make-you-more-productive: + title: 'ubiqum.com: 20 Software Development Tools that will make you more productive' + year: N/A + stars: 0 + description: '' +https://sloboda-studio.com/blog/python-tools-for-machine-learning: + title: 'sloboda-studio.com: Python Tools for Machine Learning' + year: N/A + stars: 0 + description: '' +https://vfunction.com: + title: vFunction + year: N/A + stars: 0 + description: '' +https://thenewstack.io/vfunction-transforms-monolithic-java-to-microservices: + title: 'thenewstack.io: vFunction Transforms Monolithic Java to Microservices' + year: N/A + stars: 0 + description: '' +https://spectrum.ieee.org/software-eating-car: + title: 'spectrum.ieee.org: How Software Is Eating the Car' + year: N/A + stars: 0 + description: '' +https://cincodias.elpais.com/cincodias/2022/03/31/companias/1648738965_952353.html: + title: 'cincodias.elpais.com: El sector del ''data center'' eleva a 6.837 millones + su inversiΓ³n directa en nuevos centros en EspaΓ±a hasta 2026' + year: N/A + stars: 0 + description: '' +https://itnext.io/boosting-your-kubectl-productivity-b348f7c25712: + title: 'itnext.io: Boosting your kubectl productivity' + year: N/A + stars: 0 + description: '' +https://medium.com/better-programming/4-simple-kubernetes-terminal-customizations-to-boost-your-productivity-deda60a19924: + title: 'medium: 4 Simple Kubernetes Terminal Customizations to Boost Your Productivity' + year: N/A + stars: 0 + description: '' +https://medium.com/flant-com/kubectl-commands-and-tips-7b33de0c5476: + title: 'medium: Ready-to-use commands and tips for kubectl' + year: N/A + stars: 0 + description: '' +https://medium.com/faun/be-fast-with-kubectl-1-18-ckad-cka-31be00acc443: + title: 'medium: Be fast with Kubectl 1.19 CKAD/CKA 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/11/20/kubectl-developer-tips-for-the-kubernetes-command-line: + title: 'developers.redhat.com: Kubectl: Developer tips for the Kubernetes command + line 🌟' + year: N/A + stars: 0 + description: '' +https://www.ibm.com/cloud/blog/8-kubernetes-tips-and-tricks: + title: 'ibm.com: 8 Kubernetes Tips and Tricks 🌟' + year: N/A + stars: 0 + description: '' +https://www.pixelstech.net/article/1604225312-Update-&-Delete-Kubernetes-resources-in-one-line-command: + title: 'pixelstech.net: Update & Delete Kubernetes resources in one-line command' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/7/kubectl: + title: 'opensource.com: 5 useful ways to manage Kubernetes with kubectl' + year: N/A + stars: 0 + description: '' +https://www.hackerxone.com/2021/07/10/how-manage-single-multiple-kubernetes-clusters-using-kubectl-kubectx-linux: + title: 'hackerxone.com: How to Manage Single & Multiple Kubernetes Clusters using + kubectl & kubectx in Linux' + year: N/A + stars: 0 + description: '' +https://blog.alexellis.io/get-private-kubectl-access-anywhere: + title: Get kubectl access to your private cluster from anywhere + year: N/A + stars: 0 + description: '' +https://medium.com/nerd-for-tech/one-cka-ckad-cks-requirement-mastering-kubectl-85486bc0a3aa: + title: 'medium: One CKA/CKAD/CKS requirement: Mastering Kubectl' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/replication-controller-vs-replicasets-in-kubernetes-7b780e4d09d5: + title: 'medium: Replication Controller Vs ReplicaSets in Kubernetes' + year: N/A + stars: 0 + description: '' +https://dev.to/eldadak/open-a-command-prompt-in-a-kubernetes-cluster-206g: + title: 'dev.to: Open a command prompt in a Kubernetes cluster' + year: N/A + stars: 0 + description: '' +https://akhilsharma.work/checking-kubernetes-api-calls-using-kubectl: + title: 'akhilsharma.work: Checking Kubernetes API Calls using kubectl' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/14587/how-to-restart-kubernetes-pods-with-kubectl: + title: 'cloudsavvyit.com: How to Restart Kubernetes Pods with Kubectl' + year: N/A + stars: 0 + description: '' +https://technos.medium.com/how-kubectl-apply-command-works-d092121056d3: + title: 'technos.medium.com: How kubectl apply command works?' + year: N/A + stars: 0 + description: '' +https://blogs.nakam.org/what-happens-when-k8s-edition: + title: 'blogs.nakam.org: What Happens When? K8s Edition 🌟' + year: N/A + stars: 0 + description: '' +https://inlets.dev/blog/2022/06/24/fixing-kubectl-port-forward.html: + title: 'inlets.dev: Fixing the Developer Experience of Kubernetes Port Forwarding' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/break-down-kubernetes-server-side-apply-5d59f6a14e26: + title: '==medium.com/swlh: Break Down Kubernetes Server-Side Apply (Advanced kubectl)== + 🌟' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/k8s-manage-multiple-clusters-using-kubectl-at-scale-9f200c692099: + title: 'blog.devgenius.io: K8s β€” Manage Multiple Clusters Using kubectl at Scale' + year: N/A + stars: 0 + description: '' +https://itnext.io/how-to-restart-kubernetes-pods-with-kubectl-2a7834a6b961: + title: '==itnext.io: How to Restart Kubernetes Pods With Kubectl== 🌟' + year: N/A + stars: 0 + description: '' +https://awstip.com/kubernetes-creating-deployments-via-command-line-and-with-yaml-files-783eaad7b3be: + title: 'awstip.com: Kubernetes β€” Creating deployments via command line and with + YAML files' + year: N/A + stars: 0 + description: '' +https://github.com/superbrothers/zsh-kubectl-prompt: + title: superbrothers/zsh-kubectl-prompt 🌟 + year: N/A + stars: 0 + description: '' +https://medium.com/@emmaliaocode/kubectl-create-vs-kubectl-apply-whats-the-differences-f6472f4c6c86: + title: 'medium.com/@emmaliaocode: kubectl create vs kubectl apply. What’s the difference?' + year: N/A + stars: 0 + description: '' +https://github.com/hidetatz/kubecolor: + title: hidetatz/kubecolor 🌟 + year: N/A + stars: 0 + description: '' +https://medium.com/codex/kubectl-output-101-851f8e61fd51: + title: 'medium.com/codex: Kubectl Output 101' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/kubectl-best-practices-c4ff809167dd: + title: 'medium.com/geekculture: kubectl β€” Best Practices' + year: N/A + stars: 0 + description: '' +https://www.learnitguide.net/2023/04/how-to-create-configmap-from-properties.html: + title: '==learnitguide.net: How to Create ConfigMap from Properties File Using K8s + Client==' + year: N/A + stars: 0 + description: '' +https://shardul.dev/most-useful-kubectl-plugins: + title: 'shardul.dev: Most Useful kubectl Plugins' + year: N/A + stars: 0 + description: '' +https://www.howtogeek.com/devops/getting-started-with-kubectl-to-manage-kubernetes-clusters: + title: 'howtogeek.com: Getting Started With Kubectl to Manage Kubernetes Clusters' + year: N/A + stars: 0 + description: '' +https://medium.com/@jake.page91/the-guide-to-kubectl-i-never-had-3874cc6074ff: + title: 'medium.com/@jake.page91: The guide to kubectl I never had' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-contexts-complete-guide-for-developers-7ea5b2fc75c7: + title: 'itnext.io: Kubernetes Contexts: Complete Guide for Developers' + year: N/A + stars: 0 + description: '' +https://github.com/ahmetb/kubectl-aliases: + title: ahmetb/kubectl-aliases + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/daily-useful-kubernetes-aliases-c35f7f411f39: + title: 'blog.devgenius.io: Daily useful Kubernetes aliases' + year: N/A + stars: 0 + description: '' +https://jamesdefabia.github.io/docs/user-guide/kubectl/kubectl_explain: + title: kubectl explain + year: N/A + stars: 0 + description: '' +https://itnext.io/understanding-kubectl-explain-9d703396cc8: + title: '==itnext.io: Using β€˜kubectl explain’ for Custom Resources==' + year: N/A + stars: 0 + description: '' +https://github.com/trstringer/kubectl-example: + title: github.com/trstringer/kubectl-example + year: N/A + stars: 0 + description: '' +https://blog.heptio.com/kubectl-shell-autocomplete-heptioprotip-48dd023e0bf3: + title: kubectl Shell Autocomplete + year: N/A + stars: 0 + description: '' +https://www.padok.fr/en/blog/kubernetes-productivity-tips: + title: Kubernetes productivity tips and tricks 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/cykerway/complete-alias: + title: complete-alias + year: N/A + stars: 0 + description: '' +https://itnext.io/connect-to-containers-using-kubectl-exec-b1fb5c171f03: + title: 'itnext.io: Connect to containers using Kubectl Exec' + year: N/A + stars: 0 + description: '' +https://goteleport.com/blog/ssh-vs-kubectl: + title: 'goteleport.com: kubectl exec vs SSH' + year: N/A + stars: 0 + description: '' +https://hackernoon.com/how-to-work-with-the-kubectl-debug-command: + title: 'hackernoon.com: How to Work With the Kubectl Debug Command' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes/kubernetes/pull/73787: + title: Flag export deprecated in kubernetes 1.14 + year: N/A + stars: 0 + description: '' +https://stackoverflow.com/questions/55515594/is-there-a-way-to-share-a-configmap-in-kubernetes-between-namespaces: + title: Copy secrets between namespaces + year: N/A + stars: 0 + description: '' +https://container-registry.com/posts/productivity-lift-buildkit-cli-for-kubectl: + title: 'container-registry.com: Lifting Developers’ Productivity 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/vmware-tanzu/buildkit-cli-for-kubectl: + title: vmware-tanzu/buildkit-cli-for-kubectl (kubectl plugin) + year: N/A + stars: 0 + description: '' +https://docs.ansible.com/ansible/latest/modules/k8s_module.html: + title: Manage Kubernetes (K8s) objects + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/monitoring-kubernetes: + title: 'DZone: Kubernetes Monitoring Essentials' + year: N/A + stars: 0 + description: '' +https://github.com/prometheus-operator/kube-prometheus: + title: kube-prometheus + year: N/A + stars: 0 + description: '' +https://faun.pub/becoming-devops-observability-152b292c05b9: + title: 'faun.pub: Becoming DevOps β€” Observability' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/installing-exploring-the-kube-prometheus-project-eef375d49f6b: + title: 'levelup.gitconnected.com: Installing & Exploring the Kube-Prometheus Project' + year: N/A + stars: 0 + description: '' +https://medium.com/@chrisedrego/kubernetes-monitoring-kube-state-metrics-df6546aea324: + title: 'medium: Kubernetes Monitoring: Kube-State-Metrics' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/kubernetes-monitoring-101-core-pipeline-services-pipeline-a34cd4cc9627: + title: Kubernetes Monitoring 101 β€” Core pipeline & Services Pipeline + year: N/A + stars: 0 + description: '' +? https://medium.com/@martin.schneppenheim/utilizing-and-monitoring-kubernetes-cluster-resources-more-effectively-using-this-tool-df4c68ec2053 +: title: 'medium: Utilizing and monitoring kubernetes cluster resources more effectively' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/kubernetes-monitoring-best-practices: + title: 'sysdig.com: Seven Kubernetes monitoring best practices every monitoring + solution should enable' + year: N/A + stars: 0 + description: '' +https://www.magalix.com/blog/best-practices-and-tools-for-monitoring-your-kubernetes-cluster: + title: 'magalix.com: Best Practices And Tools For Monitoring Your Kubernetes Cluster' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/monitoring-kubernetes: + title: 'sysdig.com: Monitoring Kubernetes in Production' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/monitor-kubernetes-control-plane: + title: 'sysdig.com: How to monitor Kubernetes control plane' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/12-critical-kubernetes-health-conditions-you-need-to-monitor: + title: 'thenewstack.io: 12 Critical Kubernetes Health Conditions You Need to Monitor' + year: N/A + stars: 0 + description: '' +https://www.circonus.com/2020/12/12-critical-kubernetes-health-conditions-you-need-to-monitor-and-why: + title: 'circonus.com: 12 Critical Kubernetes Health Conditions You Need to Monitor + and Why' + year: N/A + stars: 0 + description: '' +https://www.circonus.com/2020/09/guide-to-kubernetes-monitoring-part-1: + title: 'circonus.com: Guide to Kubernetes Monitoring: Part 1' + year: N/A + stars: 0 + description: '' +? https://www.circonus.com/2021/01/guide-to-monitoring-kubernetes-part-2-which-metrics-and-health-conditions-you-should-be-monitoring +: title: 'circonus.com: Guide to Monitoring Kubernetes, Part 2: Which Metrics and + Health Conditions You Should be Monitoring' + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/monitoring-kubernetes-cert-manager-certificates: + title: 'infracloud.io: Monitoring Kubernetes cert-manager Certificates with BotKube' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes/kube-state-metrics: + title: kube-state-metrics 🌟 + year: N/A + stars: 0 + description: '' +https://itnext.io/monitoring-kubernetes-jobs-8adc241a7b60: + title: 'itnext.io: Monitoring Kubernetes Jobs' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2021/08/10/avoiding-kubernetes-cluster-outages-with-synthetic-monitoring: + title: 'cncf.io: Avoiding Kubernetes cluster outages with synthetic monitoring' + year: N/A + stars: 0 + description: '' +https://medium.com/avmconsulting-blog/replication-controller-replica-sets-in-kubernetes-820f3cec7170: + title: 'medium: Replication Controller & Replica sets in Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.kubermatic.com/blog/the-complete-guide-to-kubernetes-metrics: + title: 'kubermatic.com: The Complete Guide to Kubernetes Metrics' + year: N/A + stars: 0 + description: '' +https://arabitnetwork.com/2021/03/13/k8s-enabling-auditing-logs-step-by-step: + title: 'arabitnetwork.com: K8S – Enabling Auditing Logs | Step-by-Step' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=FVDHWPxK5nU&ab_channel=CloudQuickPOCs: + title: 'youtube.com: Cloud Quick POCs - Kubernetes monitoring metrics using Grafana + Cloud on AWS EKS | Observability | Grafana' + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/kubernetes-cost-monitoring-with-prometheus-and-grafana: + title: 'loft.sh: Kubernetes Cost Monitoring with Prometheus & Grafana' + year: N/A + stars: 0 + description: '' +https://anaisurl.com/full-tutorial-monitoring: + title: '==anaisurl.com: Full Tutorial: Monitoring and Troubleshooting stack with + Prometheus, Grafana, Loki and Komodor== 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/is-it-observable/how-to-collect-metrics-in-a-kubernetes-cluster-9ad4a69aafb0: + title: 'medium.com/is-it-observable: How to collect metrics in a Kubernetes cluster' + year: N/A + stars: 0 + description: '' +https://itnext.io/how-to-tackle-kubernetes-observability-challenges-with-pixie-4c6414ca913: + title: 'itnext.io: How to tackle Kubernetes observability challenges with Pixie' + year: N/A + stars: 0 + description: '' +https://medium.com/@lucapompei91/kubernetes-observability-17a7875a38f6: + title: 'medium.com/@lucapompei91: Kubernetes observability' + year: N/A + stars: 0 + description: '' +https://dev.to/leroykayanda/kubernetes-monitoring-using-grafana-3dhc: + title: '==dev.to: Monitoring Kubernetes cluster logs and metrics using Grafana, + Prometheus and Loki==' + year: N/A + stars: 0 + description: '' +https://hitesh-pattanayak.medium.com/observability-in-kubernetes-b53d6ea1b37d: + title: 'hitesh-pattanayak.medium.com: Observability in Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.middlewareinventory.com/blog/cpu-memory-usage-nodes-k8s: + title: 'middlewareinventory.com: Get CPU and Memory Usage of NODES and PODS – Kubectl + 🌟' + year: N/A + stars: 0 + description: '' +https://betterstack.com/community/comparisons/kubernetes-monitoring-tools: + title: 'betterstack.com: 10 Best Kubernetes Monitoring Tools in 2022 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@kylekhunter/kubernetes-monitoring-with-prometheus-a149c35694c4: + title: 'medium.com/@kylekhunter: Kubernetes Monitoring with Prometheus' + year: N/A + stars: 0 + description: '' +https://adamtheautomator.com/prometheus-kubernetes: + title: 'adamtheautomator.com: Utilizing Grafana & Prometheus Kubernetes Cluster + Monitoring 🌟' + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2022/07/13/introducing-kubernetes-monitoring-in-grafana-cloud: + title: 'grafana.com: Introducing Kubernetes Monitoring in Grafana Cloud' + year: N/A + stars: 0 + description: '' +? https://medium.com/@clymeneallen/best-practices-monitoring-system-for-multi-k8s-cluster-environments-using-open-source-d85544052f37 +: title: 'medium.com/@clymeneallen: Best Practices, Monitoring System for Multi-K8s + Cluster Environments Using Open Source' + year: N/A + stars: 0 + description: '' +https://medium.com/@magstherdev/opentelemetry-on-kubernetes-c167f024b35f: + title: 'medium.com/@magstherdev: OpenTelemetry on Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/6-metrics-to-watch-for-on-your-k8s-cluster-76d58f08397f: + title: '==betterprogramming.pub: 6 Metrics To Watch for on Your K8s Cluster== 🌟' + year: N/A + stars: 0 + description: '' +https://figments.medium.com/observable-kubernetes-cluster-using-grafana-loki-prometheus-a661a31d7ad8: + title: 'figments.medium.com: Observable Kubernetes Cluster Using Grafana-Loki-Prometheus' + year: N/A + stars: 0 + description: '' +https://medium.com/@isalapiyarisi/getting-started-on-kubernetes-observability-with-ebpf-88139eb13fb2: + title: 'medium.com/@isalapiyarisi: Getting Started on Kubernetes observability with + eBPF' + year: N/A + stars: 0 + description: '' +https://middleware.io/blog/kubernetes-monitoring-tools: + title: 8 Best Kubernetes monitoring tools; Paid & open-source + year: N/A + stars: 0 + description: '' +https://dev.to/mikeyglitz/proactive-kubernetes-monitoring-with-alerting-58en: + title: 'dev.to/mikeyglitz: Proactive Kubernetes Monitoring with Alerting' + year: N/A + stars: 0 + description: '' +https://isovalent.com/blog/post/what-are-the-4-golden-signals-for-monitoring-kubernetes: + title: 'isovalent.com: What are the 4 Golden Signals for Monitoring Kubernetes?' + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2022/10/20/how-to-manage-high-cardinality-metrics-in-prometheus-and-kubernetes: + title: 'grafana.com: How to manage high cardinality metrics in Prometheus and Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/@HirenDhaduk1/top-kubernetes-observability-tools-and-their-usage-e4e8eef8aec3: + title: 'medium.com/@HirenDhaduk1: Top Kubernetes Observability Tools and their Usage' + year: N/A + stars: 0 + description: '' +https://milindasenaka96.medium.com/setup-prometheus-and-grafana-to-monitor-the-k8s-cluster-e1d35343d7a9: + title: 'milindasenaka96.medium.com: Setup Prometheus and Grafana to Monitor the + K8s Cluster' + year: N/A + stars: 0 + description: '' +https://blog.fourninecloud.com/kubernetes-monitoring-how-to-monitor-using-prometheus-f2eff767f6bb: + title: 'blog.fourninecloud.com: Kubernetes monitoring β€” How to monitor using prometheus?' + year: N/A + stars: 0 + description: '' +https://rcarrata.com/observability/netobserv-1: + title: 'rcarrata.com: Network Observability Deep Dive in Kubernetes with NetObserv + Operator' + year: N/A + stars: 0 + description: '' +? https://kemilad.medium.com/monitoring-stack-deployment-to-a-kubernetes-cluster-prometheus-grafana-alertmanager-loki-dcc7339d4f19 +: title: 'kemilad.medium.com: Monitoring-Stack Deployment To A Kubernetes Cluster + β€” Prometheus | Grafana | AlertManager | Loki + Exporters | Dashboards and etc + 🌟' + year: N/A + stars: 0 + description: '' +https://newrelic.com/platform/kubernetes-pixie: + title: 'newrelic.com: Pixie' + year: N/A + stars: 0 + description: '' +https://xgrid.medium.com/tackling-kubernetes-observability-challenges-with-pixie-a03cbad93148: + title: 'xgrid.medium.com: Tackling Kubernetes Observability Challenges with Pixie' + year: N/A + stars: 0 + description: '' +https://newrelic.com/blog/best-practices/what-is-ebpf: + title: 'newrelic.com: What Is eBPF and Why Does It Matter for Observability?' + year: N/A + stars: 0 + description: '' +? https://awstip.com/monitoring-your-eks-cluster-with-the-power-of-prometheus-and-grafana-through-helm-%EF%B8%8F-1e8dc1ad5620 +: title: 'awstip.com: Monitoring Your EKS Cluster with the Power of Prometheus and + Grafana through Helm' + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2023/01/31/a-beginners-guide-to-kubernetes-application-monitoring: + title: 'grafana.com: A beginner''s guide to Kubernetes application monitoring' + year: N/A + stars: 0 + description: '' +https://medium.com/@poseidon.os/poseidon-a-kubernetes-cluster-visualization-cost-analysis-tool-d0fb55c2858c: + title: 'medium.com/@poseidon.os: Poseidon: A Kubernetes Cluster Visualization & + Cost Analysis Tool' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/using-prometheus-to-avoid-disasters-with-kubernetes-cpu-limits: + title: '==aws.amazon.com: Using Prometheus to Avoid Disasters with Kubernetes CPU + Limits== 🌟' + year: N/A + stars: 0 + description: '' +https://umeey.medium.com/four-golden-signals-of-monitoring-site-reliability-engineering-sre-metrics-64031dbe268: + title: 'umeey.medium.com: Four Golden Signals Of Monitoring: Site Reliability Engineering + (SRE) Metrics' + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2023/03/03/how-to-optimize-resource-utilization-with-kubernetes-monitoring-for-grafana-cloud: + title: 'grafana.com: How to optimize resource utilization with Kubernetes Monitoring + for Grafana Cloud 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@lambdaEranga/monitor-kubernets-services-endpoints-with-prometheus-blackbox-exporter-a64e062c05d5: + title: 'medium.com/@lambdaEranga: Monitor Kubernets Services/Endpoints with Prometheus + Blackbox Exporter 🌟' + year: N/A + stars: 0 + description: '' +https://samiislam0306.medium.com/insightful-monitoring-of-kubernetes-clusters-with-traces-c7c3b33ed07e: + title: 'samiislam0306.medium.com: Insightful Monitoring of Kubernetes Clusters with + Traces' + year: N/A + stars: 0 + description: '' +https://medium.com/@walissonscd/monitoring-kubernetes-cluster-resources-using-top-metrics-commands-a60408765321: + title: 'medium.com/@walissonscd: Monitoring Kubernetes Cluster Resources: Using + Top Metrics Commands' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/prometheus-metrics-within-kubernetes-an-ariel-view-d1d3b7d75418: + title: '==blog.devops.dev: Prometheus metrics within Kubernetes β€” an aerial view== + | Joseph Esrig' + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2023/01/19/how-to-monitor-kubernetes-clusters-with-the-prometheus-operator: + title: 'grafana.com: How to monitor Kubernetes clusters with the Prometheus Operator' + year: N/A + stars: 0 + description: '' +https://blog.palark.com/kubernetes-services-interaction-monitoring-with-netflow: + title: 'blog.palark.com: Service communication monitoring in Kubernetes with NetFlow' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/improve-cluster-monitoring-with-network-mapping-in-grafana-fa8bb479fd47: + title: 'betterprogramming.pub: Improve Cluster Monitoring With Network Mapping in + Grafana' + year: N/A + stars: 0 + description: '' +? https://betterprogramming.pub/kubernetes-observability-part-1-events-logs-integration-with-slack-openai-and-grafana-62068cf43ec +: title: 'betterprogramming.pub: Kubernetes Observability Part 1: Events, Logs, and + Integration With Slack, OpenAI, and Grafana' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-monitoring-with-prometheus-exporters-a-service-discovery-and-its-roles-ce63752e5a1: + title: 'itnext.io: Kubernetes: monitoring with Prometheus β€” exporters, a Service + Discovery, and its roles' + year: N/A + stars: 0 + description: '' +https://opentelemetry.io/blog/2023/k8s-runtime-observability: + title: 'opentelemetry.io: Creating a Kubernetes Cluster with Runtime Observability' + year: N/A + stars: 0 + description: '' +https://medium.com/@onai.rotich/understand-container-metrics-and-why-they-matter-9e88434ca62a: + title: 'medium.com/@onai.rotich: Understand container metrics and why they matter' + year: N/A + stars: 0 + description: '' +https://kkamalesh117.medium.com/setting-up-prometheus-and-grafana-integration-on-kubernetes-with-helm-dfc63823608c: + title: 'kkamalesh117.medium.com: Setting up Prometheus and Grafana Integration on + Kubernetes with Helm' + year: N/A + stars: 0 + description: '' +https://medium.com/@MetricFire/monitoring-kubernetes-tutorial-using-grafana-and-prometheus-3239079b138f: + title: 'medium.com/@MetricFire: Monitoring Kubernetes tutorial: Using Grafana and + Prometheus' + year: N/A + stars: 0 + description: '' +https://medium.com/globant/monitoring-a-multi-cluster-kubernetes-deployment-9e7a418a06b7: + title: 'medium.com/globant: Monitoring a multi-cluster Kubernetes Deployment' + year: N/A + stars: 0 + description: '' +https://medium.com/@martin.hodges/adding-observability-to-a-kubernetes-cluster-using-prometheus-c2cba6c0fdaa: + title: 'medium.com/@martin.hodges: Adding observability to a Kubernetes cluster + using Prometheus' + year: N/A + stars: 0 + description: '' +https://addozhang.medium.com/non-intrusive-inject-opentelemetry-auto-instrumentation-in-kubernetes-a9dfd49fc714: + title: 'addozhang.medium.com: Non-intrusive Inject OpenTelemetry Auto-Instrumentation + in Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/@abhisman.sarkar/kubernetes-monitoring-effective-cluster-tracking-with-prometheus-b0ed5b3efb32: + title: 'medium.com/@abhisman.sarkar: Kubernetes Monitoring: Effective Cluster Tracking + with Prometheus' + year: N/A + stars: 0 + description: '' +? https://aws.plainenglish.io/mastering-monitoring-the-complete-guide-to-using-prometheus-and-grafana-with-kubernetes-e53d8306123d +: title: '==aws.plainenglish.io: Mastering Monitoring: The Complete Guide to Using + Prometheus and Grafana with Kubernetes==' + year: N/A + stars: 0 + description: '' +? https://medium.com/@muppedaanvesh/a-hands-on-guide-to-kubernetes-monitoring-using-prometheus-grafana-%EF%B8%8F-b0e00b1ae039 +: title: 'medium.com/@muppedaanvesh: A Hands-On Guide to Kubernetes Monitoring Using + Prometheus & Grafana' + year: N/A + stars: 0 + description: '' +https://signoz.io/blog/opentelemetry-kubernetes-cluster-metrics-monitoring: + title: '==signoz.io: Kubernetes Cluster Monitoring with OpenTelemetry | Complete + Tutorial== 🌟' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2020/07/27/logging-in-kubernetes-efk-vs-plg-stack: + title: 'cncf.io: Logging in Kubernetes: EFK vs PLG Stack' + year: N/A + stars: 0 + description: '' +https://medium.com/avmconsulting-blog/how-to-deploy-an-efk-stack-to-kubernetes-ebc1b539d063: + title: 'medium: How to Deploy an EFK stack to Kubernetes' + year: N/A + stars: 0 + description: '' +? https://www.digitalocean.com/community/tutorials/how-to-set-up-an-elasticsearch-fluentd-and-kibana-efk-logging-stack-on-kubernetes +: title: 'digitalocean.com: How To Set Up an Elasticsearch, Fluentd and Kibana (EFK) + Logging Stack on Kubernetes' + year: N/A + stars: 0 + description: '' +https://portworx.com/how-to-backup-and-restore-elasticsearch-on-kubernetes: + title: 'portworx.com: How to backup and restore Elasticsearch on Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.papertrail.com/blog/quick-and-easy-way-to-implement-kubernetes-logging: + title: 'papertrail.com: Quick and Easy Way to Implement Kubernetes Logging' + year: N/A + stars: 0 + description: '' +https://qlinh.com/infosec/2020/09/30/threat-detection-with-kubernetes-audit-logs.html: + title: 'qlinh.com: Leveraging Kubernetes audit logs for threat detection' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-logging-in-production-545ea88d9a4a: + title: 'itnext.io: Kubernetes Logging in Production' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/11/cluster-logging-kubernetes: + title: 'opensource.com: What you need to know about cluster logging in Kubernetes + 🌟' + year: N/A + stars: 0 + description: '' +https://devopscube.com/kubernetes-logging-tutorial: + title: '==devopscube.com: Kubernetes Logging Tutorial For Beginners== 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/vmacwrites/kubernetes-audit-logs-who-created-or-deleted-a-namespace-7d55c20d2730: + title: 'medium.com/vmacwrites: Kubernetes Audit Logs: Who created or deleted a namespace?' + year: N/A + stars: 0 + description: '' +https://shivanshu1333.medium.com/structured-logging-in-kubernetes-58cf35e6d60d: + title: 'shivanshu1333.medium.com: Structured logging in Kubernetes' + year: N/A + stars: 0 + description: '' +https://tealfeed.com/kubernetes-audit-logs-created-deleted-namespace-ho5o3: + title: 'tealfeed.com: Kubernetes Audit Logs: Who created or deleted a namespace?' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/importance-of-logging-in-kubernetes-and-intro-to-grafana-loki-f8dc6f736e6: + title: 'blog.devops.dev: Importance of Logging In Kubernetes, Intro to Grafana Loki + & deploying with helm-charts' + year: N/A + stars: 0 + description: '' +https://faun.pub/kubernetes-practice-logging-with-logstash-and-fluentd-by-sidecar-container-86076da0812f: + title: 'faun.pub: Kubernetes Practice β€” Logging with Logstash and FluentD by Sidecar + Container' + year: N/A + stars: 0 + description: '' +https://dev.to/devopsvn/kubernetes-practice-logging-with-logstash-and-fluentd-by-sidecar-container-16oi: + title: 'dev.to: Kubernetes Practice β€” Logging with Logstash and FluentD by Sidecar + Container' + year: N/A + stars: 0 + description: '' +https://signoz.io/blog/kubernetes-audit-logs: + title: 'signoz.io: Kubernetes Audit Logs - Best Practices And Configuration' + year: N/A + stars: 0 + description: '' +https://blog.amhaish.com/observing-the-k8-cluster-using-elk-stack-7d4264fdb0e3: + title: 'blog.amhaish.com: Observing the K8 cluster using ELK stack' + year: N/A + stars: 0 + description: '' +https://github.com/kube-logging/logging-operator: + title: kube-logging/logging-operator + year: N/A + stars: 0 + description: '' +https://akyriako.medium.com/kubernetes-logging-with-grafana-loki-promtail-in-under-10-minutes-d2847d526f9e: + title: 'akyriako.medium.com: Kubernetes Logging with Grafana Loki & Promtail in + under 10 minutes 🌟' + year: N/A + stars: 0 + description: '' +https://yuminlee2.medium.com/kubernetes-container-and-pod-logging-82ec5c057cb2: + title: 'yuminlee2.medium.com: Kubernetes: Container and Pod Logging' + year: N/A + stars: 0 + description: '' +https://medium.com/kubernetes-tutorials/cluster-level-logging-in-kubernetes-with-fluentd-e59aa2b6093a: + title: 'medium.com/kubernetes-tutorials: Cluster-level Logging in Kubernetes with + Fluentd' + year: N/A + stars: 0 + description: '' +https://shivanshu1333.medium.com/contextual-logging-in-kubernetes-41f4cc5fea69: + title: 'shivanshu1333.medium.com: Contextual Logging in Kubernetes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/service-level-objectives-in-kubernetes: + title: '==thenewstack.io: Service Level Objectives in Kubernetes==' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/slos-in-kubernetes-1-year-later: + title: 'thenewstack.io: SLOs in Kubernetes, 1 Year Later' + year: N/A + stars: 0 + description: '' +https://www.elastic.co/es/blog/how-to-configure-elastic-cloud-on-kubernetes-with-saml-and-hot-warm-cold-architecture: + title: 'elastic.co: How to configure Elastic Cloud on Kubernetes with SAML and hot-warm-cold + architecture' + year: N/A + stars: 0 + description: '' +https://www.influxdata.com/blog/expand-kubernetes-monitoring-telegraf-operator: + title: 'influxdata.com: Expand Kubernetes Monitoring with Telegraf Operator' + year: N/A + stars: 0 + description: '' +https://itnext.io/monitoring-certificates-expiration-in-kubernetes-with-x-509-exporter-8030b69f611d: + title: 'itnext.io: Monitoring Certificates Expiration in Kubernetes with X.509 Exporter' + year: N/A + stars: 0 + description: '' +https://kubeshark.co: + title: ==kubeshark.co== + year: N/A + stars: 0 + description: '' +https://github.com/kubeshark/kubeshark: + title: kubeshark/kubeshark + year: N/A + stars: 0 + description: '' +https://medium.com/kernel-space/kubeshark-wireshark-for-kubernetes-4069a5f5aa3d: + title: 'medium.com/kernel-space: KubeShark: Wireshark for Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/@bareckidarek/tcp-packets-traffic-visualization-for-kubernetes-by-k8spacket-and-grafana-bb87cb106f30: + title: 'medium.com/@bareckidarek: TCP packets traffic visualization for kubernetes + by k8spacket and Grafana' + year: N/A + stars: 0 + description: '' +https://www.pakdailytimes.com/2022/12/tcp-packets-traffic-visualization-for.html: + title: 'pakdailytimes.com: TCP packets traffic visualization for kubernetes by k8spacket + and Grafana' + year: N/A + stars: 0 + description: '' +https://kubelog.de: + title: kubelog.de + year: N/A + stars: 0 + description: '' +https://github.com/microsoft/retina: + title: ==github.com/microsoft/retina== + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/concepts/cluster-administration/networking: + title: 'kubernetes.io: The Kubernetes network model. How to implement the Kubernetes + networking model' + year: N/A + stars: 0 + description: '' +https://www.ovh.com/blog/getting-external-traffic-into-kubernetes-clusterip-nodeport-loadbalancer-and-ingress: + title: 'ovh.com - getting external traffic into kubernetes: clusterip, nodeport, + loadbalancer and ingress' + year: N/A + stars: 0 + description: '' +https://www.stackrox.com/post/2020/01/kubernetes-networking-demystified: + title: 'stackrox.com: Kubernetes Networking Demystified: A Brief Guide' + year: N/A + stars: 0 + description: '' +https://medium.com/@sindhujacynixit/fighting-service-latency-in-microservices-with-kubernetes-f5a584f5af36: + title: 'medium.com: Fighting Service Latency in Microservices With Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/google-cloud/kubernetes-nodeport-vs-loadbalancer-vs-ingress-when-should-i-use-what-922f010849e0: + title: 'medium.com: Kubernetes NodePort vs LoadBalancer vs Ingress? When should + I use what? 🌟' + year: N/A + stars: 0 + description: '' +https://blog.alexellis.io/ingress-for-your-local-kubernetes-cluster: + title: 'blog.alexellis.io: Get a LoadBalancer for your private Kubernetes cluster' + year: N/A + stars: 0 + description: '' +https://dustinspecker.com/posts/how-do-kubernetes-and-docker-create-ip-addresses: + title: 'dustinspecker.com: How Do Kubernetes and Docker Create IP Addresses?!' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=VicH6KojwCI: + title: 'youtube: Kubernetes Ingress Explained Completely For Beginners' + year: N/A + stars: 0 + description: '' +https://www.weave.works/blog/introduction-to-kubernetes-pod-networking--part-1: + title: AWS and Kubernetes Networking Options and Trade-Offs (part 1) + year: N/A + stars: 0 + description: '' +https://www.weave.works/blog/aws-networking-overview---part-2: + title: AWS and Kubernetes Networking Options and Trade-Offs (part 2) + year: N/A + stars: 0 + description: '' +https://medium.com/faun/service-types-in-kubernetes-24a1587677d6: + title: 'medium: Service Types in Kubernetes? 🌟' + year: N/A + stars: 0 + description: '' +https://containo.us/blog/kubernetes-ingress-service-api-demystified: + title: 'containo.us: Kubernetes Ingress & Service API Demystified' + year: N/A + stars: 0 + description: '' +https://speakerdeck.com/thockin/kubernetes-and-networks-why-is-this-so-dang-hard: + title: 'speakerdeck.com: Kubernetes and networks. Why is this so dan hard? 🌟' + year: N/A + stars: 0 + description: '' +https://eevans.co/blog/deconstructing-kubernetes-networking: + title: 'eevans.co: Deconstructing Kubernetes Networking' + year: N/A + stars: 0 + description: '' +https://blog.getambassador.io/externaltrafficpolicy-local-on-kubernetes-e66e498212f9: + title: externalTrafficPolicy=local on kubernetes. How to preserve the source IP + in kubernetes + year: N/A + stars: 0 + description: '' +https://ronaknathani.com/blog/2020/08/how-a-kubernetes-pod-gets-an-ip-address: + title: 'ronaknathani.com: How a Kubernetes Pod Gets an IP Address 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/8/ingress-controllers-kubernetes: + title: 'opensource.com: Why I use Ingress Controllers to expose Kubernetes services' + year: N/A + stars: 0 + description: '' +https://medium.com/@jmrobles/how-to-setup-hetzner-load-balancer-on-a-kubernetes-cluster-2ce79ca4a27b: + title: 'medium: How to setup Hetzner load balancer on a Kubernetes cluster' + year: N/A + stars: 0 + description: '' +https://zhimin-wen.medium.com/sticky-sessions-in-kubernetes-56eb0e8f257d: + title: 'zhimin-wen.medium.com: Sticky Sessions in Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2020/09/kubernetes-ingress-ga: + title: 'infoq.com: Kubernetes Ingress Is Now Generally Available' + year: N/A + stars: 0 + description: '' +https://jmrobles.medium.com/how-to-setup-hetzner-load-balancer-on-a-kubernetes-cluster-2ce79ca4a27b: + title: 'jmrobles.medium.com: How to setup Hetzner load balancer on a Kubernetes + cluster' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2020/09/02/scaling-kubernetes-networking-with-endpointslices: + title: 'kubernetes.io: Scaling Kubernetes Networking With EndpointSlices' + year: N/A + stars: 0 + description: '' +? https://medium.com/better-programming/creating-a-custom-annotation-for-the-kubernetes-ingress-nginx-controller-444e9d486192 +: title: 'medium: Create a Custom Annotation for the Kubernetes ingress-nginx Controller' + year: N/A + stars: 0 + description: '' +https://www.haproxy.com/blog/announcing-haproxy-kubernetes-ingress-controller-1-5: + title: 'haproxy.com: Announcing HAProxy Kubernetes Ingress Controller 1.5 🌟' + year: N/A + stars: 0 + description: '' +https://devclass.com/2021/01/26/haproxy-ingress-controller-1_5: + title: 'devclass.com: HAProxy Ingress Controller 1.5 introduces mTLS support, gives + load balancing experts more power' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/haproxy-kubernetes-ingress-controller-moves-outside-the-cluster: + title: 'thenewstack.io: HAProxy Kubernetes Ingress Controller Moves Outside the + Cluster' + year: N/A + stars: 0 + description: '' +https://www.suse.com/c/nginx-guest-blog-kubernetes-ingress-controller: + title: 'suse.com: NGINX Guest Blog: NGINX Kubernetes Ingress Controller 🌟' + year: N/A + stars: 0 + description: '' +https://blog.cloudflare.com/moving-k8s-communication-to-grpc: + title: 'blog.cloudflare.com: Moving k8s communication to gRPC' + year: N/A + stars: 0 + description: '' +https://github.com/AbsaOSS/k8gb: + title: K8GB - Kubernetes Global Balancer + year: N/A + stars: 0 + description: '' +https://www.altoros.com/blog/kubernetes-networking-writing-your-own-simple-cni-plug-in-with-bash: + title: 'altoros.com: Kubernetes Networking: How to Write Your Own CNI Plug-in with + Bash' + year: N/A + stars: 0 + description: '' +https://github.com/kakao/network-node-manager: + title: Network Node Manager + year: N/A + stars: 0 + description: '' +https://getenroute.io/docs/ingress-filter-legos-secure-microservices-apis-using-helm-envoy: + title: 'getenroute.io: Drive API Security At Kubernetes Ingress Using Helm And Envoy + 🌟' + year: N/A + stars: 0 + description: '' +https://www.ithands-on.com/2021/04/kubernetes-101-external-services.html: + title: 'ithands-on.com: Kubernetes 101 : External services - ExternalName, DNS and + Endpoints' + year: N/A + stars: 0 + description: '' +https://www.ibm.com/cloud/blog/multizone-kubernetes-and-vpc-load-balancer-setup: + title: 'ibm.com: Multizone Kubernetes and VPC Load Balancer Setup' + year: N/A + stars: 0 + description: '' +https://opensource.googleblog.com/2020/11/kubernetes-efficient-multi-zone.html: + title: 'opensource.googleblog.com: Kubernetes: Efficient Multi-Zone Networking with + Topology Aware Routing' + year: N/A + stars: 0 + description: '' +https://nbailey.ca/post/k8s-networking: + title: 'nbailey.ca: Domesticated Kubernetes Networking' + year: N/A + stars: 0 + description: '' +https://sookocheff.com/post/kubernetes/understanding-kubernetes-networking-model: + title: 'sookocheff.com: A Guide to the Kubernetes Networking Model 🌟' + year: N/A + stars: 0 + description: '' +https://build.thebeat.co/a-curious-case-of-aws-nlb-timeouts-in-kubernetes-522bd88a3399: + title: 'build.thebeat.co: A curious case of AWS NLB timeouts in Kubernetes' + year: N/A + stars: 0 + description: '' +https://ingressbuilder.jetstack.io: + title: ingressbuilder.jetstack.io 🌟🌟 + year: N/A + stars: 0 + description: '' +https://itnext.io/generating-kubernetes-network-policies-by-sniffing-network-traffic-6d5135fe77db: + title: 'itnext.io: Generating Kubernetes Network Policies Automatically By Sniffing + Network Traffic 🌟' + year: N/A + stars: 0 + description: '' +? https://medium.com/@maninder.bindra/using-nginx-ingress-controller-to-restrict-access-by-ip-ip-whitelisting-for-a-service-deployed-to-bd5c86dc66d6 +: title: 'medium: Using nginx-ingress controller to restrict access by IP (ip whitelisting) + for a service deployed to a Kubernetes (AKS) cluster' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/grpc-or-http/2-ingress-connectivity-in-openshift: + title: 'openshift.com: gRPC or HTTP/2 Ingress Connectivity in OpenShift 🌟' + year: N/A + stars: 0 + description: '' +https://inlets.dev/blog/2021/07/08/short-lived-clusters.html: + title: 'inlets.dev: Fixing Ingress for short-lived local Kubernetes clusters' + year: N/A + stars: 0 + description: '' +https://www.nginx.com/blog/how-to-simplify-kubernetes-ingress-egress-traffic-management: + title: 'nginx.com: How to Simplify Kubernetes Ingress and Egress Traffic Management' + year: N/A + stars: 0 + description: '' +https://blog.teamhephy.info/blog/posts/tutorials/running-workflow-without-any-loadbalancer.html: + title: 'blog.teamhephy.info: Running Workflow Without Any LoadBalancer' + year: N/A + stars: 0 + description: '' +https://searchitoperations.techtarget.com/feature/Differences-between-Kubernetes-Ingress-vs-load-balancer: + title: 'searchitoperations.techtarget.com: Differences between Kubernetes Ingress + vs. load balancer' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/access-application-externally-in-kubernetes-cluster-using-load-balancer-service-d1b7858d51: + title: 'medium: Access Application Externally In Kubernetes Cluster using Load Balancer + Service' + year: N/A + stars: 0 + description: '' +https://itnext.io/why-and-how-of-kubernetes-ingress-and-networking-6cb308ca03d2: + title: 'itnext.io: Why and How of Kubernetes Ingress (and Networking) 🌟' + year: N/A + stars: 0 + description: '' +https://techdozo.dev/grpc-load-balancing-on-kubernetes-using-headless-service: + title: 'techdozo.dev: gRPC load balancing on Kubernetes (using Headless Service)' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/zerolb-a-new-decentralized-pattern-for-load-balancing: + title: 'thenewstack.io: ZeroLB, a New Decentralized Pattern for Load Balancing' + year: N/A + stars: 0 + description: '' +https://ungleich.ch/u/blog/kubernetes-making-dns-publicly-reachable: + title: 'ungleich.ch: Making kubernetes kube-dns publicly reachable' + year: N/A + stars: 0 + description: '' +https://ungleich.ch/u/blog/kubernetes-without-ingress: + title: 'ungleich.ch: Building Ingress-less Kubernetes Clusters' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/ingress-controllers-the-more-the-merrier: + title: 'thenewstack.io: Ingress Controllers: The More the Merrier' + year: N/A + stars: 0 + description: '' +? https://levelup.gitconnected.com/setting-up-application-load-balancer-ingress-for-the-pods-running-in-aws-eks-fargate-519e20e97497 +: title: 'levelup.gitconnected.com: Setting up Application Load Balancer (Ingress) + for the Pods running in AWS EKS Fargate' + year: N/A + stars: 0 + description: '' +https://devopscube.com/kubernetes-ingress-tutorial: + title: 'devopscube.com: Kubernetes Ingress Tutorial For Beginners 🌟' + year: N/A + stars: 0 + description: '' +https://ystatit.medium.com/how-to-change-kubernetes-kube-apiserver-ip-address-402d6ddb8aa2: + title: 'ystatit.medium.com: How to Change Kubernetes Kube-apiserver IP Address' + year: N/A + stars: 0 + description: '' +https://www.nginx.com/blog/reducing-kubernetes-costs-70-percent-in-cloud-nginx-opsani-prometheus: + title: 'nginx.com: Reducing Kubernetes Costs by 70% in the Cloud with NGINX, Opsani, + and Prometheus' + year: N/A + stars: 0 + description: '' +https://www.ithands-on.com/2021/09/kubernetes-101-changing-service-type.html: + title: 'ithands-on.com: Kubernetes 101 : Changing a service type' + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/global-load-balancer-approaches: + title: 'cloud.redhat.com: Global Load Balancer Approaches 🌟' + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/kubernetes-nginx-ingress-10-useful-configuration-options: + title: '==loft.sh: Kubernetes NGINX Ingress: 10 Useful Configuration Options== 🌟' + year: N/A + stars: 0 + description: '' +https://technos.medium.com/kubernetes-services-for-absolute-beginners-nodeport-139b7060fe3: + title: '==technos.medium.com: Kubernetes Services for Absolute Beginners β€” NodePort== + 🌟' + year: N/A + stars: 0 + description: '' +https://fransemalila.medium.com/kubernetes-networking-cea2e1b7d2b3: + title: 'fransemalila.medium.com: Kubernetes Networking' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/ingress-controllers-the-swiss-army-knife-of-kubernetes: + title: '==thenewstack.io: Ingress Controllers: The Swiss Army Knife of Kubernetes==' + year: N/A + stars: 0 + description: '' +https://www.nginx.com/blog/kubernetes-networking-101: + title: '==nginx.com: Kubernetes Networking 101==' + year: N/A + stars: 0 + description: '' +https://medium.com/the-programmer/working-with-clusterip-service-type-in-kubernetes-45f2c01a89c8: + title: 'medium.com/the-programmer: Working With ClusterIP Service Type In Kubernetes' + year: N/A + stars: 0 + description: '' +https://olamiko.medium.com/technical-series-kubernetes-networking-5a5dc3823163: + title: 'olamiko.medium.com: Technical Series: Kubernetes Networking' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/kubernetes-network-packets: + title: '==learnk8s.io: Tracing the path of network traffic in Kubernetes== 🌟' + year: N/A + stars: 0 + description: '' +https://devopslearners.com/kubernetes-ingress-tutorial-for-beginners-26c2f7727bc: + title: '==devopslearners.com: Kubernetes Ingress Tutorial For Beginners==' + year: N/A + stars: 0 + description: '' +https://devopscube.com/configure-ingress-tls-kubernetes: + title: 'devopscube.com: How To Configure Ingress TLS/SSL Certificates in Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.armosec.io/blog/kubernetes-ingress-beginners-guide: + title: 'armosec.io: Getting Started with Kubernetes Ingress | Ben Hirschberg' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-service-type-lb-for-on-prem-deployments-89e9b2a73a0c: + title: '==itnext.io: Kubernetes Service Type LB for On Prem Deployments==' + year: N/A + stars: 0 + description: '' +https://medium.com/techbeatly/kubernetes-networking-fundamentals-d30baf8a28c8: + title: '==medium.com/techbeatly: Kubernetes Networking Fundamentals==' + year: N/A + stars: 0 + description: '' +? https://rajivsharma-2205.medium.com/demystify-how-traffic-reaches-directly-to-pod-on-using-alb-ingress-kubernetes-io-target-type-ip-f2d1be346b46 +: title: 'rajivsharma-2205.medium.com: Demystify how traffic reaches directly to pod + on using alb.ingress.kubernetes.io/target-type: ip' + year: N/A + stars: 0 + description: '' +https://medium.com/linux-shots/kubernetes-ingress-as-reverse-proxy-to-application-running-outside-cluster-206b6003f9cb: + title: 'medium.com/linux-shots: Kubernetes ingress as reverse proxy to Application + running outside cluster' + year: N/A + stars: 0 + description: '' +https://medium.com/@zhaoyi0113/kubernetes-how-does-service-network-work-in-the-cluster-d235b69ff536: + title: 'medium.com/@zhaoyi0113: Kubernetes β€” How does service network work in the + cluster' + year: N/A + stars: 0 + description: '' +https://medium.com/@pavanbelagatti/kubernetes-service-types-explained-2709cde3bc0c: + title: '==medium.com/@pavanbelagatti: Kubernetes Service Types Explained== 🌟' + year: N/A + stars: 0 + description: '' +https://www.tkng.io: + title: '==tkng.io: The Kubernetes Networking Guide== 🌟🌟' + year: N/A + stars: 0 + description: '' +https://www.tkng.io/arch: + title: '==tkng.io/arch: THE KUBERNETES NETWORK MODEL== 🌟🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/stakater/efficiently-expose-services-on-kubernetes-494a80f88aad: + title: 'medium.com/stakater: Efficiently Expose Services on Kubernetes (part 1) + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/stakater/efficiently-expose-services-on-kubernetes-part-2-c302f135f719: + title: 'medium.com/stakater: Efficiently Expose Services on Kubernetes (part 2)' + year: N/A + stars: 0 + description: '' +https://platform9.com/blog/ultimate-guide-to-kubernetes-ingress-controllers: + title: '==platform9.com: Ultimate Guide to Kubernetes Ingress Controllers== 🌟' + year: N/A + stars: 0 + description: '' +https://faun.pub/kubernetes-service-types-tutorial-39223391316c: + title: 'faun.pub: Kubernetes Service Types Tutorial | Pavan Belagatti 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/slalom-build/managing-ingress-traffic-on-kubernetes-platforms-ebd537cdfb46: + title: 'medium.com/slalom-build: Managing Ingress Traffic on Kubernetes Platforms + 🌟' + year: N/A + stars: 0 + description: '' +https://craig-godden-payne.medium.com/how-does-ingress-work-in-kubernetes-f3b121d0351f: + title: 'craig-godden-payne.medium.com: How does ingress work in Kubernetes?' + year: N/A + stars: 0 + description: '' +https://dustinspecker.com/posts/kubernetes-networking-from-scratch-bgp-bird-advertise-pod-routes: + title: 'dustinspecker.com: Kubernetes Networking from Scratch: Using BGP and BIRD + to Advertise Pod Routes' + year: N/A + stars: 0 + description: '' +https://home.robusta.dev/blog/kubernetes-service-vs-loadbalancer-vs-ingress: + title: '==home.robusta.dev: The ultimate guide to Kubernetes Services, LoadBalancers, + and Ingress== 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://sanjimoh.medium.com/demystifying-kubernetes-networking-episode-1-ca5605a97f87: + title: 'sanjimoh.medium.com: Demystifying Kubernetes Networking β€” Episode 1' + year: N/A + stars: 0 + description: '' +https://dev.to/imjoseangel/tune-up-your-kubernetes-application-performance-with-a-small-dns-configuration-1o46: + title: '==dev.to: Tune up your Kubernetes Application Performance with a small DNS + Configuration==' + year: N/A + stars: 0 + description: '' +? https://medium.com/@mehmetodabashi/kubernetes-networking-and-service-object-understanding-clusterip-and-nodeport-with-hands-on-study-90cfeaf66e8c +: title: 'medium.com/@mehmetodabashi: Kubernetes networking and service object: Understanding + ClusterIp and nodePort with hands on study' + year: N/A + stars: 0 + description: '' +https://medium.com/@jasonmfehr/inspecting-kubernetes-client-to-api-server-network-traffic-cd6d1802bb43: + title: 'medium.com/@jasonmfehr: Inspecting Kubernetes Client to API Server Network + Traffic' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/k8s-network-cni-introduction-b035d42ad68f: + title: 'medium.com/geekculture: K8s Network β€” CNI Introduction' + year: N/A + stars: 0 + description: '' +https://medium.com/patilswapnilv/getting-started-with-kubernetes-networking-7e10623fc78f: + title: '==medium.com/patilswapnilv: Getting Started with Kubernetes Networking== + 🌟' + year: N/A + stars: 0 + description: '' +https://faun.pub/kubernetes-ingress-with-nginx-3c77e703e91a: + title: '==faun.pub: Kubernetes Ingress with Nginx==' + year: N/A + stars: 0 + description: '' +https://itnext.io/inspecting-and-understanding-service-network-dfd8c16ff2c5: + title: 'itnext.io: Inspecting and Understanding k8s Service Network 🌟' + year: N/A + stars: 0 + description: '' +https://ovidiuborlean.medium.com/networking-latency-measurement-in-kubernetes-with-sockperf-plugin-68283a0ed989: + title: 'ovidiuborlean.medium.com: Networking latency measurement in Kubernetes with + Sockperf plugin' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-network-deep-dive-7492341e0ab5: + title: 'itnext.io: Kubernetes networking deep dive: Did you make the right choice?' + year: N/A + stars: 0 + description: '' +https://medium.com/@muhidabid.cs/why-does-kubernetes-need-ingress-73d969fb6ffe: + title: 'medium.com/@muhidabid.cs: Why does Kubernetes need Ingress?' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/k8s-ipvs-mode-introduction-6457a02cd91a: + title: 'blog.devgenius.io: K8s β€” ipvs Mode Introduction' + year: N/A + stars: 0 + description: '' +https://www.edureka.co/blog/kubernetes-networking: + title: '==edureka.co: Kubernetes Networking – A Comprehensive Guide To The Networking + Concepts In Kubernetes==' + year: N/A + stars: 0 + description: '' +https://whyk8s.substack.com/p/why-not-dns: + title: 'whyk8s.substack.com: Why not DNS?' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/kubernetes-gateway-api-the-intro-you-need-to-read-80965f7acd82: + title: 'medium.com/geekculture: Kubernetes Gateway API: The Intro You Need To Read' + year: N/A + stars: 0 + description: '' +https://ksingh7.medium.com/kubernetes-endpoint-object-your-bridge-to-external-services-3fc48263b776: + title: '==ksingh7.medium.com: Kubernetes Endpoint Object: Your Bridge to External + Services== 🌟🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@ahmet16ck/what-is-load-balancer-and-how-does-it-work-in-kubernetes-5ab5f0537069: + title: 'medium.com/@ahmet16ck: What Is Load Balancer and How Does It Work In Kubernetes + ? 🌟' + year: N/A + stars: 0 + description: '' +https://api7.ai/blog/apisix-ingress-support-thousands-pod-replicas: + title: 'api7.ai: How Does APISIX Ingress Support Thousands of Pod Replicas?' + year: N/A + stars: 0 + description: '' +https://medium.com/illuminations-mirror/basic-networking-and-communication-between-pods-in-kubernetes-2e1627b03a87: + title: 'medium.com/illuminations-mirror: Basic | Networking and Communication Between + Pods in Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/networking-in-kubernetes-55dcf794b9cd: + title: 'blog.devops.dev: Networking in Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/@mustafaaltunok/how-ingress-service-deployment-and-pod-link-to-eachother-d3a6ae2c0e06: + title: 'medium.com/@mustafaaltunok: How Ingress, Service, Deployment and Pod Link + to each other' + year: N/A + stars: 0 + description: '' +https://inlets.dev/blog/2023/02/24/ingress-for-local-kubernetes-clusters.html: + title: 'inlets.dev: How to Get Ingress for Private Kubernetes Clusters' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/demystifying-kubernetes-understanding-ingress-configuration-and-best-practices-fb34e33e5f5f: + title: 'blog.devops.dev: Demystifying Kubernetes:Understanding Ingress, Configuration, + and Best Practices' + year: N/A + stars: 0 + description: '' +https://dev.to/narasimha1997/communication-between-microservices-in-a-kubernetes-cluster-1n41: + title: '==dev.to/narasimha1997: Communication between Microservices in a Kubernetes + cluster== 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/google-cloud/kubernetes-ingress-vs-gateway-api-647ee233693d: + title: '==medium.com/google-cloud: Kubernetes Ingress Vs Gateway API== 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/nerd-for-tech/kubernetes-deploying-nginx-with-a-configmap-e8a2fe59bcb1: + title: 'medium.com/nerd-for-tech: Kubernetes: Deploying NGINX with a ConfigMap | + Chanel Jemmott' + year: N/A + stars: 0 + description: '' +https://medium.com/@sangjinn/how-to-communicate-with-kubernetes-workloads-1-service-abe1c5b03fc: + title: 'medium.com/@sangjinn: How to communicate with Kubernetes workloads β€” Part + I. Service | Brandon Kang' + year: N/A + stars: 0 + description: '' +https://medium.com/@sangjinn/how-to-communicate-with-kubernetes-workloads-2-ingress-18f44a712690: + title: 'medium.com/@sangjinn: How to communicate with Kubernetes workloads β€” Part + II. Ingress | Brandon Kang' + year: N/A + stars: 0 + description: '' +https://shahneil.medium.com/what-are-kubernetes-endpoints-and-how-to-use-them-a5a5da56f4d4: + title: '==shahneil.medium.com: What Are Kubernetes Endpoints?==' + year: N/A + stars: 0 + description: '' +https://fr4nk.xyz/understanding-ingress-in-kubernetes-a-comprehensive-guide-b23b5cf37f8d: + title: '==fr4nk.xyz: Understanding Ingress in Kubernetes: A Comprehensive Guide==' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/otterize-intent-based-access-control-for-kubernetes-and-cloud: + title: 'thenewstack.io: Otterize: Intent-Based Access Control for Kubernetes and + Cloud' + year: N/A + stars: 0 + description: '' +https://blog.palark.com/comparing-ingress-controllers-for-kubernetes: + title: 'blog.palark.com: Comparing Ingress controllers for Kubernetes' + year: N/A + stars: 0 + description: '' +https://community.ops.io/danielepolencic/learning-how-an-ingress-controller-works-by-building-one-in-bash-3fni: + title: '==community.ops.io: Kubernetes Ingress Controller. How does it work?===' + year: N/A + stars: 0 + description: '' +? https://medium.com/@rasikzilte711/kubernetes-networking-a-guide-to-services-ingress-network-policies-dns-and-cni-plugins-fc1ad7d22ab4 +: title: 'medium.com/@rasikzilte711: Kubernetes Networking β€” A Guide to Services, + Ingress, Network Policies, DNS, and CNI Plugins' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/kubernetes-services-clusterip-nodeport-loadbalancer: + title: 'sysdig.com: Kubernetes Services: ClusterIP, Nodeport and LoadBalancer' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/capture-tcpdump-with-ksniff-and-wireshark-from-kubernetes-c212b93ff9f9: + title: 'medium.com/codex: Capture tcpdump with ksniff and wireshark from Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.cloudtechtwitter.com/2022/05/reverse-proxy-vs-forward-proxy.html: + title: 'cloudtechtwitter.com: Reverse Proxy vs. Forward Proxy: The Differences' + year: N/A + stars: 0 + description: '' +https://matthewpalmer.net/kubernetes-app-developer/articles/kubernetes-networking-guide-beginners.html: + title: 'matthewpalmer.net: Kubernetes Networking Guide for Beginners' + year: N/A + stars: 0 + description: '' +https://itnext.io/deciphering-the-kubernetes-networking-maze-navigating-load-balance-bgp-ipvs-and-beyond-7123ef428572: + title: 'itnext.io: Deciphering the Kubernetes Networking Maze: Navigating Load-Balance, + BGP, IPVS and Beyond' + year: N/A + stars: 0 + description: '' +https://adil.medium.com/network-traffic-shaping-in-kubernetes-topology-aware-routing-e4ea4a03dd20: + title: 'adil.medium.com: Network Traffic Shaping in Kubernetes: Topology Aware Routing' + year: N/A + stars: 0 + description: '' +https://otterize.com/blog/mastering-kubernetes-networking-otterize-s-journey-in-cloud-native-packet-management: + title: 'otterize.com: Mastering Kubernetes networking: A journey in cloud-native + packet management' + year: N/A + stars: 0 + description: '' +https://learnkube.com/kubernetes-services-and-load-balancing: + title: Kubernetes Services and Load Balancing Explained + year: N/A + stars: 0 + description: '' +https://blog.cloudsigma.com/kubernetes-dns-service-a-beginners-guide: + title: 'blog.cloudsigma.com: Kubernetes DNS Service: A Beginner’s Guide' + year: N/A + stars: 0 + description: '' +https://kuderko.medium.com/fixing-bad-cpu-usage-distribution-in-kubernetes-e1e43ed87cd6: + title: 'kuderko.medium.com: Fixing bad CPU usage distribution in Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@bubu.tripathy/headless-k8s-service-924c689607a7: + title: 'medium.com: Headless Kubernetes Service' + year: N/A + stars: 0 + description: '' +https://www.goglides.dev/bkpandey/headless-services-in-kubernetes-what-why-and-how-39fl: + title: 'goglides.dev: Headless services in Kubernetes Vs Regular Service: What, + Why, and How?' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/10/kubernetes-networkpolicy: + title: 'opensource.com: What you need to know about Kubernetes NetworkPolicy' + year: N/A + stars: 0 + description: '' +https://itnext.io/ckad-scenarios-about-ingress-and-networkpolicy-155ce958c9ce: + title: 'itnext.io: CKAD Scenarios about Ingress and NetworkPolicy' + year: N/A + stars: 0 + description: '' +https://editor.cilium.io: + title: ==editor.cilium.io== 🌟🌟🌟 + year: N/A + stars: 0 + description: '' +https://whyk8s.substack.com/p/why-networkpolicies: + title: 'whyk8s.substack.com: Why NetworkPolicies?' + year: N/A + stars: 0 + description: '' +https://yuminlee2.medium.com/kubernetes-network-policies-a93c2f588e31: + title: 'yuminlee2.medium.com: Kubernetes Network Policies' + year: N/A + stars: 0 + description: '' +https://bagas-awibowo.medium.com/helm-templating-network-policy-using-helm-783b2f7e401a: + title: '==bagas-awibowo.medium.com: Helm β€” Templating Network Policy using Helm==' + year: N/A + stars: 0 + description: '' +https://www.nginx.com/blog/guide-to-choosing-ingress-controller-part-4-nginx-ingress-controller-options: + title: 'nginx.com: A Guide to Choosing an Ingress Controller, Part 4: NGINX Ingress + Controller Options' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.0.0: + title: NGINX Ingress Controller - v1.0.0 + year: N/A + stars: 0 + description: '' +https://amy-ma.medium.com/ingress-configuration-d9f13c5bcf1a: + title: 'amy-ma.medium.com: Nginx Ingress Configuration' + year: N/A + stars: 0 + description: '' +https://devopscube.com/setup-ingress-kubernetes-nginx-controller: + title: 'devopscube.com: How to Setup Nginx Ingress Controller On Kubernetes – Detailed + Guide 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@jonathan_37674/how-to-secure-kubernetes-ingress-by-armo-cb86086ec540: + title: 'medium.com/@jonathan_37674: How to secure Kubernetes ingress? | By ARMO' + year: N/A + stars: 0 + description: '' +https://www.nginx.com/blog/automating-multi-cluster-dns-with-nginx-ingress-controller: + title: 'nginx.com: Automating Multi-Cluster DNS with NGINX Ingress Controller' + year: N/A + stars: 0 + description: '' +? https://engineering.backmarket.com/how-we-improved-third-party-availability-and-latency-with-nginx-in-kubernetes-bb3fc7224ae4 +: title: '==engineering.backmarket.com: How we improved third-party availability and + latency with Nginx in Kubernetes== 🌟' + year: N/A + stars: 0 + description: '' +https://towardsdev.com/kubernetes-deploying-nginx-servers-with-configmaps-shared-services-with-minikube-618aee9a8ff6: + title: 'towardsdev.com: Kubernetes: Deploying Nginx Servers with ConfigMaps & Shared + Services with Minikube' + year: N/A + stars: 0 + description: '' +https://faun.pub/how-to-monitor-and-alert-on-nginx-ingress-in-kubernetes-6d7d172f0399: + title: 'faun.pub: How to Monitor and Alert on Ingress-NGINX in Kubernetes' + year: N/A + stars: 0 + description: '' +https://sumanprasad.hashnode.dev/a-beginners-guide-to-ingress-and-ingress-controllers-in-kubernetes: + title: 'sumanprasad.hashnode.dev: A Beginner''s Guide to Ingress and Ingress Controllers + in Kubernetes' + year: N/A + stars: 0 + description: '' +https://akyriako.medium.com/configure-path-based-routing-with-nginx-ingress-controller-64a63cd4d6bd: + title: 'akyriako.medium.com: Configure path-based routing with Nginx Ingress Controller' + year: N/A + stars: 0 + description: '' +https://mattias.engineer/k8s/ingress: + title: '==mattias.engineer: Kubernetes-101: Ingress== 🌟' + year: N/A + stars: 0 + description: '' +https://trstringer.com/kubernetes-ingress-with-contour: + title: 'trstringer.com: Kubernetes Ingress with Contour' + year: N/A + stars: 0 + description: '' +https://gateway-api.sigs.k8s.io: + title: ==gateway-api.sigs.k8s.io== 🌟 + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2021/04/22/evolving-kubernetes-networking-with-the-gateway-api: + title: 'kubernetes.io: Evolving Kubernetes networking with the Gateway API' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/unifying-kubernetes-service-networking-again-with-the-gateway-api: + title: 'thenewstack.io: Unifying Kubernetes Service Networking (Again) with the + Gateway API 🌟' + year: N/A + stars: 0 + description: '' +https://blog.flomesh.io/kubernetes-gateway-api-evolution-of-service-networking-aa76ec4efa7e: + title: 'blog.flomesh.io: Kubernetes Gateway API β€” Evolution of Service Networking' + year: N/A + stars: 0 + description: '' +https://www.armosec.io/blog/kubernetes-gateway-api: + title: '==armosec.io: The New Kubernetes Gateway API and Its Use Cases==' + year: N/A + stars: 0 + description: '' +https://medium.com/google-cloud/security-with-kubernetes-gateway-api-dcbb934ed2a4: + title: 'medium.com/google-cloud: Security with Kubernetes Gateway API 🌟' + year: N/A + stars: 0 + description: '' +https://navendu.me/posts/gateway-vs-ingress-api: + title: 'navendu.me: Comparing Kubernetes Gateway and Ingress APIs' + year: N/A + stars: 0 + description: '' +https://dustinspecker.com/posts/iptables-how-kubernetes-services-direct-traffic-to-pods: + title: 'dustinspecker.com: iptables: How Kubernetes Services Direct Traffic to Pods' + year: N/A + stars: 0 + description: '' +https://arthurchiao.art/blog/cracking-k8s-node-proxy: + title: 'arthurchiao.art: Cracking kubernetes node proxy (aka kube-proxy)' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2021/04/20/use-skupper-to-connect-multiple-kubernetes-clusters: + title: 'developers.redhat.com: Use Skupper to connect multiple Kubernetes clusters + 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/multi-cluster-kubernetes-networking-with-netmaker-bfa4e22eb2fb: + title: 'itnext.io: Multi-Cluster Kubernetes Networking with Netmaker' + year: N/A + stars: 0 + description: '' +https://github.com/gravitl/netmaker: + title: NetMaker + year: N/A + stars: 0 + description: '' +https://www.howtoforge.com/kubernetes_network_policy: + title: 'howtoforge.com: Network Policy in Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/avmconsulting-blog/exploring-network-policies-in-kubernetes-c8a3d8ed00cb: + title: 'medium: How to Provision Network Policies in Kubernetes | AWS 🌟' + year: N/A + stars: 0 + description: '' +https://www.learncloudnative.com/blog/2020-10-07-network-policies: + title: 'learncloudnative.com: Kubernetes Network Policy' + year: N/A + stars: 0 + description: '' +https://www.bionconsulting.com/blog/kubernetes-network-policies: + title: 'bionconsulting.com: Kubernetes Network Policies' + year: N/A + stars: 0 + description: '' +https://www.bionconsulting.com/blog/kubernetes-network-policies-part-2: + title: 'bionconsulting.com: Kubernetes Network Policies - Part 2' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-kubernetes-network-security-effect: + title: 'thenewstack.io: The Kubernetes Network Security Effect 🌟' + year: N/A + stars: 0 + description: '' +https://faun.pub/control-traffic-flow-to-and-from-kubernetes-pods-with-network-policies-bc384c2d1f8c: + title: 'faun.pub: Control traffic flow to and from Kubernetes pods with Network + Policies' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/network-policies-controlling-cross-project-communication-on-openshift: + title: 'openshift.com: Network Policies: Controlling Cross-Project Communication + on OpenShift' + year: N/A + stars: 0 + description: '' +https://loft-sh.medium.com/kubernetes-network-policies-a-practitioners-guide-c9bb4cdd0dbc: + title: 'loft-sh.medium.com: Kubernetes Network Policies: A Practitioner’s Guide + 🌟' + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/kubernetes-network-policies-a-practitioners-guide: + title: 'loft.sh: Kubernetes Network Policies: A Practitioner''s Guide 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/kubernetes-network-polices-are-they-really-useful-c3a153c49316: + title: 'medium: Kubernetes Network Policies: Are They Really Useful? 🌟' + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/kubernetes-network-policies-for-isolating-namespaces: + title: 'loft.sh: Kubernetes Network Policies for Isolating Namespaces 🌟' + year: N/A + stars: 0 + description: '' +https://arthurchiao.art/blog/cracking-k8s-network-policy: + title: 'arthurchiao.art: Cracking Kubernetes Network Policy' + year: N/A + stars: 0 + description: '' +https://engineering.mercari.com/en/blog/entry/20220214-managing-network-policies: + title: 'engineering.mercari.com: Managing Network Policies for namespaces isolation + on a multi-tenant Kubernetes cluster' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/kubernetes-namespace-wide-network-policy-1126fafdf221: + title: 'blog.devgenius.io: Simplify Kubernetes Network Policy Generation' + year: N/A + stars: 0 + description: '' +https://blog.slycreator.com/network-policies-understanding-kubernetes-network-policies: + title: 'blog.slycreator.com: Network Policies: Understanding Kubernetes Network + Policies' + year: N/A + stars: 0 + description: '' +https://cilium.io/blog/2021/02/10/network-policy-editor: + title: 'cilium.io: NetworkPolicy Editor: Create, Visualize, and Share Kubernetes + NetworkPolicies 🌟' + year: N/A + stars: 0 + description: '' +https://buoyant.io/2020/12/23/kubernetes-network-policies-with-cilium-and-linkerd: + title: 'buoyant.io: Kubernetes network policies with Cilium and Linkerd' + year: N/A + stars: 0 + description: '' +https://itnext.io/installing-cilium-on-kubernetes-in-a-fast-and-efficient-way-dbcb79ce9699: + title: 'itnext.io: Installing Cilium on Kubernetes in a fast and efficient way' + year: N/A + stars: 0 + description: '' +https://cilium.io/blog/2021/05/11/cni-benchmark: + title: 'cilium.io: CNI Benchmark: Understanding Cilium Network Performance' + year: N/A + stars: 0 + description: '' +https://www.cockroachlabs.com/blog/cockroachdb-kubernetes-cilium: + title: 'cockroachlabs.com: How to use Cluster Mesh for Multi-Region Kubernetes Pod + Communication' + year: N/A + stars: 0 + description: '' +https://cilium.io/blog/2021/05/20/cilium-110: + title: 'cilium.io: Cilium 1.10: WireGuard, BGP Support, Egress IP Gateway, New Cilium + CLI, XDP Load Balancer, Alibaba Cloud Integration and more' + year: N/A + stars: 0 + description: '' +? https://medium.com/@charled.breteche/kubernetes-security-control-pod-to-pod-communications-with-cilium-network-policies-d7275b2ed378 +: title: 'medium.com/@charled.breteche: Kubernetes Security β€” Control pod to pod communications + with Cilium network policies' + year: N/A + stars: 0 + description: '' +https://www.solo.io/blog/exploring-cilium-layer-7-capabilities-compared-to-istio: + title: 'solo.io: Exploring Cilium Layer 7 Capabilities Compared to Istio' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/k8s-network-policy-made-simple-with-cilium-editor-a5b55781291c: + title: 'betterprogramming.pub: K8s: Network Policy Made Simple With Cilium Editor + 🌟' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2020/06/05/supporting-the-evolving-ingress-specification-in-kubernetes-1.18: + title: Supporting the Evolving Ingress Specification in Kubernetes 1.18 + year: N/A + stars: 0 + description: '' +https://medium.com/faun/ingress-service-types-in-kubernetes-3e9b68b78307: + title: 'medium: Ingress service types in Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/autoscaling-ingress-controllers-in-kubernetes-c64b47088485: + title: '==itnext.io: Autoscaling Ingress Controllers in Kubernetes (Daniele Polencic)==' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/IP_address_management: + title: IP Address Management (IPAM) + year: N/A + stars: 0 + description: '' +https://www.fusionlayer.com/products/ip-address-management-software-defined-ipam-infinity: + title: 'fusionlayer.com: Software-Defined IP Address Management (IPAM)' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins: + title: 'Kubernetes.io: Network Plugins' + year: N/A + stars: 0 + description: '' +https://github.com/containernetworking: + title: github.com/containernetworking 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/containernetworking/cni: + title: CNI + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/how-to-understand-and-setup-kubernetes-networking: + title: 'dzone: How to Understand and Set Up Kubernetes Networking 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@vikram.fugro/container-networking-interface-aka-cni-bdfe23f865cf: + title: 'medium: Container Networking Interface aka CNI' + year: N/A + stars: 0 + description: '' +? https://itnext.io/benchmark-results-of-kubernetes-network-plugins-cni-over-10gbit-s-network-updated-august-2020-6e1b757b9e49 +: title: 'itnext.io: Benchmark results of Kubernetes network plugins (CNI) over 10Gbit/s + network (Updated: August 2020)' + year: N/A + stars: 0 + description: '' +https://github.com/coreos/flannel: + title: Flannel + year: N/A + stars: 0 + description: '' +https://www.weave.works/docs/net/latest/overview: + title: Weave-net + year: N/A + stars: 0 + description: '' +https://www.kube-router.io: + title: kube-router + year: N/A + stars: 0 + description: '' +https://github.com/vmware-tanzu/antrea: + title: VMware-tanzu Antrea + year: N/A + stars: 0 + description: '' +https://github.com/nokia/danm: + title: Damn + year: N/A + stars: 0 + description: '' +https://github.com/openshift/multus-cni: + title: Multus + year: N/A + stars: 0 + description: '' +https://github.com/cni-genie/CNI-Genie: + title: CNI-Genie + year: N/A + stars: 0 + description: '' +https://www.tigera.io: + title: tigera.io + year: N/A + stars: 0 + description: '' +https://medium.com/flant-com/calico-for-kubernetes-networking-792b41e19d69: + title: 'medium: Calico for Kubernetes networking: the basics & examples' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/tigera-aims-ease-connectivity-pain-kubernetes: + title: 'thenewstack.io: Tigera''s Calico Aims to Ease Connectivity Pain with Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.projectcalico.org/advertising-kubernetes-service-ips-with-calico-and-bgp: + title: 'projectcalico.org: Advertising Kubernetes Service IPs with Calico and BGP' + year: N/A + stars: 0 + description: '' +https://mhmxs.blogspot.com/2020/12/autoscaling-calico-route-reflector.html: + title: 'mhmxs.blogspot.com: Autoscaling Calico Route Reflector topology in Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.tigera.io/blog/enforcing-network-security-policies-with-gitops-part-1: + title: 'tigera.io: Enforcing Network Security Policies with GitOps – Part 1 (Calico + + ArgoCD)' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/k8s-networking-calico-part1-7f74395b6fe2: + title: 'blog.devgenius.io: K8s Networking β€” Calico (Part1)' + year: N/A + stars: 0 + description: '' +https://medium.com/@arbnair97/introduction-to-kubernetes-network-policy-and-calico-based-network-policy-675a7fa6b5dc: + title: 'medium.com/@arbnair97: Introduction to Kubernetes Network Policy and Calico + Based Network Policy' + year: N/A + stars: 0 + description: '' +https://medium.com/faun/how-to-autoscale-the-dns-service-in-a-kubernetes-cluster-cbb46ae89678: + title: 'medium: How to Autoscale the DNS Service in a Kubernetes Cluster' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/supercharge-coredns-with-cluster-addons: + title: 'thenewstack.io: Supercharge CoreDNS with Cluster Addons 🌟' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/how-to-monitor-coredns: + title: 'sysdig.com: How to monitor coreDNS 🌟' + year: N/A + stars: 0 + description: '' +https://iamitcohen.medium.com/dns-in-kubernetes-how-does-it-work-7c4690fd813e: + title: 'iamitcohen.medium.com: DNS in Kubernetes, how does it work?' + year: N/A + stars: 0 + description: '' +https://www.nslookup.io/learning/the-life-of-a-dns-query-in-kubernetes: + title: 'nslookup.io: The life of a DNS query in Kubernetes' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/kubernetes-with-coredns-e40772c5e6ee: + title: 'levelup.gitconnected.com: Kubernetes with CoreDNS' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes/enhancements: + title: NodeLocal DNSCache + year: N/A + stars: 0 + description: '' +https://povilasv.me/kubernetes-node-local-dns-cache: + title: Kubernetes Node Local DNS Cache + year: N/A + stars: 0 + description: '' +https://www.k8gb.io: + title: k8gb.io + year: N/A + stars: 0 + description: '' +https://blog.abaganon.com/going-global-with-kubernetes-490cf51e2bf8: + title: 'blog.abaganon.com: Why you probably won’t use K8gb.io' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/amazon-vpc-lattice-build-applications-not-networks-59j8: + title: 'dev.to/aws-builders: Amazon VPC Lattice β€” Build Applications, Not Networks' + year: N/A + stars: 0 + description: '' +https://collabnix.com/top-10-kubernetes-tools-you-need-for-2021: + title: 'collabnix.com: Top 10 Kubernetes Tools You Need for 2021 – Part 1' + year: N/A + stars: 0 + description: '' +https://www.cyberithub.com/70-important-kubernetes-related-tools-you-should-know-about: + title: 'cyberithub.com: 70+ Important Kubernetes Related Tools You Should Know About' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-gitops-tools-cf0247eb5368: + title: 'itnext.io: Kubernetes GitOps Tools' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-essential-tools-2021-def12e84c572: + title: 'itnext.io: Kubernetes Essential Tools: 2021' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/features/9-open-source-developer-tools-for-kubernetes: + title: 'containerjournal.com: 9 Open Source Developer Tools for Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/7-open-source-kubernetes-developer-tools-to-follow-in-2022-78a5e5dbd4e3: + title: 'blog.devgenius.io: 7 Open Source Kubernetes Developer Tools to Follow in + 2022' + year: N/A + stars: 0 + description: '' +https://dev.to/ajeetraina/top-200-kubernetes-tools-for-devops-engineer-like-you-3h7e: + title: 'dev.to: Top 200 Kubernetes Tools for DevOps Engineer Like You' + year: N/A + stars: 0 + description: '' +https://devops.cisel.ch/kubernetes-operational-tools-you-must-try: + title: 'devops.cisel.ch: Kubernetes operational tools you must TRY' + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/kubernetes-on-windows-6-life-saving-tools-and-tips: + title: 'loft.sh: Kubernetes on Windows: 6 Life-Saving Tools & Tips' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3488817/15-tools-that-make-kubernetes-easier.html: + title: 'infoworld.com: 15 tools that make Kubernetes easier' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=CB79eTFbR0w&feature=youtu.be&ab_channel=DevOpsToolkit: + title: 'youtube: 10 Must-Have Kubernetes Tools | DevOps Toolkit' + year: N/A + stars: 0 + description: '' +https://medium.com/container-talks/7-tools-to-make-kubernetes-management-easy-ba8238e6ce8d: + title: 'medium.com/container-talks: 7 Tools To Make Kubernetes Management Easy' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/22/4/open-source-tools-developing-cloud: + title: 'opensource.com: 5 open source tools for developing on the cloud' + year: N/A + stars: 0 + description: '' +https://devtron.ai/blog/7-tools-to-make-kubernetes-management-easy: + title: 'devtron.ai: 7 Tools To Make Kubernetes Management Easy' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2022/06/20/8-open-source-kubernetes-security-tools: + title: 'developers.redhat.com: 8 open source Kubernetes security tools' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/tools-to-manage-kubernetes-15b675f407d4: + title: 'blog.devops.dev: Tools to manage Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/@onai.rotich/4-tools-that-make-it-easy-to-manage-your-kubernetes-cluster-be252847cd85: + title: 'medium.com/@onai.rotich: 4 Tools that Make it Easy to manage your Kubernetes + Cluster' + year: N/A + stars: 0 + description: '' +https://www.virtualizationhowto.com/2023/08/best-kubernetes-management-tools-in-2023: + title: 'virtualizationhowto.com: Kubernetes Best Kubernetes Management Tools in + 2023' + year: N/A + stars: 0 + description: '' +https://coruzant.com/appdev/kubernetes-management-tools-and-best-practices: + title: 'coruzant.com/appdev: Kubernetes Management: Tools and Best Practices' + year: N/A + stars: 0 + description: '' +https://dev.to/cyclops-ui/five-tools-to-make-your-k8s-experience-more-enjoyable-5d85: + title: 'dev.to/cyclops-ui: Five tools to make your K8s experience more enjoyable' + year: N/A + stars: 0 + description: '' +https://www.techqna.io/2024/09/web-terminal-operator-tips-tricks-for.html: + title: 'Web Terminal Operator: Tips y Trucos' + year: N/A + stars: 0 + description: '' +https://www.downloadkubernetes.com: + title: 'downloadkubernetes.com: Download Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/ramitsurana/awesome-kubernetes: + title: 'ramitsurana/awesome-kubernetes: Tools 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/vmware/octant: + title: VMware octant + year: N/A + stars: 0 + description: '' +https://github.com/chmouel/kss: + title: KSS - Kubernetes pod status on steroid + year: N/A + stars: 0 + description: '' +https://github.com/ahmetb/kubectl-tree: + title: kubectl-tree + year: N/A + stars: 0 + description: '' +https://docs.google.com/spreadsheets/d/1WPHt0gsb7adVzY3eviMK2W8LejV0I5m_Zpc8tMzl_2w: + title: The Golden Kubernetes Tooling and Helpers list + year: N/A + stars: 0 + description: '' +https://github.com/aabouzaid/kubech: + title: kubech (kubectl change) + year: N/A + stars: 0 + description: '' +https://github.com/rydogs/kubecle: + title: Kubecle + year: N/A + stars: 0 + description: '' +https://github.com/sighupio/permission-manager: + title: ==Permission Manager== 🌟 + year: N/A + stars: 0 + description: '' +https://www.cloudnatively.com/kubernetes-client-tools-overview: + title: 'cloudnatively.com: Kubernetes client tools overview' + year: N/A + stars: 0 + description: '' +https://github.com/ahmetb/kubectx: + title: '==kubectx + kubens: : Power tools for kubectl==🌟🌟' + year: N/A + stars: 0 + description: '' +https://github.com/aca/go-kubectx: + title: go-kubectx + year: N/A + stars: 0 + description: '' +https://kubevious.io: + title: 'kubevious: application centric Kubernetes UI 🌟' + year: N/A + stars: 0 + description: '' +https://console.kubestellar.io: + title: KubeStellar Console 🌟 + year: N/A + stars: 0 + description: '' +https://portal.kubevious.io: + title: 'Kubevious SaaS: portal.kubevious.io' + year: N/A + stars: 0 + description: '' +https://kubevious.io/blog/post/kubevious-saas-beta-launch: + title: Kubevious SaaS Beta is Live! + year: N/A + stars: 0 + description: '' +https://kubevious.io/docs/built-in-validators: + title: '==kubevious.io: Built-in Validators==' + year: N/A + stars: 0 + description: '' +https://www.learnitguide.net/2023/05/kubevious-powerful-kubernetes-dashboard.html: + title: 'learnitguide.net: Kubevious - A Powerful Kubernetes Dashboard' + year: N/A + stars: 0 + description: '' +https://github.com/appscode/guard: + title: Guard + year: N/A + stars: 0 + description: '' +https://github.com/Portshift/kubei: + title: '**Kubei**' + year: N/A + stars: 0 + description: '' +https://github.com/reconquest/tubekit: + title: '**Tubectl**: a kubectl alternative which adds a bit of magic to your everyday + kubectl routines by reducing the complexity of working with contexts, namespaces + and intelligent matching resources.' + year: N/A + stars: 0 + description: '' +https://opensource.googleblog.com/2020/03/kpt-packaging-up-your-kubernetes.html: + title: '**Kpt**: Packaging up your Kubernetes configuration with git and YAML since + 2014 **(Google)**' + year: N/A + stars: 0 + description: '' +https://github.com/ManagedKube/kubernetes-common-services: + title: kubernetes-common-services + year: N/A + stars: 0 + description: '' +https://github.com/sukeesh/k8s-job-notify: + title: '**k8s-job-notify**' + year: N/A + stars: 0 + description: '' +https://github.com/rchakode/kube-opex-analytics: + title: '**kube-opex-analytics** 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/learnk8s/k8bit: + title: '**K8bit** β€” the tiny Kubernetes dashboard 🌟' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/real-time-dashboard: + title: learnk8s.io/real-time-dashboard + year: N/A + stars: 0 + description: '' +https://kuttl.dev: + title: '**KUbernetes Test TooL (kuttl)** 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=Jh-viBv-D04: + title: 'Youtube Webinar: The KUbernetes Test TooL (kuttl)' + year: N/A + stars: 0 + description: '' +https://github.com/rekon-oss/portfall: + title: 'Portfall: A desktop k8s port-forwarding portal for easy access to all your + cluster UIs 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/adaptant-labs/k8s-dt-node-labeller: + title: k8s-dt-node-labeller + year: N/A + stars: 0 + description: '' +https://relferreira.github.io/kubedev: + title: kubedev 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/little-angry-clouds/kubectl-ssh-proxy: + title: Kubectl SSH Proxy 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/chenjiandongx/kubectl-images: + title: kubectl-images + year: N/A + stars: 0 + description: '' +https://github.com/narendranathreddythota/podtnl: + title: Access Pod Online using Podtnl + year: N/A + stars: 0 + description: '' +https://github.com/kiosk-sh/kiosk?utm_sq=gf3f25b1tk: + title: 'kiosk: Multi-Tenancy Extension For Kubernetes - Secure Cluster Sharing & + Self-Service Namespace Provisioning 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/Banno/asdf-kubectl: + title: asdf-kubectl + year: N/A + stars: 0 + description: '' +https://github.com/pusher/k8s-spot-rescheduler: + title: k8s Spot Rescheduler + year: N/A + stars: 0 + description: '' +https://github.com/kube-aws/kube-spot-termination-notice-handler: + title: kube-spot-termination-notice-handler + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2021/07/01/what-is-fairwinds-polaris-kubernetes-open-source-configuration-validation: + title: 'cncf.io: What is Polaris? Kubernetes open source configuration validation + 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/Stono/kconmon: + title: kmoncon + year: N/A + stars: 0 + description: '' +https://github.com/kapicorp/tesoro: + title: Tesoro + year: N/A + stars: 0 + description: '' +https://github.com/banzaicloud/dast-operator: + title: DAST operator + year: N/A + stars: 0 + description: '' +https://github.com/teleskopeView/teleskope_k8s: + title: Teleskope + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/blogs/containers/introducing-cdk8s-intent-driven-apis-for-kubernetes-objects: + title: 'Introducing cdk8s+: Intent-driven APIs for Kubernetes objects' + year: N/A + stars: 0 + description: '' +https://github.com/viveksinghggits/kuui: + title: KuUI (Kubernetes UI) + year: N/A + stars: 0 + description: '' +https://github.com/swade1987/deprek8ion: + title: Deprek8ion + year: N/A + stars: 0 + description: '' +https://github.com/Clivern/Beetle: + title: Beetle + year: N/A + stars: 0 + description: '' +https://github.com/gobins/vault-controller: + title: vault-controller + year: N/A + stars: 0 + description: '' +https://github.com/lnsp/k8s-crash-informer: + title: k8s-crash-informer + year: N/A + stars: 0 + description: '' +https://thorsten-hans.com/azure-arc-enabled-kubernetes-digital-ocean: + title: Azure Arc enabled Kubernetes allows you to connect and manage external Kubernetes + clusters in Azure + year: N/A + stars: 0 + description: '' +https://github.com/elotl/kip: + title: Kip, the Kubernetes Cloud Instance Provider + year: N/A + stars: 0 + description: '' +https://github.com/cyberark/kubeletctl: + title: Kubeletctl is a command line tool that implement kubelet's API 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/adaptant-labs/k8s-node-label-monitor: + title: 'k8s-node-label-monitor: Kubernetes Node Label Monitor provides a custom + Kubernetes controller for monitoring and notifying changes in the label states + of Kubernetes nodes (labels added, deleted, or updated), and can be run either + node-local or cluster-wide' + year: N/A + stars: 0 + description: '' +https://medium.com/better-programming/how-to-validate-your-kubernetes-cluster-with-sonobuoy-c91b282908fe: + title: 'medium: How to Validate Your Kubernetes Cluster With Sonobuoy 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/FairwindsOps/pluto: + title: Pluto is a cli tool to help discover deprecated apiVersions in Kubernetes + 🌟 + year: N/A + stars: 0 + description: '' +https://static.brandonpotter.com/kubernetes/DeploymentBuilder.html: + title: Kubernetes Deployment Builder 🌟🌟 + year: N/A + stars: 0 + description: '' +https://github.com/heptiolabs/ktx: + title: ktx 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/kareem-elsayed/k8s-alerts: + title: k8s-alert + year: N/A + stars: 0 + description: '' +https://github.com/futurewei-cloud/arktos: + title: Arktos + year: N/A + stars: 0 + description: '' +https://engineerd.github.io/kube-exec/introduction: + title: kube-exec 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/kubeshield/identity-server: + title: identity-server + year: N/A + stars: 0 + description: '' +https://github.com/configurator/kubefs: + title: kubefs + year: N/A + stars: 0 + description: '' +https://github.com/dpeckett/pangolin: + title: pangolin 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/yteraoka/kubectl-isolate: + title: kubectl-isolate + year: N/A + stars: 0 + description: '' +https://github.com/amelbakry/kubernetes-active-passive: + title: Kubernetes Active Passive Applications + year: N/A + stars: 0 + description: '' +https://github.com/ilkilab/agorakube: + title: Agorakube + year: N/A + stars: 0 + description: '' +https://github.com/opstree/dynamic-pv-scaler: + title: dynamic-pv-scaler + year: N/A + stars: 0 + description: '' +https://github.com/plexsystems/sinker: + title: Sinker + year: N/A + stars: 0 + description: '' +https://github.com/kubecost/cluster-turndown: + title: Cluster Turndown + year: N/A + stars: 0 + description: '' +https://github.com/Kubeinit/kubeinit: + title: kubeinit 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/BrandonPotter/kubergui: + title: 'kubergui: Kubernetes Deployment Builder🌟' + year: N/A + stars: 0 + description: '' +https://github.com/kubermatic/fubectl: + title: fubectl + year: N/A + stars: 0 + description: '' +https://github.com/authelia/authelia: + title: Authelia 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/pyang55/k8sdeploy: + title: k8sdeploy + year: N/A + stars: 0 + description: '' +https://github.com/softonic/node-policy-webhook: + title: node-policy-webhook + year: N/A + stars: 0 + description: '' +https://github.com/kakao/ipvs-node-controller: + title: ipvs-node-controller + year: N/A + stars: 0 + description: '' +https://github.com/GambitResearch/kubeonoff: + title: kubeonoff + year: N/A + stars: 0 + description: '' +https://github.com/jthomperoo/custom-pod-autoscaler: + title: custom-pod-autoscaler + year: N/A + stars: 0 + description: '' +https://github.com/bmaynard/kubevol: + title: Kubevol 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/d-kuro/kubectl-fuzzy: + title: kubectl-fuzzy 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/anthonysterling/setec: + title: Setec 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes/kompose: + title: ==Kompose (Kubernetes + Compose)== 🌟 + year: N/A + stars: 0 + description: '' +https://hackernoon.com/how-to-generate-kubernetes-manifests-with-a-single-command: + title: 'hackernoon.com: How to Generate Kubernetes Manifests With a Single Command + (kompose)' + year: N/A + stars: 0 + description: '' +https://kalm.dev: + title: kalm.dev 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/appvia/kev: + title: Kev + year: N/A + stars: 0 + description: '' +https://github.com/TheYkk/synator: + title: Synator Kubernetes Secret and ConfigMap synchronizer 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/boltops-tools/kubes: + title: kubes 🌟 + year: N/A + stars: 0 + description: '' +https://gist.github.com/xandout/8d24558c75c53f3cb8bf0a97ec25fcfc: + title: Kubernetes DaemonSet that enables a direct shell on each Node using SSH to + localhost + year: N/A + stars: 0 + description: '' +https://github.com/germainlefebvre4/ns-killer: + title: NS Killer + year: N/A + stars: 0 + description: '' +https://github.com/steamhaus/kubeswitch: + title: 'kubeswitch: Kubernetes Version Switcher 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/danielfoehrKn/kubeswitch: + title: Kubeswitch (for operators) 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/kvaps/kubectl-build: + title: kubectl build (formerly known as kubectl-kaniko) + year: N/A + stars: 0 + description: '' +https://github.com/Portshift/Kubei: + title: Kubei 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/flant/shell-operator: + title: Shell-operator + year: N/A + stars: 0 + description: '' +https://github.com/bridgecrewio/checkov: + title: Checkov 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/doitintl/clustercloner: + title: Cluster Cloner 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/Kyrremann/kubectl-eksporter: + title: kubectl-eksporter 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/itaysk/kubectl-neat: + title: kubectl-neat 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/konveyor/move2kube: + title: Move2Kube 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/JeanBaptisteWATENBERG/junit5-kubernetes: + title: junit5-kubernetes + year: N/A + stars: 0 + description: '' +https://mbuffett.com/posts/ktunnel-ngrok-replace: + title: 'mbuffett.com: Replacing ngrok with ktunnel' + year: N/A + stars: 0 + description: '' +https://github.com/cakehappens/seaworthy: + title: 'seaworthy: A CLI to verify #Kubernetes resource health !! 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/tinyzimmer/kvdi: + title: kVDI + year: N/A + stars: 0 + description: '' +https://github.com/bit-cloner/kcg: + title: kcg 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/winfordlin/Compass: + title: Compass 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/hasura/gitkube: + title: Gitkube 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/jetstack/version-checker: + title: vesion-checker + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/descheduler: + title: Descheduler for Kubernetes 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/weaveworks/kubediff: + title: kubediff 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/awslabs/karpenter: + title: awslabs/karpenter + year: N/A + stars: 0 + description: '' +https://github.com/salesforce/craft: + title: salesforce/Craft + year: N/A + stars: 0 + description: '' +https://github.com/hyscale/hyscale: + title: hyscale 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/micnncim/kubectl-reap: + title: kubectl-reap is a kubectl plugin that deletes unused Kubernetes resources + 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/roubles/kubeshell: + title: kubeshell + year: N/A + stars: 0 + description: '' +https://github.com/carlosonunez/k8s-harness: + title: k8s-harness 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/geritol/secret-backup-operator: + title: Secret backup operator + year: N/A + stars: 0 + description: '' +https://bit.ly/kube-tools-1: + title: 'DevNation: 10 awesome kubernetes tools every user should know' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/devnation/tech-talks/10-kubernetes-tools: + title: 'developers.redhat.com: 10 awesome Kubernetes tools every user should know + | DevNation Tech Talk (video)' + year: N/A + stars: 0 + description: '' +https://github.com/senthilrch/kube-fledged: + title: kube-fledged + year: N/A + stars: 0 + description: '' +https://github.com/ricardomaraschini/tagger: + title: Tagger + year: N/A + stars: 0 + description: '' +https://github.com/vetyy/helm-ecr: + title: helm-ecr 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/pipe-cd/pipe: + title: PipeCD + year: N/A + stars: 0 + description: '' +https://github.com/dty1er/kubecolor: + title: kubecolor 🌟 + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/k8s-kubecolor-introduction-3d650effc36f: + title: 'blog.devgenius.io: K8s β€” Kubecolor Introduction' + year: N/A + stars: 0 + description: '' +https://github.com/postfinance/kubectl-sudo: + title: kubectl-sudo + year: N/A + stars: 0 + description: '' +https://github.com/ryane/kfilt: + title: kfilt + year: N/A + stars: 0 + description: '' +https://github.com/darkbitio/k8s-mirror: + title: 'k8s-mirror: Creates a local mirror of a kubernetes cluster in a docker container + to support offline reviewing 🌟' + year: N/A + stars: 0 + description: '' +https://carvel.dev/kapp: + title: kapp 🌟 + year: N/A + stars: 0 + description: '' +https://thecloudblog.net/post/managing-applications-in-kubernetes-with-the-carvel-kapp-controller: + title: 'thecloudblog.net: Managing Applications in Kubernetes with the Carvel Kapp + Controller' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/garden-the-configure-once-kubernetes-platform-for-seamless-dev-prod-integration: + title: 'thenewstack.io: Garden: The Configure-Once Kubernetes Platform for Seamless + Dev/Prod Integration' + year: N/A + stars: 0 + description: '' +https://github.com/topolvm/pvc-autoresizer: + title: pvc-autoresizer + year: N/A + stars: 0 + description: '' +https://blog.kintone.io/entry/pvc-autoresizer: + title: 'blog.kintone.io: Introducing pvc-autoresizer' + year: N/A + stars: 0 + description: '' +https://github.com/alcideio/skan: + title: sKan + year: N/A + stars: 0 + description: '' +https://github.com/adaptant-labs/k8s-auto-labeller: + title: Kubernetes Node Auto Labeller + year: N/A + stars: 0 + description: '' +https://github.com/Isan-Rivkin/kube_query: + title: Kube_query + year: N/A + stars: 0 + description: '' +https://github.com/opsgenie/kubernetes-event-exporter: + title: kubernetes-event-exporter 🌟 + year: N/A + stars: 0 + description: '' +https://codeberg.org/hjacobs/kube-janitor: + title: Kubernetes Janitor + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/kube-batch: + title: kube-batch + year: N/A + stars: 0 + description: '' +https://github.com/slipway-gitops/slipway: + title: 'slipway: A Kubernetes controller to automate gitops provisioning' + year: N/A + stars: 0 + description: '' +https://github.com/karampok/dnsconfig-injector: + title: 'github.com: dnsconfig-injector - Mutating Admission Webhook for dnsconfig + pod injection' + year: N/A + stars: 0 + description: '' +https://github.com/Trendyol/kubectl-view-webhook: + title: kubectl-view-webhook 🌟 + year: N/A + stars: 0 + description: '' +https://containerssh.io: + title: 'ContainerSSH: Launch containers on demand 🌟🌟' + year: N/A + stars: 0 + description: '' +https://reconshell.com/kubei-kubernetes-runtime-vulnerabilities-scanner: + title: 'reconshell.com: Kubei – Kubernetes Runtime Vulnerabilities Scanner 🌟' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/introducing-kube-burner-a-tool-to-burn-down-kubernetes-and-openshift: + title: 'openshift: Introducing kube-burner, A tool to Burn Down Kubernetes and OpenShift + 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/ahas-sigs/kube-ebpf-exporter: + title: kube-ebpf-exporter 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/app-sre/qontract-server: + title: qontract + year: N/A + stars: 0 + description: '' +https://github.com/bryanl/sheaf: + title: sheaf + year: N/A + stars: 0 + description: '' +https://cnab.io: + title: 'cnab.io: CNABs facilitate the bundling, installing and managing of container-native + apps β€” and their coupled services' + year: N/A + stars: 0 + description: '' +https://www.tremolosecurity.com/post/secure-access-to-kubernetes-from-your-pipeline: + title: 'tremolosecurity.com: Secure Access to Kubernetes From Your Pipeline' + year: N/A + stars: 0 + description: '' +https://github.com/openpitrix/openpitrix: + title: openpitrix 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/cloud-bulldozer/kube-burner: + title: kube-burner 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/gimlet-io/gimletd: + title: gimletd - the GitOps release manager + year: N/A + stars: 0 + description: '' +https://github.com/cloudflare/lockbox: + title: github.com/cloudflare/lockbox + year: N/A + stars: 0 + description: '' +https://github.com/edrevo/suspicious-pods: + title: Suspicious pods 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/G-Research/armada: + title: Armada + year: N/A + stars: 0 + description: '' +https://github.com/google/ko: + title: 'Ko: Easy Go Containers 🌟' + year: N/A + stars: 0 + description: '' +https://kubesphere.io/blogs/kubeeye-automatic-cluster-diagnostic-tool: + title: 'KubeEye: An Automatic Diagnostic Tool that Provides a Holistic View of Your + Kubernetes Cluster 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/k8gb-io/k8gb: + title: k8gb 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/estahn/k8s-image-swapper: + title: k8s-image-swapper 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/cruise-automation/rbacsync: + title: RBACSync 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/FairwindsOps/saffire: + title: Saffire + year: N/A + stars: 0 + description: '' +https://github.com/metal3-io/cluster-api-provider-metal3: + title: Cluster API Provider for Managed Bare Metal Hardware + year: N/A + stars: 0 + description: '' +https://enterprisersproject.com/article/2021/5/kubernetes-6-open-source-tools-to-test-clusters: + title: 'enterprisersproject.com: Kubernetes: 6 open source tools to put your cluster + to the test' + year: N/A + stars: 0 + description: '' +https://github.com/MnrGreg/kubectl-node-restart: + title: kubectl-node-restart 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/arminc/k8s-platform-lcm: + title: 'k8s-platform-lcm: Kubernetes platform lifecycle management 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/slackhq/nebula: + title: Nebula + year: N/A + stars: 0 + description: '' +https://github.com/yashvardhan-kukreja/kube-bench-exporter: + title: kube-bench-exporter + year: N/A + stars: 0 + description: '' +https://github.com/karmada-io/karmada: + title: Karmada + year: N/A + stars: 0 + description: '' +https://github.com/doitintl/kube-secrets-init: + title: kube-secrets-init + year: N/A + stars: 0 + description: '' +https://github.com/liqotech/liqo: + title: 'liqo: Enable dynamic and seamless Kubernetes multi-cluster topologies' + year: N/A + stars: 0 + description: '' +https://github.com/jetstack/preflight: + title: Jetstack Secure Agent 🌟🌟 + year: N/A + stars: 0 + description: '' +https://outdated.sh: + title: outdated.sh 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/vchinnipilli/kubestriker: + title: kubestriker 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/kubesphere/kubeeye: + title: KubeEye 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/kubehelper/kubehelper: + title: KubeHelper + year: N/A + stars: 0 + description: '' +https://github.com/slok/kubewebhook: + title: kubewebhook + year: N/A + stars: 0 + description: '' +https://forklift.konveyor.io: + title: forklift.konveyor.io 🌟 + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/6/migrate-vms-kubernetes-forklift: + title: 'opensource.com: Migrate virtual machines to Kubernetes with this new tool + - forklift 🌟' + year: N/A + stars: 0 + description: '' +https://www.konveyor.io: + title: konveyor 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/astefanutti/kubebox: + title: kubebox + year: N/A + stars: 0 + description: '' +https://github.com/skooner-k8s/skooner: + title: skooner - Kubernetes Dashboard + year: N/A + stars: 0 + description: '' +https://www.ktail.de: + title: 'KTail: Kubernetes log viewer 🌟' + year: N/A + stars: 0 + description: '' +https://gitlab.com/jackatbancast/manifesto: + title: Manifesto 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/SigNoz/signoz: + title: '==SigNoz: Open source Application Performance Monitoring (APM) & Observability + tool== 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/MOZGIII/port-map-operator: + title: port-map-operator + year: N/A + stars: 0 + description: '' +https://github.com/xUnholy/k8s-gitops: + title: 'Raspbernetes - Kubernetes Cluster: k8s-gitops' + year: N/A + stars: 0 + description: '' +https://github.com/ssup2/kpexec: + title: Kpexec + year: N/A + stars: 0 + description: '' +https://github.com/AICoE/OpenShiftKubeAudit: + title: OpenShiftKubeAudit + year: N/A + stars: 0 + description: '' +https://labs.meanpug.com/kubernetes-kpt-in-the-wild: + title: 'Kubernetes Kpt in The Wild: What it is and how to use it 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/keikoproj/upgrade-manager: + title: RollingUpgrade + year: N/A + stars: 0 + description: '' +https://github.com/nmachine-io/kerbi: + title: Kerbi 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/knative-sandbox/net-kourier: + title: Kourier + year: N/A + stars: 0 + description: '' +https://github.com/spacecloud-io/space-cloud: + title: 'space-cloud: Develop, Deploy and Secure Serverless Apps on Kubernetes.' + year: N/A + stars: 0 + description: '' +https://community.suse.com/posts/comparing-modern-day-container-image-builders-jib-buildpacks-and-docker: + title: 'community.suse.com: Comparing Modern-Day Container Image Builders: Jib, + Buildpacks and Docker 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/gravitational/teleport: + title: Teleport 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/weaveworks/kured: + title: 'weaveworks: kured - Kubernetes Reboot Daemon 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/pfnet-research/k8s-cluster-simulator: + title: k8s-cluster-simulator + year: N/A + stars: 0 + description: '' +https://github.com/int128/kubelogin: + title: kubelogin 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/jetstack/kube-oidc-proxy: + title: ==kube-oidc-proxy== + year: N/A + stars: 0 + description: '' +https://www.tremolosecurity.com/post/updating-kube-oidc-proxy: + title: '==tremolosecurity.com: Updating kube-oidc-proxy==' + year: N/A + stars: 0 + description: '' +https://github.com/aporia-ai/kubesurvival: + title: KubeSurvival 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/cloudfoundry/cf-for-k8s: + title: cf-for-k8s + year: N/A + stars: 0 + description: '' +https://github.com/GoogleCloudPlatform/elcarro-oracle-operator: + title: 'El Carro: The Oracle Operator for Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/loft-sh/jspolicy: + title: jspolicy + year: N/A + stars: 0 + description: '' +https://blog.ediri.io/writing-kubernetes-policies-with-jspolicy: + title: 'blog.ediri.io: Writing Kubernetes policies with jsPolicy and deploy them + via FluxCD' + year: N/A + stars: 0 + description: '' +https://github.com/hasheddan/k8scr: + title: k8scr 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/pelotech/jsonnet-controller: + title: jsonnet-controller + year: N/A + stars: 0 + description: '' +https://github.com/team-soteria/rback: + title: 'rback: RBAC in Kubernetes visualizer 🌟🌟' + year: N/A + stars: 0 + description: '' +https://github.com/metacontroller/metacontroller: + title: Metacontroller + year: N/A + stars: 0 + description: '' +https://github.com/kubermatic/kubecarrier: + title: KubeCarrier - Service Management at Scale + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/nfs-ganesha-server-and-external-provisioner: + title: 'github.com: NFS Ganesha server and external provisioner' + year: N/A + stars: 0 + description: '' +https://github.com/night-gold/armada: + title: Armada kubectl plugin 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/armory/minnaker: + title: Minnaker + year: N/A + stars: 0 + description: '' +https://github.com/kvdi/kvdi: + title: kVDI + year: N/A + stars: 0 + description: '' +https://github.com/viralpoetry/kubesurveyor: + title: Kubesurveyor 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/predatorray/kubectl-tmux-exec: + title: kubectl-tmux-exec + year: N/A + stars: 0 + description: '' +https://github.com/anchore/grype: + title: 'grype: a vulnerability scanner for container images and filesystems' + year: N/A + stars: 0 + description: '' +https://github.com/benc-uk/kubeview: + title: KubeView 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/rancher-sandbox/rancher-desktop: + title: Rancher Desktop 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/salesforce/sloop: + title: salesforce/Sloop - Kubernetes History Visualization 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/weaveworks-experiments/kspan: + title: Kspan - Turning Kubernetes Events into spans 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/wunderio/csi-rclone: + title: 'csi-rclone: CSI rclone mount plugin' + year: N/A + stars: 0 + description: '' +https://www.stackrox.io/blog/top-9-open-source-devsecops-tools-for-kubernetes: + title: 'stackrox.io: Top 9 Open Source DevSecOps Tools for Kubernetes in 2021 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/ckotzbauer/chekr: + title: chekr + year: N/A + stars: 0 + description: '' +https://github.com/ckotzbauer/chekr/issues/61: + title: 'github.com issues: Generate Kyverno deprecation policies with chekr' + year: N/A + stars: 0 + description: '' +https://github.com/oslabs-beta/KUR8: + title: KUR8 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/mperezco/forklift-configmap-service: + title: mperezco/forklift-configmap-service + year: N/A + stars: 0 + description: '' +https://github.com/homeport/havener: + title: Havener + year: N/A + stars: 0 + description: '' +https://github.com/kubeflow/kfserving: + title: KFServing 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/solarwinds/rkubelog: + title: rkubelog 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/scheduler-plugins/tree/master/pkg/trimaran: + title: 'kubernetes-sigs: Trimaran: Load-aware scheduling plugins 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/sse-secure-systems/connaisseur: + title: connaisseur + year: N/A + stars: 0 + description: '' +https://github.com/corneliusweig/ketall: + title: ketall + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/kube-scheduler-simulator: + title: kube-scheduler-simulator + year: N/A + stars: 0 + description: '' +https://github.com/k8snetworkplumbingwg/multus-cni: + title: multus-cni 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/rancher/kim: + title: kim - The Kubernetes Image Manager + year: N/A + stars: 0 + description: '' +https://github.com/yogeshkk/K8sPurger: + title: K8sPurger 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/cloudflare/sciuro: + title: sciuro + year: N/A + stars: 0 + description: '' +https://github.com/rottencandy/vimkubectl: + title: rottencandy/vimkubectl + year: N/A + stars: 0 + description: '' +https://github.com/abhirockzz/kubexpose-operator: + title: abhirockzz/kubexpose-operator + year: N/A + stars: 0 + description: '' +https://github.com/emberstack/kubernetes-reflector: + title: kubernetes-reflector + year: N/A + stars: 0 + description: '' +https://github.com/dignajar/another-autoscaler: + title: Another Autoscaler + year: N/A + stars: 0 + description: '' +https://github.com/cloud-ark/caastle: + title: cloud-ark/caastle + year: N/A + stars: 0 + description: '' +https://github.com/eezhee/eezhee: + title: eezhee/eezhee + year: N/A + stars: 0 + description: '' +https://github.com/ContainerSolutions/ImageWolf: + title: 'ContainerSolutions/ImageWolf: ImageWolf - Fast Distribution of Docker Images + on Clusters' + year: N/A + stars: 0 + description: '' +https://github.com/dcherman/image-cache-daemon: + title: dcherman/image-cache-daemon + year: N/A + stars: 0 + description: '' +https://github.com/KnicKnic/temp-kubernetes-ci: + title: 'KnicKnic/temp-kubernetes-ci: Temp Kubernetes CI' + year: N/A + stars: 0 + description: '' +https://github.com/mattmoor/warm-image: + title: 'mattmoor/warm-image: Kubernetes WarmImage CRD' + year: N/A + stars: 0 + description: '' +https://github.com/maorfr/kube-tasks: + title: 'maorfr/kube-tasks: Kube tasks' + year: N/A + stars: 0 + description: '' +https://github.com/hiddeco/cronjobber: + title: hiddeco/Cronjobber + year: N/A + stars: 0 + description: '' +https://github.com/karmab/autolabeller: + title: karmab/autolabeller + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner: + title: 'kubernetes-sigs/nfs-subdir-external-provisioner: Kubernetes NFS Subdir External + Provisioner' + year: N/A + stars: 0 + description: '' +https://github.com/ori-edge/k8s_gateway: + title: ori-edge/k8s_gateway + year: N/A + stars: 0 + description: '' +https://github.com/viaduct-ai/kustomize-sops: + title: viaduct-ai/kustomize-sops + year: N/A + stars: 0 + description: '' +https://vadosware.io/post/using-makefiles-and-envsubst-as-an-alternative-to-helm-and-ksonnet: + title: 'vadosware.io: Using Makefiles And Envsubst As An Alternative To Helm And + Ksonnet (deprecated)' + year: N/A + stars: 0 + description: '' +https://uw-labs.github.io/blog/kubernetes,/multicluster/2021/07/21/kube-semaphore-intro.html: + title: 'uw-labs.github.io: Kubernetes Semaphore: A modular and nonintrusive framework + for cross cluster communication' + year: N/A + stars: 0 + description: '' +https://github.com/zakkg3/ClusterSecret: + title: 'zakkg3/ClusterSecret: Kubernetes ClusterSecret operator' + year: N/A + stars: 0 + description: '' +https://github.com/tektoncd/chains: + title: tektoncd/chains + year: N/A + stars: 0 + description: '' +https://github.com/gopaddle-io/configurator: + title: gopaddle-io/configurator + year: N/A + stars: 0 + description: '' +https://github.com/biosimulations/deployment: + title: biosimulations/deployment + year: N/A + stars: 0 + description: '' +https://github.com/chrislusf/seaweedfs: + title: chrislusf/seaweedfs + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/kui: + title: kubernetes-sigs/kui + year: N/A + stars: 0 + description: '' +https://github.com/DaspawnW/vault-crd: + title: DaspawnW/vault-crd + year: N/A + stars: 0 + description: '' +https://github.com/stakater/Reloader: + title: stakater/Reloader 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/dignajar/another-ldap: + title: dignajar/another-ldap + year: N/A + stars: 0 + description: '' +https://github.com/ddosify/ddosify: + title: ddosify/ddosify + year: N/A + stars: 0 + description: '' +https://github.com/anchore/syft: + title: ==anchore/syft== + year: N/A + stars: 0 + description: '' +https://github.com/aelsabbahy/goss: + title: aelsabbahy/goss + year: N/A + stars: 0 + description: '' +https://github.com/chr-fritz/csi-sshfs: + title: chr-fritz/csi-sshfs + year: N/A + stars: 0 + description: '' +https://github.com/ctrox/csi-s3: + title: ctrox/csi-s3 + year: N/A + stars: 0 + description: '' +https://github.com/codesenberg/bombardier: + title: codesenberg/bombardier 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/fstab/cifs: + title: fstab/cifs + year: N/A + stars: 0 + description: '' +https://github.com/bloomberg/goldpinger: + title: bloomberg/goldpinger 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/haxsaw/hikaru: + title: haxsaw/hikaru 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/kei6u/kubectl-secret-data: + title: kei6u/kubectl-secret-data + year: N/A + stars: 0 + description: '' +https://github.com/ofek/csi-gcs: + title: ofek/csi-gcs + year: N/A + stars: 0 + description: '' +https://github.com/target/pod-reaper: + title: target/pod-reaper + year: N/A + stars: 0 + description: '' +https://github.com/utilitywarehouse/kube-applier: + title: utilitywarehouse/kube-applier + year: N/A + stars: 0 + description: '' +https://github.com/Trendyol/kink: + title: Trendyol/kink + year: N/A + stars: 0 + description: '' +https://github.com/vbouchaud/k8s-ldap-auth: + title: vbouchaud/k8s-ldap-auth + year: N/A + stars: 0 + description: '' +https://github.com/wangjia184/pod-inspector: + title: wangjia184/pod-inspector + year: N/A + stars: 0 + description: '' +https://github.com/witchery-project/witchery: + title: witchery-project/witchery + year: N/A + stars: 0 + description: '' +https://github.com/knight42/kubectl-blame: + title: '==knight42/kubectl-blame: kubectl-blame: git-like blame for kubectl==' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/node-feature-discovery: + title: '==kubernetes-sigs/node-feature-discovery: Node feature discovery for Kubernetes==' + year: N/A + stars: 0 + description: '' +https://github.com/arttor/helmify: + title: ==arttor/helmify== + year: N/A + stars: 0 + description: '' +https://github.com/4ARMED/kubeletmein: + title: 4ARMED/kubeletmein + year: N/A + stars: 0 + description: '' +https://github.com/patrickdappollonio/kubectl-slice: + title: patrickdappollonio/kubectl-slice + year: N/A + stars: 0 + description: '' +https://github.com/appvia/cosign-keyless-admission-webhook: + title: appvia/cosign-keyless-admission-webhook + year: N/A + stars: 0 + description: '' +https://github.com/theketchio/ketch: + title: theketchio/ketch 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/joyrex2001/kubedock: + title: joyrex2001/kubedock + year: N/A + stars: 0 + description: '' +https://github.com/corneliusweig/konfig: + title: corneliusweig/konfig + year: N/A + stars: 0 + description: '' +https://github.com/armosec/regolibrary: + title: armosec/regolibrary + year: N/A + stars: 0 + description: '' +https://github.com/groundnuty/k8s-wait-for: + title: groundnuty/k8s-wait-for 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/nabsul/k8s-ecr-login-renew: + title: 'nabsul/k8s-ecr-login-renew: Renew Kubernetes Docker secrets for AWS ECR' + year: N/A + stars: 0 + description: '' +https://github.com/particledecay/kconf: + title: particledecay/kconf + year: N/A + stars: 0 + description: '' +https://github.com/maruina/aws-auth-manager: + title: 'maruina/aws-auth-manager: K8s controller to manage the aws-auth configmap' + year: N/A + stars: 0 + description: '' +https://github.com/segmentio/kubectl-curl: + title: 'segmentio/kubectl-curl: Kubectl plugin to run curl commands against kubernetes + pods' + year: N/A + stars: 0 + description: '' +https://github.com/wallarm/sysbindings: + title: wallarm/sysbindings + year: N/A + stars: 0 + description: '' +https://github.com/atombender/ktail: + title: ==atombender/ktail== 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/keisku/kubectl-explore: + title: keisku/kubectl-explore + year: N/A + stars: 0 + description: '' +https://github.com/abahmed/kwatch: + title: ==abahmed/kwatch== + year: N/A + stars: 0 + description: '' +https://github.com/cuber-cloud/cuber-gem: + title: 'cuber-cloud/cuber-gem: CUBER' + year: N/A + stars: 0 + description: '' +https://github.com/kubeops/config-syncer: + title: '==kubeops/config-syncer: Config Syncer (previously Kubed)==' + year: N/A + stars: 0 + description: '' +https://github.com/eldadru/ksniff: + title: eldadru/ksniff 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/openclarity/kubeclarity: + title: openclarity/kubeclarity + year: N/A + stars: 0 + description: '' +? https://medium.com/@ryan.dardis/kubeclarity-cloud-native-security-scanning-for-your-kubernetes-cluster-and-more-7c3ee6a16556 +: title: 'medium.com/@ryan.dardis: KubeClarity β€” Cloud-Native Security Scanning for + your Kubernetes Cluster and more' + year: N/A + stars: 0 + description: '' +https://github.com/NimbleArchitect/kubectl-ice: + title: ==NimbleArchitect/kubectl-ice== 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/vmware-tanzu/k-bench: + title: ==vmware-tanzu/k-bench== 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/k8tz/k8tz: + title: 'k8tz/k8tz: Kubernetes Timezone Controller' + year: N/A + stars: 0 + description: '' +https://github.com/patrickdappollonio/tabloid: + title: 'patrickdappollonio/tabloid: tabloid -- your tabulated data''s best friend' + year: N/A + stars: 0 + description: '' +https://github.com/ReallyLiri/kubescout: + title: 'ReallyLiri/kubescout: Kube-Scout' + year: N/A + stars: 0 + description: '' +https://github.com/govirtuo/kube-ns-suspender: + title: govirtuo/kube-ns-suspender 🌟 + year: N/A + stars: 0 + description: '' +https://codeberg.org/hjacobs/kube-downscaler: + title: 'codeberg.org/hjacobs/kube-downscaler: Kubernetes Downscaler 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/deepfence/PacketStreamer: + title: deepfence/PacketStreamer + year: N/A + stars: 0 + description: '' +https://github.com/kris-nova/kaar: + title: kris-nova/kaar + year: N/A + stars: 0 + description: '' +https://github.com/mohatb/kubectl-exec: + title: mohatb/kubectl-exec + year: N/A + stars: 0 + description: '' +https://github.com/kudobuilder/kuttl: + title: kudobuilder/kuttl + year: N/A + stars: 0 + description: '' +https://github.com/steveteuber/kubectl-graph: + title: ==steveteuber/kubectl-graph== ⭐ + year: N/A + stars: 0 + description: '' +https://github.com/crazy-max/diun: + title: crazy-max/diun + year: N/A + stars: 0 + description: '' +https://github.com/omrikiei/ktunnel: + title: ==omrikiei/ktunnel== ⭐ + year: N/A + stars: 0 + description: '' +https://dev.to/otomato_io/pixie-an-x-ray-machine-for-kubernetes-traffic-23pd: + title: 'dev.to: Pixie: an X-ray Machine for Kubernetes Traffic' + year: N/A + stars: 0 + description: '' +https://www.plural.sh: + title: 'plural.sh: Deploy open-source software on Kubernetes in record time ⭐' + year: N/A + stars: 0 + description: '' +https://medium.com/@michaeljguarino/how-we-created-an-in-browser-kubernetes-experience-58c065cda803: + title: 'medium.com/@michaeljguarino: How we Created an in-Browser Kubernetes Experience' + year: N/A + stars: 0 + description: '' +https://github.com/pan-net-security/kcount: + title: pan-net-security/kcount + year: N/A + stars: 0 + description: '' +https://github.com/cloudtty/cloudtty: + title: 'cloudtty/cloudtty: A Kubernetes Cloud Shell (Web Terminal) Operator' + year: N/A + stars: 0 + description: '' +https://github.com/jthomperoo/k8shorizmetrics: + title: jthomperoo/k8shorizmetrics + year: N/A + stars: 0 + description: '' +https://github.com/robscott/kube-capacity/releases: + title: ==Kube-capacity== + year: N/A + stars: 0 + description: '' +https://github.com/FairwindsOps/goldilocks: + title: '==github.com/FairwindsOps: Goldilocks is a utility that can help you identify + a starting point for resource requests and limits==' + year: N/A + stars: 0 + description: '' +https://github.com/kingdonb/kubectl-exec-user: + title: kingdonb/kubectl-exec-user + year: N/A + stars: 0 + description: '' +https://github.com/upmc-enterprises/registry-creds: + title: 'upmc-enterprises/registry-creds: Registry Credentials ⭐' + year: N/A + stars: 0 + description: '' +https://github.com/pymag09/kubecui: + title: pymag09/kubecui + year: N/A + stars: 0 + description: '' +https://github.com/awesome-it/adeploy: + title: awesome-it/adeploy + year: N/A + stars: 0 + description: '' +https://github.com/stakater/Forecastle: + title: stakater/Forecastle + year: N/A + stars: 0 + description: '' +https://github.com/acorn-io/acorn: + title: acorn-io/acorn + year: N/A + stars: 0 + description: '' +https://github.com/smartxworks/knest: + title: smartxworks/knest + year: N/A + stars: 0 + description: '' +https://github.com/smartxworks/virtink: + title: smartxworks/virtink + year: N/A + stars: 0 + description: '' +https://github.com/inspektor-gadget/inspektor-gadget: + title: inspektor-gadget/inspektor-gadget + year: N/A + stars: 0 + description: '' +https://github.com/toboshii/hajimari: + title: toboshii/hajimari + year: N/A + stars: 0 + description: '' +https://github.com/Ramilito/kubediff: + title: Ramilito/kubediff ⭐ + year: N/A + stars: 0 + description: '' +https://github.com/FairwindsOps/gonogo: + title: FairwindsOps/gonogo + year: N/A + stars: 0 + description: '' +https://github.com/doitintl/kube-no-trouble: + title: '==doitintl/kube-no-trouble: kubent== ⭐⭐⭐' + year: N/A + stars: 0 + description: '' +https://github.com/resmoio/kubernetes-event-exporter: + title: resmoio/kubernetes-event-exporter + year: N/A + stars: 0 + description: '' +https://github.com/chenjiandongx/kubectl-count: + title: github.com/chenjiandongx/kubectl-count + year: N/A + stars: 0 + description: '' +https://github.com/rothgar/bashScheduler: + title: github.com/rothgar/bashScheduler + year: N/A + stars: 0 + description: '' +https://github.com/kubereboot/kured: + title: github.com/kubereboot/kured ⭐ + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/kwok: + title: kubernetes-sigs/kwok + year: N/A + stars: 0 + description: '' +https://github.com/squat/kilo: + title: github.com/squat/kilo + year: N/A + stars: 0 + description: '' +https://github.com/krateoplatformops/krateo: + title: github.com/krateoplatformops/krateo + year: N/A + stars: 0 + description: '' +https://github.com/jwcesign/kubespider: + title: github.com/jwcesign/kubespider + year: N/A + stars: 0 + description: '' +https://faun.pub/a-browser-based-remote-desktop-solution-on-kubernetes-d6b3d33e73b6: + title: 'faun.pub: A browser based remote desktop solution on kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/kvaps/kubectl-node-shell: + title: kvaps/kubectl-node-shell + year: N/A + stars: 0 + description: '' +https://github.com/distribution/distribution: + title: github.com/distribution/distribution + year: N/A + stars: 0 + description: '' +https://github.com/flomesh-io/pipy: + title: github.com/flomesh-io/pipy + year: N/A + stars: 0 + description: '' +https://blog.flomesh.io/using-pipy-as-a-kubernetes-policy-engine-e70a23c8d54c: + title: 'blog.flomesh.io: sing Pipy as a Kubernetes policy engine' + year: N/A + stars: 0 + description: '' +https://github.com/KWasm/podman-wasm: + title: github.com/KWasm/podman-wasm + year: N/A + stars: 0 + description: '' +https://github.com/ibuildthecloud/wtfk8s: + title: github.com/ibuildthecloud/wtfk8s + year: N/A + stars: 0 + description: '' +https://github.com/ContainerSSH/ContainerSSH: + title: ==github.com/ContainerSSH/ContainerSSH== + year: N/A + stars: 0 + description: '' +https://github.com/Netcracker/KubeMarine: + title: github.com/Netcracker/KubeMarine + year: N/A + stars: 0 + description: '' +https://github.com/Skarlso/crd-to-sample-yaml: + title: github.com/Skarlso/crd-to-sample-yaml + year: N/A + stars: 0 + description: '' +https://github.com/alexellis/run-job: + title: ==github.com/alexellis/run-job== + year: N/A + stars: 0 + description: '' +https://github.com/JovianX/Service-Hub: + title: github.com/JovianX/Service-Hub + year: N/A + stars: 0 + description: '' +https://medium.com/@markcallen_devops/setup-kubernetes-admin-on-linux-with-brew-da143cef1c90: + title: 'medium.com/@markcallen_devops: Setup Kubernetes Admin on Linux with Brew' + year: N/A + stars: 0 + description: '' +https://github.com/ahmetb/kubectl-foreach: + title: 'github.com/ahmetb/kubectl-foreach: kubectl foreach ⭐' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/etcdadm: + title: github.com/kubernetes-sigs/etcdadm ⭐ + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2023/03/kwok-kubernetes: + title: 'infoq.com: Kwok, a Tool to Spin up Kubernetes Nodes in a Second' + year: N/A + stars: 0 + description: '' +https://github.com/jetpack-io/launchpad: + title: ==github.com/jetpack-io/launchpad== ⭐ + year: N/A + stars: 0 + description: '' +https://github.com/OvidiuBorlean/kubectl-sockperf: + title: github.com/OvidiuBorlean/kubectl-sockperf + year: N/A + stars: 0 + description: '' +https://github.com/oslabs-beta/Ekkremis: + title: github.com/oslabs-beta/Ekkremis + year: N/A + stars: 0 + description: '' +https://github.com/jonmosco/kube-ps1: + title: ==github.com/jonmosco/kube-ps1== ⭐ + year: N/A + stars: 0 + description: '' +https://github.com/cloudnativelabs/kube-shell: + title: ==github.com/cloudnativelabs/kube-shell== ⭐ + year: N/A + stars: 0 + description: '' +https://github.com/DataCater/datacater: + title: github.com/DataCater/datacater (real-time, cloud-native data pipeline platform) + year: N/A + stars: 0 + description: '' +https://github.com/alcideio/rbac-tool: + title: ==github.com/alcideio/rbac-tool== + year: N/A + stars: 0 + description: '' +https://github.com/oslabs-beta/Palaemon: + title: oslabs-beta/Palaemon + year: N/A + stars: 0 + description: '' +https://github.com/openobserve/debug-container: + title: openobserve/debug-container + year: N/A + stars: 0 + description: '' +https://platformengineering.org/tools/capsule: + title: ==platformengineering.org/tools/capsule== ⭐ + year: N/A + stars: 0 + description: '' +https://github.com/kubesimplify/ksctl: + title: 'Ksctl: Cloud Agnostic Kubernetes Management tool' + year: N/A + stars: 0 + description: '' +https://github.com/ajayk/drifter: + title: github.com/ajayk/drifter + year: N/A + stars: 0 + description: '' +https://github.com/nebuly-ai/nos: + title: github.com/nebuly-ai/nos + year: N/A + stars: 0 + description: '' +https://github.com/lsdopen/ahoy: + title: github.com/lsdopen/ahoy + year: N/A + stars: 0 + description: '' +https://github.com/opencontrolplane: + title: github.com/opencontrolplane + year: N/A + stars: 0 + description: '' +https://github.com/yonahd/orphaned-configmaps: + title: 'github.com/yonahd/orphaned-configmaps: Orphaned ConfigMaps' + year: N/A + stars: 0 + description: '' +https://github.com/updatecli/updatecli: + title: github.com/updatecli/updatecli + year: N/A + stars: 0 + description: '' +https://github.com/yonahd/kor: + title: ==github.com/yonahd/kor== + year: N/A + stars: 0 + description: '' +https://www.granted.dev: + title: granted.dev + year: N/A + stars: 0 + description: '' +https://github.com/kubefirst/kubefirst: + title: ==github.com/kubefirst/kubefirst== + year: N/A + stars: 0 + description: '' +https://github.com/Trolley-MGMT/trolleymgmt: + title: github.com/Trolley-MGMT/trolleymgmt + year: N/A + stars: 0 + description: '' +https://github.com/akuity/kargo: + title: ==github.com/akuity/kargo== + year: N/A + stars: 0 + description: '' +https://github.com/Wilfred/difftastic: + title: ==github.com/Wilfred/difftastic== + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes/git-sync: + title: ==github.com/kubernetes/git-sync== ⭐ + year: N/A + stars: 0 + description: '' +https://github.com/kubepug/kubepug: + title: '==github.com/kubepug/kubepug: Deprecations AKA KubePug - Pre UpGrade (Checker)== + ⭐' + year: N/A + stars: 0 + description: '' +https://github.com/hcavarsan/kftray: + title: ==github.com/hcavarsan/kftray== ⭐ + year: N/A + stars: 0 + description: '' +https://github.com/unagex/kondense: + title: kondense 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/kubetail-org/kubetail: + title: github.com/kubetail-org/kubetail 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/johanhaleby/kubetail: + title: Kubetail 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/stern/stern: + title: Stern 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/portainer/portainer: + title: github.com/portainer/portainer + year: N/A + stars: 0 + description: '' +https://github.com/kubecfg/kubecfg: + title: github.com/kubecfg/kubecfg + year: N/A + stars: 0 + description: '' +https://zhimin-wen.medium.com/curl-as-a-network-protocol-testing-tool-7f49151ea365: + title: 'zhimin-wen.medium.com: Curl as a Network Protocol Testing Tool' + year: N/A + stars: 0 + description: '' +https://github.com/kcp-dev/kcp: + title: 'kcp: a prototype of a Kubernetes API server that is not a Kubernetes cluster + - a place to create, update, and maintain Kube-like APIs with controllers above + or without clusters' + year: N/A + stars: 0 + description: '' +https://cloudnativesimplified.substack.com/p/tool-series-1-kcp: + title: 'cloudnativesimplified.substack.com: kcp: Kubernetes-like control plane' + year: N/A + stars: 0 + description: '' +https://github.com/clusternet/clusternet: + title: ==github.com/clusternet== + year: N/A + stars: 0 + description: '' +https://open-cluster-management.io: + title: ==open-cluster-management.io== + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/what-is-penetration-testing: + title: 'intellipaat.com: What is Penetration Testing?' + year: N/A + stars: 0 + description: '' +https://github.com/quarkslab/kdigger: + title: quarkslab/kdigger + year: N/A + stars: 0 + description: '' +https://github.com/inguardians/peirates: + title: inguardians/peirates + year: N/A + stars: 0 + description: '' +https://github.com/deckhouse/deckhouse: + title: 'Deckhouse: NoOps Kubernetes platform 🌟' + year: N/A + stars: 0 + description: '' +https://kubeip.com: + title: kubeip.com + year: N/A + stars: 0 + description: '' +https://github.com/doitintl/kubeIP: + title: doitintl/kubeIP + year: N/A + stars: 0 + description: '' +https://porter.sh: + title: Porter + year: N/A + stars: 0 + description: '' +https://dev.to/thenjdevopsguy/ci-with-datree-4h8d: + title: 'dev.to: CI With Datree' + year: N/A + stars: 0 + description: '' +https://medium.com/searce/multibranch-and-ha-pipeline-in-jenkins-with-kaniko-on-gke-8a1e7fa93403: + title: 'medium: Multibranch and HA Pipeline in Jenkins with Kaniko on GKE' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/06/18/perform-kaniko-build-red-hat-openshift-cluster-and-push-image-registry: + title: 'developers.redhat.com: Perform a kaniko build on a Red Hat OpenShift cluster + and push the image to a registry' + year: N/A + stars: 0 + description: '' +https://devopscube.com/build-docker-image-kubernetes-pod: + title: 'devopscube.com: How To Build Docker Image In Kubernetes Pod 🌟' + year: N/A + stars: 0 + description: '' +https://www.learnsteps.com/kaniko-and-how-you-can-build-images-on-kubernetes-using-kaniko: + title: 'learnsteps.com: Kaniko and how you can build images on Kubernetes using + kaniko?' + year: N/A + stars: 0 + description: '' +https://blog.rewanthtammana.com/hardening-kaniko-build-process-with-linux-capabilities: + title: 'blog.rewanthtammana.com: Hardening Kaniko build process with Linux capabilities' + year: N/A + stars: 0 + description: '' +https://medium.com/@Mohamed-ElEmam/build-docker-images-in-kubernetes-pod-without-docker-kaniko-46e1a5b76c9: + title: 'medium.com/@Mohamed-ElEmam: Build Docker Images in Kubernetes POD Without + Docker -Kaniko' + year: N/A + stars: 0 + description: '' +https://medium.com/@aqsarahman71/introduction-to-kaniko-912e0f494570: + title: 'medium.com/@aqsarahman71: Introduction to Kaniko' + year: N/A + stars: 0 + description: '' +https://shipwright.io: + title: shipwright.io + year: N/A + stars: 0 + description: '' +https://cd.foundation/blog/2021/08/03/cd-foundation-shipwright-announcement: + title: 'cd.foundation: CD Foundation Welcomes Shipwright, Framework for Building + Container Images on Kubernetes, As New Incubating Project' + year: N/A + stars: 0 + description: '' +https://kubevela.io: + title: kubevela.io 🌟 + year: N/A + stars: 0 + description: '' +https://blog.logrocket.com/kubevela-intro-better-way-ship-applications: + title: 'blog.logrocket.com: Intro to KubeVela: A better way to ship applications' + year: N/A + stars: 0 + description: '' +https://px.dev: + title: 'px.dev: Pixie' + year: N/A + stars: 0 + description: '' +https://docs.pixielabs.ai: + title: 'docs.pixielabs.ai: Pixie' + year: N/A + stars: 0 + description: '' +https://github.com/pixie-io/pixie: + title: 'github.com: Pixie - Instant Kubernetes-Native Application Observability' + year: N/A + stars: 0 + description: '' +https://github.com/pixie-labs/pixie: + title: open source PxL scripts + year: N/A + stars: 0 + description: '' +http://dekorate.io: + title: ==dekorate.io== 🌟🌟🌟 + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2021/03/17/using-dekorate-to-generate-kubernetes-manifests-for-java-applications: + title: 'developers.redhat.com: Using Dekorate to generate Kubernetes manifests for + Java applications' + year: N/A + stars: 0 + description: '' +https://github.com/cyberark/kubesploit: + title: github.com/cyberark/kubesploit 🌟 + year: N/A + stars: 0 + description: '' +? https://www.cyberark.com/resources/threat-research-blog/kubesploit-a-new-offensive-tool-for-testing-containerized-environments +: title: 'cyberark.com: Kubesploit: A New Offensive Tool for Testing Containerized + Environments' + year: N/A + stars: 0 + description: '' +https://kubeshop.io: + title: Kubeshop 🌟 + year: N/A + stars: 0 + description: '' +https://venturebeat.com/2021/09/17/kubeshop-wants-to-be-a-kubernetes-product-pipeline: + title: 'venturebeat.com: Kubeshop wants to be a Kubernetes product pipeline' + year: N/A + stars: 0 + description: '' +https://github.com/meshery/meshery: + title: Meshery + year: N/A + stars: 0 + description: '' +https://docs.meshery.io/guides/tutorials/kubernetes-pods: + title: Exploring Kubernetes Pods with Meshery + year: N/A + stars: 0 + description: '' +https://github.com/kubeshop/monokle: + title: ==kubeshop/monokle== + year: N/A + stars: 0 + description: '' +https://medium.com/kubeshop-i/monokle-1-5-0-release-kubeshop-95f574563c79: + title: 'medium.com/kubeshop-i: Monokle 1.5.0 Release' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=7IFAg782pf8: + title: 'youtube: From Code to Cloud: Quality Kubernetes Deployments with Monokle + | Cloud Native Islamabad' + year: N/A + stars: 0 + description: '' +https://k8studio.io: + title: ==k8studio== + year: N/A + stars: 0 + description: '' +https://youtu.be/1RTTEUEl9sc: + title: 'youtube: From Code to Cluster β€” Modern Kubernetes Workflows with K8Studio' + year: N/A + stars: 0 + description: '' +https://github.com/devopsspiral/KubeLibrary: + title: KubeLibrary + year: N/A + stars: 0 + description: '' +https://github.com/kube-vip/kube-vip: + title: kube-vip + year: N/A + stars: 0 + description: '' +https://github.com/oslabs-beta/kubermetrics: + title: oslabs-beta/kubermetrics + year: N/A + stars: 0 + description: '' +https://medium.com/@sachem2015/kubermetrics-cluster-visualization-made-simple-d24928f63451: + title: 'medium: Kubermetrics β€” Cluster Visualization Made Simple' + year: N/A + stars: 0 + description: '' +https://kustomizer.dev: + title: kustomizer + year: N/A + stars: 0 + description: '' +https://medium.com/@charled.breteche/kind-cilium-metallb-and-no-kube-proxy-a9fe66ddfad6: + title: 'medium.com/@charled.breteche: Kind, Cilium, MetalLB, and still no kube-proxy' + year: N/A + stars: 0 + description: '' +https://patrick.easte.rs/post/2022/forging-optimal-metallb-config: + title: 'patrick.easte.rs: Forging an optimal MetalLB configuration' + year: N/A + stars: 0 + description: '' +https://www.adaltas.com/en/2022/09/08/kubernetes-metallb-nginx: + title: 'adaltas.com: Ingresses and Load Balancers in Kubernetes with MetalLB and + nginx-ingress' + year: N/A + stars: 0 + description: '' +https://itnext.io/configuring-routing-for-metallb-in-l2-mode-7ea26e19219e: + title: 'itnext.io: Configuring routing for MetalLB in L2 mode' + year: N/A + stars: 0 + description: '' +https://github.com/Kubermatic/Kubermatic: + title: Kubermatic Kubernetes Platform 🌟 + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubermatic-kubernetes-platform-beats-complexity-through-automation: + title: 'thenewstack.io: Kubermatic Kubernetes Platform Beats Complexity Through + Automation' + year: N/A + stars: 0 + description: '' +https://github.com/kubermatic/kubeone: + title: ==kubermatic/kubeone== 🌟 + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=BJufhuPK2DY&t=250s&ab_channel=Kubermatic: + title: 'youtube.com: How to Write Software That Sets Up Kubernetes Anywhere with + Kubermatic Kubeone' + year: N/A + stars: 0 + description: '' +https://github.com/rootless-containers/usernetes: + title: rootless-containers/usernetes + year: N/A + stars: 0 + description: '' +https://github.com/derailed/popeye: + title: Popeye - A Kubernetes Cluster Sanitizer 🌟🌟 + year: N/A + stars: 0 + description: '' +https://github.com/kbrew-dev/kbrew: + title: kbrew + year: N/A + stars: 0 + description: '' +https://github.com/Pscheidl/kubexplorer: + title: Pscheidl/kubexplorer + year: N/A + stars: 0 + description: '' +https://medium.com/@sheraznadeem1/kubescape-kubernetes-hardening-demystified-87fba47f3b6a: + title: 'medium.com/@sheraznadeem1: Kubescape & Kubernetes Hardening- Demystified' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/scanning-kubernetes-yaml-files-for-security-e302542b5407: + title: 'blog.devgenius.io: Scanning Kubernetes YAML Files for Security 🌟' + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/securing-kubernetes-cluster-kubescape-kubebench: + title: 'infracloud.io: Securing Kubernetes Cluster using Kubescape and kube-bench' + year: N/A + stars: 0 + description: '' +https://cloudark.medium.com/whats-cooking-in-your-kubernetes-namespace-9200be114f8: + title: 'cloudark.medium.com: kubectl connections' + year: N/A + stars: 0 + description: '' +https://github.com/openshift/source-to-image: + title: openshift/source-to-image + year: N/A + stars: 0 + description: '' +https://github.com/Qovery/engine: + title: 'Qovery/engine: Qovery Engine 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/moule3053/mck8s: + title: moule3053/mck8s + year: N/A + stars: 0 + description: '' +https://github.com/shipwright-io/build: + title: 'shipwright-io/build: shipwright' + year: N/A + stars: 0 + description: '' +https://github.com/telekom/das-schiff: + title: telekom/das-schiff + year: N/A + stars: 0 + description: '' +https://karpenter.sh: + title: ==Karpenter== + year: N/A + stars: 0 + description: '' +https://techcrunch.com/2021/11/30/aws-launches-karpenter-an-open-source-autoscaler-for-kubernetes-clusters: + title: 'techcrunch.com: AWS launches Karpenter, an open source autoscaler for Kubernetes + clusters' + year: N/A + stars: 0 + description: '' +https://itnext.io/karpenter-open-source-high-performance-kubernetes-cluster-autoscaler-d56e3ab06aae: + title: 'itnext.io: Karpenter: Open-Source, High-Performance Kubernetes Cluster Autoscaler' + year: N/A + stars: 0 + description: '' +https://blog.kloia.com/karpenter-cluster-autoscaler-76d7f7ec0d0e: + title: 'blog.kloia.com: Karpenter Cluster Autoscaler' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2022/01/karpenter-kubernetes-autoscaler: + title: 'infoq.com: AWS Releases Multi-Cloud Kubernetes Autoscaler Karpenter' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/using-amazon-ec2-spot-instances-with-karpenter: + title: 'aws.amazon.com: Using Amazon EC2 Spot Instances with Karpenter' + year: N/A + stars: 0 + description: '' +https://makendran.hashnode.dev/just-in-time-worker-nodes-with-karpenter: + title: 'makendran.hashnode.dev: Just-in-time Worker Nodes with Karpenter' + year: N/A + stars: 0 + description: '' +https://awstip.com/this-code-works-autoscaling-an-amazon-eks-cluster-with-karpenter-part-1-3-40c7bed26cfd: + title: 'awstip.com: This Code Works! β€” Autoscaling An Amazon EKS Cluster with Karpenter + β€” Part 1/3' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/karpenter-the-better-autoscaling-solution-for-kubernetes-part-1-4pd5: + title: 'dev.to: Karpenter: The Better Autoscaling Solution for Kubernetes- Part + 1' + year: N/A + stars: 0 + description: '' +https://medium.com/summit-technology-group/karpenter-autoscaling-and-right-sizing-eks-nodes-bc6d2b83d48e: + title: 'medium.com/summit-technology-group: Karpenter β€” AutoScaling and Right-Sizing + EKS Nodes' + year: N/A + stars: 0 + description: '' +https://medium.com/israeli-tech-radar/karpenter-and-the-future-of-kubernetes-4ab7428b7f87: + title: 'medium.com/israeli-tech-radar: Karpenter, and the future of Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/@micheldirk/on-amazon-eks-and-karpenter-2b84e75e254e: + title: 'medium.com/@micheldirk: On Amazon EKS and Karpenter' + year: N/A + stars: 0 + description: '' +? https://medium.com/@gajaoncloud/unleash-the-power-of-karpenter-automating-aws-eks-scaling-and-cost-optimization-7e236319eda4 +: title: 'medium.com/@gajaoncloud: Unleash the Power of Karpenter: Automating AWS + EKS Scaling and Cost Optimization' + year: N/A + stars: 0 + description: '' +https://medium.com/@gajaoncloud/karpenter-mastery-nodepools-nodeclasses-for-workload-nirvana-bc89850fa934: + title: 'medium.com/@gajaoncloud: Karpenter Mastery: NodePools & NodeClasses for + Workload Nirvana' + year: N/A + stars: 0 + description: '' +? https://medium.com/@gajaoncloud/demystifying-karpenters-advanced-features-consolidation-drift-and-spot-handling-007fbad29549 +: title: 'medium.com/@gajaoncloud: Demystifying Karpenter’s Advanced Features: Consolidation, + Drift, and Spot Handling' + year: N/A + stars: 0 + description: '' +https://getkuby.io: + title: Kuby + year: N/A + stars: 0 + description: '' +https://evilmartians.com/chronicles/kubing-rails-stressless-kubernetes-deployments-with-kuby: + title: 'evilmartians.com: Kubing Rails: stressless Kubernetes deployments with Kuby' + year: N/A + stars: 0 + description: '' +https://github.com/direktiv/direktiv: + title: Direktiv + year: N/A + stars: 0 + description: '' +https://blog.direktiv.io/building-a-simple-cloud-native-orchestrated-microservice-from-containers-39dbcb80b0d8: + title: 'blog.direktiv.io: Building a simple cloud-native, orchestrated microservice + from containers' + year: N/A + stars: 0 + description: '' +https://github.com/srfrnk/jabos: + title: Jabos + year: N/A + stars: 0 + description: '' +https://itnext.io/keep-it-simple-k8s-c0c68c46eabb: + title: 'itnext.io: Keep it simple K8s. Kubernetes GitOps using Jabos' + year: N/A + stars: 0 + description: '' +https://github.com/Qovery/pleco: + title: Qovery/pleco + year: N/A + stars: 0 + description: '' +https://www.kitploit.com/2021/12/mesh-kridik-open-source-security.html: + title: 'kitploit.com: Mesh-Kridik' + year: N/A + stars: 0 + description: '' +https://github.com/bitnami-labs/kubewatch: + title: ==bitnami-labs/kubewatch== + year: N/A + stars: 0 + description: '' +https://www.botkube.io: + title: botkube.io + year: N/A + stars: 0 + description: '' +https://docs.robusta.dev: + title: Robusta + year: N/A + stars: 0 + description: '' +https://home.robusta.dev/blog/why-everyone-should-track-and-audit-kubernetes-changes-and-top-ways: + title: 'home.robusta.dev: Why everyone should track Kubernetes changes and top four + ways to do so' + year: N/A + stars: 0 + description: '' +https://github.com/robusta-dev/krr: + title: ==robusta-dev/krr== + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/how-to-use-the-kubernetes-resource-recommender-tool-in-a-gke-cluster-ef48a6dea85c: + title: '==blog.devops.dev: How to use the Kubernetes Resource Recommender tool in + a GKE Cluster== 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/caldito/soup: + title: caldito/soup + year: N/A + stars: 0 + description: '' +https://github.com/epinio/epinio: + title: epinio/epinio + year: N/A + stars: 0 + description: '' +https://github.com/kubeshop/testkube: + title: kubeshop/testkube + year: N/A + stars: 0 + description: '' +https://thenewstack.io/testkube-a-new-approach-to-cloud-native-testing: + title: 'thenewstack.io: TestKube: A New Approach to Cloud Native Testing' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/testkube-cloud-native-testing-framework-for-kubernetes: + title: 'thenewstack.io: Testkube: A Cloud Native Testing Framework for Kubernetes' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2023/11/27/testing-java-apps-on-kubernetes-with-testkube: + title: 'piotrminkowski.com: Testing Java Apps on Kubernetes with Testkube' + year: N/A + stars: 0 + description: '' +https://github.com/kuberlogic/kuberlogic: + title: kuberlogic + year: N/A + stars: 0 + description: '' +https://github.com/kubeshop/kusk: + title: 'kubeshop/kusk: use OpenAPI to configure Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/kubeshop-i/rapidly-prototype-your-apis-on-kubernetes-with-kusk-gateway-kubeshop-4006f030e8e4: + title: 'medium.com/kubeshop-i: Rapidly prototype your APIs on Kubernetes with Kusk + Gateway β€” Kubeshop 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/Azure/azure-workload-identity: + title: ==Azure/azure-workload-identity== + year: N/A + stars: 0 + description: '' +https://github.com/laurci/kubernate: + title: laurci/kubernate + year: N/A + stars: 0 + description: '' +https://www.redhat.com/architect/tackle-application-modernization: + title: 'redhat.com: How to streamline application portfolio modernization with Tackle' + year: N/A + stars: 0 + description: '' +https://github.com/Azure/placement-policy-scheduler-plugins: + title: Azure/placement-policy-scheduler-plugins + year: N/A + stars: 0 + description: '' +https://github.com/Azure/aad-pod-identity: + title: Azure/aad-pod-identity) + year: N/A + stars: 0 + description: '' +https://microshift.io: + title: ==microshift.io== + year: N/A + stars: 0 + description: '' +https://github.com/txn2/kubefwd: + title: ==txn2/kubefwd== + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/kpng: + title: kubernetes-sigs/kpng + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2021/10/18/use-kpng-to-write-specialized-kube-proxiers: + title: 'kubernetes.io: Use KPNG to Write Specialized kube-proxiers' + year: N/A + stars: 0 + description: '' +https://github.com/ruoshan/autoportforward: + title: ruoshan/autoportforward + year: N/A + stars: 0 + description: '' +https://github.com/gardener/terraformer: + title: 'gardener/terraformer: Terraformer' + year: N/A + stars: 0 + description: '' +https://github.com/werf/werf: + title: ==werf/werf== + year: N/A + stars: 0 + description: '' +https://github.com/werf/kubedog: + title: werf/kubedog + year: N/A + stars: 0 + description: '' +https://blog.werf.io/running-one-time-tasks-and-debugging-images-in-the-kubernetes-cluster-using-werf-936d6dc483e2: + title: 'blog.werf.io: Running one-time tasks and debugging images in the Kubernetes + cluster using werf' + year: N/A + stars: 0 + description: '' +https://blog.werf.io/werf-v1-2-is-now-stable-heres-what-it-is-all-about-832ed647810f: + title: 'blog.werf.io: werf v1.2 is now stable! Here’s what it is all about' + year: N/A + stars: 0 + description: '' +https://blog.werf.io/deploying-helm-charts-with-dependencies-in-kubernetes-via-werf-17e5457cdd3f: + title: 'blog.werf.io: Deploying Helm charts with dependencies in Kubernetes via + werf' + year: N/A + stars: 0 + description: '' +https://github.com/aquasecurity/starboard: + title: ==aquasecurity/starboard== + year: N/A + stars: 0 + description: '' +https://github.com/nicolaka/netshoot: + title: nicolaka/netshoot + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/hierarchical-namespaces: + title: 'kubernetes-sigs/hierarchical-namespaces: The Hierarchical Namespace Controller + (HNC)' + year: N/A + stars: 0 + description: '' +https://github.com/syntasso/kratix: + title: syntasso/kratix + year: N/A + stars: 0 + description: '' +https://github.com/grpc-ecosystem/grpc-gateway: + title: 'grpc-ecosystem/grpc-gateway: gRPC-Gateway' + year: N/A + stars: 0 + description: '' +https://blog.logrocket.com/guide-to-grpc-gateway: + title: 'blog.logrocket.com: An all-in-one guide to gRPC-Gateway' + year: N/A + stars: 0 + description: '' +https://github.com/teamcode-inc/kubeorbit: + title: teamcode-inc/kubeorbit + year: N/A + stars: 0 + description: '' +https://github.com/up9inc/mizu: + title: ==up9inc/mizu== + year: N/A + stars: 0 + description: '' +https://www.vcluster.com: + title: vcluster.com + year: N/A + stars: 0 + description: '' +https://thenewstack.io/locking-down-kubernetes-containers-with-vcluster: + title: 'thenewstack.io: Locking Down Kubernetes Containers with vcluster' + year: N/A + stars: 0 + description: '' +https://salaboy.com/2022/08/03/building-platforms-on-top-of-kubernetes-vcluster-and-crossplane: + title: 'salaboy.com: Building platforms on top of Kubernetes: VCluster and Crossplane' + year: N/A + stars: 0 + description: '' +https://www.kateyes.co.uk: + title: kateyes.co.uk + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/kateyes-visual-kubernetes-explorer-c40510874969: + title: 'blog.devops.dev: Kateyes β€” Visual Kubernetes Explorer' + year: N/A + stars: 0 + description: '' +https://github.com/rene6502/keepass-secret: + title: 'rene6502/keepass-secret ' + year: N/A + stars: 0 + description: '' +https://github.com/alcideio/advisor: + title: 'Alcide Advisor: an agentless service for Kubernetes audit and compliance + that''s built to ensure a frictionless and secured DevSecOps workflow' + year: N/A + stars: 0 + description: '' +https://komodor.com/blog/using-workflows-to-troubleshoot-like-a-pro: + title: 'komodor.com: Komodor Workflows: Automated Troubleshooting at the Speed of + WHOOSH!' + year: N/A + stars: 0 + description: '' +https://github.com/Azure/eraser: + title: github.com/Azure/eraser 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/apache/dolphinscheduler: + title: 'apache/dolphinscheduler: Apache DolphinScheduler 🌟' + year: N/A + stars: 0 + description: '' +? https://medium.com/linux-shots/configmap-secret-reloader-automatically-add-reload-data-from-configmap-secret-to-deployments-dc245e06b92c +: title: 'medium.com/linux-shots: ConfigMap Reloader β€” Automatically reload new data + from ConfigMap/Secret to deployments' + year: N/A + stars: 0 + description: '' +https://kluctl.io: + title: kluctl.io 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/sl1pm4t/k2tf: + title: '==github.com/sl1pm4t/k2tf: Kubernetes YAML to Terraform HCL converter==' + year: N/A + stars: 0 + description: '' +https://github.com/PaloAltoNetworks/rbac-police: + title: PaloAltoNetworks/rbac-police + year: N/A + stars: 0 + description: '' +https://github.com/m9sweeper/m9sweeper: + title: m9sweeper/m9sweeper + year: N/A + stars: 0 + description: '' +https://github.com/reddec/keycloak-ext-operator: + title: github.com/reddec/keycloak-ext-operator + year: N/A + stars: 0 + description: '' +https://gitlab.com/purelb/purelb: + title: purelb/purelb + year: N/A + stars: 0 + description: '' +https://github.com/groundcover-com/murre: + title: groundcover-com/murre + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/dependency-free-kubernetes-cluster-monitoring-5f7aa2f038d9: + title: 'betterprogramming.pub: Dependency-Free Kubernetes Cluster Monitoring' + year: N/A + stars: 0 + description: '' +https://k9scli.io: + title: ==k9scli.io== + year: N/A + stars: 0 + description: '' +https://github.com/derailed/k9s: + title: K9s - Kubernetes CLI To Manage Your Clusters In Style! + year: N/A + stars: 0 + description: '' +https://medium.com/@fwiles/k9s-eks-context-error-7ff18df7547f: + title: 'medium.com/@fwiles: k9s EKS Context Error' + year: N/A + stars: 0 + description: '' +https://tonylixu.medium.com/devops-in-k8s-k9s-terminal-based-ui-to-manage-your-cluster-85b4f147e209: + title: 'tonylixu.medium.com: K8s Tools β€” K9s, Terminal Based UI to Manage Your Cluster' + year: N/A + stars: 0 + description: '' +https://www.kubetools.io/kubernetes/why-k9s-should-be-your-go-to-tool-for-kubernetes-management: + title: 'kubetools.io: Why K9s Should Be Your Go-To Tool for Kubernetes Management' + year: N/A + stars: 0 + description: '' +? https://medium.com/@gavinklfong/8-tips-to-incredibly-boost-the-efficiency-of-command-execution-on-kubernetes-using-k9s-a515a90a3a27 +: title: 'medium.com/@gavinklfong: 8 tips to incredibly boost the efficiency of command + execution on Kubernetes using k9s' + year: N/A + stars: 0 + description: '' +https://dev.to/fkurz/detecting-kubernetes-api-deprecations-with-pluto-3g2m: + title: '==dev.to: Detecting Kubernetes API Deprecations with pluto==' + year: N/A + stars: 0 + description: '' +https://github.com/SimonTheLeg/konf-go: + title: github.com/SimonTheLeg/konf-go + year: N/A + stars: 0 + description: '' +https://github.com/k8spacket/k8spacket: + title: github.com/k8spacket/k8spacket + year: N/A + stars: 0 + description: '' +https://github.com/Berops/claudie: + title: ==github.com/Berops/claudie== + year: N/A + stars: 0 + description: '' +https://github.com/oslabs-beta/oslabs: + title: github.com/oslabs-beta/oslabs + year: N/A + stars: 0 + description: '' +https://github.com/vladimirvivien/ktop: + title: vladimirvivien/ktop + year: N/A + stars: 0 + description: '' +https://github.com/oslabs-beta/ClusterWatch: + title: github.com/oslabs-beta/ClusterWatch + year: N/A + stars: 0 + description: '' +https://github.com/AdamRussak/k8f: + title: github.com/AdamRussak/k8f + year: N/A + stars: 0 + description: '' +https://github.com/komodorio/validkube: + title: ==github.com/komodorio/validkube== + year: N/A + stars: 0 + description: '' +https://github.com/box/kube-iptables-tailer: + title: github.com/box/kube-iptables-tailer + year: N/A + stars: 0 + description: '' +https://github.com/controlplaneio/badrobot: + title: github.com/controlplaneio/badrobot + year: N/A + stars: 0 + description: '' +https://github.com/infrahq/infra: + title: ==infrahq/infra== 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/we-dcode/kubetunnel: + title: github.com/we-dcode/kubetunnel + year: N/A + stars: 0 + description: '' +https://www.kubetools.io/kubernetes/kopylot-an-ai-powered-kubernetes-assistant-for-devops-developers: + title: 'kubetools.io: KoPylot: An AI-Powered Kubernetes Assistant for DevOps & Developers' + year: N/A + stars: 0 + description: '' +https://chat.openai.com/g/g-TCE8R7bcL-kube-debugger: + title: 'chat.openai.com: Kube Debugger: A Kubernetes error debugger offering diagnostic + and resolution guidance.' + year: N/A + stars: 0 + description: '' +https://github.com/grafana/tanka: + title: tanka + year: N/A + stars: 0 + description: '' +https://github.com/kubevirt/kubevirt: + title: kubevirt + year: N/A + stars: 0 + description: '' +https://github.com/lucky-sideburn/kubeinvaders: + title: kubeinvaders + year: N/A + stars: 0 + description: '' +https://github.com/mlrun/mlrun: + title: mlrun + year: N/A + stars: 0 + description: '' +https://github.com/odigos-io/odigos: + title: odigos + year: N/A + stars: 0 + description: '' +https://grafana.com/oss/oncall: + title: Grafana OnCall OSS + year: N/A + stars: 0 + description: '' +https://youtube.com/shorts/VP4JoijL_TY?si=dBGfs6sn1ryzPcYT: + title: 'Kubernetes: Un tour por los comandos bΓ‘sicos' + year: N/A + stars: 0 + description: '' +https://t.…: + title: 'RBAC Wizard: Herramienta para visualizar y analizar la configuraciΓ³n RBAC + de Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/bank-vaults/bank-vaults: + title: 'Bank Vaults: Un Cuchillo Suizo para HashiCorp Vault en Kubernetes' + year: N/A + stars: 0 + description: '' +https://faun.pub/k3s-vs-talos-linux-8a1e0dce9a77: + title: K3s vs Talos Linux + year: N/A + stars: 0 + description: '' +https://medium.com/itnext/atomic-configmap-updates-in-kubernetes-how-symlinks-and-kubelet-make-it-happen-21a44338c247: + title: 'Atomic ConfigMap Updates in Kubernetes: How Symlinks and Kubelet Make It + Happen' + year: N/A + stars: 0 + description: '' +https://asciiflow.com: + title: ASCIIFlow + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/tutorials: + title: 'kubernetes.io: Kubernetes Tutorials' + year: N/A + stars: 0 + description: '' +https://devopscube.com/kubernetes-tutorials-beginners: + title: 'devopscube.com: Kubernetes Tutorials For Beginners: Getting Started Guide' + year: N/A + stars: 0 + description: '' +https://docs.google.com/presentation/d/1zrfVlE5r61ZNQrmXKx5gJmBcXnoa_WerHEnTxu5SMco: + title: Intoduction to Kubernetes (slides, beginners and advanced) + year: N/A + stars: 0 + description: '' +https://medium.com/google-cloud/kubernetes-101-pods-nodes-containers-and-clusters-c1509e409e16: + title: 'medium.com: Kubernetes 101: Pods, Nodes, Containers, and Clusters' + year: N/A + stars: 0 + description: '' +? https://medium.com/free-code-camp/learn-kubernetes-in-under-3-hours-a-detailed-guide-to-orchestrating-containers-114ff420e882 +: title: 'medium.com: Learn Kubernetes in Under 3 Hours: A Detailed Guide to Orchestrating + Containers' + year: N/A + stars: 0 + description: '' +https://kubernetestutorials.com/install-and-deploy-kubernetes-on-centos-7: + title: 'kubernetestutorials.com: Install and Deploy Kubernetes on CentOs 7' + year: N/A + stars: 0 + description: '' +https://medium.com/@swapnasagarpradhan/simplifying-orchestration-with-kubernetes-e81015681a85: + title: 'medium.com: Simplifying orchestration with Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.aquasec.com/wiki/display/containers/70+Best+Kubernetes+Tutorials: + title: 'aquasec.com: 70 Best Kubernetes Tutorials' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/kubernetes-engine/kubernetes-comic: + title: 'cloud.google.com: kubernetes comic' + year: N/A + stars: 0 + description: '' +https://www.magalix.com/blog/kubernetes-101-concepts-and-why-it-matters: + title: 'magalix.com: Kubernetes 101 - Concepts and Why It Matters' + year: N/A + stars: 0 + description: '' +https://apkplz.net/app/com.LearningSolution.LearnKubernetes: + title: 'apkplz.net: Learn Kubernetes 1 APK' + year: N/A + stars: 0 + description: '' +https://play.google.com/store/search?q=learn+kubernetes: + title: Google Play Search + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/kubernetes-essentials: + title: 'Dzone refcard: Getting Started with Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.magalix.com/blog/the-best-kubernetes-tutorials: + title: 'magalix.com: The Best Kubernetes Tutorials' + year: N/A + stars: 0 + description: '' +https://medium.com/faun/35-advanced-tutorials-to-learn-kubernetes-dae5695b1f18: + title: 35 Advanced Tutorials to Learn Kubernetes + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/the-kubernetes-handbook: + title: 'freecodecamp.org: The Kubernetes Handbook 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?list=PLy0Gle4XyvbGhGpX0CXAuiEsfL-MD-rND: + title: 'youtube: Kubernetes Pods and ReplicaSets explained' + year: N/A + stars: 0 + description: '' +https://medium.com/draftkings-engineering/draftkings-workshop-demystifying-kubernetes-4ce86c187408: + title: 'medium: DraftKings Kubernetes Workshop: Hands-on Learning in K8s (with Video + Walkthrough)' + year: N/A + stars: 0 + description: '' +https://100daysofkubernetes.io: + title: '100 Days Of Kubernetes: 100daysofkubernetes.io' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?app=desktop&list=PLVx1qovxj-akr_3XqQQgpqRyQw4GYuS4h: + title: 'youtube playlist: Thetips4you - Kubernetes Tutorial for Beginners' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?list=PLf3vm0UK6HKpOqIY2fcu_M0sCSpluyXMW: + title: 'youtube playlist: DevNation Lessons: Kubernetes Fundamentals' + year: N/A + stars: 0 + description: '' +https://www.amazee.io/blog/post/master-the-fundamentals-of-k8s: + title: 'amazee.io: Master the Fundamentals of K8s: Kubernetes 101 video series with + Jeff Geerling' + year: N/A + stars: 0 + description: '' +https://medium.com/avmconsulting-blog/deploying-statefulsets-in-kubernetes-k8s-5924e701d327: + title: 'medium: How to deploy StatefulSets in Kubernetes (K8s)?' + year: N/A + stars: 0 + description: '' +http://millionvisit.blogspot.com/2020/12/kubernetes-for-developers-1-kubernetes-architecture.html: + title: 'millionvisit.blogspot.com: Kubernetes for Developers #1: Kubernetes Architecture + and Features' + year: N/A + stars: 0 + description: '' +http://millionvisit.blogspot.com/2020/12/kubernetes-for-developers-2-Local-development.html: + title: 'millionvisit.blogspot.com: Kubernetes for Developers #2: Kubernetes for + Local Development' + year: N/A + stars: 0 + description: '' +http://millionvisit.blogspot.com/2020/12/kubernetes-for-developers-3-kubectl-cli.html: + title: 'millionvisit.blogspot.com: Kubernetes for Developers #3: kubectl CLI' + year: N/A + stars: 0 + description: '' +http://millionvisit.blogspot.com/2020/12/kubernetes-for-developers-4-kubectl-autocompletion.html: + title: 'millionvisit.blogspot.com: Kubernetes for Developers #4: Enable kubectl + bash autocompletion' + year: N/A + stars: 0 + description: '' +http://millionvisit.blogspot.com/2020/12/kubernetes-for-developers-5-webui-dashboard.html: + title: 'millionvisit.blogspot.com: Kubernetes for Developers #5: Kubernetes Web + UI Dashboard' + year: N/A + stars: 0 + description: '' +http://millionvisit.blogspot.com/2020/12/kubernetes-for-developers-6-KubernetesObjects.html: + title: 'millionvisit.blogspot.com: Kubernetes for Developers #6: Kubernetes Objects' + year: N/A + stars: 0 + description: '' +http://millionvisit.blogspot.com/2021/01/kubernetes-for-developers-7-imperative-vs-Declarative.html: + title: 'millionvisit.blogspot.com: Kubernetes for Developers #7: Imperative vs. + Declarative Kubernetes Objects' + year: N/A + stars: 0 + description: '' +http://millionvisit.blogspot.com/2021/03/kubernetes-for-developers-9-Kubernetes-Pod-Lifecycle.html: + title: 'millionvisit.blogspot.com: Kubernetes for Developers #9: Kubernetes Pod + Lifecycle' + year: N/A + stars: 0 + description: '' +http://millionvisit.blogspot.com/2021/03/kubernetes-for-developers-10-kubernetes-Pod-YAML-manifest.html: + title: 'millionvisit.blogspot.com: Kubernetes for Developers #10: Kubernetes Pod + YAML manifest in-detail' + year: N/A + stars: 0 + description: '' +http://millionvisit.blogspot.com/2021/05/kubernetes-for-developers-14-Kubernetes-Deployment-YAML-manifest.html: + title: 'millionvisit.blogspot.com: Kubernetes for Developers #14: Kubernetes Deployment + YAML manifest in-detail' + year: N/A + stars: 0 + description: '' +https://www.ithands-on.com/2021/05/kubernetes-101-deployment-replicasets.html: + title: 'ithands-on.com: Kubernetes 101 : Deployments, replicaSets, services, pods + and endpoints' + year: N/A + stars: 0 + description: '' +https://www.ithands-on.com/2021/05/kubernetes-101-overview-of-statefulsets.html: + title: 'ithands-on.com: Kubernetes 101 : An overview of StatefulSets and Deployments' + year: N/A + stars: 0 + description: '' +https://www.ithands-on.com/2021/05/kubernetes-101-resource-quotas.html: + title: 'ithands-on.com: Kubernetes 101 : Resource Quotas (ResourceQuota) and Limit + Ranges (LimitRange)' + year: N/A + stars: 0 + description: '' +https://www.ithands-on.com/2021/06/kubernetes-101-deployments-and-rolling.html: + title: 'ithands-on.com: Kubernetes 101 : Deployments and Rolling updates - maxSurge, + maxUnavailable' + year: N/A + stars: 0 + description: '' +https://www.ithands-on.com/2021/06/kubernetes-101-externalname-service.html: + title: 'ithands-on.com: Kubernetes 101 : The externalName service' + year: N/A + stars: 0 + description: '' +https://dev.to/techworld_with_nana/kubernetes-crash-course-for-absolute-beginners-35pc: + title: 'dev.to: Kubernetes Crash Course for Absolute Beginners' + year: N/A + stars: 0 + description: '' +https://dev.to/pghildiyal/series/14818: + title: 'dev.to: Let''s Learn Kubernetes Series'' Articles' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?list=PLy7NrYWoggjwPggqtFsI_zMAwvG0SqYCb: + title: '==youtube playlist: Tech World with Nana - Docker and Kubernetes Tutorial + for Beginners== 🌟🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?list=PLy7NrYWoggjziYQIDorlXjTvvwweTYoNC: + title: '==youtube playlist: Tech World with Nana - Complete Kubernetes Tutorial + for Beginners== 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/google-cloud/running-workloads-in-kubernetes-86194d133593: + title: 'medium.com/google-cloud: Running Workloads in Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/omerbsezer/Fast-Kubernetes: + title: ==omerbsezer/Fast-Kubernetes== 🌟🌟 + year: N/A + stars: 0 + description: '' +https://javarevisited.blogspot.com/2020/06/top-5-courses-to-learn-kubernetes-for-devops-and-certification.html: + title: 'javarevisited.blogspot.com: Top 5 Online Courses to Learn Kubernetes in + 2022 - Best of Lot' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/clip/UgkxWpu3QFPEDZBuMgy_Xq4mBR--uLA-3CSZ: + title: '==youtube: Kubernetes for Sysadmins – Kelsey Hightower at PuppetConf 2016== + 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://www.educative.io/courses/the-kubernetes-course: + title: '==educative.io/courses/the-kubernetes-course: Learn Kubernetes: A Deep Dive== + 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://www.educative.io/courses/the-kubernetes-course/RMmq5M6Gp8R: + title: 'educative.io/courses/the-kubernetes-course: Pods' + year: N/A + stars: 0 + description: '' +https://blog.getambassador.io/how-to-learn-kubernetes-prerequisites-paths-and-resources-9e044daee185: + title: 'blog.getambassador.io: How to Learn Kubernetes: Prerequisites, Paths, and + Resources 🌟' + year: N/A + stars: 0 + description: '' +https://devopscube.com/learn-kubernetes-complete-roadmap: + title: '==devopscube.com: How to Learn Kubernetes (Complete Roadmap)== 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://github.com/techiescamp/kubernetes-learning-path: + title: ==github.com/techiescamp/kubernetes-learning-path== 🌟🌟 + year: N/A + stars: 0 + description: '' +https://dev.to/aurelievache/understanding-kubernetes-part-48-kubernetes-127-changelog-1alk: + title: 'dev.to: Understanding Kubernetes: part 48 – Kubernetes 1.27 Changelog' + year: N/A + stars: 0 + description: '' +https://labs.play-with-k8s.com: + title: Play with Kubernetes + year: N/A + stars: 0 + description: '' +https://www.udemy.com/learn-devops-the-complete-kubernetes-course: + title: 'udemy.com: Learn DevOps: The Complete Kubernetes Course' + year: N/A + stars: 0 + description: '' +https://www.udemy.com/learn-devops-advanced-kubernetes-usage: + title: 'udemy.com: Learn DevOps: Advanced Kubernetes Usage' + year: N/A + stars: 0 + description: '' +https://github.com/wardviaene/advanced-kubernetes-course: + title: wardviaene/advanced-kubernetes-course + year: N/A + stars: 0 + description: '' +https://javarevisited.blogspot.com/2019/01/top-5-free-kubernetes-courses-for-DevOps-Engineer.html: + title: 'javarevisited.blogspot.com: Top 5 Free Courses to Learn Kubernetes for Developers + and DevOps Engineers' + year: N/A + stars: 0 + description: '' +https://kodekloud.com: + title: kodekloud.com + year: N/A + stars: 0 + description: '' +https://training.linuxfoundation.org/training/introduction-to-kubernetes: + title: 'training.linuxfoundation.org: Introduction to Kubernetes (LFS158x)' + year: N/A + stars: 0 + description: '' +https://www.civo.com/academy: + title: civo.com/academy 🌟🌟🌟 + year: N/A + stars: 0 + description: '' +https://medium.com/javarevisited/7-free-online-courses-to-learn-kubernetes-in-2020-3b8a68ec7abc: + title: 'medium.com/javarevisited: 8 Best Free Kubernetes Courses for Beginners in + 2022' + year: N/A + stars: 0 + description: '' +https://www.udemy.com/course/just-enough-kubernetes: + title: 'udemy.com: Just enough kubernetes to be dangerous (free)' + year: N/A + stars: 0 + description: '' +https://www.udemy.com/course/learn-devops-kubernetes-deployment-by-kops-and-terraform: + title: 'udemy.com: Learn Devops Kubernetes deployment by kops and terraform (free)' + year: N/A + stars: 0 + description: '' +https://www.edx.org/course/introduction-to-kubernetes: + title: 'edx.org: Introduction to Kubernetes (free)' + year: N/A + stars: 0 + description: '' +https://www.udemy.com/course/containers-101: + title: 'udemy.com: Containers 101 (free)' + year: N/A + stars: 0 + description: '' +https://exploreneptune.io: + title: ==exploreneptune.io== 🌟 + year: N/A + stars: 0 + description: '' +https://youtu.be/1v15VSKPZRU?si=vK_9UKjGV8F24Ebt: + title: 'Openshift Baremetal - Installer''s Bake-off: Agent vs Assisted vs IPI' + year: N/A + stars: 0 + description: '' +https://youtube.com/playlist?list=PLaR6Rq6Z4IqcKOKT4c0uGkBt3YSRQ9S5v&si=qGpgMP56yagniZx8: + title: Kubernetes para principiantes - La guΓ­a definitiva para principiantes absolutos + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Kubernetes: + title: 'Wikipedia.org: Kubernetes' + year: N/A + stars: 0 + description: '' +https://twitter.com/kubernetesio: + title: twitter.com/kubernetesio + year: N/A + stars: 0 + description: '' +https://techbeacon.com/enterprise-it/25-kubernetes-experts-you-should-follow-twitter: + title: 'techbeacon.com: 25 Kubernetes experts you should follow on Twitter' + year: N/A + stars: 0 + description: '' +https://enterprisersproject.com/article/2020/4/kubernetes-everything-you-need-know: + title: 'enterprisersproject.com: Kubernetes: Everything you need to know (2020) + 🌟' + year: N/A + stars: 0 + description: '' +https://www.padok.fr/en/blog/kubernetes-architecture-clusters: + title: 'padok.fr: Kubernetes’ Architecture: Understanding the components and structure + of clusters 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/7/kubernetes-analogy: + title: 'opensource.com: Explaining Kubernetes in 10 minutes using an analogy' + year: N/A + stars: 0 + description: '' +https://medium.com/better-programming/a-practical-step-by-step-guide-to-understanding-kubernetes-d8be7f82e533: + title: 'medium: A Practical Step-by-Step Guide to Understanding Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/nexton/kubernetes-a-practical-introduction-18a5b69e7763: + title: 'medium: Kubernetes, a practical introduction' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-is-hard-190f1d0c6d36: + title: 'itnext.io: Kubernetes is Hard! 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@thomaspoignant/starting-with-kubernetes-db121b09fd4: + title: 'medium: Starting with kubernetes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-is-the-new-standard-for-computing-including-the-edge: + title: 'thenewstack.io: Kubernetes Is the New Standard for Computing, Including + the Edge' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-does-kubernetes-work: + title: 'thenewstack.io: How does kubernetes work?' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/10110/how-does-kubernetes-work: + title: 'cloudsavvyit.com: How Does Kubernetes Work?' + year: N/A + stars: 0 + description: '' +http://elmanytas.es/?q=node/358: + title: 'elmanytas.es: Kubernetes para impostores III' + year: N/A + stars: 0 + description: '' +https://enterprisersproject.com/article/2017/10/how-explain-kubernetes-plain-english: + title: 'enterprisersproject.com: How to explain Kubernetes in plain English' + year: N/A + stars: 0 + description: '' +https://maximilianmichels.com/2021/kubernetes-what-you-need-to-know: + title: 'maximilianmichels.com: Kubernetes in a Nutshell: 10 Things You Need to Know' + year: N/A + stars: 0 + description: '' +https://brennerm.github.io/posts/kubernetes-overview-diagrams.html: + title: 'brennerm.github.io: Kubernetes Overview Diagrams 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-lifecycle-management-so-important-what-does-it-mean: + title: 'thenewstack.io: Kubernetes Lifecycle Management! So Important! (Day 0, Day + 1, Day 2) 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/6/container-orchestration: + title: 'opensource.com: A beginner''s guide to Kubernetes container orchestration' + year: N/A + stars: 0 + description: '' +https://luminousmen.com/post/kubernetes-101: + title: 'luminousmen.com: Kubernetes 101' + year: N/A + stars: 0 + description: '' +https://css-tricks.com/kubernetes-explained-simply-containers-pods-and-images: + title: 'css-tricks.com: Kubernetes Explained Simply: Containers, Pods and Images' + year: N/A + stars: 0 + description: '' +https://auth0.com/blog/kubernetes-tutorial-step-by-step-introduction-to-basic-concepts: + title: 'auth0.com: Kubernetes Tutorial - Step by Step Introduction to Basic Concepts' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/why-developers-should-learn-kubernetes: + title: 'thenewstack.io: Why developers should learn kubernetes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/this-week-in-programming-kubernetes-from-day-one: + title: 'thenewstack.io: This Week in Programming: Kubernetes from Day One? 🌟' + year: N/A + stars: 0 + description: '' +https://www.nextplatform.com/2021/08/02/kubernetes-expands-from-containers-to-infrastructure-management: + title: '==nextplatform.com: KUBERNETES EXPANDS FROM CONTAINERS TO INFRASTRUCTURE + MANAGEMENT== 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/monolithic-development-practices-kill-powerful-kubernetes-benefits: + title: 'thenewstack.io: Monolithic Development Practices Kill Powerful Kubernetes + Benefits 🌟🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/chefgs/getting-started-tutorial-for-learning-kubernetes-455e: + title: 'dev.to: Getting Started Tutorial for Learning Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://tech.showmax.com/2021/08/developers-101-kubernetes: + title: 'tech.showmax.com: Developers'' basic guide to kubernetes' + year: N/A + stars: 0 + description: '' +https://dev.to/dhirajpatra/how-to-start-with-kubernetes-for-begginer-309e: + title: 'dev.to: How to start with Kubernetes for begginer' + year: N/A + stars: 0 + description: '' +https://blogs.mulesoft.com/dev/resources-dev/k8s-kubernetes: + title: 'blogs.mulesoft.com - K8s: 8 questions about Kubernetes' + year: N/A + stars: 0 + description: '' +https://devcentral.f5.com/s/articles/What-is-Kubernetes: + title: 'devcentral.f5.com: What is Kubernetes?' + year: N/A + stars: 0 + description: '' +https://docs.google.com/document/d/1p4ZYQYM2VrMCR8K3T68JOMzWHlV-C8Jogrl9Ces77OA: + title: 'docs.google.com: Kubernetes For Everyone 🌟🌟' + year: N/A + stars: 0 + description: '' +https://hackernoon.com/the-ultimate-beginners-guide-to-kubernetes-and-container-orchestration-5d83354y: + title: 'hackernoon.com: The Ultimate Beginners Guide To Kubernetes and Container + Orchestration' + year: N/A + stars: 0 + description: '' +https://k21academy.com/docker-kubernetes/kubernetes-architecture-components-overview-for-beginners: + title: 'k21academy.com: Kubernetes Architecture. An Introduction to Kubernetes Components' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/introduction-to-kubernetes-part-1: + title: 'dzone: Introduction To Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://www.weave.works/blog/kubernetes-components-that-makeup-its-architecture: + title: 'weave.works: Kubernetes components that make up its architecture 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/advanced-kubernetes: + title: 'dzone refcard: Advanced kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/kubernetes-basics-sysadmins: + title: 'redhat.com: Kubernetes basics for sysadmins' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/kubernetes-components: + title: 'redhat.com: Kubernetes Components - A sysadmin''s guide to basic Kubernetes + components 🌟' + year: N/A + stars: 0 + description: '' +https://www.learnsteps.com/how-kubernetes-works-on-a-reconciler-pattern: + title: 'learnsteps.com: How Kubernetes works on reconciler pattern 🌟' + year: N/A + stars: 0 + description: '' +https://devopsunlocked.com/kubernetes-learning-material: + title: 'devopsunlocked.com: Kubernetes: Learning Material' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2020/12/14/kubernetes-101-an-introduction: + title: 'cncf.io: Kubernetes 101: An Introduction 🌟' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/start-learning-kubernetes: + title: 'redhat.com: Start learning Kubernetes from your local machine' + year: N/A + stars: 0 + description: '' +https://medium.com/@pratyush.mathur/kubernetes-architecture-82e9bc8324f1: + title: 'medium: Pratyush Mathur - Kubernetes Architecture' + year: N/A + stars: 0 + description: '' +https://medium.com/the-programmer/kubernetes-fundamentals-for-absolute-beginners-architecture-components-1f7cda8ea536: + title: 'medium: Kubernetes Fundamentals For Absolute Beginners: Architecture & Components' + year: N/A + stars: 0 + description: '' +https://www.learnsteps.com/what-is-a-control-plane-what-do-people-mean-by-this-basics-on-kubernetes: + title: 'learnsteps.com: What is a control plane? Basics on Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3614850/no-one-wants-to-manage-kubernetes-anymore.html: + title: 'infoworld.com: No one wants to manage Kubernetes anymore 🌟' + year: N/A + stars: 0 + description: '' +https://www.eximiaco.tech/en/2020/06/03/3-facts-to-consider-before-adopting-kubernetes: + title: 'eximiaco.tech: when to choose Kubernetes? 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/living-with-kubernetes-cluster-upgrades: + title: 'thenewstack.io: Living with Kubernetes: Cluster Upgrades 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/5-things-developers-need-to-know-about-kubernetes-management: + title: 'thenewstack.io: 5 Things Developers Need to Know About Kubernetes Management' + year: N/A + stars: 0 + description: '' +https://humanitec.com/blog/handling-environment-variables-with-kubernetes: + title: How to handle environment variables with Kubernetes? 🌟 + year: N/A + stars: 0 + description: '' +https://www.weave.works/blog/the-definitive-guide-to-kubernetes-in-production: + title: 'weave.works: The Definitive Guide to Kubernetes in Production 🌟🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/what-workloads-do-businesses-run-on-kubernetes: + title: 'thenewstack.io: What Workloads Do Businesses Run on Kubernetes?' + year: N/A + stars: 0 + description: '' +https://itnext.io/the-subtleties-of-ensuring-zero-downtime-during-pod-lifecycle-events-in-kubernetes-6461c12f7736: + title: 'itnext.io: The subtleties of ensuring zero downtime during pod lifecycle + events in Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.tutorialworks.com/difference-docker-containerd-runc-crio-oci: + title: 'tutorialworks.com: The differences between Docker, containerd, CRI-O and + runc' + year: N/A + stars: 0 + description: '' +https://searchitoperations.techtarget.com/tip/Ensure-Kubernetes-high-availability-with-master-node-planning: + title: 'searchitoperations.techtarget.com: Ensure Kubernetes high availability with + master node planning' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-new-stacks-top-kubernetes-stories-of-2021: + title: 'thenewstack.io: The New Stack’s Top Kubernetes Stories of 2021' + year: N/A + stars: 0 + description: '' +https://ostechnix.com/kubernetes-features: + title: 'ostechnix.com: Kubernetes Features Explained In Detail' + year: N/A + stars: 0 + description: '' +https://www.learnsteps.com/kubernetes-what-to-learn-from-a-long-term-perspective: + title: 'learnsteps.com: Kubernetes: What to learn from a long term perspective' + year: N/A + stars: 0 + description: '' +https://medium.com/devops-dudes/do-i-need-to-learn-kubernetes-a3dd9a7f9e9b: + title: 'medium: Do I need to learn Kubernetes?' + year: N/A + stars: 0 + description: '' +https://divya-mohan0209.medium.com/getting-started-with-k8s-in-2022-1dfeb4bdc112: + title: 'divya-mohan0209.medium.com: Getting started with K8s in 2022' + year: N/A + stars: 0 + description: '' +https://docs.google.com/document/d/1p4ZYQYM2VrMCR8K3T68JOMzWHlV-C8Jogrl9Ces77OA/edit: + title: '==docs.google.com: Kubernetes For Everyone==' + year: N/A + stars: 0 + description: '' +https://medium.com/paypal-tech/scaling-kubernetes-to-over-4k-nodes-and-200k-pods-29988fad6ed: + title: 'medium.com/paypal-tech: Scaling Kubernetes to Over 4k Nodes and 200k Pods' + year: N/A + stars: 0 + description: '' +https://www.learnsteps.com/what-is-kubelet-and-what-it-does-basics-on-kubernetes: + title: 'learnsteps.com: What is kubelet and what it does: Basics on Kubernetes' + year: N/A + stars: 0 + description: '' +https://pauldally.medium.com/kubernetes-application-high-availability-part-1-the-very-basic-basics-660a14fa81c7: + title: 'pauldally.medium.com: Kubernetes Application High-Availability β€” Part 1 + (The Very-Basic Basics)' + year: N/A + stars: 0 + description: '' +https://pauldally.medium.com/kubernetes-application-high-availability-part-2-more-basics-a1d9f9beea75: + title: 'pauldally.medium.com: Kubernetes Application High-Availability β€” Part 2 + (More Basics)' + year: N/A + stars: 0 + description: '' +https://buttondown.email/nelhage/archive/two-reasons-kubernetes-is-so-complex: + title: 'buttondown.email: Two reasons Kubernetes is so complex' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/22/2/kubernetes-architecture: + title: '==opensource.com: A guide to Kubernetes architecture==' + year: N/A + stars: 0 + description: '' +? https://medium.com/@olivier.gaumond/why-am-i-able-to-bind-a-privileged-port-in-my-container-without-the-net-bind-service-capability-60972a4d5496 +: title: 'medium.com/@olivier.gaumond: Why am I able to bind a privileged port in + my container without the NET_BIND_SERVICE capability?' + year: N/A + stars: 0 + description: '' +https://kubesphere.io/blogs/k8s-ha-practices: + title: '==kubesphere.io: Kubernetes High Availability Essential Practices Simply + Explained==' + year: N/A + stars: 0 + description: '' +https://ecem.dev/kubernetes-basics-core-components-yaml-files-2a11841eb72a: + title: 'ecem.dev: Kubernetes Basics, Core Components & Yaml Files' + year: N/A + stars: 0 + description: '' +https://medium.com/netcracker/version-control-of-configuration-files-using-kubernetes-21673766203: + title: 'medium.com/netcracker: Version Control of Configuration Files Using Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/choosing-an-optimal-kubernetes-worker-node-size-e0eacab408c4: + title: '==blog.devgenius.io: Choosing an Optimal Kubernetes Worker Node Size for + Your Startup== 🌟' + year: N/A + stars: 0 + description: '' +https://blog.scaleway.com/how-to-deploy-and-distribute-the-workload-on-a-multi-cloud-kubernetes-environment: + title: '==blog.scaleway.com: How to deploy and distribute the workload on a multi-cloud + Kubernetes environment== 🌟' + year: N/A + stars: 0 + description: '' +https://www.cloudtechtwitter.com/2022/04/kubeapiserver.html: + title: 'cloudtechtwitter.com: KubeApiServer components 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@portainerio/kubernetes-the-ultimate-enabler-of-automation-27d5a3502807: + title: 'medium.com/@portainerio: Kubernetes, the ultimate enabler of automation' + year: N/A + stars: 0 + description: '' +https://marcusnoble.co.uk/2022-07-04-managing-kubernetes-without-losing-your-cool: + title: '==marcusnoble.co.uk: Managing Kubernetes without losing your cool== 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@kajan26/the-myth-of-scalability-in-kubernetes-e49953944b8e: + title: 'medium.com/@kajan26: The Myth of scalability in Kubernetes' + year: N/A + stars: 0 + description: '' +? https://medium.com/@raymon_dut/whats-the-relationship-between-pod-deployment-replicaset-and-service-in-kubernetes-57bf3be22abb + 🌟 +: title: 'medium.com/@raymon_dut: What’s the relationShip between Pod, Deployment, + ReplicaSet, and Service in Kubernetes? 🌟' + year: N/A + stars: 0 + description: '' +https://www.cloudnatively.com/stateful-apps-on-kubernetes: + title: 'cloudnatively.com: The State of Stateful apps on Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://iximiuz.com/en/posts/kubernetes-vs-virtual-machines: + title: '==iximiuz.com: How Kubernetes Reinvented Virtual Machines (in a good sense)== + 🌟🌟' + year: N/A + stars: 0 + description: '' +https://www.spiceworks.com/tech/cloud/articles/how-to-get-started-with-kubernetes: + title: '==spiceworks.com: How to Get Started With Kubernetes the Right Way: DevOps + Experts Weigh In== 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/thenjdevopsguy/what-problem-is-kubernetes-actually-trying-to-solve-3g1n: + title: '==dev.to: What Problem Is Kubernetes Actually Trying To Solve?== 🌟' + year: N/A + stars: 0 + description: '' +https://twitter.com/aantn: + title: '"It''s funny: everyone thinks CPU requests are only used for scheduling + (WRONG) and memory requests determine who gets OOMKilled (WRONG) but it''s actually + the opposite! At runtime, memory requests do nothing, but CPU requests DO" 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2022/08/30/kubernetes-101-developers-names-ports-yaml-files-and-more: + title: 'developers.redhat.com: Kubernetes 101 for developers: Names, ports, YAML + files, and more' + year: N/A + stars: 0 + description: '' +https://medium.com/@litombeg/kubernetes-high-level-architecture-8a39456c2023: + title: 'medium.com/@litombeg: Kubernetes High-Level Architecture' + year: N/A + stars: 0 + description: '' +https://middleware.io/blog/kubernetes-challenges-and-solutions: + title: Top 5 kubernetes challenges and their solutions + year: N/A + stars: 0 + description: '' +https://jaffarshaik.medium.com/kubernetes-architecture-and-components-bf637dbd0526: + title: '==jaffarshaik.medium.com: Kubernetes Architecture and components== 🌟' + year: N/A + stars: 0 + description: '' +https://syedasadrazadevops.medium.com/deep-dive-into-kubernetes-way-to-know-about-kubernetes-6a423c262b61: + title: 'syedasadrazadevops.medium.com: Deep Dive Into Kubernetes: Who to run pod, + node container in Kubernetes (K8s)' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/kubernetes-architecture-diagram: + title: '==dzone.com: Kubernetes Architecture Diagram== 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/5-tricks-to-take-your-kubernetes-skills-to-the-next-level-a5541baeb18e: + title: 'levelup.gitconnected.com: 5 Tricks to take your Kubernetes skills to the + next level' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/dont-pause-your-kubernetes-adoption-paas-it-instead: + title: 'thenewstack.io: Don’t Pause Your Kubernetes Adoption ― PaaS It Instead!' + year: N/A + stars: 0 + description: '' +https://iximiuz.ck.page/posts/ivan-on-containers-kubernetes-and-backend-development-12: + title: 'iximiuz.ck.page: Ivan on Containers, Kubernetes, and Backend Development' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/kubernetes-k8-high-level-overview-d4e8ef59de00: + title: 'blog.devgenius.io: Kubernetes(k8) High-level overview' + year: N/A + stars: 0 + description: '' +https://waltercode.medium.com/understanding-kubernetes-a68bca45c9ce: + title: 'waltercode.medium.com: Understanding Kubernetes' + year: N/A + stars: 0 + description: '' +https://anirudhdaya.hashnode.dev/kubernetes-explained-part-1: + title: 'anirudhdaya.hashnode.dev: Kubernetes Explained- Part 1' + year: N/A + stars: 0 + description: '' +https://anirudhdaya.hashnode.dev/kubernetes-explained-part-2: + title: 'anirudhdaya.hashnode.dev: Kubernetes Explained- Part 2' + year: N/A + stars: 0 + description: '' +https://medium.com/@sakshampaliwal/what-is-kubernetes-in-short-e92f2b81248a: + title: 'medium.com/@sakshampaliwal: What is Kubernetes(in short)?' + year: N/A + stars: 0 + description: '' +https://medium.com/@hnaveed221/starting-out-with-kubernetes-21d0bd03c956: + title: 'medium.com/@hnaveed221: A Quick Intro To Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/the-techlife/application-life-cycle-management-kubernetes-4a52a6f8e5d8: + title: 'medium.com/the-techlife: Application life cycle management | Kubernetes' + year: N/A + stars: 0 + description: '' +https://hamees.hashnode.dev/kubernetes-explain-like-im-5: + title: 'hamees.hashnode.dev: Kubernetes: Explain like I''m 5' + year: N/A + stars: 0 + description: '' +https://medium.com/siot-govtech/kubernetes-from-scratch-35add70e8b7f: + title: 'medium.com/siot-govtech: Kubernetes from Scratch' + year: N/A + stars: 0 + description: '' +https://blog.learncodeonline.in/kubernetes: + title: 'blog.learncodeonline.in: Kubernetes! An Architectural Overview' + year: N/A + stars: 0 + description: '' +https://ajay-yadav.medium.com/internals-of-kubernetes-aff264063e91: + title: 'ajay-yadav.medium.com: Internals of Kubernetes' + year: N/A + stars: 0 + description: '' +https://enterprisersproject.com/article/2022/11/15-minute-primer-kubernetes: + title: 'enterprisersproject.com: A 15-minute primer on Kubernetes' + year: N/A + stars: 0 + description: '' +https://spacelift.io/blog/kubernetes-architecture: + title: 'spacelift.io: What Is Kubernetes Architecture? – Components Overview' + year: N/A + stars: 0 + description: '' +https://blog.frankel.ch/basics-access-kubernetes-pods: + title: 'blog.frankel.ch: Back to basics: accessing Kubernetes pods' + year: N/A + stars: 0 + description: '' +https://faun.pub/kubernetes-architecture-explained-under-5-minutes-e35277c4b6bc: + title: 'faun.pub: Kubernetes Architecture Explained β€” Under 5 Minutes' + year: N/A + stars: 0 + description: '' +https://www.okteto.com/blog/what-is-kubernetes-architecture: + title: 'okteto.com: What is Kubernetes Architecture?' + year: N/A + stars: 0 + description: '' +https://blogs.opentext.com/understanding-kubernetes-within-containers: + title: 'blogs.opentext.com: Understanding Kubernetes within containers' + year: N/A + stars: 0 + description: '' +https://www.techtarget.com/searchitoperations/answer/How-many-Kubernetes-nodes-should-be-in-a-cluster: + title: 'techtarget.com: How many Kubernetes nodes should be in a cluster? 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://blog.acethecloud.com/the-kubernetes-handbook-a-comprehensive-guide-of-100-q-a-e680199e6e22: + title: 'blog.acethecloud.com: The Kubernetes Handbook: A Comprehensive guide of + 100 Q&A 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@madhankannan7/kubernetes-in-production-key-considerations-b2ead677fd78: + title: 'medium.com/@madhankannan7: Kubernetes in Production: Key Considerations' + year: N/A + stars: 0 + description: '' +https://medium.com/@harsh.manvar111/dont-confuse-the-difference-between-stateless-and-stateful-9f253efe3ebd: + title: '==medium.com/@harsh.manvar111: Don’t confuse the difference between stateless + and stateful== 🌟' + year: N/A + stars: 0 + description: '' +https://www.geeksforgeeks.org/kubernetes-concept-of-containers: + title: 'geeksforgeeks.org: Kubernetes – Concept of Containers' + year: N/A + stars: 0 + description: '' +https://dev.to/javinpaul/why-developers-should-learn-docker-and-kubernetes-in-2023-4hof: + title: '==dev.to: Why Developers Should Learn Docker and Kubernetes in 2023== 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/jonatan5524/build-my-own-kubernetes-journey-1a3j: + title: 'dev.to: Build my own Kubernetes journey (10 Part Series) | Jonatan Ezron' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/why-kubernetes-has-emerged-as-the-os-of-the-cloud: + title: 'thenewstack.io: Why Kubernetes Has Emerged as the β€˜OS’ of the Cloud' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/kubernetes-as-a-platform-vs-kubernetes-as-an-api-2: + title: '==aws.amazon.com: Kubernetes as a platform vs. Kubernetes as an API== 🌟🌟' + year: N/A + stars: 0 + description: '' +https://symbiosis.host/blog/comparing-cluster-creation-times: + title: '==symbiosis.host: Benchmarking cluster creation time for 8 managed Kubernetes + providers==' + year: N/A + stars: 0 + description: '' +? https://medium.com/@deepeshjaiswal6734/an-introduction-to-kubernetes-architecture-kubernetes-object-deep-dive-1-77205e56db5 +: title: '==medium.com/@deepeshjaiswal6734: An Introduction to Kubernetes Architecture + && Kubernetes Object deep dive-1== 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/leandronsp/kubernetes-101-part-i-the-fundamentals-23a1: + title: 'dev.to: Kubernetes 101, part I, the fundamentals | Leandro ProenΓ§a' + year: N/A + stars: 0 + description: '' +https://dormoshe.io/trending-news/kubernetes-101-part-i-the-fundamentals-23a1-60035: + title: 'dormoshe.io: Kubernetes 101, part I, the fundamentals | Leandro ProenΓ§a' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/phippy/the-childrens-illustrated-guide-to-kubernetes: + title: 'cncf.io: THE ILLUSTRATED CHILDREN’S GUIDE TO KUBERNETES 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/leandronsp/kubernetes-101-part-ii-pods-19pb: + title: 'dev.to/leandronsp: Kubernetes 101, part II, pods' + year: N/A + stars: 0 + description: '' +https://dev.to/leandronsp/kubernetes-101-part-iii-controllers-and-self-healing-4ki5: + title: 'dev.to/leandronsp: Kubernetes 101, part III, controllers and self-healing' + year: N/A + stars: 0 + description: '' +https://dev.to/leandronsp/kubernetes-101-part-iv-deployments-20m3: + title: 'dev.to/leandronsp: Kubernetes 101, part IV, deployments' + year: N/A + stars: 0 + description: '' +https://dev.to/leandronsp/kubernetes-101-part-v-statefulsets-5dob: + title: 'dev.to/leandronsp: Kubernetes 101, part V, statefulsets' + year: N/A + stars: 0 + description: '' +https://dev.to/leandronsp/kubernetes-101-part-vi-daemonsets-1ph0: + title: 'dev.to/leandronsp: Kubernetes 101, part VI, daemonsets' + year: N/A + stars: 0 + description: '' +https://dev.to/leandronsp/kubernetes-101-part-vii-jobs-and-cronjobs-12kg: + title: 'dev.to/leandronsp: Kubernetes 101, part VII, jobs and cronjobs' + year: N/A + stars: 0 + description: '' +https://dev.to/leandronsp/kubernetes-101-part-viii-networking-fundamentals-mo7: + title: 'dev.to/leandronsp: Kubernetes 101, part VIII, networking fundamentals' + year: N/A + stars: 0 + description: '' +? https://yuminlee2.medium.com/kubernetes-understanding-kubernetes-architecture-through-a-restaurant-chefs-analogy-b89f38d8b95a +: title: 'yuminlee2.medium.com: Kubernetes: Understanding Kubernetes Architecture + through a Restaurant Chef’s Analogy' + year: N/A + stars: 0 + description: '' +? https://medium.com/jamf-engineering/how-three-lines-of-configuration-solved-our-grpc-scaling-issues-in-kubernetes-ca1ff13f7f06 +: title: '==medium.com/jamf-engineering: How three lines of configuration solved our + gRPC scaling issues in Kubernetes== 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/a-platform-for-kubernetes: + title: 'thenewstack.io: A Platform for Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/devops-in-k8s-deployment-rolling-update-f022285c6f90: + title: 'blog.devgenius.io: DevOps in K8s β€” Deployment Rolling Update' + year: N/A + stars: 0 + description: '' +https://medium.com/@walissonscd/creating-a-kubernetes-pod-with-multiple-containers-and-a-shared-volume-257d9aa2081d: + title: 'medium.com/@walissonscd: Creating a Kubernetes Pod with Multiple Containers + and a Shared Volume 🌟' + year: N/A + stars: 0 + description: '' +https://devopscube.com/kubernetes-daemonset: + title: 'devopscube.com: Kubernetes Daemonset: A Comprehensive Guide' + year: N/A + stars: 0 + description: '' +https://medium.com/@rphilogene/turning-kubernetes-into-a-developer-friendly-product-930d7290a448: + title: 'medium.com/@rphilogene: Turning Kubernetes into a Developer-Friendly Product' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/day-01-kubernetes-understanding-architecture-anup-ghattikar: + title: 'linkedin.com: DAY 01: Kubernetes : Understanding Architecture, Components, + Installation and Configuration' + year: N/A + stars: 0 + description: '' +https://medium.com/@vvsevel/a-guide-to-kubernetes-application-resource-tuning-part-1-bf0ba04db10: + title: 'medium.com/@vvsevel: A Guide to Kubernetes Application Resource Tuning β€” + part 1' + year: N/A + stars: 0 + description: '' +https://medium.com/@vinothiniraju/streamlining-kubernetes-deployment-with-ready-built-developer-platform-5ba0cbb4facf: + title: 'medium.com/@vinothiniraju: Streamlining Kubernetes Deployment with Ready-Built + Developer Platform' + year: N/A + stars: 0 + description: '' +https://faun.pub/kubernetes-nginx-deployments-simplified-management-and-increased-scalability-8b1a32884db1: + title: 'faun.pub: Kubernetes Nginx Deployments: Simplified Management and Increased + Scalability' + year: N/A + stars: 0 + description: '' +https://semaphoreci.com/blog/replicaset-statefulset-daemonset-deployments: + title: '==semaphoreci.com: Understanding ReplicaSet vs. StatefulSet vs. DaemonSet + vs. Deployments==' + year: N/A + stars: 0 + description: '' +https://medium.com/@a.j.abbott24/kubernetes-multi-environment-config-management-c36c5cf3bbac: + title: '==medium.com/@a.j.abbott24: Kubernetes: Multi Environment Config Management==' + year: N/A + stars: 0 + description: '' +https://medium.com/@extio/understanding-kubernetes-annotations-enhancing-flexibility-and-extensibility-8f9046591aa1: + title: 'medium.com/@extio: Understanding Kubernetes Annotations: Enhancing Flexibility + and Extensibility' + year: N/A + stars: 0 + description: '' +https://aws.plainenglish.io/kubectl-get-kubernetes-o-architecture-6d4bd97dcaaf: + title: 'aws.plainenglish.io: $ kubectl get kubernetes -o architecture' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/deploy-docker-image-to-kubernetes: + title: 'freecodecamp.org: How to Deploy an Application to a Kubernetes Cluster' + year: N/A + stars: 0 + description: '' +https://medium.com/@kylelzk/kubernetes-theory-understanding-kubernetes-components-a-deep-dive-ac31b7463df2: + title: 'medium.com/@kylelzk: Kubernetes Theory - Understanding Kubernetes Components: + A Deep Dive' + year: N/A + stars: 0 + description: '' +https://medium.com/@bijit211987/kubernetes-roadmap-edd06067fa72: + title: 'medium.com/@bijit211987: Kubernetes Roadmap' + year: N/A + stars: 0 + description: '' +https://serokell.io/blog/kubernetes-guide: + title: 'serokell.io/blog/kubernetes-guide: A Guide to Kubernetes' + year: N/A + stars: 0 + description: '' +https://kube.careers/report-2021-q2: + title: 'kube.careers: Kubernetes jobs market (Q2 2021)' + year: N/A + stars: 0 + description: '' +https://kube.careers/report-2021-q4: + title: 'kube.careers: Kubernetes jobs market trends for 2021 (Q4)' + year: N/A + stars: 0 + description: '' +https://kube.careers/kubernetes-trend-report-2022-q2: + title: 'kube.careers: Kubernetes jobs market trends for 2022 Q2' + year: N/A + stars: 0 + description: '' +https://kube.careers/kubernetes-trend-report-2022-q3: + title: 'kube.careers: Kubernetes jobs market trends for 2022 Q3' + year: N/A + stars: 0 + description: '' +https://kube.careers/kubernetes-trend-report-2022-q4: + title: 'kube.careers: Kubernetes jobs market trends for 2022 Q4' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3679749/how-to-beat-the-kubernetes-skills-shortage.html: + title: 'infoworld.com: How to beat the Kubernetes skills shortage' + year: N/A + stars: 0 + description: '' +https://medium.com/@dfrancisczok/introduction-to-kubernetes-other-kubernetes-components-and-abstract-concepts-7dfa4955d845: + title: 'medium.com/@dfrancisczok: Introduction to Kubernetes β€” other Kubernetes + components and abstract concepts | Dave Frank' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/kubernetes-101-understanding-the-basics-of-container-orchestration-898562f45651: + title: 'levelup.gitconnected.com: Kubernetes 101: Understanding the Basics of Container + Orchestration' + year: N/A + stars: 0 + description: '' +https://medium.com/@walissonscd/understanding-your-kubernetes-cluster-16f4b90f3edc: + title: 'medium.com/@walissonscd: Understanding Your Kubernetes Cluster' + year: N/A + stars: 0 + description: '' +https://virtualizationreview.com/articles/2020/05/08/cloud-native-dev-survey.aspx: + title: Cloud-Native Development Survey Details Kubernetes, Serverless Data + year: N/A + stars: 0 + description: '' +https://k8s.af: + title: k8s.af 🌟 + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-horror-stories: + title: 'thenewstack.io: Kubernetes Horror Stories' + year: N/A + stars: 0 + description: '' +https://techbeacon.com/enterprise-it/why-teams-fail-kubernetes-what-do-about-it: + title: 'techbeacon.com: Why teams fail with Kubernetesβ€”and what to do about it' + year: N/A + stars: 0 + description: '' +https://www.fairwinds.com/kubernetes-maturity-model: + title: 'fairwinds.medium.com: Kubernetes Maturity Model' + year: N/A + stars: 0 + description: '' +https://fairwinds.medium.com/an-introduction-to-the-kubernetes-maturity-model-how-to-use-it-54ebfc21e413: + title: 'fairwinds.medium.com: An Introduction to the Kubernetes Maturity Model β€” + How to Use It' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/developer-sandbox/get-started: + title: openshift sandbox + year: N/A + stars: 0 + description: '' +https://kubebyexample.com: + title: Kubebyexample.com - kubernetesbyexample.com 🌟🌟 + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes/community/blob/master/sig-scalability/configs-and-limits/thresholds.md: + title: 'github.com/kubernetes: Kubernetes Scalability thresholds' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-installation-methods-the-complete-guide-1036c860a2b3: + title: 'itnext.io: Kubernetes Installation Methods The Complete Guide' + year: N/A + stars: 0 + description: '' +https://medium.com/@DevOpsfreak/top-12-kubernetes-installation-errors-you-cant-afford-to-miss-b52d7cda1a52: + title: 'medium.com/@DevOpsfreak: Top 12 Kubernetes Installation Errors You Can’t + Afford to Miss' + year: N/A + stars: 0 + description: '' +https://kubernetes.io: + title: kubernetes.io + year: N/A + stars: 0 + description: '' +https://kubernetesreadme.com: + title: 'Kubernetes README: kubernetesreadme.com' + year: N/A + stars: 0 + description: '' +https://dev-k8sref-io.web.app: + title: dev-k8sref-io.web.app + year: N/A + stars: 0 + description: '' +https://github.com/jamiehannaford/what-happens-when-k8s: + title: jamiehannaford/what-happens-when-k8s + year: N/A + stars: 0 + description: '' +https://kubernetespodcast.com: + title: kubernetespodcast.com + year: N/A + stars: 0 + description: '' +https://www.weave.works/blog/kubernetes-in-the-enterprise: + title: '==weave.works: Podcast: Kubernetes has won the enterprise==' + year: N/A + stars: 0 + description: '' +https://kubelist.com/podcast: + title: 'kubelist.com/podcast: The Kubelist Podcast' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/blog: + title: learnk8s.io/blog + year: N/A + stars: 0 + description: '' +https://www.kubermatic.com/categories/kubernetes: + title: kubermatic.com + year: N/A + stars: 0 + description: '' +https://containerjournal.com: + title: containerjournal.com + year: N/A + stars: 0 + description: '' +https://cloudowski.com: + title: cloudowski.com + year: N/A + stars: 0 + description: '' +https://dev.to/t/kubernetes: + title: dev.to/t/kubernetes + year: N/A + stars: 0 + description: '' +https://kubernetes-on-aws.readthedocs.io: + title: kubernetes-on-aws.readthedocs.io + year: N/A + stars: 0 + description: '' +https://opensource.com/tags/kubernetes: + title: opensource.com/tags/kubernetes + year: N/A + stars: 0 + description: '' +https://itnext.io/tagged/kubernetes: + title: itnext.io/tagged/kubernetes + year: N/A + stars: 0 + description: '' +https://k21academy.com/category/docker-kubernetes: + title: k21academy.com/category/docker-kubernetes + year: N/A + stars: 0 + description: '' +https://www.weave.works/blog/category/kubernetes: + title: weave.works/blog/category/kubernetes + year: N/A + stars: 0 + description: '' +https://www.learnsteps.com/tag/basics-on-kubernetes: + title: learnsteps.com/tag/basics-on-kubernetes + year: N/A + stars: 0 + description: '' +https://thecloudblog.net: + title: thecloudblog.net + year: N/A + stars: 0 + description: '' +https://blog.palark.com/tag/kubernetes: + title: blog.palark.com + year: N/A + stars: 0 + description: '' +https://www.returngis.net: + title: returngis.net + year: N/A + stars: 0 + description: '' +https://kubedex.com: + title: kubedex.com + year: N/A + stars: 0 + description: '' +https://medium.com/@jpcontad/a-year-of-running-kubernetes-as-a-product-7eed1204eecd: + title: 'medium.com: A Year Of Running Kubernetes at MYOB, And The Importance Of + Empathy' + year: N/A + stars: 0 + description: '' +https://labs.mwrinfosecurity.com/blog/attacking-kubernetes-through-kubelet: + title: 'labs.mwrinfosecurity.com: Attacking Kubernetes through Kubelet' + year: N/A + stars: 0 + description: '' +https://itnext.io/successful-short-kubernetes-stories-for-devops-architects-677f8bfed803: + title: 'itnext.io: Successful & Short Kubernetes Stories For DevOps Architects' + year: N/A + stars: 0 + description: '' +https://platform9.com/blog/kubernetes-ci-cd-pipelines-at-scale: + title: 'platform9.com: Kubernetes CI/CD Pipelines at Scale' + year: N/A + stars: 0 + description: '' +https://searchapparchitecture.techtarget.com/tip/4-trends-for-Kubernetes-cloud-native-teams-to-watch-in-2020: + title: 4 trends for Kubernetes cloud-native teams to watch in 2020 + year: N/A + stars: 0 + description: '' +https://enterprisersproject.com/article/2020/5/kubernetes-5-open-source-projects-improve: + title: '5 open source projects that make Kubernetes even better: Prometheus, Operator + framework, Knative, Tekton, Kubeflow 🌟' + year: N/A + stars: 0 + description: '' +https://thebsdbox.co.uk/2020/03/18/Creating-a-Kubernetes-cloud-doesn-t-required-boiling-the-ocean: + title: Creating a Kubernetes cloud provider, doesn't required boiling the ocean + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/6/kubernetes-anniversary: + title: 'opensource.com: 5 ways to boost your Kubernetes knowledge' + year: N/A + stars: 0 + description: '' +https://blog.container-solutions.com/7-cloud-native-trends-to-watch-in-2020: + title: 'blog.container-solutions.com: 7 Cloud Native Trends to Watch in 2020' + year: N/A + stars: 0 + description: '' +https://snyk.io/blog/shipping-kubernetes-native-applications-with-confidence: + title: 'snyk.io: Shipping Kubernetes-native applications with confidence' + year: N/A + stars: 0 + description: '' +https://medium.com/@dius_au/delivering-value-on-kubernetes-8d5c5655c1b4: + title: 'medium: Delivering value on Kubernetes' + year: N/A + stars: 0 + description: '' +https://blocksandfiles.com/2020/07/21/kubernetes-stateful-status: + title: 'blocksandfiles.com: Kubernetes is in a bit of state about state' + year: N/A + stars: 0 + description: '' +https://medium.com/@alexellisuk/then-he-asked-me-is-kubernetes-right-for-us-78695ee35289: + title: 'medium: Then he asked me β€œIs Kubernetes right for us?”' + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/kubernetes-virtual-clusters-for-ci-cd-testing: + title: 'loft.sh: Kubernetes: Virtual Clusters For CI/CD & Testing' + year: N/A + stars: 0 + description: '' +https://lambda.grofers.com/learnings-from-two-years-of-kubernetes-in-production-b0ec21aa2814: + title: 'lambda.grofers.com: Learnings From Two Years of Kubernetes in Production' + year: N/A + stars: 0 + description: '' +https://medium.com/better-programming/3-years-of-kubernetes-in-production-heres-what-we-learned-44e77e1749c8: + title: 'medium: 3 Years of Kubernetes in Production–Here’s What We Learned' + year: N/A + stars: 0 + description: '' +https://www.revistacloudcomputing.com/2020/09/los-mejores-proveedores-de-kubernetes: + title: 'revistacloudcomputing.com: Los mejores proveedores de Kubernetes' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/topics/container-management/overcoming-kubernetes-infrastructure-challenges: + title: 'containerjournal.com: Overcoming Kubernetes Infrastructure Challenges' + year: N/A + stars: 0 + description: '' +? https://medium.com/cloud-foundry-foundation/installing-cf-for-k8s-on-a-kubernetes-cluster-running-on-digitalocean-acffdc652dcf +: title: 'medium: Installing cf-for-k8s on a Kubernetes Cluster Running on Digital + Ocean' + year: N/A + stars: 0 + description: '' +https://itnext.io/lessons-learned-from-managing-a-kubernetes-cluster-for-side-projects-780fbbacf36c: + title: 'itnext.io: Lessons learned from managing a Kubernetes cluster for side projects + (GKE)' + year: N/A + stars: 0 + description: '' +https://www.projectcalico.org/using-kubernetes-to-orchestrate-vms: + title: 'projectcalico.org: Using Kubernetes to orchestrate VMs' + year: N/A + stars: 0 + description: '' +https://www.lastweekinaws.com/blog/reader-mailbag-is-ecs-deprecated: + title: 'lastweekinaws.com: Is ECS deprecated? Has Kubernetes won?' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/1/kubernetes: + title: 'opensource.com: 8 Kubernetes insights for 2021' + year: N/A + stars: 0 + description: '' +https://srcco.de/posts/many-kubernetes-clusters.html: + title: 'srcco.de: Zalando - Many Kubernetes Clusters instead of 1 huge cluster' + year: N/A + stars: 0 + description: '' +https://platform9.com/lp/ultimate-guide-enterprise-kubernetes: + title: 'platform9.com: The Gorilla Guide to Kubernetes in the Enterprise' + year: N/A + stars: 0 + description: '' +https://www.magalix.com/blog/influencing-kubernetes-scheduler-decisions: + title: 'magalix.com: Influencing Kubernetes Scheduler Decisions' + year: N/A + stars: 0 + description: '' +https://medium.com/kubernetes-tutorials/making-sense-of-taints-and-tolerations-in-kubernetes-446e75010f4e: + title: 'medium: Making Sense of Taints and Tolerations in Kubernetes' + year: N/A + stars: 0 + description: '' +https://devopscube.com/key-considerations-kubernetes-cluster-design-setup: + title: 'devopscube.com: 10 Key Considerations for Kubernetes Cluster Design & Setup + 🌟' + year: N/A + stars: 0 + description: '' +https://blog.pixielabs.ai/hybrid-architecture/hybrid-architecture: + title: 'blog.pixielabs.ai: Building Kubernetes Native SaaS applications: iterating + quickly by deploying in-cluster data planes' + year: N/A + stars: 0 + description: '' +https://itnext.io/cks-exam-series-9-rbac-v2-23ee24dd77cd: + title: 'itnext.io: CKS Exam Series #9 RBAC v2' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/kubernetes-trends-and-challenges: + title: 'infoq.com: Experts Discuss Top Kubernetes Trends and Production Challenges' + year: N/A + stars: 0 + description: '' +https://blog.appstack.one/how-to-run-ghost-blog-inside-kubernetes: + title: 'blog.appstack.one: How to run Ghost blog inside Kubernetes' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/scaling-celery-rabbitmq-kubernetes: + title: 'learnk8s.io: Scaling Celery workers with RabbitMQ on Kubernetes' + year: N/A + stars: 0 + description: '' +https://superuser.openstack.org/articles/run-your-kubernetes-cluster-on-openstack-in-production: + title: 'superuser.openstack.org: Run Your Kubernetes Cluster on OpenStack in Production' + year: N/A + stars: 0 + description: '' +? https://andrewlock.net/deploying-asp-net-core-applications-to-kubernetes-part-6-adding-health-checks-with-liveness-readiness-and-startup-probes +: title: 'andrewlock.net: Deploying ASP.NET Core applications to Kubernetes - Part + 6 - Adding health checks with Liveness, Readiness, and Startup probes' + year: N/A + stars: 0 + description: '' +https://medium.com/inside-personio/graceful-shutdown-of-fpm-and-nginx-in-kubernetes-f362369dff22: + title: 'medium: Graceful shutdown of fpm and nginx in Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.fairwinds.com/blog/over-provisioned-and-over-permissioned-containers-kubernetes: + title: 'fairwinds.com: Over-Provisioned and Over-Permissioned Containers & Kubernetes' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/how-to-implement-your-distributed-filesystem-with-glusterfs-and-kubernetes-83ee7f5f834f: + title: 'betterprogramming.pub: How to Implement Your Distributed Filesystem With + GlusterFS And Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/pinterest-engineering/scaling-kubernetes-with-assurance-at-pinterest-a23f821168da: + title: 'medium: Scaling Kubernetes with Assurance at Pinterest' + year: N/A + stars: 0 + description: '' +https://blog.deckhouse.io/how-we-enjoyed-upgrading-a-bunch-of-kubernetes-clusters-from-v1-16-to-v1-19-7d664624b2c1: + title: 'blog.deckhouse.io: How we enjoyed upgrading a bunch of Kubernetes clusters + from v1.16 to v1.19' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/topology-aware-scheduling-in-kubernetes-part-1-the-high-level-business-case: + title: 'openshift.com: Topology Aware Scheduling in Kubernetes Part 1: The High + Level Business Case' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/topology-awareness-in-kubernetes-part-2-dont-we-already-have-a-topology-manager: + title: 'openshift.com: Topology Awareness in Kubernetes Part 2: Don’t we already + have a Topology Manager?' + year: N/A + stars: 0 + description: '' +https://github.com/msfidelis/kubernetes-with-cri-o: + title: Kubernetes setup with CRI-O Runtime + year: N/A + stars: 0 + description: '' +https://blog.min.io/the_way_of_the_cloud: + title: 'blog.min.io: Kubernetes, Consistency and Commoditization - The Way of the + Cloud' + year: N/A + stars: 0 + description: '' +https://hjrocha.medium.com/add-a-custom-host-to-kubernetes-a06472cedccb: + title: 'hjrocha.medium.com: Add a Custom Host to Kubernetes' + year: N/A + stars: 0 + description: '' +https://rancher.com/three-pillars-kubernetes-container-orchestration: + title: 'rancher.com: The Three Pillars of Kubernetes Container Orchestration 🌟' + year: N/A + stars: 0 + description: '' +https://www.qwinix.io/blog-what-is-kubernetes: + title: 'qwinix.io: What Is Kubernetes? K8s Uses, Benefits, & More' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/governance-risk-and-compliance-with-kubernetes: + title: 'thenewstack.io: Governance, Risk and Compliance with Kubernetes' + year: N/A + stars: 0 + description: '' +https://zhimin-wen.medium.com/custom-notifications-with-alert-managers-webhook-receiver-in-kubernetes-8e1152ba2c31: + title: 'zhimin-wen.medium.com: Custom Notifications with Alert Manager’s Webhook + Receiver in Kubernetes' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/product-updates/recommendations-api: + title: 'harness.io: Introducing Recommendations API: Find Potential Cost Savings + Programmatically' + year: N/A + stars: 0 + description: '' +https://blog.harbur.io/demystifying-stateful-apps-on-kubernetes-by-deploying-an-etcd-cluster-b85bf8c16fea: + title: 'blog.harbur.io: Demystifying stateful apps on Kubernetes by deploying an + etcd cluster' + year: N/A + stars: 0 + description: '' +https://blog.kintone.io/entry/2021/01/14/160935: + title: 'blog.kintone.io: Rebooting a LOT of Kubernetes nodes in a declarative way' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3617008/how-kubernetes-works.html: + title: 'infoworld.com: How Kubernetes works' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/cloud-native-observability: + title: 'infoq.com: Cloud Native and Kubernetes Observability: Expert Panel' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2020/12/02/dont-panic-kubernetes-and-docker: + title: 'kubernetes.io: Don''t Panic: Kubernetes and Docker' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/exploring-the-new-kubernetes-maturity-model: + title: 'thenewstack.io: Exploring the New Kubernetes Maturity Model' + year: N/A + stars: 0 + description: '' +https://blog.bandowski.eu/tools-that-should-be-used-in-every-kubernetes-cluster-38969ed3e603: + title: 'blog.bandowski.eu: Tools that should be used in every Kubernetes cluster + 🌟' + year: N/A + stars: 0 + description: '' +https://argoproj.github.io: + title: ArgoCD + year: N/A + stars: 0 + description: '' +https://metallb.universe.tf: + title: MetalLB + year: N/A + stars: 0 + description: '' +https://cert-manager.io: + title: cert-manager 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/external-dns: + title: external-dns + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/pid-namespace: + title: 'redhat.com: Building containers by hand: The PID namespace' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/kubernetes-effect: + title: 'infoq.com: The Kubernetes Effect' + year: N/A + stars: 0 + description: '' +https://dustinspecker.com/posts/scaling-kubernetes-pods-prometheus-metrics: + title: 'dustinspecker.com: Scaling Kubernetes Pods using Prometheus Metrics 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/stack-labs/how-to-switch-container-runtime-in-a-kubernetes-cluster-1628: + title: 'dev.to: How to switch container runtime in a Kubernetes cluster' + year: N/A + stars: 0 + description: '' +https://itnext.io/breaking-down-and-fixing-etcd-cluster-d81e35b9260d: + title: 'itnext.io: Breaking down and fixing etcd cluster' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-what-are-endpoints-3cc9e769b614: + title: 'itnext.io: Kubernetes: what are Endpoints' + year: N/A + stars: 0 + description: '' +https://medium.com/beamdental/using-kubernetes-custom-resources-to-manage-our-ephemeral-environments-f298610893e1: + title: 'medium.com: Using kubernetes custom resources to manage our ephemeral environments' + year: N/A + stars: 0 + description: '' +https://medium.com/empathyco/running-apache-flink-on-kubernetes-10815a26559e: + title: 'medium: Running Apache Flink on Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.learnsteps.com/how-exactly-kube-proxy-works-basics-on-kubernetes: + title: 'learnsteps.com: How exactly kube-proxy works: Basics on Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/flare-systems/connect-services-across-kubernetes-clusters-using-teleproxy-3f317cfd8da: + title: 'medium.com: Connect services across Kubernetes clusters using Teleproxy' + year: N/A + stars: 0 + description: '' +https://medium.com/kubernetes-tutorials/kubernetes-dns-for-services-and-pods-664804211501: + title: 'medium: Kubernetes DNS for Services and Pods' + year: N/A + stars: 0 + description: '' +https://edgehog.blog/getting-started-with-k8s-core-concepts-135fb570462e: + title: 'edgehog.blog: Getting Started with K8s: Core Concepts' + year: N/A + stars: 0 + description: '' +https://www.siderolabs.com/blog/is-vanilla-kubernetes-really-too-heavy-for-the-raspberry-pi: + title: 'siderolabs.com: Is Vanilla Kubernetes Really Too Heavy For The Raspberry + Pi?' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/kubernetes-workloads-serverless-era: + title: 'infoq.com: Kubernetes Workloads in the Serverless Era: Architecture, Platforms, + and Trends' + year: N/A + stars: 0 + description: '' +https://blog.kintone.io/entry/neco-registry: + title: 'blog.kintone.io: Tolerating failures in container image registries' + year: N/A + stars: 0 + description: '' +https://blog.px.dev/etcd-6-tips: + title: 'blog.px.dev: How etcd works and 6 tips to keep in mind' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/kubeconcnc/kubernetes-true-superpower-is-its-control-plane: + title: 'containerjournal.com: Kubernetes’ True Superpower is its Control Plane' + year: N/A + stars: 0 + description: '' +https://dev.to/datreeio/a-deep-dive-into-kubernetes-schema-validation-39ll: + title: 'dev.to: A Deep Dive Into Kubernetes Schema Validation' + year: N/A + stars: 0 + description: '' +https://www.tremolosecurity.com/post/pipelines-and-kubernetes-authentication: + title: 'tremolosecurity.com: Pipelines and Kubernetes Authentication' + year: N/A + stars: 0 + description: '' +https://www.usepine.com/blog/en/improving-cert-manager-self-check-speed-when-issuing-certificates: + title: 'usepine.com: Improving cert-manager HTTP01 self-check speed' + year: N/A + stars: 0 + description: '' +https://www.datree.io/resources/kubernetes-schema-validation: + title: 'datree.io: A Deep Dive Into Kubernetes Schema Validation 🌟' + year: N/A + stars: 0 + description: '' +https://community.suse.com/posts/stupid-simple-kubernetes-deployments-services-and-ingresses-explained: + title: 'community.suse.com: Stupid Simple Kubernetesβ€Šβ€”β€ŠDeployments, Services and + Ingresses Explained' + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/avoiding-kubernetes-cluster-outages-synthetic-monitoring: + title: 'infracloud.io: Avoiding Kubernetes Cluster Outages with Synthetic Monitoring' + year: N/A + stars: 0 + description: '' +https://www.talos-systems.com/blog/is-vanilla-kubernetes-really-too-heavy-for-the-raspberry-pi: + title: 'talos-systems.com: Is Vanilla Kubernetes Really Too Heavy For The Raspberry + Pi?' + year: N/A + stars: 0 + description: '' +https://thenucleargeeks.com/2021/06/26/taints-and-tolerations-in-kubernetes-edit: + title: 'thenucleargeeks.com: Taints and Tolerations in Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/devopshubproject/cka-lab: + title: devopshubproject/cka-lab + year: N/A + stars: 0 + description: '' +https://shayn-71079.medium.com/scaling-kubernetes-clusters-8a061321de93: + title: 'shayn-71079.medium.com: Scaling Kubernetes Clusters' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/living-with-kubernetes-multicluster-management: + title: 'thenewstack.io: Living with Kubernetes: Multicluster Management' + year: N/A + stars: 0 + description: '' +https://www.tigera.io/blog/comparing-kube-proxy-modes-iptables-or-ipvs: + title: 'tigera.io: Comparing kube-proxy modes: iptables or IPVS?' + year: N/A + stars: 0 + description: '' +https://www.fairwinds.com/blog/k8s-clinic-how-to-run-kubernetes-securely-and-efficiently: + title: 'fairwinds.com: K8s Clinic: How to Run Kubernetes Securely and Efficiently + 🌟' + year: N/A + stars: 0 + description: '' +https://go.weave.works/production-ready-kubernetes-checklist.html: + title: 'weave.works: Production Ready Checklists for Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://okteto.com/blog/preview-environments-for-kubernetes: + title: 'okteto.com: Run your Pull Request Preview Environments on Kubernetes' + year: N/A + stars: 0 + description: '' +https://allanjohn909.medium.com/kubernetes-ingress-traefik-cert-manager-letsencrypt-3cb5ea4ee071: + title: 'allanjohn909.medium.com: Kubernetes Ingress with Traefik, CertManager, LetsEncrypt + and HAProxy' + year: N/A + stars: 0 + description: '' +https://asishmm.medium.com/discussion-on-horizontal-pod-autoscaler-with-a-demo-on-local-k8s-cluster-81694c09f818: + title: 'asishmm.medium.com: Discussion on Horizontal Pod Autoscaler with a demo + on local k8s cluster' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2021/07/08/kubernetes-multicluster-with-kind-and-submariner: + title: 'piotrminkowski.com: Kubernetes Multicluster with Kind and Submariner' + year: N/A + stars: 0 + description: '' +https://www.civo.com/learn/get-up-and-running-with-kubeflow-on-civo-kubernetes: + title: 'civo.com: Get up and running with Kubeflow on Civo Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.palark.com/failure-stories-elasticsearch-migration-within-kubernetes: + title: 'blog.palark.com: Failure stories #2. How to destroy Elasticsearch while + migrating it within Kubernetes' + year: N/A + stars: 0 + description: '' +https://dbafromthecold.com/2020/04/08/adjusting-pod-eviction-time-in-kubernetes: + title: 'dbafromthecold.com: Adjusting pod eviction time in Kubernetes' + year: N/A + stars: 0 + description: '' +https://doordash.engineering/2021/04/14/gradual-code-releases-using-an-in-house-kubernetes-canary-controller: + title: 'doordash.engineering: Gradual Code Releases Using an In-House Kubernetes + Canary Controller' + year: N/A + stars: 0 + description: '' +https://itnext.io/how-to-deploy-a-cross-cloud-kubernetes-cluster-with-built-in-disaster-recovery-bbce27fcc9d7: + title: 'itnext.io: How to deploy a cross-cloud Kubernetes cluster with built-in + disaster recovery 🌟' + year: N/A + stars: 0 + description: '' +https://www.getambassador.io/resources/getting-started-with-kubernetes-for-javascript-developers: + title: 'getambassador.io: Getting Started with Kubernetes for JavaScript Developers' + year: N/A + stars: 0 + description: '' +https://blog.cloudflare.com/automatic-remediation-of-kubernetes-nodes: + title: 'blog.cloudflare.com: Automatic Remediation of Kubernetes Nodes' + year: N/A + stars: 0 + description: '' +https://www.pulumi.com/blog/kubernetes-fundamentals-part-one: + title: 'pulumi.com: Kubernetes Fundamentals Part One - Python instead of YAML 🌟' + year: N/A + stars: 0 + description: '' +https://ubuntu.com/blog/how-to-test-the-latest-kubernetes-with-microk8s: + title: 'ubuntu.com: How to test the latest Kubernetes 1.22 release candidate with + MicroK8s' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/10-steps-to-a-successful-kubernetes-technical-transformation: + title: 'thenewstack.io: 10 Steps to a Successful Kubernetes Technical Transformation + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/brainyydude/kubernetes-scaling-replicas-69fcd44b0630: + title: 'medium: Kubernetes Scaling & Replicas 🌟' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2021/07/27/advanced-kubernetes-pod-to-node-scheduling: + title: 'cncf.io: Advanced Kubernetes pod to node scheduling' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/create-a-pod-in-kubernetes-cluster-b9e0c33bb904: + title: 'medium: Create A Pod In Kubernetes Cluster' + year: N/A + stars: 0 + description: '' +https://www.cloudsavvyit.com/13039/how-to-scale-docker-containers-across-servers-using-kubernetes: + title: 'cloudsavvyit.com: How to Scale Docker Containers Across Servers Using Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?app=desktop&v=Vh3piGAxcf8&ab_channel=AlokKumar: + title: Kubernetes. Label and Selector. Important Topic. Identify object in cluster. + CKA Exam Tips + year: N/A + stars: 0 + description: '' +https://thenewstack.io/cloud-foundry-summit-kubernetes-must-do-better-by-developers: + title: 'thenewstack.io: Cloud Foundry Summit: Kubernetes Must Do Better by Developers' + year: N/A + stars: 0 + description: '' +https://itnext.io/how-to-create-kubernetes-home-lab-on-an-old-laptop-1de6cc12c13e: + title: 'itnext.io: How to create Kubernetes home lab on an old laptop with K3s' + year: N/A + stars: 0 + description: '' +https://itnext.io/how-to-deploy-a-single-kubernetes-cluster-across-multiple-clouds-using-k3s-and-wireguard-a5ae176a6e81: + title: 'itnext.io: How to deploy a single Kubernetes cluster across multiple clouds + using k3s and WireGuard' + year: N/A + stars: 0 + description: '' +https://itnext.io/databases-in-a-kubernetes-angular-net-core-microservice-arch-a0c0ae23dca9: + title: 'itnext.io: How to Add MySql & MongoDB to a Kubernetes .Net Core Microservice + Architecture' + year: N/A + stars: 0 + description: '' +https://itnext.io/expose-open-policy-agent-gatekeeper-constraint-violations-with-prometheus-and-grafana-6b7ac92ea07f: + title: 'itnext.io: Expose Open Policy Agent/Gatekeeper Constraint Violations for + Kubernetes Applications with Prometheus and Grafana' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-airbnb-and-twitter-cut-back-on-microservice-complexities: + title: 'thenewstack.io: How Airbnb and Twitter Cut Back on Microservice Complexities' + year: N/A + stars: 0 + description: '' +https://twitter.com/submarinerio: + title: submarinerio + year: N/A + stars: 0 + description: '' +https://twitter.com/shipwrightio: + title: shipwrightio + year: N/A + stars: 0 + description: '' +https://twitter.com/microcksio: + title: microcksio + year: N/A + stars: 0 + description: '' +https://twitter.com/telepresenceio: + title: telepresenceio + year: N/A + stars: 0 + description: '' +https://twitter.com/k0sproject: + title: k0sproject + year: N/A + stars: 0 + description: '' +https://redkubes.com/diy-kubernetes-based-platform-building-part-3: + title: 'redkubes.com: DIY Kubernetes-based platform building – part 3' + year: N/A + stars: 0 + description: '' +https://github.com/hobby-kube/guide: + title: hobby-kube/guide 🌟 + year: N/A + stars: 0 + description: '' +https://www.wecloudpro.com/2021/08/21/Watchers-in-Kubernetes.html: + title: 'wecloudpro.com: Watchers in Kubernetes' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/kubernetes-wallpapers: + title: 'learnk8s.io: Kubernetes wallpapers' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?app=desktop&v=o3WXPXDuCSU: + title: 'youtube: Tinder''s Move to Kubernetes - Chris O''Brien & Chris Thomas, Tinder' + year: N/A + stars: 0 + description: '' +? https://medium.com/@LachlanEvenson/how-to-enable-kubernetes-container-runtimedefault-seccomp-profile-for-all-workloads-6795624fcbcc +: title: 'medium: How to enable Kubernetes container RuntimeDefault seccomp profile + for all workloads' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/tips-running-scalable-workloads-kubernetes: + title: 'infoq.com: Six Tips for Running Scalable Workloads on Kubernetes' + year: N/A + stars: 0 + description: '' +https://searchcloudcomputing.techtarget.com/tip/Weigh-the-pros-and-cons-of-managed-Kubernetes-services: + title: Assess managed Kubernetes services for your workloads. + year: N/A + stars: 0 + description: '' +https://itnext.io/evolution-of-paases-to-platform-as-code-in-kubernetes-world-74464b0013ca: + title: 'itnext.io: Evolution of PaaSes to Platform-as-Code in Kubernetes world' + year: N/A + stars: 0 + description: '' +https://medium.com/@icheko/wordpress-high-availability-on-kubernetes-f6c0bcc2f28d: + title: 'medium: Wordpress High Availability on Kubernetes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-state-of-kubernetes-key-challenges-and-the-role-of-ai: + title: 'thenewstack.io: The State of Kubernetes: Key Challenges and the Role of + AI' + year: N/A + stars: 0 + description: '' +https://www.learnsteps.com/basics-on-kubernetes-what-exactly-is-a-replicaset: + title: 'learnsteps.com: Basics on Kubernetes: What exactly is a ReplicaSet' + year: N/A + stars: 0 + description: '' +https://www.ithands-on.com/2021/10/kubernetes-101-switching-namespaces.html: + title: 'ithands-on.com: Kubernetes 101 : Switching namespaces' + year: N/A + stars: 0 + description: '' +https://juju.is/cloud-native-kubernetes-usage-report-2021: + title: 'juju.is: Kubernetes and cloud native operations report 2021' + year: N/A + stars: 0 + description: '' +https://medium.com/tinder-engineering/tinders-move-to-kubernetes-cda2a6372f44: + title: 'medium.com: Tinder’s move to Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.palark.com/best-practices-for-deploying-highly-available-apps-in-kubernetes-part-1: + title: '==blog.palark.com: Best practices for deploying highly available apps in + Kubernetes. Part 1==' + year: N/A + stars: 0 + description: '' +https://blog.palark.com/best-practices-for-deploying-highly-available-apps-in-kubernetes-part-2: + title: 'blog.palark.com: Best practices for deploying highly available apps in Kubernetes. + Part 2' + year: N/A + stars: 0 + description: '' +https://danielmangum.com/posts/how-kubernetes-validates-custom-resources: + title: 'danielmangum.com: How Kubernetes validates custom resources' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/11/kubernetes-replicationcontroller: + title: 'opensource.com: How the Kubernetes ReplicationController works' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/features/when-is-kubernetes-service-ownership-the-right-fit: + title: 'containerjournal.com: When is Kubernetes Service Ownership the Right Fit?' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-running-multiple-container-runtimes-65220b4f9ef4: + title: 'itnext.io: Kubernetes β€” Running Multiple Container Runtimes' + year: N/A + stars: 0 + description: '' +https://iximiuz.com/en/posts/containerd-command-line-clients: + title: 'iximiuz.com: Why and How to Use containerd from the Command Line' + year: N/A + stars: 0 + description: '' +https://medium.com/@mfsilv/kubernetes-a-gentle-introduction-9d23de7f00e0: + title: 'medium: Kubernetes for dummies: introduction. Part 1' + year: N/A + stars: 0 + description: '' +https://medium.com/@mfsilv/kubernetes-for-dummies-the-cluster-7cf6a7b5532: + title: 'medium: Kubernetes for dummies: the cluster. Part 2' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-for-dummies-life-of-a-pod-fc8158e27aa: + title: 'itnext.io: Kubernetes for dummies: Life of a Pod. Part 3' + year: N/A + stars: 0 + description: '' +https://iximiuz.com/en/posts/containers-vs-pods: + title: '==iximiuz.com: Containers vs. Pods - Taking a Deeper Look==' + year: N/A + stars: 0 + description: '' +https://www.kubermatic.com/resources/the-ultimate-checklist-for-running-kubernetes-in-production: + title: 'kubermatic.com: The Ultimate Checklist for Running Kubernetes in Production' + year: N/A + stars: 0 + description: '' +https://vadosware.io/post/so-you-need-to-wait-for-some-kubernetes-resources: + title: '==vadosware.io: So you need to wait for some Kubernetes resources?==' + year: N/A + stars: 0 + description: '' +https://www.vxav.fr/2021-09-13-interacting-with-containerd-runtime-for-kubernetes: + title: 'vxav.fr: Interacting with containerd runtime for kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/nerd-for-tech/exploring-kubernetes-node-architecture-3a36df6ae034: + title: 'medium: Exploring Kubernetes Node Architecture' + year: N/A + stars: 0 + description: '' +https://mayankshah.dev/blog/demystifying-kube-proxy: + title: 'mayankshah.dev: Demystifying kube-proxy' + year: N/A + stars: 0 + description: '' +https://blog.brujordet.no/post/homelab/using_custom_hardware_in_kubernetes: + title: 'blog.brujordet.no: Using custom hardware in kubernetes' + year: N/A + stars: 0 + description: '' +https://technos.medium.com/kubernetes-workflow-bad346c54962: + title: '==technos.medium.com: Kubernetes Workflow for Absolute Beginners==' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/products/containers-kubernetes/the-rise-and-future-of-kubernetes-and-open-source-at-google: + title: '==cloud.google.com: The past, present, and future of Kubernetes with Eric + Brewer==' + year: N/A + stars: 0 + description: '' +https://kmitevski.com/writing-a-kubernetes-validating-webhook-using-python: + title: 'kmitevski.com: Writing a Kubernetes Validating Webhook using Python' + year: N/A + stars: 0 + description: '' +https://medium.com/@hinsulak/multi-node-lightweight-kubernetes-setup-using-k3s-454e87fdc933: + title: 'medium.com/@hinsulak: Multi-node lightweight Kubernetes setup' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2022/01/07/kubernetes-is-moving-on-from-dockershim: + title: 'kubernetes.io: Kubernetes is Moving on From Dockershim: Commitments and + Next Steps' + year: N/A + stars: 0 + description: '' +https://blog.px.dev/container-filesystems: + title: 'blog.px.dev: Where are my container''s files? Inspecting container filesystems' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/how-to-deploy-wordpress-on-kubernetes-part-2-df1cc9cbaa2e: + title: 'medium.com/codex: How to Deploy WordPress On Kubernetes β€” Part 2' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/learn-kubernetes-and-start-containerizing-your-applications: + title: 'freecodecamp.org: Learn Kubernetes and Start Containerizing Your Applications' + year: N/A + stars: 0 + description: '' +https://komodor.com/learn/kubernetes-nodes-complete-guide: + title: '==komodor.com: Kubernetes Nodes – The Complete Guide==' + year: N/A + stars: 0 + description: '' +https://medium.com/techbeatly/chain-of-events-behind-a-running-pod-149ebaafbfbc: + title: 'medium.com/techbeatly: Chain of events behind a running Pod' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/what-does-it-take-to-manage-hundreds-of-kubernetes-clusters: + title: 'thenewstack.io: What Does It Take to Manage Hundreds of Kubernetes Clusters?' + year: N/A + stars: 0 + description: '' +https://medium.com/pareture/kubernetes-scaling-capacity-and-resource-planning-in-complex-clusters-97a6105b43a4: + title: 'medium.com/pareture: Kubernetes Scaling, Capacity and Resource Planning + in Complex Clusters' + year: N/A + stars: 0 + description: '' +https://blog.runx.dev/3-things-i-hate-about-kubernetes-49f1656baeaa: + title: 'blog.runx.dev: 3 Things I Hate About Kubernetes' + year: N/A + stars: 0 + description: '' +https://devopslearners.com/what-is-a-kubernetes-ephemeral-container-aa8ab658755d: + title: 'devopslearners.com: What is a Kubernetes Ephemeral Container?' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/22/3/visual-map-kubernetes-deployment: + title: 'opensource.com: A visual map of a Kubernetes deployment' + year: N/A + stars: 0 + description: '' +https://devopslearners.com/different-container-runtimes-and-configurations-in-the-same-kubernetes-cluster-fed228e1853e: + title: 'devopslearners.com: Different Container Runtimes and Configurations in the + same Kubernetes Cluster' + year: N/A + stars: 0 + description: '' +https://itnext.io/measuring-patching-cadence-on-kubernetes-with-gitops-353bc4a1d25: + title: 'itnext.io: Measuring Patching Cadence on Kubernetes with GitOps' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-rush-to-fix-the-kubernetes-failover-problem: + title: 'thenewstack.io: The Rush to Fix the Kubernetes Failover Problem' + year: N/A + stars: 0 + description: '' +https://vidhitakher.medium.com/understanding-the-kubernetes-cluster-components-c57cd4af8570: + title: 'vidhitakher.medium.com: Understanding the Kubernetes cluster components' + year: N/A + stars: 0 + description: '' +https://medium.com/@kennethtcp/how-to-spread-replica-pods-into-nodes-evenly-by-topologyspreadconstraints-8abd03424aae: + title: 'medium.com/@kennethtcp: How to spread replica pods into nodes evenly by + topologySpreadConstraints' + year: N/A + stars: 0 + description: '' +https://medium.com/@norlin.t/build-a-managed-kubernetes-cluster-from-scratch-part-1-fca5f6b3639b: + title: 'medium.com/@norlin.t: Build a managed Kubernetes cluster from scratch β€” + part 1' + year: N/A + stars: 0 + description: '' +https://medium.com/@norlin.t/build-a-managed-kubernetes-cluster-from-scratch-part-2-e8ca6c2cc45c: + title: 'medium.com/@norlin.t: Build a managed Kubernetes cluster from scratch β€” + part 2' + year: N/A + stars: 0 + description: '' +https://medium.com/@norlin.t/build-a-managed-kubernetes-cluster-from-scratch-part-3-10dec988757: + title: 'medium.com/@norlin.t: Build a managed Kubernetes cluster from scratch β€” + part 3' + year: N/A + stars: 0 + description: '' +https://medium.com/@norlin.t/build-a-managed-kubernetes-cluster-from-scratch-part-4-3856f0756a03: + title: 'medium.com/@norlin.t: Build a managed Kubernetes cluster from scratch β€” + part 4' + year: N/A + stars: 0 + description: '' +https://medium.com/@norlin.t/build-a-managed-kubernetes-cluster-from-scratch-part-5-a4c22f0c0245: + title: 'medium.com/@norlin.t: Build a managed Kubernetes cluster from scratch β€” + part 5' + year: N/A + stars: 0 + description: '' +https://topcloudops.com/blog-detail?id=466c7bdd-ccb9-4722-abe5-d71a535113a2: + title: 'topcloudops.com: Kubernetes Security, Rootless Containers' + year: N/A + stars: 0 + description: '' +https://topcloudops.com/blog-detail?id=afa06d47-b8ea-4417-bb4c-7d164f8903e7: + title: 'topcloudops.com: Kubernetes Draining Nodes Properly' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-draining-nodes-properly-79e18dca4d5e: + title: 'itnext.io: Kubernetes Draining Nodes Properly' + year: N/A + stars: 0 + description: '' +? https://medium.com/devops-mojo/kubernetes-open-standards-oci-cri-cni-csi-smi-cpi-overview-what-is-k8s-open-standards-introduction-a860905af6f7 +: title: 'medium.com/devops-mojo: Kubernetes β€” Open Standards (OCI, CRI, CNI, CSI, + SMI, CPI) Overview' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-extensibility-c5fed27f0952: + title: 'itnext.io: Introduction to Kubernetes extensibility' + year: N/A + stars: 0 + description: '' +https://faun.pub/kubernetes-story-how-kubernetes-works-with-container-runtime-ce618a306f64: + title: 'faun.pub: Deep into Container β€” How Kubernetes works with Container Runtime' + year: N/A + stars: 0 + description: '' +https://blog.axiomio.com/seven-kubernetes-trends-to-watch-in-upcoming-years-e7d48e86c614: + title: 'blog.axiomio.com: Seven Kubernetes Trends to Watch in Upcoming Years' + year: N/A + stars: 0 + description: '' +https://medium.com/@Paddy_Adallah/how-to-choose-kubernetes-platforms-for-enterprise-deployments-c04d5e436543: + title: 'medium.com/@Paddy_Adallah: How to Choose Kubernetes Platforms for Enterprise + Deployments' + year: N/A + stars: 0 + description: '' +https://sunnykkc13.medium.com/deep-dive-into-kubernetes-238258c9a536: + title: 'sunnykkc13.medium.com: Deep Dive into Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/@issy972/balancing-reliability-cost-and-performance-with-kubernetes-45aae8489a3c: + title: 'medium.com/@issy972: Balancing reliability, cost and performance with Kubernetes' + year: N/A + stars: 0 + description: '' +https://imoisharma.medium.com/how-leader-election-works-in-kubernetes-by-m-sharma-635d213b3fd1: + title: 'imoisharma.medium.com: How Leader election works in Kubernetesβ€” By M. Sharma' + year: N/A + stars: 0 + description: '' +https://www.howtogeek.com/devops/how-to-clean-up-old-containers-and-images-in-your-kubernetes-cluster: + title: 'howtogeek.com: How to Clean Up Old Containers and Images in Your Kubernetes + Cluster' + year: N/A + stars: 0 + description: '' +https://medium.com/blablacar/operating-node-js-in-kubernetes-at-scale-at-blablacar-3afb6d5d4299: + title: 'medium.com/blablacar: Operating Node.js in Kubernetes at scale at BlaBlaCar' + year: N/A + stars: 0 + description: '' +https://blog.kubesimplify.com/diy-how-to-build-a-kubernetes-policy-engine: + title: 'blog.kubesimplify.com: DIY: How To Build A Kubernetes Policy Engine' + year: N/A + stars: 0 + description: '' +https://faun.pub/git-clone-using-init-container-kubernetes-b49535be6968: + title: '==faun.pub: Git Clone using Init-container | Kubernetes==' + year: N/A + stars: 0 + description: '' +https://itnext.io/k8s-tips-accessing-the-api-server-from-a-pod-f6f72bc847de: + title: 'itnext.io: K8s Tips: Accessing the API Server From a Pod' + year: N/A + stars: 0 + description: '' +https://medium.com/@tamerberatcelik/when-and-why-to-use-kubernetes-fface756859f: + title: 'medium.com/@tamerberatcelik: When and why to use Kubernetes?' + year: N/A + stars: 0 + description: '' +? https://kymidd.medium.com/lets-do-devops-eks-k8s-python-fuzzy-staging-with-aws-secrets-manager-k8s-init-disk-secrets-b0d8022f3a5d +: title: 'kymidd.medium.com: Let’s Do DevOps: EKS K8s & Python Fuzzy Staging with + AWS Secrets Manager, K8s Init disk, Secrets Injection' + year: N/A + stars: 0 + description: '' +https://medium.com/@AceTheCloud-Abhishek/50-shades-of-containers-and-kubernetes-d2217fbea788: + title: 'medium.com/@AceTheCloud-Abhishek: 50 Shades of Containers and Kubernetes' + year: N/A + stars: 0 + description: '' +https://dev.to/madmaxx/how-to-make-exclusive-locks-in-kubernetes-23if: + title: 'dev.to: How to make exclusive locks in Kubernetes' + year: N/A + stars: 0 + description: '' +https://faun.pub/optimize-kubernetes-resource-management-with-time-to-live-ttl-for-cleaner-cluster-ea1c6e0c1e73: + title: 'faun.pub: Optimize Kubernetes Resource Management with Time-To-Live (TTL) + for Cleaner Cluster' + year: N/A + stars: 0 + description: '' +https://github.com/genuinetools/contained.af: + title: 'github.com/genuinetools: contained.af' + year: N/A + stars: 0 + description: '' +https://abhii85.hashnode.dev/how-to-get-started-with-k8s-contributions: + title: 'abhii85.hashnode.dev: How to get started with K8s contributions' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-sandbox-environments-with-virtual-clusters-fb465b296777: + title: 'itnext.io: Kubernetes Sandbox Environments with Virtual Clusters' + year: N/A + stars: 0 + description: '' +https://medium.com/@alexmogfr/zevent-place-how-we-handled-100k-ccu-on-a-real-time-collective-canvas-71d3d346e0ab: + title: 'medium.com/@alexmogfr: ZEvent Place: How we handled 100k+ CCU on a real-time + collective canvas' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/devops-in-k8s-pod-cgroups-ed05181865f9: + title: 'blog.devgenius.io: DevOps in K8s β€” Pod Cgroups' + year: N/A + stars: 0 + description: '' +https://engineering.prezi.com/intro-4727024fc2c1: + title: 'engineering.prezi.com: How to avoid global outage β€” Seamlessly migrating + DaemonSet labels' + year: N/A + stars: 0 + description: '' +https://medium.com/trendyol-tech/kubernetes-io-problem-investigation-1e8aa0cf4909: + title: 'medium.com/trendyol-tech: Kubernetes IO Problem Investigation' + year: N/A + stars: 0 + description: '' +https://github.com/kairos-io/kairos: + title: 'github.com/kairos-io/kairos: Kairos - Kubernetes-focused, Cloud Native Linux + meta-distribution' + year: N/A + stars: 0 + description: '' +https://medium.com/@GranulateIntel/the-fundamental-principles-of-kubernetes-capacity-management-e23f388b4f3: + title: 'medium.com/@GranulateIntel: The Fundamental Principles of Kubernetes Capacity + Management' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/optimizing-kubernetes-for-peak-traffic-and-avoiding-setbacks: + title: 'thenewstack.io: Optimizing Kubernetes for Peak Traffic and Avoiding Setbacks' + year: N/A + stars: 0 + description: '' +? https://tech.bigbasket.com/atlas-streamlining-bigbaskets-40-lines-of-testing-across-80-microservices-in-non-production-459040947519 +: title: 'tech.bigbasket.com: Atlas: Streamlining BigBasket’s 40+ lines of testing + across 80+ Microservices in Non-Production Environments' + year: N/A + stars: 0 + description: '' +https://hervekhg.medium.com/3-years-managing-kubernetes-clusters-my-10-lessons-b565a5509f0e: + title: 'hervekhg.medium.com: 3 years managing Kubernetes clusters, my 10 lessons' + year: N/A + stars: 0 + description: '' +? https://medium.com/@.anders/learnings-from-our-8-years-of-kubernetes-in-production-two-major-cluster-crashes-ditching-self-0257c09d36cd +: title: 'medium.com/@.anders: Lessons From Our 8 Years Of Kubernetes In Production + β€” Two Major Cluster Crashes, Ditching Self-Managed, Cutting Cluster Costs, Tooling, + And More' + year: N/A + stars: 0 + description: '' +https://trstringer.com/kubernetes-node-ready: + title: 'trstringer.com: What Determines if a Kubernetes Node is Ready?' + year: N/A + stars: 0 + description: '' +https://medium.com/@bgrant0607/advantages-of-storing-configuration-in-container-registries-rather-than-git-b4266dc0c79f: + title: 'medium.com/@bgrant0607: Advantages of storing configuration in container + registries rather than git 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@jainal/mastering-graceful-shutdown-in-distributed-systems-and-microservices-29c311e49660: + title: 'medium.com/@jainal: Mastering Graceful Shutdown in Distributed Systems and + Microservices' + year: N/A + stars: 0 + description: '' +https://rpadovani.com/k8s-algorithm-pick-pod-scale-in: + title: 'rpadovani.com: How Kubernetes picks which pods to delete during scale-in' + year: N/A + stars: 0 + description: '' +https://www.silverliningsinfo.com/multi-cloud/cloud-9-lunch-ladies-news-wrap-live-cloud-executive-summit: + title: 'silverliningsinfo.com: KubeCon: Five biggest trends from the Kubernetes + love fest in Amsterdam' + year: N/A + stars: 0 + description: '' +https://medium.com/@ahmetb/mastering-kubeconfig-4e447aa32c75: + title: 'medium: Mastering the KUBECONFIG file' + year: N/A + stars: 0 + description: '' +https://rcarrata.github.io/openshift/regenerate-kubeconfig: + title: 'rcarrata.github.io: Regenerating Kubeconfig for system:admin user in OpenShift + clusters' + year: N/A + stars: 0 + description: '' +https://devopscube.com/kubernetes-kubeconfig-file: + title: 'devopscube.com: Kubeconfig File Explained With Practical Examples 🌟' + year: N/A + stars: 0 + description: '' +https://iamunnip.medium.com/merging-kubeconfig-files-c9e0f340a71c: + title: 'iamunnip.medium.com: Merging kubeconfig Files' + year: N/A + stars: 0 + description: '' +https://medium.com/@yogitakothadia/a-manifest-file-in-kubernetes-952183a508d4: + title: 'medium.com/@yogitakothadia: A Manifest File in Kubernetes' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/set-up-microservice-on-kubernetes-write-config-file-8df7c2b07a4c: + title: 'betterprogramming.pub: Setup Microservices on Kubernetes β€” Write a Configuration + File' + year: N/A + stars: 0 + description: '' +https://faun.pub/understanding-the-kubernetes-manifest-e96d680f2a11: + title: 'faun.pub: Understanding the Kubernetes Manifest' + year: N/A + stars: 0 + description: '' +https://kruyt.org/migrate-docker-containerd-kubernetes: + title: 'kruyt.org: Migrate from Docker to Containerd in Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.opensourcerers.org/2021/02/01/how-to-go-from-docker-to-kubernetes-the-right-way: + title: 'opensourcerers.org: How to go from Docker to Kubernetes the right way 🌟' + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/docker-compose-to-kubernetes-step-by-step-migration: + title: 'loft.sh: Docker Compose to Kubernetes: Step-by-Step Migration 🌟' + year: N/A + stars: 0 + description: '' +https://www.linuxtechi.com/setup-private-docker-registry-kubernetes: + title: 'linuxtechi.com: How to Setup Private Docker Registry in Kubernetes (k8s)' + year: N/A + stars: 0 + description: '' +https://itnext.io/docker-and-kubernetes-root-vs-privileged-9d2a37453dec: + title: 'itnexst.io: Docker and Kubernetes β€” root vs. privileged' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/topics/container-ecosystems/how-docker-and-kubernetes-work-together: + title: 'containerjournal.com: Best of 2020: How Docker and Kubernetes Work Together' + year: N/A + stars: 0 + description: '' +https://blog.sighup.io/how-to-run-kubernetes-without-docker: + title: 'blog.sighup.io: How to run Kubernetes without Docker' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/how-to-migrate-from-docker-compose-to-kubernetes-b57eb229beb2: + title: 'betterprogramming.pub: How to Migrate From Docker Compose to Kubernetes' + year: N/A + stars: 0 + description: '' +https://cloudify.co/blog/docker-vs-kubernetes-comparison: + title: 'cloudify.co: Docker Vs. Kubernetes' + year: N/A + stars: 0 + description: '' +https://kinsta.com/blog/kubernetes-vs-docker: + title: 'kinsta.com: Kubernetes vs Docker: The Difference Explained' + year: N/A + stars: 0 + description: '' +https://www.dynatrace.com/news/blog/kubernetes-vs-docker: + title: 'dynatrace.com: Kubernetes vs Docker: What’s the difference?' + year: N/A + stars: 0 + description: '' +https://www.imaginarycloud.com/blog/docker-vs-kubernetes: + title: 'imaginarycloud.com: Docker VS Kubernetes? It should be Docker + Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.decipherzone.com/blog-detail/kubernetes-vs-docker-swarm: + title: 'decipherzone.com: Kubernetes vs Docker Swarm: A Container Orchestration + Tools Comparison' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/kubernetes-admission-controllers: + title: 'sysdig.com: Kubernetes admission controllers in 5 minutes' + year: N/A + stars: 0 + description: '' +https://blog.rewanthtammana.com/creating-malicious-admission-controllers: + title: 'blog.rewanthtammana.com: Creating Malicious Admission Controllers' + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/kubernetes-admission-controllers-what-they-are-and-why-they-matter: + title: 'loft.sh: Kubernetes Admission Controllers: What They Are and Why They Matter' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2021/12/21/admission-controllers-for-container-drift: + title: 'kubernetes.io: Using Admission Controllers to Detect Container Drift at + Runtime' + year: N/A + stars: 0 + description: '' +https://slack.engineering/simple-kubernetes-webhook: + title: 'slack.engineering: A Simple Kubernetes Admission Webhook' + year: N/A + stars: 0 + description: '' +https://blog.nillsf.com/index.php/2020/12/03/how-to-run-your-own-admission-controller-on-kubernetes: + title: 'blog.nillsf.com: How to run your own admission controller on Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/@visweswara/what-are-kubernetes-admission-controllers-let-me-explain-93b97f659ccc: + title: 'medium.com/@visweswara: What are Kubernetes Admission Controllers?' + year: N/A + stars: 0 + description: '' +https://medium.com/@jonathan_37674/kubernetes-admission-controller-the-definitive-guide-786b09279418: + title: 'medium.com/@jonathan_37674: Kubernetes Admission Controller: The Definitive + Guide' + year: N/A + stars: 0 + description: '' +https://pradeepl.com/blog/kubernetes/introduction-to-kubernetes-admission-controllers: + title: 'pradeepl.com: Introduction to Kubernetes Admission Controllers' + year: N/A + stars: 0 + description: '' +https://medium.com/@pflooky/intro-to-kubernetes-mutating-webhooks-even-if-you-dont-know-kubernetes-172c30232488: + title: 'medium.com/@pflooky: Intro to Kubernetes Mutating Webhooks (get more out + of Kubernetes)' + year: N/A + stars: 0 + description: '' +https://medium.com/@m.json/the-kubernetes-cloud-controller-manager-d440af0d2be5: + title: 'medium: The Kubernetes Cloud Controller Manager' + year: N/A + stars: 0 + description: '' +https://medium.com/@pratyush.mathur/kubernetes-resources-c09d172dbdc5: + title: 'medium: Kubernetes Resources 🌟' + year: N/A + stars: 0 + description: '' +https://enterprisersproject.com/article/2020/8/managing-kubernetes-resources-5-things-remember: + title: 'enterprisersproject.com: Managing Kubernetes resources: 5 things to remember' + year: N/A + stars: 0 + description: '' +https://stackify.com/kubernetes-docker-deployments: + title: 'stackify.com: The Advantages of Using Kubernetes and Docker Together' + year: N/A + stars: 0 + description: '' +https://www.linuxadvise.com/post/kubernetes-node-affinity: + title: 'linuxadvise.com: Kubernetes Node Affinity' + year: N/A + stars: 0 + description: '' +https://www.linuxadvise.com/post/kubernetes-daemon-sets: + title: 'linuxadvise.com: Kubernetes Daemon Sets' + year: N/A + stars: 0 + description: '' +https://www.magalix.com/blog/team-productivity-1: + title: 'magalix.com: **Team Productivity: Resource Management** 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@mohaamer5/kubernetes-pod-priority-and-preemption-943c58aee07d: + title: 'medium.com: kubernetes Pod Priority and Preemption' + year: N/A + stars: 0 + description: '' +https://medium.com/faun/pod-in-kubernetes-cluster-k8s-adeb5b901153: + title: 'medium: How to configure and manage Pod in Kubernetes Cluster (K8s)' + year: N/A + stars: 0 + description: '' +https://www.howtoforge.com/multi-container-pods-in-kubernetes: + title: 'howtoforge.com: How to create Multi-Container Pods in Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/discovering-running-pods-by-using-dns-and-headless-services-in-kubernetes-7002a50747f4: + title: Discovering Running Pods By Using DNS and Headless Services in Kubernetes + year: N/A + stars: 0 + description: '' +? https://medium.com/tailwinds-navigator/kubernetes-tip-what-happens-to-pods-running-on-node-that-become-unreachable-3d409f734e5d +: title: 'Kubernetes Tip: What Happens To Pods Running On Node That Become Unreachable?' + year: N/A + stars: 0 + description: '' +https://medium.com/better-programming/kubernetes-pod-redundancy-strategies-a6d9b560749a: + title: 'medium: Kubernetes Pod Redundancy Strategies' + year: N/A + stars: 0 + description: '' +https://iximiuz.com/en/posts/service-proxy-pod-sidecar-oh-my: + title: 'iximiuz.com: Service proxy, pod, sidecar, oh my!' + year: N/A + stars: 0 + description: '' +https://www.linuxadvise.com/post/kubernetes-static-pods: + title: 'linuxadvise.com: Kubernetes Static Pods' + year: N/A + stars: 0 + description: '' +https://www.linuxadvise.com/post/kubernetes-pod-security-policy: + title: 'linuxadvise.com: Kubernetes Pod Security Policy' + year: N/A + stars: 0 + description: '' +https://medium.com/@pleasingsmoke/graceful-shutdown-of-pods-in-kubernetes-6da5588b5356: + title: 'medium: Notes on Graceful Shutdown in Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://didil.medium.com/building-a-kubernetes-mutating-admission-webhook-7e48729523ed: + title: 'didil.medium.com: Building a Kubernetes Mutating Admission Webhook' + year: N/A + stars: 0 + description: '' +https://thenucleargeeks.com/2021/03/22/introduction-to-pods-in-kubernetes: + title: 'thenucleargeeks.com: Introduction to Kubernetes Pods' + year: N/A + stars: 0 + description: '' +https://speakerdeck.com/devinjeon/kubernetes-pod-internals-with-the-fundamentals-of-containers: + title: 'speakerdeck.com: Kubernetes Pod internals with the fundamentals of Containers' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2021/04/06/podsecuritypolicy-deprecation-past-present-and-future: + title: 'kubernetes.io: PodSecurityPolicy Deprecation: Past, Present, and Future + 🌟' + year: N/A + stars: 0 + description: '' +https://dustinspecker.com/posts/ipvs-how-kubernetes-services-direct-traffic-to-pods: + title: 'dustinspecker.com: IPVS: How Kubernetes Services Direct Traffic to Pods' + year: N/A + stars: 0 + description: '' +https://www.returngis.net/2020/06/organizar-los-pods-en-kubernetes-usando-taints-y-tolerations: + title: 'returngis.net: Organizar los pods en Kubernetes usando taints y tolerations' + year: N/A + stars: 0 + description: '' +https://medium.com/@knoldus/how-to-schedule-pods-on-nodes-in-kubernetes-af321d8ea5d: + title: '==medium: How to Schedule Pods on Nodes in Kubernetes==' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/kubernetes-distributing-pods-evenly-across-cluster-c6bdc9b49699: + title: '==medium: Kubernetes: Evenly Distribution of Pods Across Cluster Nodes== + |Puru Tuladhar' + year: N/A + stars: 0 + description: '' +https://medium.com/@orangecola3/understanding-podsecurity-in-kubernetes-e58a65102056: + title: 'medium: Understanding PodSecurity in Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.searce.com/single-pod-access-mode-for-persistent-volumes-on-kubernetes-4cf79200aa9a: + title: 'blog.searce.com: Single Pod Access Mode for Persistent Volumes on Kubernetes' + year: N/A + stars: 0 + description: '' +https://thecloudblog.net/lab/kubernetes-container-lifecycle-events-and-hooks: + title: 'thecloudblog.net: Kubernetes Container Lifecycle Events and Hooks' + year: N/A + stars: 0 + description: '' +https://shramikawale.medium.com/podsdisruptionbudget-why-you-will-need-in-kubernetes-c939904d590d: + title: 'shramikawale.medium.com: PodsDisruptionBudget: Why you will need in Kubernetes?' + year: N/A + stars: 0 + description: '' +https://bytes.devopscube.com/p/pod-priority-preemption-explained?s=r: + title: '==bytes.devopscube.com: Kubernetes Pod Priority & Preemption==' + year: N/A + stars: 0 + description: '' +https://aws.plainenglish.io/pods-in-kubernetes-the-smallest-deployable-units-of-computing-dab3bf1a2762: + title: 'aws.plainenglish.io: Pods in Kubernetes β€” The Smallest Deployable Units + of Computing 🌟' + year: N/A + stars: 0 + description: '' +https://chrisedrego.medium.com/power-of-priorityclass-in-kubernetes-87505260ecb6: + title: '==chrisedrego.medium.com: Power of PriorityClass in Kubernetes== 🌟' + year: N/A + stars: 0 + description: '' +https://devopslearners.com/kubernetes-pod-priority-priorityclass-and-preemption-explained-a48fb7988672: + title: '==devopslearners.com: Kubernetes Pod Priority, PriorityClass, and Preemption + Explained== 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@r_chan/kubernetes-pods-termination-lifecycle-fd2926c4611a: + title: 'medium.com/@r_chan: Kubernetes Pods Termination Lifecycle' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/understanding-kubernetes-multi-container-pod-patterns-577f74690aee: + title: 'betterprogramming.pub: Understanding Kubernetes Multi-Container Pod Patterns' + year: N/A + stars: 0 + description: '' +https://medium.com/@danielaaronw/k8s-pod-anti-affinity-dd2667a20c5f: + title: 'medium.com/@danielaaronw: K8s Pod Anti-affinity' + year: N/A + stars: 0 + description: '' +https://mouliveera.medium.com/how-to-update-configmap-on-pod-without-restart-be3c0b4433af: + title: 'mouliveera.medium.com: How to update configmap on POD without restart' + year: N/A + stars: 0 + description: '' +https://devopscube.com/pod-priorityclass-preemption: + title: 'devopscube.com: Kubernetes Pod Priority, PriorityClass, and Preemption Explained + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@meng.yan/what-happens-when-deleting-a-pod-d1219c7e1b53: + title: 'medium.com/@meng.yan: What Happens When Deleting a Pod' + year: N/A + stars: 0 + description: '' +https://itnext.io/how-do-you-gracefully-shut-down-pods-in-kubernetes-fb19f617cd67: + title: '==itnext.io: Kubernetes Graceful Shutdown | Daniele Polencic== 🌟' + year: N/A + stars: 0 + description: '' +https://nunoadrego.com/posts/abusing-pod-priority: + title: 'nunoadrego.com: Abusing Pod Priority' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/devops-in-k8s-pod-downward-api-571399049013: + title: 'blog.devgenius.io: DevOps in K8s β€” Pod Downward API' + year: N/A + stars: 0 + description: '' +https://itnext.io/pod-rebalancing-and-allocations-in-kubernetes-df3dbfb1e2f9: + title: '==itnext.io: POD rebalancing and allocations in kubernetes | Daniele Polencic== + 🌟🌟' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2023/01/12/protect-mission-critical-pods-priorityclass: + title: '==kubernetes.io: Protect Your Mission-Critical Pods From Eviction With PriorityClass==' + year: N/A + stars: 0 + description: '' +https://neonmirrors.net/post/2022-12/reducing-pod-volume-update-times: + title: 'neonmirrors.net: Reducing Pod Volume Update Times' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-scheduler-deep-dive-fdfcb516be30: + title: '==itnext.io: Kubernetes Scheduler Deep Dive== | Daniele Polencic' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/tasks/configure-pod-container/user-namespaces: + title: 'kubernetes.io: configure-pod-container / Use a User Namespace With a Pod' + year: N/A + stars: 0 + description: '' +https://devopscube.com/kubernetes-pod: + title: devopscube.com/kubernetes-pod + year: N/A + stars: 0 + description: '' +https://blog.palark.com/configmaps-in-kubernetes-how-they-work-and-what-you-should-remember: + title: 'blog.palark.com: ConfigMaps in Kubernetes: how they work and what you should + remember 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/faun/configmaps-in-kubernetes-k8s-2f2ce79d7e66: + title: 'medium: ConfigMaps in Kubernetes (K8s)' + year: N/A + stars: 0 + description: '' +https://itnext.io/working-with-kubernetes-configmaps-part-1-volume-mounts-f0ace283f5aa: + title: 'itnext.io: Working with kubernetes configmaps, part 1: volume mounts' + year: N/A + stars: 0 + description: '' +https://itnext.io/working-with-kubernetes-configmaps-part-2-watchers-b6dd0e583d71: + title: 'itnext.io: Working with kubernetes configmaps, part 2: Watchers' + year: N/A + stars: 0 + description: '' +https://blog.gopaddle.io/2021/04/01/strange-things-you-never-knew-about-kubernetes-configmaps-on-day-one: + title: 'blog.gopaddle.io: Strange things you never knew about Kubernetes ConfigMaps + on day one 🌟🌟' + year: N/A + stars: 0 + description: '' +https://k21academy.com/docker-kubernetes/configmaps-secrets: + title: 'k21academy.com: Kubernetes ConfigMaps and Secrets: Guide to Create and Update + 🌟' + year: N/A + stars: 0 + description: '' +https://www.kubermatic.com/blog/keeping-the-state-of-apps-part-3-introduction-to-configmaps: + title: 'kubermatic.com: Keeping the State of Apps Part 3: Introduction to ConfigMaps + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/kubernetes-configmaps-explained-961cdd23f232: + title: 'medium.com/codex: Kubernetes ConfigMaps Explained' + year: N/A + stars: 0 + description: '' +https://www.linuxadvise.com/post/kubernetes-config-maps: + title: 'linuxadvise.com: Kubernetes Config Maps' + year: N/A + stars: 0 + description: '' +https://aditya-sunjava.medium.com/externalizing-configurations-in-kubernetes-using-configmap-and-secret-bfda0970d8ae: + title: 'aditya-sunjava.medium.com: Externalizing Configurations in Kubernetes Using + ConfigMap and Secret' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-to-make-the-most-of-kubernetes-environment-variables: + title: 'thenewstack.io: How to Make the Most of Kubernetes Environment Variables' + year: N/A + stars: 0 + description: '' +https://medium.com/@shrishtishreya/kubernetes-configmaps-explained-c6e7c9a6e6a6: + title: 'medium.com/@shrishtishreya: Kubernetes ConfigMaps Explained' + year: N/A + stars: 0 + description: '' +https://medium.com/open-devops-academy/kubernetes-inject-the-values-of-a-configmap-in-a-container-as-a-volume-628c39f3ea43: + title: 'medium.com/open-devops-academy: Learn Kubernetes: ConfigMap β€” Inject the + values of a ConfigMap in a container as a volume' + year: N/A + stars: 0 + description: '' +https://www.thorsten-hans.com/hot-reload-net-configuration-in-kubernetes-with-configmaps: + title: 'thorsten-hans.com: Hot-Reload .NET Configuration in Kubernetes with ConfigMaps' + year: N/A + stars: 0 + description: '' +https://devopsparthu.hashnode.dev/day-35-mastering-configmaps-and-secrets-in-kubernetes: + title: 'devopsparthu.hashnode.dev: Day 35: Mastering ConfigMaps and Secrets in Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.linuxadvise.com/post/kubernetes-secrets: + title: 'linuxadvise.com: Kubernetes Secrets' + year: N/A + stars: 0 + description: '' +https://mixi-developers.mixi.co.jp/compare-eso-with-secret-csi-402bf37f20bc: + title: '==mixi-developers.mixi.co.jp: Comparing External Secrets Operator with Secret + Storage CSI as Kubernetes External Secrets is Deprecated==' + year: N/A + stars: 0 + description: '' +https://medium.com/4th-coffee/state-of-kubernetes-secrets-management-in-2022-6148af91e7b5: + title: 'medium.com/4th-coffee: State of Kubernetes Secrets Management in 2022' + year: N/A + stars: 0 + description: '' +https://auth0.com/blog/kubernetes-secrets-management: + title: 'auth0.com: Shhhh... Kubernetes Secrets Are Not Really Secret!' + year: N/A + stars: 0 + description: '' +https://faun.pub/encrypting-kubernetes-secrets-at-rest-1b835e228c6a: + title: 'faun.pub: Encrypting Kubernetes Secrets at Rest' + year: N/A + stars: 0 + description: '' +https://vinothecloudone.medium.com/kubernetes-configuration-patterns-101-68cfb7af1084: + title: 'vinothecloudone.medium.com: Kubernetes Configuration Patterns 101' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/kubernetes-101-secrets-20d068ab0563: + title: 'levelup.gitconnected.com: Kubernetes 101: Secrets' + year: N/A + stars: 0 + description: '' +https://storageclass.info/csidrivers: + title: Searchable list of Kubernetes Storage Providers + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/self-service-kubernetes-namespaces-are-a-game-changer: + title: Self-Service Kubernetes Namespaces Are A Game-Changer 🌟 + year: N/A + stars: 0 + description: '' +https://qvault.io/2020/10/26/how-to-restart-all-pods-in-a-kubernetes-namespace: + title: 'qvault.io: How to Restart All Pods in a Kubernetes Namespace' + year: N/A + stars: 0 + description: '' +https://medium.com/faun/namespaces-in-kubernetes-4bac49414770: + title: 'medium: How to create Namespaces in Kubernetes? 🌟' + year: N/A + stars: 0 + description: '' +https://www.starwindsoftware.com/blog/remove-a-kubernetes-namespace-blocked-with-terminating-status: + title: 'starwindsoftware.com: Remove a Kubernetes namespace blocked with Terminating + status' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/2/kubernetes-namespaces: + title: 'opensource.com: Configure multi-tenancy with Kubernetes namespaces 🌟' + year: N/A + stars: 0 + description: '' +https://static.sched.com/hosted_files/kccncna19/f7/kubecon-us-2019-mt-wg-deep-dive.pdf: + title: Kubernetes Hierarchical Namespace Controller (slides from Kubernetes Multitenancy + Working Group) 🌟 + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2020/08/14/introducing-hierarchical-namespaces: + title: 'kubernetes.io: Introducing Hierarchical Namespaces' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/multi-tenancy/tree/master/incubator/hnc: + title: Hierarchical namespaces + year: N/A + stars: 0 + description: '' +https://medium.com/faun/kubernetes-multi-tenancy-a-best-practices-guide-88e37ef2b709: + title: 'medium: Kubernetes Multi-Tenancy β€” A Best Practices Guide 🌟' + year: N/A + stars: 0 + description: '' +https://www.vamsitalkstech.com/architecture/kubernetes-multitenancy-best-practices-architecture-models-2-2: + title: 'vamsitalkstech.com: Kubernetes Multi-tenancy Best Practices & Architecture + Model..(2/2)' + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/kubernetes-multi-tenancy-why-virtual-clusters-are-the-best-solution: + title: 'loft.sh: Kubernetes Multi-Tenancy: Why Virtual Clusters Are The Best Solution' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2021/04/15/three-tenancy-models-for-kubernetes: + title: 'kubernetes.io: Three Tenancy Models For Kubernetes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/avoiding-the-pitfalls-of-multitenancy-in-kubernetes: + title: 'thenewstack.io: Avoiding the Pitfalls of Multitenancy in Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.sighup.io/an-introduction-to-hierarchical-namespace-controller-hnc: + title: 'blog.sighup.io: Hierarchical Namespace Controller (HNC): a look into the + future of Kubernetes Multitenancy' + year: N/A + stars: 0 + description: '' +https://www.vamsitalkstech.com/architecture/a-deepdive-into-kubernetes-multitenancy-1-2: + title: 'vamsitalkstech.com: Introduction to Kubernetes Multi-tenancy..(1/2)' + year: N/A + stars: 0 + description: '' +https://asonisg.medium.com/multi-tenancy-with-kubernetes-part-1-8ac4e5083e31: + title: 'asonisg.medium.com: Multi-tenancy with Kubernetes (Part-1)' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/the-hidden-dangers-of-terminating-namespaces: + title: 'openshift.com: The Hidden Dangers of Terminating Namespaces 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/kubernetes-namespaces-vs-virtual-clusters-cc8731752972: + title: 'medium: Kubernetes Namespaces vs. Virtual Clusters' + year: N/A + stars: 0 + description: '' +https://engineering.salesforce.com/project-agumbe-share-objects-across-namespaces-in-kubernetes-1fc2e1ddb3eb: + title: 'engineering.salesforce.com: Project Agumbe: Share Objects Across Namespaces + in Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://www.p3r.one/delete-terminating-namespace: + title: 'p3r.one: Delete namespace stuck in Terminating State' + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/multi-tenant-kubernetes-clusters-challenges-and-useful-tooling: + title: 'loft.sh: Multi-Tenant Kubernetes Clusters: Challenges and Useful Tooling' + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/multi-tenancy-kubernetes: + title: 'infracloud.io: Introduction to Multi-Tenancy in Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/architect/kubernetes-hierarchical-namespaces: + title: 'redhat.com: Kubernetes architecture: How to use hierarchical namespaces + for multiple tenants' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/concepts/security/multi-tenancy: + title: '==kubernetes.io: Multi-tenancy== 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://www.thinksys.com/devops/kubernetes-multi-tenancy: + title: 'thinksys.com: Understanding Multi-Tenancy in Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://doordash.engineering/2022/06/23/fast-feedback-loop-for-kubernetes-product-development-in-a-production-environment: + title: 'doordash.engineering: Fast Feedback Loop for Kubernetes Product Development + in a Production Environment' + year: N/A + stars: 0 + description: '' +https://towardsaws.com/kubernetes-multi-tenancy-approach-b0f58d615971: + title: 'towardsaws.com: Kubernetes Multi-Tenancy Approach' + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/10-essentials-for-kubernetes-multi-tenancy: + title: 'loft.sh: 10 Essentials For Kubernetes Multi-Tenancy' + year: N/A + stars: 0 + description: '' +https://medium.com/@het.trivedi05/designing-multi-tenant-applications-on-kubernetes-f0470f8e641c: + title: 'medium.com/@het.trivedi05: Designing Multi-Tenant Applications on Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.joshgav.com/posts/cluster-level-multitenancy: + title: 'blog.joshgav.com: Clusters for all! - 16 May 2022 on Multitenancy, Clusters' + year: N/A + stars: 0 + description: '' +https://cast.ai/blog/kubernetes-namespace-how-to-use-it-to-organize-and-optimize-costs: + title: 'cast.ai: Kubernetes Namespace: How To Use It To Organize And Optimize Costs' + year: N/A + stars: 0 + description: '' +https://medium.com/adeo-tech/a-walkthrough-guide-for-multi-tenancy-with-gke-b9e6f1aed2a2: + title: 'medium.com/adeo-tech: A walkthrough guide for Multi-Tenancy with GKE' + year: N/A + stars: 0 + description: '' +https://itnext.io/multi-tenancy-in-kubernetes-332ff88d55d8: + title: '==itnext.io: Multi-Tenancy in Kubernetes | Daniele Polencic== 🌟🌟' + year: N/A + stars: 0 + description: '' +https://faun.pub/hierarchical-namespaces-in-kubernetes-5b07ea2c3e65: + title: '==faun.pub: Hierarchical Namespaces in Kubernetes==' + year: N/A + stars: 0 + description: '' +https://blog.jessfraz.com/post/hard-multi-tenancy-in-kubernetes: + title: '==blog.jessfraz.com: Hard Multi-Tenancy in Kubernetes (2018)==' + year: N/A + stars: 0 + description: '' +https://github.com/loft-sh/kiosk: + title: ==loft-sh/kiosk== + year: N/A + stars: 0 + description: '' +https://cloudhero.io/creating-users-for-your-kubernetes-cluster: + title: cloudhero.io + year: N/A + stars: 0 + description: '' +https://dev.to/gianlucam76/centralized-add-on-management-across-n-kubernetes-clusters-308k: + title: Centralized Add-on Management Across N Kubernetes Clusters + year: N/A + stars: 0 + description: '' +https://sandeepbaldawa.medium.com/k8s-labels-selectors-9ad2fcf78a4e: + title: 'sandeepbaldawa.medium.com: K8s Labels & Selectors' + year: N/A + stars: 0 + description: '' +https://blog.kubecost.com/blog/kubernetes-labels: + title: 'blog.kubecost.com: The Guide to Kubernetes Labels' + year: N/A + stars: 0 + description: '' +http://millionvisit.blogspot.com/2021/02/kubernetes-for-developers-8-Object%20Name-Labels-Selectors-Namespace.html: + title: 'millionvisit.blogspot.com: Kubernetes for Developers #8: Kubernetes Object + Name, Labels, Selectors and Namespace' + year: N/A + stars: 0 + description: '' +http://millionvisit.blogspot.com/2021/03/kubernetes-for-developers-11-pod-organization-using-labels.html: + title: 'millionvisit.blogspot.com: Kubernetes for Developers #11: Pod Organization + using Labels' + year: N/A + stars: 0 + description: '' +https://www.linuxadvise.com/post/kubernetes-node-selectors: + title: 'linuxadvise.com: Kubernetes Node Selectors' + year: N/A + stars: 0 + description: '' +https://www.ithands-on.com/2021/04/kubernetes-101-changing-pods-label-on.html: + title: 'ithands-on.com: Kubernetes 101 : Changing a Pod''s label on the fly' + year: N/A + stars: 0 + description: '' +https://blog.newrelic.com/engineering/how-to-organize-kubernetes-clusters: + title: 'blog.newrelic.com: Kubernetes Fundamentals, Part 4: How to Organize Clusters' + year: N/A + stars: 0 + description: '' +https://cast.ai/blog/kubernetes-labels-expert-guide-with-10-best-practices: + title: 'cast.ai: Kubernetes Labels: Expert Guide with 10 Best Practices' + year: N/A + stars: 0 + description: '' +https://itnext.io/labels-and-annotations-in-kubernetes-234944b0f7ab: + title: '==itnext.io: Labels & Annotations in Kubernetes== | Daniele Polencic' + year: N/A + stars: 0 + description: '' +https://thenucleargeeks.com/2021/03/28/taints-and-tolerations-in-kubernetes: + title: 'thenucleargeeks.com: Taints and Tolerations in Kubernetes' + year: N/A + stars: 0 + description: '' +https://faun.pub/taints-and-toleration-basics-in-kubernetes-c0538c3f6deb: + title: 'faun.pub: Taints And Toleration Basics In Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.learncodeonline.in/kubernetes-scheduling-taints-and-tolerations: + title: 'blog.learncodeonline.in: Kubernetes Scheduling - Taints and Tolerations' + year: N/A + stars: 0 + description: '' +https://kamsjec.medium.com/kubernetes-taints-and-tolerations-18727f618d01: + title: 'kamsjec.medium.com: Kubernetes Taints and Tolerations' + year: N/A + stars: 0 + description: '' +https://trstringer.com/understanding-prefernoschedule: + title: 'trstringer.com: Kubernetes Taints, Tolerations, and Understanding the PreferNoSchedule + Effect' + year: N/A + stars: 0 + description: '' +https://medium.com/@sam.euchaliptus/tolerations-nodeaffinity-for-deterministic-pod-scheduling-in-kubernetes-aa2f1d4316fa: + title: 'medium.com/@sam.euchaliptus: Tolerations & NodeAffinity for Deterministic + Pod Scheduling in Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/how-to-deploy-an-asp-net-application-with-kubernetes-3c00c5fa1c6e: + title: 'medium: How to Deploy a Web Application with Kubernetes' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-rolling-updates-rollbacks-and-multi-environments-4ff9912df5: + title: 'itnext.io: Kubernetes rolling updates, rollbacks and multi-environments' + year: N/A + stars: 0 + description: '' +https://www.linuxadvise.com/post/kubernetes-rolling-updates-and-rollbacks: + title: 'linuxadvise.com: Kubernetes Rolling Updates and Rollbacks' + year: N/A + stars: 0 + description: '' +https://medium.com/@yankee.exe/how-rolling-and-rollback-deployments-work-in-kubernetes-8db4c4dce599: + title: 'medium: How Rolling and Rollback Deployments work in Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/kubernetes-deployment-rolling-updates-and-rollbacks-explained-e3efa6557368: + title: 'medium: Kubernetes Deployment β€” Rolling Updates and Rollbacks Explained' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-do-applications-run-on-kubernetes: + title: '==thenewstack.io: How do applications run on kubernetes?==' + year: N/A + stars: 0 + description: '' +https://deepsource.io/blog/zero-downtime-deployment: + title: 'deepsource.io: Breaking down zero downtime deployments in Kubernetes' + year: N/A + stars: 0 + description: '' +https://k21academy.com/docker-kubernetes/kubernetes-deployment: + title: 'k21academy.com: Kubernetes Deployment and Step-by-Step Guide to Deployment: + Update, Rollback, Scale & Delete' + year: N/A + stars: 0 + description: '' +? https://medium.com/better-programming/kubernetes-deployment-connect-your-front-end-to-your-back-end-with-nginx-7e4e7cfef177 +: title: 'medium: Kubernetes Deployment: Connect Your Front End to Your Back End With + Nginx' + year: N/A + stars: 0 + description: '' +https://www.mirantis.com/blog/introduction-to-yaml-creating-a-kubernetes-deployment: + title: 'mirantis.com: Introduction to YAML: Creating a Kubernetes deployment' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/kubernetes-deployment-explained-9b2b89dd3977: + title: 'medium: Kubernetes Deployment Explained' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/graceful-shutdown: + title: '==learnk8s.io: Graceful shutdown and zero downtime deployments in Kubernetes==' + year: N/A + stars: 0 + description: '' +https://thoughtbot.com/blog/zero-downtime-rails-deployments-with-kubernetes: + title: 'thoughtbot.com: Zero Downtime Rails Deployments with Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/avmconsulting-blog/deployment-types-in-kubernetes-14b70ca7ef93: + title: 'medium: Deployment types in Kubernetes' + year: N/A + stars: 0 + description: '' +https://hackernoon.com/how-to-deploy-code-faster-using-kubernetes-jh1y3ul0: + title: 'hackernoon.com: How To Deploy Code Faster Using Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.fosstechnix.com/rolling-out-and-rolling-back-updates-with-zero-downtime-on-kubernetes-cluster: + title: 'fosstechnix.com: Rolling out and Rolling back updates with Zero Downtime + on Kubernetes Cluster' + year: N/A + stars: 0 + description: '' +https://medium.com/gumgum-tech/5-things-we-overlooked-when-putting-our-first-app-on-kubernetes-58583c1783e4: + title: 'medium: 5 Things We Overlooked When Deploying Our First App on Kubernetes' + year: N/A + stars: 0 + description: '' +https://eng.lifion.com/journey-to-zero-downtime-rolling-updates-with-ambassador-badda6a7d450: + title: Our Journey to Zero Downtime Rolling Updates with Ambassador + year: N/A + stars: 0 + description: '' +? https://medium.com/tailwinds-navigator/kubernetes-tip-how-statefulsets-behave-differently-than-deployments-when-node-fails-d29e36bca7d5 +: title: 'medium: Kubernetes Tip: How Statefulsets Behave Differently Than Deployments + When Node Fails?' + year: N/A + stars: 0 + description: '' +https://www.learnsteps.com/basics-on-kubernetes-what-exactly-is-a-deployment: + title: 'learnsteps.com: Basics on Kubernetes: What exactly is a deployment?' + year: N/A + stars: 0 + description: '' +https://polarsquad.com/blog/check-your-kubernetes-deployments: + title: 'polarsquad.com: Check your Kubernetes deployments!' + year: N/A + stars: 0 + description: '' +https://yankeexe.medium.com/how-rolling-and-rollback-deployments-work-in-kubernetes-8db4c4dce599: + title: 'yankeexe.medium.com: How Rolling and Rollback Deployments work in Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/okteto/beginners-guide-to-kubernetes-deployments-50f066d95d2b: + title: 'medium.com/okteto: Beginner’s Guide to Kubernetes Deployments' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/zero-downtime-deployment-with-kubernetes-using-rolling-update-strategy-bff45de8c3c3: + title: 'blog.devgenius.io: Zero downtime deployment with Kubernetes using Rolling + update Strategy' + year: N/A + stars: 0 + description: '' +? https://dinushad92.medium.com/building-a-resilient-deployment-on-kubernetes-part-3-keep-the-deployment-up-to-date-with-the-7296f18f275a +: title: 'dinushad92.medium.com: Building a resilient deployment on Kubernetes-part + 3: Keep the deployment up to date with the latest releases' + year: N/A + stars: 0 + description: '' +https://medium.com/@chamakenjefi/kubernetes-deployments-using-a-configmap-with-a-custom-index-html-page-5b4de0a7aa1b: + title: 'medium.com/@chamakenjefi: Kubernetes deployments using a ConfigMap with + a custom index.html page' + year: N/A + stars: 0 + description: '' +https://medium.com/@vrnvav97/canary-deployment-in-kubernetes-a18c81cb9b: + title: 'medium.com/@vrnvav97: Canary Deployment in Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/@the.nick.miller/multi-container-deployments-with-kubernetes-33c824d8d9a4: + title: 'medium.com/@the.nick.miller: Custom Deployments with Kubernetes' + year: N/A + stars: 0 + description: '' +https://amolmote.hashnode.dev/replicaset-deployment-in-kubernetes: + title: '==amolmote.hashnode.dev: ReplicaSet & Deployment In Kubernetes== 🌟' + year: N/A + stars: 0 + description: '' +https://teplyheng.medium.com/understand-the-difference-between-deployments-and-replicaset-7e1cfd4d8639: + title: 'teplyheng.medium.com: Understand the difference between Deployments and + ReplicaSet 🌟' + year: N/A + stars: 0 + description: '' +https://teplyheng.medium.com/in-depth-understanding-of-deployments-in-kubernetes-af2c93ca4a24: + title: 'teplyheng.medium.com: In-depth understanding of Deployments in Kubernetes' + year: N/A + stars: 0 + description: '' +https://routerhan.medium.com/understanding-kubernetes-deployment-a-beginners-guide-6723c19dbd57: + title: 'routerhan.medium.com: Understanding Kubernetes Deployment β€” A Beginner’s + Guide' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/blue-green-deployment-with-kubernetes-b7595b17fe17: + title: 'blog.devgenius.io: Blue Green Deployment with Kubernetes' + year: N/A + stars: 0 + description: '' +https://itnext.io/sticky-sessions-and-canary-releases-in-kubernetes-8c45de2b0a2e: + title: '==itnext.io: Sticky sessions canary releases in kubernetes== Daniele Polencic' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/kubernetes-rollbacks: + title: '==learnk8s.io: How do you rollback deployments in Kubernetes?== 🌟' + year: N/A + stars: 0 + description: '' +? https://medium.com/devops-mojo/kubernetes-difference-between-deployment-and-statefulset-in-k8s-deployments-vs-statefulsets-855f9e897091 +: title: 'medium: Kubernetes β€” Difference between Deployment and StatefulSet in K8s' + year: N/A + stars: 0 + description: '' +https://www.kubermatic.com/blog/keeping-the-state-of-apps-5: + title: 'kubermatic.com: Keeping the State of Apps 6: Introduction to StatefulSets' + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/kubernetes-statefulset-examples-and-best-practices: + title: 'loft.sh: Kubernetes StatefulSet - Examples & Best Practices' + year: N/A + stars: 0 + description: '' +https://loft-sh.medium.com/kubernetes-statefulset-examples-best-practices-902cd50f7fff: + title: 'loft-sh.medium.com: Kubernetes StatefulSet β€” Examples & Best Practices' + year: N/A + stars: 0 + description: '' +https://tom-sapak.medium.com/deployment-vs-statefulset-for-stateful-applications-eebd6522e102: + title: 'tom-sapak.medium.com: Deployment vs. StatefulSet for stateful applications' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-statefulset-initialization-with-unique-configs-per-pod-7e02c01ada65: + title: 'itnext.io: Kubernetes StatefulSet Initialization with Unique Configs per + Pod' + year: N/A + stars: 0 + description: '' +https://niravshah2705.medium.com/play-with-volume-for-statefulsets-7fbf14221e74: + title: 'niravshah2705.medium.com: Play with volume for statefulsets' + year: N/A + stars: 0 + description: '' +https://medium.com/@arton.demaku/managing-stateful-applications-with-kubernetes-statefulsets-3eeec9e9d151: + title: 'medium.com/@arton.demaku: Managing Stateful Applications with Kubernetes + StatefulSets' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-daemonsets-a-detailed-introductory-tutorial: + title: 'thenewstack.io: Kubernetes DaemonSets: A Detailed Introductory Tutorial' + year: N/A + stars: 0 + description: '' +https://blog.learncodeonline.in/kubernetes-scheduling-daemonset: + title: 'blog.learncodeonline.in: Kubernetes Scheduling - DaemonSet' + year: N/A + stars: 0 + description: '' +https://www.ithands-on.com/2021/05/kubernetes-101-performing-tasks-in.html: + title: 'ithands-on.com: Kubernetes 101 : Performing tasks in kubernetes - Jobs' + year: N/A + stars: 0 + description: '' +https://eng.lyft.com/improving-kubernetes-cronjobs-at-scale-part-1-cf1479df98d4: + title: How we learned to improve Kubernetes CronJobs at Scale (Part 1 of 2) + year: N/A + stars: 0 + description: '' +https://eng.lyft.com/how-we-learned-to-improve-kubernetes-cronjobs-at-scale-part-2-of-2-dad0c973ffca: + title: How we learned to improve Kubernetes CronJobs at Scale (Part 2 of 2) + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/11/kubernetes-jobs-cronjobs: + title: 'opensource.com: A beginner''s guide to Kubernetes Jobs and CronJobs' + year: N/A + stars: 0 + description: '' +https://medium.com/avmconsulting-blog/jobs-cronjobs-in-kubernetes-cluster-d0e872e3c8c8: + title: 'medium: Jobs & Cronjobs in Kubernetes Cluster' + year: N/A + stars: 0 + description: '' +https://devopscube.com/create-kubernetes-jobs-cron-jobs: + title: 'devopscube.com: How To Create Kubernetes Jobs/Cron Jobs – Getting Started + Guide' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/setup-a-cronjob-to-execute-kubectl-or-aws-commands-c1c15dd4ff1f: + title: 'medium.com/geekculture: Setup a CronJob to execute Kubectl or AWS commands' + year: N/A + stars: 0 + description: '' +https://dwdraju.medium.com/kubernetes-job-or-cronjob-which-one-to-use-and-when-4ffd4800d28e: + title: 'dwdraju.medium.com: Kubernetes Job or CronJob: Which One to Use and When? + 🌟' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/k8s-why-use-job-instead-of-pod-directly-48cf4e24a0df: + title: 'blog.devgenius.io: K8s β€” Why Use Job Instead of Pod Directly?' + year: N/A + stars: 0 + description: '' +https://medium.com/kudos-engineering/migrating-our-cron-jobs-to-kubernetes-8597032d7622: + title: 'medium.com/kudos-engineering: Migrating our cron jobs to Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/kueue: + title: 'kubernetes-sigs/kueue: Kubernetes-native Job Queueing' + year: N/A + stars: 0 + description: '' +https://spacelift.io/blog/kubernetes-cronjob: + title: 'spacelift.io: CronJob in Kubernetes – Automating Tasks on a Schedule' + year: N/A + stars: 0 + description: '' +https://medium.com/@abhinav.ittekot/running-kubernetes-jobs-with-sidecar-containers-8c034b020993: + title: 'medium.com/@abhinav.ittekot: Running Kubernetes jobs with sidecar containers' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/understanding-jobs-and-cronjobs-in-kubernetes-9db379562da: + title: 'blog.devops.dev: Understanding Jobs and CronJobs in Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/lambda-migration-k8s-jobs: + title: 'infoq.com: The Great Lambda Migration to Kubernetes Jobsβ€”a Journey in Three + Parts 🌟' + year: N/A + stars: 0 + description: '' +https://blog.alexellis.io/primer-accessing-kubernetes-services: + title: 'blog.alexellis.io: A Primer: Accessing services in Kubernetes' + year: N/A + stars: 0 + description: '' +https://faun.pub/active-passive-load-balancing-with-kubernetes-services-742cae1938af: + title: 'faun.pub: Kubernetes β€” Active/Passive Load Balancing with Services' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/kubernetes-services-explained: + title: 'harness.io: Kubernetes Services Explained 🌟' + year: N/A + stars: 0 + description: '' +https://devineer.medium.com/kubernetes-services-explained-22b4dd11de02: + title: 'devineer.medium.com: Kubernetes Services Explained' + year: N/A + stars: 0 + description: '' +https://whyk8s.substack.com/p/why-services: + title: 'whyk8s.substack.com: Why Services?' + year: N/A + stars: 0 + description: '' +https://medium.com/@ankitrai_13207/kubernetes-deployment-service-6f32b7e63f16: + title: 'medium.com/@ankitrai_13207: Kubernetes: Deployment & Service' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/kubernetes-service-types-3c4a3088a5c: + title: 'betterprogramming.pub: An Overview to Kubernetes Services' + year: N/A + stars: 0 + description: '' +https://nitishblog.hashnode.dev/kubernetes-services-your-way-to-connect-with-your-application: + title: 'nitishblog.hashnode.dev: Kubernetes Services - Your way to connect with + your application' + year: N/A + stars: 0 + description: '' +https://sumanprasad.hashnode.dev/everything-about-kubernetes-services-discovery-load-balancing-networking: + title: 'sumanprasad.hashnode.dev: Everything About Kubernetes Services - Discovery, + Load Balancing, Networking' + year: N/A + stars: 0 + description: '' +https://dev.to/vromanov/kubernetes-services-1bj: + title: '==dev.to/vromanov: Kubernetes Services== 🌟' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/kubernetes-services-explained-with-examples-3d1897a875b7: + title: 'blog.devops.dev: Kubernetes Services: Explained with Examples' + year: N/A + stars: 0 + description: '' +https://youtu.be/efiMiaFjtn8: + title: 'youtube: deployment strategies in kubernetes | recreate | rolling update + | blue/green | canary' + year: N/A + stars: 0 + description: '' +https://auth0.com/blog/deployment-strategies-in-kubernetes: + title: 'auth0.com: Deployment Strategies In Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.educative.io/blog/kubernetes-deployments-strategies: + title: 'educative.io: A deep dive into Kubernetes Deployment strategies' + year: N/A + stars: 0 + description: '' +https://www.weave.works/blog/kubernetes-deployment-strategies: + title: 'weave.works: Kubernetes Deployment Strategies 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@wuestkamp/kubernetes-canary-deployment-1-gitlab-ci-518f9fdaa7ed: + title: 'medium.com: Kubernetes Canary Deployment #1 Gitlab CI' + year: N/A + stars: 0 + description: '' +https://medium.com/containers-101/fully-automated-canary-deployments-in-kubernetes-70a671105273: + title: 'medium: Fully automated canary deployments in Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.knoldus.com/introduction-to-kubernetes-deployment-strategies: + title: 'blog.knoldus.com: Introduction to Kubernetes Deployment Strategies' + year: N/A + stars: 0 + description: '' +https://blog.knoldus.com/introduction-to-kubernetes-deployment-strategies-part-2: + title: 'blog.knoldus.com: Introduction to Kubernetes Deployment Strategies – Part + 2' + year: N/A + stars: 0 + description: '' +https://medium.com/@knoldus/introduction-to-kubernetes-deployment-strategies-part-3-5037a6b4d6aa: + title: 'medium.com/@knoldus: Introduction to Kubernetes Deployment Strategies β€” + Part 3' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/advanced-kubernetes-deployment-strategies: + title: '==dzone: Advanced Kubernetes Deployment Strategies==' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/kubernetes-blue-green-deployment-a69ed17cd4cd: + title: 'blog.devgenius.io: Kubernetes Blue-Green Deployment' + year: N/A + stars: 0 + description: '' +https://prakashkumar0301.medium.com/blue-green-deployment-with-kubernetes-a37a534a2ef4: + title: 'prakashkumar0301.medium.com: Blue-Green Deployment with Kubernetes' + year: N/A + stars: 0 + description: '' +https://emirayhan.medium.com/kubernetes-k8s-deployment-strategies-eb3a0f5cbc49: + title: 'emirayhan.medium.com: Kubernetes (k8s) Deployment Strategies' + year: N/A + stars: 0 + description: '' +https://faun.pub/kubernetes-deployment-strategies-f36e7e4d2be: + title: 'faun.pub: Kubernetes Deployment Strategies' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/kubernetes-deployment-strategy-explained-bf27fea088e1: + title: 'blog.devgenius.io: Kubernetes Deployment Strategy Explained 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/developer-sandbox/activities/run-the-canary-deployment-pattern-on-kubernetes: + title: '==developers.redhat.com: Run the Canary Deployment pattern on Kubernetes== + 🌟' + year: N/A + stars: 0 + description: '' +https://blog.werf.io/canary-releases-in-kubernetes-based-on-ingress-nginx-controller-96193efe34f9: + title: 'blog.werf.io: Canary releases in Kubernetes based on Ingress-NGINX Controller' + year: N/A + stars: 0 + description: '' +https://medium.com/@bubu.tripathy/blue-green-deployment-using-kubernetes-be994df956b4: + title: 'medium.com/@bubu.tripathy: Blue-Green Deployment using Kubernetes' + year: N/A + stars: 0 + description: '' +? https://blog.developersteve.com/canary-deployments-in-kubernetes-safely-releasing-new-features-with-confidence-f6eb3f0dab6f +: title: 'blog.developersteve.com: Canary Deployments in Kubernetes: Safely Releasing + New Features with Confidence' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/reference/kubernetes-api: + title: 'kubernetes.io: Kubernetes API' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/living-with-kubernetes-api-lifecycles-and-you: + title: 'thenewstack.io: Living with Kubernetes: API Lifecycles and You' + year: N/A + stars: 0 + description: '' +https://blog.tilt.dev/2021/03/18/kubernetes-is-so-simple.html: + title: 'blog.tilt.dev: Kubernetes is so Simple You Can Explore it with Curl' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-is-not-just-about-containers-its-about-the-api: + title: 'thenewstack.io: Kubernetes Is Not Just About Containers β€” It’s About the + API 🌟' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2021/09/03/api-server-tracing: + title: 'kubernetes.io: Alpha in Kubernetes v1.22: API Server Tracing' + year: N/A + stars: 0 + description: '' +https://evancordell.com/posts/kube-apis-crds: + title: 'evancordell.com: 16 things you didn''t know about Kube APIs and CRDs' + year: N/A + stars: 0 + description: '' +https://martinheinz.dev/blog/53: + title: 'martinheinz.dev: Could Kubernetes Pods Ever Become Deprecated? 🌟' + year: N/A + stars: 0 + description: '' +https://trstringer.com/kubernetes-api-call-from-kubectl: + title: 'trstringer.com: Discover Kubernetes API Calls from kubectl' + year: N/A + stars: 0 + description: '' +https://iximiuz.com/en/posts/kubernetes-api-structure-and-terminology: + title: '==iximiuz.com: Working with Kubernetes API - Resources, Kinds, and Objects==' + year: N/A + stars: 0 + description: '' +https://iximiuz.com/en/posts/kubernetes-api-call-simple-http-client: + title: '==iximiuz.com: How To Call Kubernetes API using Simple HTTP Client== 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://iximiuz.com/en/series/working-with-kubernetes-api: + title: '==iximiuz.com: Working with Kubernetes API==' + year: N/A + stars: 0 + description: '' +https://iximiuz.com/en/posts/kubernetes-api-how-to-extend: + title: 'iximiuz.com: How To Extend Kubernetes API - Kubernetes vs. Django' + year: N/A + stars: 0 + description: '' +https://dev.to/danielepolencic/the-kubernetes-api-architecture-1pi9: + title: '==dev.to: The Kubernetes API architecture | Daniele Polencic== 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/cp-massive-programming/kubernetes-api-server-discovery-ac3b358e878e: + title: 'medium.com/cp-massive-programming: Kubernetes API Server Discovery' + year: N/A + stars: 0 + description: '' +https://itnext.io/working-with-the-kubernetes-api-587bc5941992: + title: '==itnext.io: Working with the kubernetes API | Daniele Polencic== 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/linux-shots/find-deprecated-api-resources-used-in-a-kubernetes-cluster-44756c1126c8: + title: 'medium.com/linux-shots: Find Deprecated API Resources used in a Kubernetes + Cluster' + year: N/A + stars: 0 + description: '' +https://blog.jimmyray.io/discover-k8s-through-its-apis-e2f90937a19f: + title: 'blog.jimmyray.io: Discover K8s Through Its APIs' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/extending-kubernetes-services-with-multi-cluster-services-api: + title: 'thenewstack.io: Extending Kubernetes Services with Multi-Cluster Services + API' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2021/10/08/capi-clusterclass-and-managed-topologies: + title: 'kubernetes.io: Introducing ClusterClass and Managed Topologies in Cluster + API' + year: N/A + stars: 0 + description: '' +https://medium.com/faun/how-to-perform-health-checks-in-kubernetes-k8s-a4e5300b1f9d: + title: 'medium: How to Perform Health checks in Kubernetes (K8s)' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes/kubernetes/pull/97057: + title: If you have a livenessProbe that takes over one second, it’ll fail when you + update to kubernetes 1.20, because a long-standing bug with how the default was + handled has been fixed. You must override the ExecProbeTimeout if your probe takes + more than 1s + year: N/A + stars: 0 + description: '' +https://blog.lelonek.me/liveness-and-readiness-probes-for-kubernetes-in-phoenix-application-890e24d0737e: + title: Liveness and Readiness Probes for Kubernetes in Phoenix application + year: N/A + stars: 0 + description: '' +https://theithollow.com/2020/05/18/kubernetes-liveness-and-readiness-probes: + title: Kubernetes Liveness and Readiness Probes + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/kubernetes-readiness-probes-examples-common-pitfalls: + title: 'loft.sh: Kubernetes Readiness Probes - Examples & Common Pitfalls' + year: N/A + stars: 0 + description: '' +http://millionvisit.blogspot.com/2021/04/kubernetes-for-developers-12-effective-way-of-using-k8-liveness-probe.html: + title: 'millionvisit.blogspot.com: Kubernetes for Developers #12: Effective way + of using K8 Liveness Probe' + year: N/A + stars: 0 + description: '' +http://millionvisit.blogspot.com/2021/04/kubernetes-for-developers-13-effective-way-of-using-k8-readiness-probe.html: + title: 'millionvisit.blogspot.com: Kubernetes for Developers #13: Effective way + of using K8 Readiness Probe' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-probes-startup-liveness-readiness-a9fc9ccff4b2: + title: 'itnext.io: Kubernetes Probes: Startup, Liveness, Readiness' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-readiness-probes-examples-common-pitfalls-136e3a9a058d: + title: 'itnext.io: Kubernetes Readiness Probes β€” Examples & Common Pitfalls' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=D9w3DH1zAc8: + title: 'youtube: Kubernetes 101: Get Better Uptime with K8s Health Checks' + year: N/A + stars: 0 + description: '' +https://www.returngis.net/2020/02/pruebas-de-vida-de-nuestros-contenedores-en-kubernetes: + title: 'returngis.net: Pruebas de vida de nuestros contenedores en Kubernetes' + year: N/A + stars: 0 + description: '' +https://blog.newrelic.com/engineering/kubernetes-health-checks: + title: 'blog.newrelic.com: Kubernetes Fundamentals, Part 2: How to Use Health Checks' + year: N/A + stars: 0 + description: '' +https://komodor.com/learn/kubernetes-liveness-probes-a-practical-guide: + title: 'komodor.com: Kubernetes Liveness Probes: A Practical Guide' + year: N/A + stars: 0 + description: '' +https://martinheinz.dev/blog/63: + title: 'martinheinz.dev: Improving Application Availability with Pod Readiness Gates' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-health-checks-using-probes: + title: '==thenewstack.io: Kubernetes Health Checks Using Probes==' + year: N/A + stars: 0 + description: '' +https://faun.pub/straight-to-the-point-kubernetes-probes-e5b23e267d9d: + title: 'faun.pub: Straight to the Point: Kubernetes Probes' + year: N/A + stars: 0 + description: '' +https://guyzsarun.medium.com/kubernetes-liveness-readiness-probe-explained-352691dcccf1: + title: 'guyzsarun.medium.com: Kubernetes Liveness, Readiness Probe Explained' + year: N/A + stars: 0 + description: '' +https://hmh.engineering/dive-into-kubernetes-healthchecks-part-1-73a900fa6dbd: + title: 'hmh.engineering: Dive into Kubernetes Healthchecks (part 1) 🌟' + year: N/A + stars: 0 + description: '' +https://hmh.engineering/dive-into-kubernetes-healthchecks-part-2-a9f83eb712d5: + title: 'hmh.engineering: Dive into Kubernetes Healthchecks (part 2)' + year: N/A + stars: 0 + description: '' +? https://medium.com/devops-mojo/kubernetes-probes-liveness-readiness-startup-overview-introduction-to-probes-types-configure-health-checks-206ff7c24487 +: title: 'medium.com/devops-mojo: Kubernetes β€” Probes (Liveness, Readiness, and Startup) + Overview' + year: N/A + stars: 0 + description: '' +https://doordash.engineering/2022/08/09/how-to-handle-kubernetes-health-checks: + title: 'doordash.engineering: How to Handle Kubernetes Health Checks' + year: N/A + stars: 0 + description: '' +https://datree.io/resources/kubernetes-readiness-and-liveness-probes-best-practices: + title: 'datree.io: 6 Best Practices for Effective Readiness and Liveness Probes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-probes-and-why-they-matter-for-autoscaling: + title: 'thenewstack.io: Kubernetes Probes (and Why They Matter for Autoscaling) + 🌟' + year: N/A + stars: 0 + description: '' +https://faun.pub/kubernetes-liveness-probes-1a053f53690c: + title: 'faun.pub: Kubernetes Liveness Probes' + year: N/A + stars: 0 + description: '' +https://dev.to/pavanbelagatti/configure-kubernetes-readiness-and-liveness-probes-tutorial-478p: + title: 'dev.to: Configure Kubernetes Readiness and Liveness Probes - Tutorial | + Pavan Belagatti 🌟' + year: N/A + stars: 0 + description: '' +https://dnastacio.medium.com/the-art-and-science-of-probing-a-kubernetes-container-db1f16539080: + title: 'dnastacio.medium.com: The Art and Science of Probing a Kubernetes Container' + year: N/A + stars: 0 + description: '' +? https://medium.com/@eumaho/setting-up-readiness-and-liveness-health-check-probes-in-kubernetes-with-springboot-674eb1038377 +: title: 'medium.com/@eumaho: Setting up readiness and liveness health-check probes + in Kubernetes with SpringBoot 🌟' + year: N/A + stars: 0 + description: '' +https://kamsjec.medium.com/liveness-and-readiness-probes-91919f24e305: + title: 'kamsjec.medium.com: liveness and readiness probes…' + year: N/A + stars: 0 + description: '' +https://dev.to/otomato_io/liveness-probes-feel-the-pulse-of-the-app-133e: + title: 'dev.to/otomato_io: Liveness Probes: Feel the Pulse of the App' + year: N/A + stars: 0 + description: '' +https://www.cloudtechtwitter.com/2022/04/kubernetes-quality-of-service-qos-class.html: + title: 'cloudtechtwitter.com: Kubernetes Quality of Service (QoS) class' + year: N/A + stars: 0 + description: '' +https://itnext.io/kubernetes-resource-management-in-production-d5382c904ed1: + title: 'itnext.io: Kubernetes Resource Management in Production' + year: N/A + stars: 0 + description: '' +https://medium.com/dev-genius/ultimate-kubernetes-resource-planning-guide-449a4fddd1d6: + title: 'medium: Ultimate Kubernetes Resource Planning Guide' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/setting-cpu-memory-limits-requests: + title: 'learnk8s.io: Setting the right requests and limits in Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/sizing-applications-in-kubernetes: + title: 'openshift.com: Sizing Applications in Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.magalix.com/blog/kubernetes-patterns-capacity-planning: + title: 'magalix.com: Capacity Planning' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/kubernetes-capacity-planning: + title: 'sysdig.com: Kubernetes capacity planning: How to rightsize the requests + of your cluster' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/concepts/policy/limit-range: + title: kubernetes.io Policy Limit Ranges + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/kubernetes-limits-requests: + title: '==sysdig.com: Understanding Kubernetes limits and requests by example== + 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/aurelievache/understanding-kubernetes-part-22-limitrange-144l: + title: 'dev.to/aurelievache: Understanding Kubernetes: part 22 – LimitRange' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/dive-deep-into-resource-requests-and-limits-in-kub: + title: 'dzone: Dive Deep Into Resource Requests and Limits in Kubernetes' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/kubernetes-resource-limits: + title: 'sysdig.com: How to rightsize the Kubernetes resource limits' + year: N/A + stars: 0 + description: '' +https://medium.com/@betz.mark/understanding-resource-limits-in-kubernetes-cpu-time-9eff74d3161b: + title: 'medium: Understanding resource limits in kubernetes: cpu time' + year: N/A + stars: 0 + description: '' +https://blog.newrelic.com/engineering/kubernetes-request-and-limits: + title: 'blog.newrelic.com: Kubernetes Fundamentals, Part 1: How to Manage Cluster + Capacity with Requests and Limits' + year: N/A + stars: 0 + description: '' +https://john-tucker.medium.com/kubernetes-cpu-resource-requests-at-runtime-c4df668d1c5c: + title: 'john-tucker.medium.com: Kubernetes CPU Resource Requests at Runtime' + year: N/A + stars: 0 + description: '' +https://faun.pub/practical-example-of-how-to-set-requests-and-limits-on-kubernetes-87521b599983: + title: 'faun.pub: Practical example of how to set requests and limits on Kubernetes' + year: N/A + stars: 0 + description: '' +https://home.robusta.dev/blog/stop-using-cpu-limits: + title: '==home.robusta.dev: For the love of god, stop using CPU limits on Kubernetes== + 🌟🌟' + year: N/A + stars: 0 + description: '' +https://www.netdata.cloud/blog/kubernetes-throttling-doesnt-have-to-suck-let-us-help: + title: '==netdata.cloud: Kubernetes Throttling Doesn’t Have To Suck. Let Us Help!== + 🌟🌟' + year: N/A + stars: 0 + description: '' +https://dnastacio.medium.com/why-you-should-keep-using-cpu-limits-on-kubernetes-60c4e50dfc61: + title: '==dnastacio.medium.com: Why you should keep using CPU limits on Kubernetes== + 🌟🌟' + year: N/A + stars: 0 + description: '' +https://komodor.com/learn/kubernetes-cpu-limits-throttling: + title: 'komodor.com: Kubernetes CPU Limits and Throttling' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/how-to-guess-the-right-size-for-your-kubernetes-pods-9c88686fec: + title: '==levelup.gitconnected.com: How to guess the right size for your Kubernetes + Pods?==' + year: N/A + stars: 0 + description: '' +https://medium.com/omio-engineering/cpu-limits-and-aggressive-throttling-in-kubernetes-c5b20bd8a718: + title: 'medium.com/omio-engineering: CPU limits and aggressive throttling in Kubernetes' + year: N/A + stars: 0 + description: '' +https://hackernoon.com/kubernetes-resource-quotas: + title: 'hackernoon.com: Kubernetes Resource Quotas' + year: N/A + stars: 0 + description: '' +https://home.robusta.dev/blog/kubernetes-utilization-vs-reliability: + title: '==home.robusta.dev: You can''t have both high utilization and high reliability== + 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/mkdev/kubernetes-capacity-and-resource-management-its-not-what-you-think-it-is-1oik: + title: '==dev.to: Kubernetes Capacity and Resource Management: It''s Not What You + Think It Is== 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/memory-requests-and-limits-in-kubernetes-1c9cd573b3ab: + title: '==itnext.io: Memory Request + Limit in Kubernetes | Daniele Polencic== 🌟🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/cpu-limits-and-requests-in-kubernetes-fa9d55948b7c: + title: '==itnext.io: CPU Request + Limit in Kubernetes | Daniele Polencic== 🌟🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/pavanbelagatti/learn-how-to-set-kubernetes-resource-requests-and-limits-23n2: + title: 'dev.to/pavanbelagatti: Learn How to Set Kubernetes Resource Requests and + Limits' + year: N/A + stars: 0 + description: '' +https://iceburn.medium.com/kubernetes-resource-requests-and-resource-limits-99c549c5a439: + title: 'iceburn.medium.com: Kubernetes Resource Requests and Resource Limits' + year: N/A + stars: 0 + description: '' +https://home.robusta.dev/blog/k8s-node-benchmark: + title: '==home.robusta.dev: When is a CPU not a CPU? Benchmark of Kubernetes Providers + and Node Efficiency== 🌟🌟' + year: N/A + stars: 0 + description: '' +https://piotrminkowski.com/2023/08/22/resize-cpu-limit-to-speed-up-java-startup-on-kubernetes: + title: 'piotrminkowski.com: Resize CPU Limit To Speed Up Java Startup on Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/@mark.andreev/how-to-configure-kubernetes-memory-limits-for-java-application-ec0cc5a68c24: + title: 'medium.com/@mark.andreev: How to configure Kubernetes memory limits for + Java application' + year: N/A + stars: 0 + description: '' +https://sosiv.io/post/a-deep-dive-into-kubernetes-resource-requests-and-limits: + title: 'sosiv.io: A Deep Dive into Kubernetes Resource Requests and Limits' + year: N/A + stars: 0 + description: '' +https://medium.com/pipedrive-engineering/how-we-choked-our-kubernetes-nodejs-services-932acc8cc2be: + title: 'medium.com/pipedrive-engineering: How we choked our Kubernetes NodeJS services' + year: N/A + stars: 0 + description: '' +https://medium.com/@eliran89c/for-the-love-of-god-learn-when-to-use-cpu-limits-on-kubernetes-2225341e9dbd: + title: 'medium.com/@eliran89c: For the love of god, learn when to use CPU limits + on Kubernetes' + year: N/A + stars: 0 + description: '' +https://wbhegedus.me/understanding-kubernetes-cpu-limits: + title: 'wbhegedus.me: Demystifying Kubernetes CPU Limits (and Throttling)' + year: N/A + stars: 0 + description: '' +https://medium.com/@jettycloud/making-sense-of-kubernetes-cpu-requests-and-limits-390bbb5b7c92: + title: 'medium.com/@jettycloud: Making Sense of Kubernetes CPU Requests And Limits' + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/how-to-set-up-kubernetes-requests-and-limits: + title: 'loft.sh: How to Set Up Kubernetes Requests and Limits' + year: N/A + stars: 0 + description: '' +https://dev.to/thenjdevopsguy/impacts-of-not-setting-requests-limits-and-quotas-5f4b: + title: 'dev.to: Impacts Of Not Setting Requests, Limits, and Quotas | Michael Levan' + year: N/A + stars: 0 + description: '' +https://faun.pub/kubernetes-chronicles-k8s-04-k8s-series-pod-resource-request-limits-49ac0cf67ae6: + title: 'faun.pub: Kubernetes Chronicles:(K8s#04)|K8s Series | POD Resource Request + & Limits' + year: N/A + stars: 0 + description: '' +https://hwchiu.medium.com/why-does-my-2vcpu-application-run-faster-in-a-vm-than-in-a-container-6438ffaba245: + title: '==hwchiu.medium.com: Why does my 2vCPU application run faster in a VM than + in a container?== 🌟🌟' + year: N/A + stars: 0 + description: '' +https://www.ardanlabs.com/blog/2024/02/kubernetes-cpu-limits-go.html: + title: 'ardanlabs.com: Kubernetes CPU Limits and Go' + year: N/A + stars: 0 + description: '' +https://medium.com/nordnet-tech/unlocking-kubernetes-performance-with-no-cpu-resource-limits-56d5dc33037b: + title: 'medium.com/nordnet-tech: Unlocking Kubernetes Performance with no CPU Resource + Limits' + year: N/A + stars: 0 + description: '' +https://medium.com/@danielepolencic/challenge-16-throttled-93133f8fd0ad: + title: 'medium.com/@danielepolencic: Challenge 16: Throttled 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@frommeyerc/containers-and-the-jvm-about-cfs-and-how-to-deal-with-it-805883b72a87: + title: 'medium.com/@frommeyerc: Containers and the JVM: About CFS and how to deal + with it' + year: N/A + stars: 0 + description: '' +https://lalatron.hashnode.dev/when-kubernetes-and-go-dont-work-well-together: + title: 'lalatron.hashnode.dev: When Kubernetes and Go don''t work well together + 🌟' + year: N/A + stars: 0 + description: '' +https://foxutech.com/kubernetes-namespace-resource-quota-and-limits: + title: '==foxutech.com: Kubernetes Namespace Resource Quota and Limits== 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/directeam/kubernetes-resources-under-the-hood-part-1-4f2400b6bb96: + title: '==medium.com/directeam: Kubernetes resources under the hood β€” Part 1== 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/directeam/kubernetes-resources-under-the-hood-part-2-6eeb50197c44: + title: '==medium.com/directeam: Kubernetes resources under the hood β€” Part 2== 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/directeam/kubernetes-resources-under-the-hood-part-3-6ee7d6015965: + title: '==medium.com/directeam: Kubernetes resources under the hood β€” Part 3== 🌟' + year: N/A + stars: 0 + description: '' +? 'https://www.reddit.com/r/kubernetes/comments/12he7aa/cpu_limits/] + + - [==gokatalyst.io: Katalyst: A QoS-based resource management system for workload + colocation on kubernetes== 🌟](https://gokatalyst.io/blog/2023/12/06/katalyst-a-qos-based-resource-management-system-for-workload-colocation-on-kubernetes' +: title: 'reddit.com/r/kubernetes: CPU Limits' + year: N/A + stars: 0 + description: '' +https://stormforge.io: + title: 'stormforge.io: Automated Kubernetes resource management for platform engineering + teams to continuously rightsize workloads with HPA compatibility' + year: N/A + stars: 0 + description: '' +https://medium.com/@mathieuces/how-to-calculate-cpu-for-containers-in-k8s-dynamically-47a89e3886eb: + title: '==medium.com/@mathieuces: How to calculate CPU for containers in k8s dynamically + ?== 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/11/kubernetes-scheduler: + title: 'opensource.com: How the Kubernetes scheduler works' + year: N/A + stars: 0 + description: '' +https://medium.com/@dominik.tornow/the-kubernetes-scheduler-cd429abac02f: + title: 'medium.com: The Kubernetes Scheduler: this series aims to advance the understanding + of Kubernetes and its underlying concepts' + year: N/A + stars: 0 + description: '' +https://gist.github.com/luisalfonsopreciado/40a0fc2319241d517832affdce2bc1ff: + title: All you need to know to get started with the Kube Scheduler + year: N/A + stars: 0 + description: '' +https://medium.com/@juliorenner123/k8s-creating-a-kube-scheduler-plugin-8a826c486a1: + title: 'medium: K8S - Creating a kube-scheduler plugin' + year: N/A + stars: 0 + description: '' +https://faun.pub/multiple-schedulers-in-kubernetes-a78a7b4fa4b2: + title: 'faun.pub: Multiple Schedulers in Kubernetes' + year: N/A + stars: 0 + description: '' +https://community.ops.io/danielepolencic/pod-rebalancing-and-allocations-in-kubernetes-4kim: + title: '==community.ops.io: Pod rebalancing and allocations in Kubernetes== 🌟' + year: N/A + stars: 0 + description: '' +https://faun.pub/how-to-use-priorities-in-kubernetes-e1bb1b722b6a: + title: 'faun.pub: How to utilize priorities in Kubernetes?' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/maximizing-the-utility-of-scarce-ai-resources-a-kubernetes-approach-0230ba53965b: + title: 'towardsdatascience.com: Maximizing the Utility of Scarce AI Resources: A + Kubernetes Approach' + year: N/A + stars: 0 + description: '' +https://medium.com/@Alibaba_Cloud/getting-started-with-kubernetes-etcd-a26cba0b4258: + title: 'medium: Getting Started with Kubernetes etcd' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/monitor-etcd: + title: 'sysdig.com: How to monitor etcd' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/etcd-kubernetes: + title: 'learnk8s.io: How etcd works with and without Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/nerd-for-tech/etcd-the-easy-way-4c01e243f285: + title: 'medium: ETCD - the Easy Way | Vaibhav Rajput' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/tasks/administer-cluster/configure-upgrade-etcd: + title: 'kubernetes.io: Operating etcd clusters for Kubernetes' + year: N/A + stars: 0 + description: '' +https://dev.to/tutorialboy/a-detailed-brief-about-offence-and-defence-on-cloud-security-etcd-risks-4h02: + title: 'dev.to: A Detailed Brief About Offence and Defence on Cloud Security - Etcd + Risks' + year: N/A + stars: 0 + description: '' +https://bsucaciu.com/?p=4645: + title: 'bsucaciu.com: What is a Sidecar?' + year: N/A + stars: 0 + description: '' +https://medium.com/bb-tutorials-and-thoughts/kubernetes-learn-sidecar-container-pattern-6d8c21f873d: + title: 'medium: Kubernetes β€” Learn Sidecar Container Pattern' + year: N/A + stars: 0 + description: '' +https://www.ithands-on.com/2021/07/kubernetes-101-extending-containers.html: + title: 'ithands-on.com: Kubernetes 101 : Extending the container''s functionalities + - Sidecar containers' + year: N/A + stars: 0 + description: '' +https://atul-agrawal.medium.com/library-vs-service-vs-sidecar-ff5a20b50cad: + title: 'atul-agrawal.medium.com: Library vs Service vs Sidecar' + year: N/A + stars: 0 + description: '' +https://banzaicloud.com/blog/k8s-sidecars: + title: 'banzaicloud.com: Sidecar container lifecycle changes in Kubernetes 1.18 + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@marko.luksa/delaying-application-start-until-sidecar-is-ready-2ec2d21a7b74: + title: 'medium: Delaying application start until sidecar is ready' + year: N/A + stars: 0 + description: '' +https://pauldally.medium.com/kubernetes-an-introduction-to-sidecars-21d99fbd7de3: + title: 'pauldally.medium.com: Kubernetes – An Introduction to Sidecars' + year: N/A + stars: 0 + description: '' +https://saurabhdashora.hashnode.dev/implementing-sidecar-design-pattern-with-kubernetes-pod: + title: 'saurabhdashora.hashnode.dev: Implementing Sidecar Design Pattern with Kubernetes + Pod' + year: N/A + stars: 0 + description: '' +https://dev.to/fermyon/scaling-sidecars-to-zero-in-kubernetes-2m23: + title: 'dev.to/fermyon: Scaling Sidecars to Zero in Kubernetes' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2021/04/20/annotating-k8s-for-humans: + title: 'kubernetes.io: Annotating Kubernetes Services for Humans' + year: N/A + stars: 0 + description: '' +https://www.getambassador.io/blog/kubernetes-labels-vs-annotations: + title: 'getambassador.io: Kubernetes Annotations and Labels: What’s the Difference?' + year: N/A + stars: 0 + description: '' +https://blog.pipetail.io/posts/2020-05-04-most-common-mistakes-k8s: + title: 'blog.pipetail.io: 10 most common mistakes using kubernetes' + year: N/A + stars: 0 + description: '' +https://searchitoperations.techtarget.com/feature/Optimize-Kubernetes-cluster-management-with-these-5-tips: + title: '**Optimize** Kubernetes cluster management with these 5 tips' + year: N/A + stars: 0 + description: '' +https://www.techradar.com/news/three-tips-to-implement-kubernetes-with-open-standards: + title: 'techradar.com: Three tips to implement Kubernetes with open standards' + year: N/A + stars: 0 + description: '' +https://geekflare.com/kubernetes-best-practices: + title: 'geekflare.com: 10 Kubernetes Best Practices for Better Container Orchestration' + year: N/A + stars: 0 + description: '' +https://wideops.com/kubernetes-best-practices-setting-up-health-checks-with-readiness-and-liveness-probes: + title: 'wideops.com: Kubernetes best practices: Setting up health checks with readiness + and liveness probes' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/topics/container-management/10-best-practices-worth-implementing-to-adopt-kubernetes: + title: 'containerjournal.com: 10 Best Practices Worth Implementing to Adopt Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/tailwinds-navigator/kubernetes-tip-how-does-oomkilled-work-ba71b135993b: + title: 'medium: Kubernetes Tip: How Does OOMKilled Work?' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/blog/topics/kubernetes-best-practices: + title: 'cloud.google.com: Kubernetes Best Practices' + year: N/A + stars: 0 + description: '' +https://releasehub.com/blog/kubernetes-health-checks-2-ways-to-improve-stability: + title: 'releasehub.com: Kubernetes Health Checks - 2 Ways to Improve Stability in + Your Production Applications' + year: N/A + stars: 0 + description: '' +https://stackpulse.com/blog/https-stackpulse-com-blog-kubernetes-production-best-practices: + title: 'stackpulse.com: Kubernetes and SRE: 5 Best Practices for K8s Reliability + in Production' + year: N/A + stars: 0 + description: '' +https://www.fairwinds.com/blog/never-should-you-ever-in-kubernetes-1-do-k8s-the-hard-way: + title: 'fairwinds.com: Never Should You Ever In Kubernetes: #1 Do K8S The Hard Way' + year: N/A + stars: 0 + description: '' +https://www.fairwinds.com/blog/never-should-you-ever-in-kubernetes-part-2-kubernetes-security-mistakes: + title: 'fairwinds.com: Never Should You Ever In Kubernetes Part 2: Kubernetes Security + Mistakes' + year: N/A + stars: 0 + description: '' +https://www.fairwinds.com/blog/6-kubernetes-reliability-mistakes: + title: 'fairwinds.com: Never Should You Ever In Kubernetes Part 3: 6 K8s Reliability + Mistakes' + year: N/A + stars: 0 + description: '' +https://www.fairwinds.com/blog/3-kubernetes-efficiency-mistakes: + title: 'fairwinds.com: Never Should You Ever In Kubernetes Part 4: Three K8s Efficiency + Mistakes' + year: N/A + stars: 0 + description: '' +https://stackpulse.com/blog/challenges-of-running-services-with-k8s-reliably: + title: 'stackpulse.com: Challenges of Running Services With K8s Reliably' + year: N/A + stars: 0 + description: '' +https://blog.lukechannings.com/2020-05-10-kubernetes-gitops-lessons.html: + title: 'blog.lukechannings.com: Mistakes made and lessons learned with Kubernetes + and GitOps' + year: N/A + stars: 0 + description: '' +https://www.fairwinds.com/blog/intro-kubernetes-best-practices: + title: 'fairwinds.com: An Intro to Kubernetes Best Practices: Start Your K8s Right' + year: N/A + stars: 0 + description: '' +https://itnext.io/lifecycle-of-kubernetes-network-policies-749b5218f684: + title: 'itnext.io: Lifecycle of Kubernetes Network Policies and Best Practices' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/production-best-practices: + title: '==learnk8s.io: Kubernetes production best practices==' + year: N/A + stars: 0 + description: '' +https://github.com/PacktPublishing/Kubernetes-in-Production-Best-Practices: + title: 'github.com/PacktPublishing: Kubernetes in Production Best Practices' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/5-best-practices-for-configuring-kubernetes-pods-running-in-production: + title: 'thenewstack.io: 5 Best Practices for Configuring Kubernetes Pods Running + in Production' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/make-your-kubernetes-environment-secure-efficient-reliable: + title: 'freecodecamp.org: How to Make Your Enterprise Kubernetes Environment Secure, + Efficient, and Reliable' + year: N/A + stars: 0 + description: '' +https://geekflare.com/es/kubernetes-best-practices: + title: 'geekflare.com: Diez mejores prΓ‘cticas de Kubernetes para una mejor orquestaciΓ³n + de contenedores' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/features/4-expert-level-things-i-wish-id-known-about-kubernetes: + title: 'containerjournal.com: 4 Expert-Level Things I Wish I’d Known About Kubernetes' + year: N/A + stars: 0 + description: '' +https://dev.to/solegaonkar/prevent-configuration-errors-in-kubernetes-30dn: + title: 'dev.to: Prevent Configuration Errors in Kubernetes' + year: N/A + stars: 0 + description: '' +https://komodor.com/blog/best-practices-to-migrate-to-kubernetes: + title: 'komodor.com: Four Best Practices to Migrate to Kubernetes (Part 1)' + year: N/A + stars: 0 + description: '' +https://komodor.com/blog/5-kubernetes-deployment-best-practices: + title: 'komodor.com: Five Kubernetes Deployment Best Practices (Part 2) 🌟' + year: N/A + stars: 0 + description: '' +https://bridgecrew.io/blog/5-common-kubernetes-misconfigs-and-how-to-fix-them: + title: 'bridgecrew.io: 5 common Kubernetes misconfigs and how to fix them' + year: N/A + stars: 0 + description: '' +https://www.snapt.net/blog/best-practices-for-load-balancing-kubernetes-containers: + title: 'snapt.net: Best Practices for Load Balancing Kubernetes Containers' + year: N/A + stars: 0 + description: '' +https://vladimir.varank.in/notes/2021/09/making-sense-of-requests-for-cpu-resources-in-kubernetes: + title: '==vladimir.varank.in: Making sense of requests for CPU resources in Kubernetes== + 🌟' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/kubernetes-mistakes: + title: '==harness.io: Kubernetes Mistakes: A Beginner’s Guide To Avoiding Common + Pitfalls==' + year: N/A + stars: 0 + description: '' +https://martinheinz.dev/blog/60: + title: 'martinheinz.dev: Keeping Kubernetes Clusters Clean and Tidy 🌟' + year: N/A + stars: 0 + description: '' +https://www.pionative.com/post/6-important-things-you-need-to-run-kubernetes-in-production: + title: '==pionative.com: 6 Important things you need to run Kubernetes in production==' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=_nknHwTKlh8: + title: 'youtube: Common Kubernetes Mistakes - CPU and Memory Requests (part 1) | + Robusta' + year: N/A + stars: 0 + description: '' +https://medium.com/mycloudseries/must-haves-for-your-kubernetes-cluster-to-be-production-ready-dc7d1d18c4a2: + title: 'medium.com/mycloudseries: Must-haves for your Kubernetes Cluster to be Production + Ready' + year: N/A + stars: 0 + description: '' +https://cloudogu.com/en/blog/kubernetes-least-privilege-gcp-example: + title: 'cloudogu.com: Kubernetes least privilege implementation using the Google + Cloud as an axample' + year: N/A + stars: 0 + description: '' +https://blog.runx.dev/5-common-kubernetes-mistakes-and-how-to-avoid-them-150607beb475: + title: 'blog.runx.dev: 5 Common Kubernetes Mistakes and how to avoid them' + year: N/A + stars: 0 + description: '' +https://hackernoon.com/kubernetes-cluster-must-haves-to-be-production-ready: + title: 'hackernoon.com: Kubernetes Cluster Must-Haves To Be Production Ready' + year: N/A + stars: 0 + description: '' +https://www.argonaut.dev/blog/optimal-k8s-worker-node-size: + title: '==argonaut.dev: Choosing an Optimal Kubernetes Worker Node Size== 🌟' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2022/10/20/kubernetes-best-practice-how-to-correctly-set-resource-requests-and-limits: + title: 'cncf.io: Kubernetes best practice: How to (correctly) set resource requests + and limits' + year: N/A + stars: 0 + description: '' +https://www.fairwinds.com/blog/how-to-correctly-set-resource-requests-and-limits: + title: 'fairwinds.com: Kubernetes Best Practice: How to (Correctly) Set Resource + Requests and Limits' + year: N/A + stars: 0 + description: '' +https://medium.com/@krishnendupatra/best-practices-to-achieve-zero-downtime-on-kubernetes-deployments-438f15cd811e: + title: 'medium.com/@krishnendupatra: Best practices to achieve Zero downtime on + Kubernetes deployments' + year: N/A + stars: 0 + description: '' +https://itnext.io/integrating-compliance-for-kubernetes-pipeline-c538415401c5: + title: '==itnext.io: Integrating Compliance for Kubernetes Pipeline==' + year: N/A + stars: 0 + description: '' +https://medium.com/saas-infra/stabilize-your-kubernetes-microservices-with-the-correct-resources-settings-2071fa11495d: + title: 'medium.com/saas-infra: Stabilize Kubernetes MicroServices β€” The Right Resources + Settings' + year: N/A + stars: 0 + description: '' +https://techbeacon.com/enterprise-it/5-best-practices-deploying-kubernetes: + title: 'techbeacon.com: 5 Best Practices for Deploying Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/application-driven-infrastructure/best-practices-for-understanding-kubernetes-costs-f3c58a5e1ebf: + title: 'medium.com/application-driven-infrastructure: Best Practices for Understanding + Kubernetes Costs' + year: N/A + stars: 0 + description: '' +https://collabnix.com/10-kubernetes-best-practices-to-get-you-started: + title: 'collabnix.com: 10 Kubernetes Best Practices to Get You Started' + year: N/A + stars: 0 + description: '' +https://www.armosec.io/blog/kubernetes-misconfigurations: + title: 'armosec.io: How to avoid Kubernetes misconfigurations' + year: N/A + stars: 0 + description: '' +https://www.nextplatform.com/2024/03/04/kubernetes-clusters-have-massive-overprovisioning-of-compute-and-memory: + title: 'nextplatform.com: Kubernetes Clusters Have Massive Overprovisioning Of Compute + And Memory 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/does-kubernetes-really-perform-better-on-bare-metal-vs-vms: + title: 'thenewstack.io: Does Kubernetes Really Perform Better on Bare Metal vs. + VMs? 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/optimizing-kubernetes-clusters-for-better-efficien-1: + title: 'dzone.com: Optimizing Kubernetes Clusters for Better Efficiency and Cost + Savings 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-use-poddisruptionbudgets-for-application-maintenance-and-upgrades: + title: 'thenewstack.io: Kubernetes: Use PodDisruptionBudgets for Application Maintenance + and Upgrades' + year: N/A + stars: 0 + description: '' +https://medium.com/@visweswara/pod-disruption-budget-budget-that-can-save-you-one-day-7c22c8a11d: + title: 'medium.com/@visweswara: Pod Disruption Budget β€” Budget that can save you + One day' + year: N/A + stars: 0 + description: '' +https://saahitya.hashnode.dev/pod-disruption-budgetpdb: + title: 'saahitya.hashnode.dev: Pod Disruption Budget(Pdb)' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2020/09/18/5-problems-with-kubernetes-cost-estimation-strategies: + title: 'cncf.io: 5 Problems with Kubernetes Cost Estimation Strategies' + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/reduce-kubernetes-cost: + title: 'loft.sh: How To Reduce Your Kubernetes Cost' + year: N/A + stars: 0 + description: '' +https://harness.io/2020/09/getting-started-with-cloud-cost-optimization: + title: 'harness.io: Getting Started with Cloud Cost Optimization' + year: N/A + stars: 0 + description: '' +https://rancher.com/blog/2020/gain-better-visibility-kubernetes-cost-allocation: + title: 'rancher.com: Gain Better Visibility into Kubernetes Cost Allocation' + year: N/A + stars: 0 + description: '' +https://loft.sh/blog/kubernetes-cost-savings: + title: 'loft.sh: Kubernetes Cost Savings By Reducing The Number Of Clusters' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/5-essential-tips-to-manage-kubernetes-costs: + title: 'thenewstack.io: 5 Essential Tips to Manage Kubernetes Costs' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/20/12/it-budget-kubernetes: + title: 'opensource.com: 3 ways Kubernetes optimizes your IT budget' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/5-expensive-kubernetes-cost-traps-and-how-to-deal-with-them: + title: 'thenewstack.io: 5 Expensive Kubernetes Cost Traps and How to Deal with Them' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/features/assessing-the-true-cost-of-kubernetes: + title: 'containerjournal.com: Assessing the True Cost of Kubernetes' + year: N/A + stars: 0 + description: '' +https://ubuntu.com/blog/managed-kubernetes-cheaper-than-aws: + title: 'ubuntu.com: Kubernetes Fully Managed – half the cost of AWS' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/kubernetes-instance-calculator: + title: 'learnk8s.io: Kubernetes Instance Calculator 🌟🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/cloudforecast/kubernetes-cost-management-and-analysis-guide-1e1b: + title: 'dev.to: Kubernetes Cost Management and Analysis Guide 🌟' + year: N/A + stars: 0 + description: '' +https://hackernoon.com/reducing-kubernetes-costs: + title: 'hackernoon.com: Reducing Kubernetes Costs' + year: N/A + stars: 0 + description: '' +https://medium.com/streamotion-tech-blog/visualising-the-cost-of-kubernetes-ca64f642de8c: + title: 'medium.com/streamotion-tech-blog: Visualising the Cost of Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3677851/sysdigs-new-cost-advisor-aims-to-cut-kubernetes-costs.html: + title: 'infoworld.com: Sysdig’s new Cost Advisor aims to cut Kubernetes costs' + year: N/A + stars: 0 + description: '' +https://www.kubecost.com: + title: ==Kubecost== 🌟 + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/how-to-track-costs-in-multi-tenant-amazon-eks-clusters-using-kubecost: + title: How to track costs in multi-tenant Amazon EKS clusters using Kubecost + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/kubernetes-cost-reporting-using-kubecost: + title: 'infracloud.io: Kubernetes Cost Reporting using Kubecost' + year: N/A + stars: 0 + description: '' +https://github.com/kubecost/cost-model: + title: 'github.com/kubecost: kubecost-exporter - Running Kubecost as a Prometheus + metric exporter' + year: N/A + stars: 0 + description: '' +http://blog.kubecost.com/blog/announcing-kubecost-first-round: + title: 'blog.kubecost.com: Kubecost raises $5.5 million to help teams monitor and + reduce their Kubernetes spend' + year: N/A + stars: 0 + description: '' +https://github.com/kubecost/kubectl-cost: + title: kubectl-cost + year: N/A + stars: 0 + description: '' +https://blog.kubecost.com/blog/aks-cost: + title: 'blog.kubecost.com: AKS Cost Monitoring and Governance With Kubecost' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubecost-monitor-kubernetes-costs-with-kubectl: + title: 'thenewstack.io: KubeCost: Monitor Kubernetes Costs with kubectl' + year: N/A + stars: 0 + description: '' +https://rtfm.co.ua/en/kubernetes-cluster-cost-monitoring-kubernetes-resource-report-and-kubecost: + title: 'rtfm.co.ua: Kubernetes: Cluster Cost Monitoring – Kubernetes Resource Report + and Kubecost' + year: N/A + stars: 0 + description: '' +https://medium.com/@randhirthakur076/optimizing-kubernetes-cost-management-a-deep-dive-into-kubecost-5b07c9926c87: + title: 'medium.com/@randhirthakur076: Optimizing Kubernetes Cost Management: A Deep + Dive into Kubecost' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/how-many-clusters: + title: 'learnk8s.io: Architecting Kubernetes clusters β€” how many should you have?' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/kubernetes-node-size: + title: 'learnk8s.io: Architecting Kubernetes clusters β€” choosing a worker node size' + year: N/A + stars: 0 + description: '' +https://itnext.io/architecting-kubernetes-clusters-choosing-a-worker-node-size-b3729cc0c78f: + title: 'itnext.io: Architecting Kubernetes clusters β€” choosing a worker node size' + year: N/A + stars: 0 + description: '' +https://itnext.io/architecting-kubernetes-clusters-choosing-a-cluster-size-92f6feaa2908: + title: 'itnext.io: Architecting Kubernetes clusters β€” choosing a cluster size' + year: N/A + stars: 0 + description: '' +https://docs.google.com/spreadsheets/d/1yhkuBJBY2iO2Ax5FcbDMdWD5QLTVO6Y_kYt_VumnEtI/edit: + title: 'docs.google.com - learnk8s.io: Research on the trade offs when choosing + an instance type for a kubernetes cluster' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/deploying-kubernetes-deciding-the-size-of-your-nodes-a115e770e09: + title: 'medium: Deploying Kubernetes β€” Deciding the size of your nodes' + year: N/A + stars: 0 + description: '' +https://dzone.com/refcardz/kubernetes-multi-cluster-management-and-governance: + title: 'dzone refcard: Kubernetes Multi-Cluster Management and Governance' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/a-deep-dive-into-architecting-a-kubernetes-infrastructure: + title: 'thenewstack.io: A Deep Dive into Architecting a Kubernetes Infrastructure' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/manage-multicluster-kubernetes-with-operators: + title: 'thenewstack.io: Manage Multicluster Kubernetes with Operators' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2018/08/03/out-of-the-clouds-onto-the-ground-how-to-make-kubernetes-production-grade-anywhere: + title: 'kubernetes.io: Out of the Clouds onto the Ground: How to Make Kubernetes + Production Grade Anywhere' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2021/04/12/simplifying-multi-clusters-in-kubernetes: + title: 'cncf.io: Simplifying multi-clusters in Kubernetes' + year: N/A + stars: 0 + description: '' +https://platform9.com/blog/difference-between-multi-cluster-multi-master-multi-tenant-federated-kubernetes: + title: 'platform9.com: Difference Between multi-cluster, multi-master, multi-tenant + & federated Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.datacenterknowledge.com/cloud/pros-and-cons-kubernetes-based-hybrid-cloud: + title: 'datacenterknowledge.com: The Pros and Cons of Kubernetes-Based Hybrid Cloud' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/4-ways-to-run-kubernetes-in-production: + title: 'thenewstack.io: 4 ways to run kubernetes in production' + year: N/A + stars: 0 + description: '' +https://medium.com/faun/individual-kubernetes-clusters-vs-shared-kubernetes-clusters-for-development-3399576b0f1f: + title: 'medium: Individual Kubernetes Clusters vs. Shared Kubernetes Clusters for + Development' + year: N/A + stars: 0 + description: '' +https://www.nginx.com/blog/reduce-complexity-with-production-grade-kubernetes: + title: 'nginx.com: Reduce Complexity with Production-Grade Kubernetes' + year: N/A + stars: 0 + description: '' +https://platform9.com/blog/kubernetes-cluster-sizing-how-large-should-a-kubernetes-cluster-be: + title: 'platform9.com: Kubernetes Cluster Sizing – How Large Should a Kubernetes + Cluster Be?' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/architect/multi-cluster-kubernetes-architecture: + title: '==redhat.com: 3 questions to answer when considering a multi-cluster Kubernetes + architecture==' + year: N/A + stars: 0 + description: '' +https://itnext.io/do-you-need-multi-clusters-6e58556f7f06: + title: '==itnext.io: Do You Need Multi-Clusters?== 🌟' + year: N/A + stars: 0 + description: '' +https://itnext.io/3-reasons-to-choose-a-wide-cluster-over-multi-cluster-with-kubernetes-c923fecf4644: + title: 'itnext.io: 3 Reasons to Choose a Wide Cluster over Multi-Cluster with Kubernetes' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/templating-yaml-with-code: + title: Templating YAML in Kubernetes with real code + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources: + title: Custom Resources + year: N/A + stars: 0 + description: '' +https://itnext.io/crd-is-just-a-table-in-kubernetes-13e15367bbe4: + title: 'itnext.io: CRD is just a table in Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/datreeio/CRDs-catalog: + title: '==github.com/datreeio/CRDs-catalog: CRDs Catalog==' + year: N/A + stars: 0 + description: '' +https://dev.to/thenjdevopsguy/creating-a-custom-resource-definition-in-kubernetes-2k7o: + title: '==dev.to: Creating a Custom Resource Definition In Kubernetes== | Michael + Levan' + year: N/A + stars: 0 + description: '' +https://krew.sigs.k8s.io: + title: Krew + year: N/A + stars: 0 + description: '' +https://itnext.io/extending-kubernetes-cluster-kubectl-plugins-and-krew-547a8bc839a3: + title: 'itnext.io: Extending Kubernetes Cluster; Kubectl Plugins and Krew' + year: N/A + stars: 0 + description: '' +https://darumatic.com/blog/improve_kubectl_command_with_krew: + title: 'darumatic.com: Improve Kubectl Command with Krew' + year: N/A + stars: 0 + description: '' +https://awstip.com/essential-plugins-for-kubectl-cli-e35cbc99037b: + title: '==awstip.com: Essential plugins for Kubectl CLI==' + year: N/A + stars: 0 + description: '' +https://github.com/jordanwilson230/kubectl-plugins/tree/krew: + title: 'github.com/jordanwilson230: kubectl-plugins' + year: N/A + stars: 0 + description: '' +https://openkruise.io: + title: openkruise.io + year: N/A + stars: 0 + description: '' +https://github.com/openkruise/kruise: + title: OpenKruise/Kruise + year: N/A + stars: 0 + description: '' +https://thenewstack.io/introducing-cloneset-production-grade-kubernetes-deployment-crd: + title: 'thenewstack.io: Introducing CloneSet: A Production-Grade Kubernetes Deployment + CRD' + year: N/A + stars: 0 + description: '' +https://discuss.kubernetes.io: + title: Community Forums 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes/community/blob/master/README.md: + title: Kubernetes Special Interest Groups (SIGs) + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2016/08/sig-apps-running-apps-in-kubernetes: + title: 'SIG Apps: build apps for and operate them in Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs: + title: Kubernetes SIGs + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/secrets-store-csi-driver: + title: 'Kubernetes-Secrets-Store-CSI-Driver: Secrets Store CSI driver for Kubernetes + secrets' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/kustomize: + title: kustomize + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins: + title: Extend kubectl with plugins + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=_W2qZvQT6XY: + title: 'youtube: Welcome to the world of kubectl plugins' + year: N/A + stars: 0 + description: '' +https://www.padok.fr/en/blog/kubectl-plugins: + title: 'padok.fr: Getting started with kubectl plugins' + year: N/A + stars: 0 + description: '' +https://github.com/iovisor/kubectl-trace: + title: kubectl-trace + year: N/A + stars: 0 + description: '' +https://www.pixelstech.net/article/1606901393-Build-a-Kubectl-Plugin-from-Scratch: + title: 'pixelstech.net: Build a Kubectl Plugin from Scratch' + year: N/A + stars: 0 + description: '' +https://martinheinz.dev/blog/58: + title: 'martinheinz.dev: Making Kubernetes Operations Easy with kubectl Plugins' + year: N/A + stars: 0 + description: '' +https://medium.com/nontechcompany/cool-kubernetes-command-line-plugins-4b0e50362426: + title: 'medium: Cool Kubernetes command line plugins' + year: N/A + stars: 0 + description: '' +https://github.com/sigstore/k8s-manifest-sigstore: + title: 'github.com/sigstore: k8s-manifest-sigstore' + year: N/A + stars: 0 + description: '' +https://github.com/huazhihao/kubespy: + title: kubespy + year: N/A + stars: 0 + description: '' +https://faun.pub/spying-on-kubernetes-pods-with-kubespy-3043a3ed044b: + title: 'faun.pub: Spying on Kubernetes Pods with kubespy' + year: N/A + stars: 0 + description: '' +https://itnext.io/6-kubectl-plugins-you-must-try-1411dcbcf950: + title: 'itnext.io: 6 kubectl plugins you must try' + year: N/A + stars: 0 + description: '' +https://github.com/davidB/kubectl-view-allocations: + title: ==davidB/kubectl-view-allocations== + year: N/A + stars: 0 + description: '' +https://github.com/Ramilito/kubesess: + title: Ramilito/kubesess + year: N/A + stars: 0 + description: '' +https://tonylixu.medium.com/kubectl-plugins-operation-f93274622447: + title: '==tonylixu.medium.com: Kubectl β€” Plugins Operation==' + year: N/A + stars: 0 + description: '' +https://github.com/nilic/kubectl-netshoot: + title: kubectl netshoot + year: N/A + stars: 0 + description: '' +https://medium.com/@jerome_tarte/extend-your-toolset-with-kubectl-plugin-55596067595f: + title: 'medium.com/@jerome_tarte: Extend your toolset with Kubectl plugin' + year: N/A + stars: 0 + description: '' +https://engineering.plex.com/posts/kubernetes-policy-conftest: + title: Accelerated Feedback Loops when Developing for Kubernetes with Conftest + year: N/A + stars: 0 + description: '' +https://github.com/open-policy-agent/conftest: + title: open-policy-agent/conftest + year: N/A + stars: 0 + description: '' +https://learnk8s.io/kubernetes-policies: + title: Enforcing policies and governance for Kubernetes workloads + year: N/A + stars: 0 + description: '' +https://github.com/practo/k8s-worker-pod-autoscaler: + title: k8s-worker-pod-autoscaler + year: N/A + stars: 0 + description: '' +https://github.com/fidelity/kconnect: + title: kconnect - The Kubernetes Connection Manager CLI + year: N/A + stars: 0 + description: '' +https://github.com/plexsystems/konstraint: + title: konstraint + year: N/A + stars: 0 + description: '' +https://github.com/planetlabs/draino: + title: Draino + year: N/A + stars: 0 + description: '' +https://github.com/k8spatterns/examples: + title: github.com/k8spatterns/examples + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2016/06/container-design-patterns: + title: 'kubernetes.io: container design patterns' + year: N/A + stars: 0 + description: '' +https://www.magalix.com/blog/kubernetes-patterns-the-service-discovery-pattern: + title: 'magalix.com: Kubernetes Patterns - The Service Discovery Pattern' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/performance-patterns-in-microservices-based-integr-1: + title: 'dzone.com: Performance Patterns in Microservices-Based Integrations' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/05/11/top-10-must-know-kubernetes-design-patterns: + title: 'developers.redhat.com: Top 10 must-know Kubernetes design patterns' + year: N/A + stars: 0 + description: '' +https://medium.com/better-programming/10-antipatterns-for-kubernetes-deployments-e97ce1199f2d: + title: 'medium: 10 Anti-Patterns for Kubernetes Deployments' + year: N/A + stars: 0 + description: '' +https://www.learncloudnative.com/blog/2020-09-30-sidecar-container: + title: 'learncloudnative.com: Sidecar Container Pattern' + year: N/A + stars: 0 + description: '' +https://codefresh.io/blog/kubernetes-antipatterns-1: + title: 'codefresh.io: Kubernetes Deployment Antipatterns – part 1' + year: N/A + stars: 0 + description: '' +https://codefresh.io/blog/kubernetes-antipatterns-2: + title: 'codefresh.io: Kubernetes Deployment Antipatterns – part 2' + year: N/A + stars: 0 + description: '' +https://iximiuz.com/en/posts/service-discovery-in-kubernetes: + title: 'iximiuz.com: Service discovery in Kubernetes - combining the best of two + worlds' + year: N/A + stars: 0 + description: '' +https://github.com/sharadbhat/KubernetesPatterns: + title: 'github.com/sharadbhat/KubernetesPatterns: YAML and Golang implementations + of common Kubernetes patterns' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2021/04/28/kubernetes-configuration-patterns-part-1-patterns-for-kubernetes-primitives: + title: 'developers.redhat.com: Kubernetes configuration patterns, Part 1: Patterns + for Kubernetes primitives' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2021/05/05/kubernetes-configuration-patterns-part-2-patterns-for-kubernetes-controllers: + title: 'developers.redhat.com: Kubernetes configuration patterns, Part 2: Patterns + for Kubernetes controllers' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/sidecar-containers-patterns: + title: 'learnk8s.io: Extending applications on Kubernetes with multi-container pods' + year: N/A + stars: 0 + description: '' +https://dev.to/codefreshio/kubernetes-deployment-antipatterns-part-1-2116: + title: 'dev.to: Kubernetes Deployment Antipatterns – part 1' + year: N/A + stars: 0 + description: '' +https://ishantgaurav.in/2021/07/18/kubernetes-sidecar-container-pattern: + title: 'ishantgaurav.in: Kubernetes – Sidecar Container Pattern' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/10-antipatterns-for-kubernetes-deployments-e97ce1199f2d: + title: 'betterprogramming.pub: 10 Anti-Patterns for Kubernetes Deployments' + year: N/A + stars: 0 + description: '' +https://medium.com/bb-tutorials-and-thoughts/kubernetes-learn-init-container-pattern-7a757742de6b: + title: 'medium: Kubernetes β€” Learn Init Container Pattern' + year: N/A + stars: 0 + description: '' +https://www.weave.works/blog/tools-for-automating-and-implementing-cloud-native-patterns: + title: 'weave.works: Tools for Automating and Implementing Cloud Native Patterns' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/microservices-patterns-sidecar: + title: 'dzone: Microservices Patterns: Sidecar' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/multi-container-pod-design-patterns-in-kubernetes: + title: 'dzone: Multi-Container Pod Design Patterns in Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/avoid-kubernetes-anti-patterns-pavan-belagatti: + title: 'linkedin.com/pulse: Avoid These Kubernetes Anti-Patterns | Pavan Belagatti' + year: N/A + stars: 0 + description: '' +https://medium.com/@ehsan-khodadadi/patterns-and-anti-patterns-for-a-reliable-kubernetes-infra-deployment-5724f6749b7a: + title: 'medium.com/@ehsan-khodadadi: Patterns and anti-patterns for a reliable Kubernetes + infra deployment' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/reference/scheduling: + title: Kubernetes Scheduling + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/reference/scheduling/profiles: + title: Scheduling Profiles + year: N/A + stars: 0 + description: '' +https://granulate.io/a-deep-dive-into-kubernetes-scheduling: + title: 'granulate.io: A Deep Dive into Kubernetes Scheduling' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/concepts/configuration/assign-pod-node: + title: Affinity and anti-affinity + year: N/A + stars: 0 + description: '' +https://blog.kubecost.com/blog/kubernetes-node-affinity: + title: 'blog.kubecost.com: Kubernetes node affinity: examples & instructions' + year: N/A + stars: 0 + description: '' +https://medium.com/dlt-labs-publication/kubernetes-understanding-pod-affinity-taint-toleration-2f9b9b218dd5: + title: 'medium.com/dlt-labs-publication: Kubernetes: Understanding Pod Affinity, + Taint & Toleration' + year: N/A + stars: 0 + description: '' +https://medium.com/@pbijjala/recap-elasticity-in-kubernetes-gke-543d8523d3c: + title: '==medium.com/@pbijjala: reCap: Elasticity in Kubernetes/GKE== 🌟🌟' + year: N/A + stars: 0 + description: '' +https://4sysops.com/archives/kubernetes-guide-node-selector-and-node-affinity-in-kubernetes: + title: '4sysops.com: Node selector and node affinity in Kubernetes' + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints: + title: Pod Topology Spread Constraints + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2020/05/introducing-podtopologyspread: + title: Introducing PodTopologySpread plugin + year: N/A + stars: 0 + description: '' +https://cdk8s.io: + title: cdk8s.io + year: N/A + stars: 0 + description: '' +https://github.com/awslabs/cdk8s: + title: github.com/awslabs/cdk8s + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/containers/introducing-cdk-for-kubernetes: + title: 'AWS: Introducing CDK for Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/google/jsonnet/tree/master/case_studies/kubernetes: + title: jsonnet data templating language + year: N/A + stars: 0 + description: '' +https://github.com/jkcfg/jk: + title: jkcfg + year: N/A + stars: 0 + description: '' +https://jkcfg.github.io: + title: jkcfg.github.io + year: N/A + stars: 0 + description: '' +https://github.com/bitnami/kubecfg: + title: kubecfg + year: N/A + stars: 0 + description: '' +https://github.com/errordeveloper/kubegen: + title: kubegen + year: N/A + stars: 0 + description: '' +https://www.pulumi.com/docs/get-started/kubernetes: + title: Pulumi + year: N/A + stars: 0 + description: '' +https://medium.com/better-programming/virtual-clusters-for-kubernetes-benefits-use-cases-a4eee1c5c5a5: + title: Virtual Clusters for Kubernetes β€” Benefits and Use Cases + year: N/A + stars: 0 + description: '' +https://loft-sh.medium.com/how-virtual-kubernetes-clusters-can-speed-up-your-local-development-e5645614a3c5: + title: 'loft-sh.medium.com: How Virtual Kubernetes Clusters Can Speed Up Your Local + Development' + year: N/A + stars: 0 + description: '' +https://github.com/kubernetes-sigs/kubefed: + title: 'KubeFed: Kubernetes Cluster Federation' + year: N/A + stars: 0 + description: '' +https://www.aquasec.com/cloud-native-academy/kubernetes-in-production/kubernetes-federation: + title: 'aquasec.com: Kubernetes Federation: The Basics and a 5-Step Tutorial' + year: N/A + stars: 0 + description: '' +https://medium.com/expedia-group-tech/managing-a-federated-kubernetes-cluster-using-kubefed-v2-5f115dbdbe05: + title: 'medium.com/expedia-group-tech: Manage multi-cluster Kubernetes infrastructure + with Kubefed v2' + year: N/A + stars: 0 + description: '' +https://github.com/operator-framework/operator-lifecycle-manager: + title: Red Hat OLM + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2021/12/22/kubernetes-in-kubernetes-and-pxe-bootable-server-farm: + title: 'kubernetes.io: Kubernetes-in-Kubernetes and the WEDOS PXE bootable server + farm' + year: N/A + stars: 0 + description: '' +https://github.com/eldada/kubernetes-scripts: + title: Kubernetes Scripts + year: N/A + stars: 0 + description: '' +https://gist.github.com/ninlil/affbf7514d4e74c7634e77f47e172236: + title: Get applied and effective apiVersion from Kubernetes objects + year: N/A + stars: 0 + description: '' +https://itnext.io/automating-system-updates-for-kubernetes-clusters-using-ansible-94a70f4e1972: + title: 'itnext.io: Automating System Updates for Kubernetes Clusters using Ansible' + year: N/A + stars: 0 + description: '' +https://github.com/geerlingguy/ansible-for-devops/tree/master/kubernetes: + title: 'Ansible for devops: Kubernetes' + year: N/A + stars: 0 + description: '' +https://itnext.io/embracing-failures-and-cutting-infrastructure-costs-spot-instances-in-kubernetes-6976781beacc: + title: 'itnext.io: Embracing failures and cutting infrastructure costs: Spot instances + in Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.cynet.com/incident-response/incident-response-plan: + title: 'cynet.com: Incident Report Plan (IRP)' + year: N/A + stars: 0 + description: '' +https://www.kubermatic.com/blog/a-framework-for-kubernetes-incident-response: + title: 'kubermatic.com: A Framework for Kubernetes Incident Response' + year: N/A + stars: 0 + description: '' +https://medium.com/@cloud_tips/kubernetes-incident-response-94daac6d7a2b: + title: 'medium.com/@cloud_tips: Kubernetes Incident Response' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/certification/ckad: + title: 'cncf.io: Certified Kubernetes Application Developer (CKAD)' + year: N/A + stars: 0 + description: '' +https://github.com/reetasingh/CKAD-Bookmarks: + title: CKAD-Bookmarks + year: N/A + stars: 0 + description: '' +https://itnext.io/tips-tricks-for-cka-ckad-and-cks-exams-cc9dade1f76d: + title: 'itnext.io: Tips & Tricks for CKA, CKAD and CKS exams' + year: N/A + stars: 0 + description: '' +https://github.com/bmuschko/ckad-crash-course: + title: 'bmuschko/ckad-crash-course: Certified Kubernetes Application Developer (CKAD) + Crash Course' + year: N/A + stars: 0 + description: '' +https://github.com/jamesbuckett/ckad-questions: + title: jamesbuckett/ckad-questions + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/kubernetes/comments/r4q1ec/ckad_free_materials: + title: 'reddit.com/r/kubernetes: CKAD - free materials' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=wHha-Q3XVOg&ab_channel=DanLister: + title: CKAD Example Question with Tips & Tricks + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=TPXwVmvzlV4&ab_channel=TheFrontOpsGuy: + title: Mock Test - 1, CKAD Prep Exam + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=BiY3b7F96wc&ab_channel=TheFrontOpsGuy: + title: Mock Test - 2, CKAD Prep Exam (Solution) + year: N/A + stars: 0 + description: '' +https://kodekloud.com/cka-vs-ckad-vs-cks-what-is-the-difference: + title: 'kodekloud.com: CKA vs CKAD vs CKS – What is the Difference' + year: N/A + stars: 0 + description: '' +https://github.com/bmuschko/ckad-prep: + title: bmuschko/ckad-prep + year: N/A + stars: 0 + description: '' +https://blog.jcprz.com/my-tips-to-pass-the-cka-exam-and-whats-next-8df2c3d38a7e: + title: 'blog.jcprz.com: My tips to pass the CKA exam and what’s next' + year: N/A + stars: 0 + description: '' +https://medium.com/@vamshisuram/how-to-crack-ckad-exam-part-2-26330c32a4e: + title: 'medium.com/@vamshisuram: How to crack CKAD exam (part β€” 2)' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/passing-the-2023-certified-kubernetes-administrator-cka-exam-693d8f9bc711: + title: 'blog.devgenius.io: Passing the 2023 Certified Kubernetes Administrator (CKA) + Exam' + year: N/A + stars: 0 + description: '' +https://mattias.engineer/courses/kubernetes: + title: '==mattias.engineer/courses/kubernetes: Certified Kubernetes Application + Developer (CKAD)==' + year: N/A + stars: 0 + description: '' +https://cloudnativeengineer.substack.com/p/prepare-for-your-cka-exam-e1c33883eaf2: + title: 'cloudnativeengineer.substack.com: Prepare for your Certified Kubernetes + Administrator exam' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/books/kubernetes-operators: + title: 'developers.redhat.com: Kubernetes Operators' + year: N/A + stars: 0 + description: '' +https://leanpub.com/kubernetes-101: + title: Kubernetes 101 + year: N/A + stars: 0 + description: '' +https://learnk8s.io/first-steps: + title: learnk8s.io/first-steps + year: N/A + stars: 0 + description: '' +https://ubuntuask.com/blog/best-new-kubernetes-books: + title: 'ubuntuask.com: Best New Kubernetes Books' + year: N/A + stars: 0 + description: '' +https://k8spatterns.io: + title: 'k8spatterns.io: Free Kubernetes Patterns e-book' + year: N/A + stars: 0 + description: '' +https://www.magalix.com/kubernetes-application-patterns-e-book-download: + title: 'magalix.com: Free Kubernetes Application Architecture Patterns eBook' + year: N/A + stars: 0 + description: '' +https://images.linoxide.com/ebook-kubernetes-essentials.pdf: + title: Kubernetes essentials E-book + year: N/A + stars: 0 + description: '' +http://shop.oreilly.com/product/0636920223788.do: + title: 'Kubernetes: Up and Running, 2nd Edition' + year: N/A + stars: 0 + description: '' +https://www.amazon.com/gp/product/1492056707: + title: Container Security + year: N/A + stars: 0 + description: '' +https://bitfieldconsulting.com/blog/container-security: + title: Don't make this container security mistake + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com/community/books/from-containers-to-kubernetes-with-node-js-ebook: + title: 'digitalocean.com: From Containers to Kubernetes with Node.js eBook' + year: N/A + stars: 0 + description: '' +https://www.udemy.com/course/kubernetes-for-developers: + title: Kubernetes for developers + year: N/A + stars: 0 + description: '' +https://www.udemy.com/course/learn-kubernetes: + title: Kubernetes for the Absolute Beginners + year: N/A + stars: 0 + description: '' +https://www.udemy.com/course/kubernetes-getting-started: + title: 'Kubernetes: Getting Started (Free)' + year: N/A + stars: 0 + description: '' +https://dev.to/scalyr/kubernetes-tutorial-learn-the-basics-and-get-started-5dgh: + title: 'Kubernetes Tutorial: Learn the Basics' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=0KQndcIedeg: + title: Complete Kubernetes Course + year: N/A + stars: 0 + description: '' +https://learn.pluralsight.com/programs/2019/free-course/template4: + title: Getting started with Kubernetes + year: N/A + stars: 0 + description: '' +https://javarevisited.blogspot.com/2019/05/top-5-courses-to-learn-docker-and-kubernetes-for-devops.html: + title: 'javarevisited.blogspot.com: Top 5 courses to Learn Docker and Kubernetes + in 2020 - Best of Lot' + year: N/A + stars: 0 + description: '' +? https://medium.com/javarevisited/top-15-online-courses-to-learn-docker-kubernetes-and-aws-for-fullstack-developers-and-devops-d8cc4f16e773 +: title: 'medium.com: Top 15 Online Courses to Learn Docker, Kubernetes, and AWS for + Fullstack Developers and DevOps Engineers' + year: N/A + stars: 0 + description: '' +https://compliantkubernetes.io: + title: '==compliantkubernetes.io: Compliant Kubernetes is a Certified Kubernetes + distribution, that complies with: HIPAA, GDPR, PCI DSS, FFFS 2014:7, ISO 27001, + etc.== 🌟' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Payment_Card_Industry_Data_Security_Standard: + title: 'en.wikipedia.org: Payment Card Industry Data Security Standard' + year: N/A + stars: 0 + description: '' +https://www.container-security.site/defenders/PCI_Container_Orchestration_Guidance.html: + title: '==container-security.site: PCI Container Orchestration Guidance for Kubernetes==' + year: N/A + stars: 0 + description: '' +https://kubernetes.slack.com: + title: kubernetes.slack.com + year: N/A + stars: 0 + description: '' +http://slack.kubernetes.io: + title: slack.kubernetes.io + year: N/A + stars: 0 + description: '' +? https://github.com/kubernetes/enhancements/blob/ddf7d2a8c098e97b0714f31e88abad3b3e0e706c/keps/sig-node/2837-pod-level-resource-spec/README.md +: title: 'KEP-2837: Especificaciones de Recursos a Nivel de Pod' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Apdex: + title: 'Wikipedia: Application Performance Index' + year: N/A + stars: 0 + description: '' +https://middleware.io/blog/observability-vs-monitoring: + title: Observability vs Monitoring + year: N/A + stars: 0 + description: '' +https://thenewstack.io/the-challenges-of-monitoring-kubernetes-and-openshift: + title: 'thenewstack.io: The Challenges of Monitoring Kubernetes and OpenShift' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/kubernetes-monitoring-best-practices-methods-and-e: + title: 'dzone.com: Kubernetes Monitoring: Best Practices, Methods, and Existing + Solutions' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2020/09/11/cncf-end-user-technology-radar-observability-september-2020: + title: 'CNCF End User Technology Radar: Observability, September 2020 🌟' + year: N/A + stars: 0 + description: '' +https://www.instana.com/blog/cf-the-hidden-cost-of-observability-data-volume: + title: 'instana.com: The Hidden Cost of Observability: Data Volume' + year: N/A + stars: 0 + description: '' +https://bravenewgeek.com/the-observability-pipeline: + title: 'bravenewgeek.com: The Observability Pipeline' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/3-key-configuration-challenges-for-kubernetes-monitoring-with-prometheus: + title: 'thenewstack.io: 3 Key Configuration Challenges for Kubernetes Monitoring + with Prometheus' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/kubernetes-monitoring-prometheus: + title: 'sysdig.com: Kubernetes Monitoring with Prometheus, the ultimate guide 🌟' + year: N/A + stars: 0 + description: '' +https://sysdig.com/blog/monitor-kube-proxy: + title: 'sysdig.com: How to monitor kube-proxy 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/monitoring-vs-observability-whats-the-difference: + title: 'thenewstack.io: Monitoring vs. Observability: What’s the Difference?' + year: N/A + stars: 0 + description: '' +? https://getenroute.io/blog/leverage-open-source-oss-derive-insights-grafana-prometheus-tsdb-kubernetes-standalone-api-gateway +: title: 'getenroute.io: TSDB, Prometheus, Grafana In Kubernetes: Tracing A Variable + Across The OSS Monitoring Stack' + year: N/A + stars: 0 + description: '' +https://dashbird.io/blog/monitoring-vs-observability: + title: 'dashbird.io: Monitoring vs Observability: Can you tell the difference? 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/monitoring-as-code-what-it-is-and-why-you-need-it: + title: 'thenewstack.io: Monitoring as Code: What It Is and Why You Need It 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/observability-wont-replace-monitoring-because-it-shouldnt: + title: 'thenewstack.io: Observability Won’t Replace Monitoring (Because It Shouldn’t) + 🌟' + year: N/A + stars: 0 + description: '' +https://matiasmct.medium.com/observability-at-scale-52d0d9a5fb9b: + title: 'matiasmct.medium.com: Observability at Scale' + year: N/A + stars: 0 + description: '' +https://www.dynatrace.com/news/blog/how-to-solve-the-challenges-of-multicloud-aws-azure-and-gcp-observability: + title: 'dynatrace.com: How to solve the challenges of multicloud AWS, Azure and + GCP observability' + year: N/A + stars: 0 + description: '' +https://logz.io/blog/open-source-monitoring-tools-for-kubernetes: + title: 'logz.io: Top 11 Open Source Monitoring Tools for Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://logz.io/blog/unified-observability-kubernetes-360: + title: 'logz.io: Unified Observability: Announcing Kubernetes 360' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/kubernetes-observability-challenges-in-cloud-native-architecture: + title: 'thenewstack.io: Kubernetes Observability Challenges in Cloud Native Architecture + 🌟' + year: N/A + stars: 0 + description: '' +https://opsdis.com/custom-monitoring-solution-with-grafana-prometheus-and-loki: + title: 'opsdis.com: Building a custom monitoring solution with Grafana, Prometheus + and Loki' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/continuous-integration/continuous-integration-performance-metrics: + title: 'harness.io: Metrics to Improve Continuous Integration Performance' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/best-practices-to-optimize-infrastructure-monitoring-within-devops-teams: + title: 'thenewstack.io: Best Practices to Optimize Infrastructure Monitoring within + DevOps Teams' + year: N/A + stars: 0 + description: '' +https://faun.pub/devops-meets-observability-78775c021b0e: + title: 'faun.pub: DevOps Meets Observability 🌟' + year: N/A + stars: 0 + description: '' +https://skilledfield.com.au/monitoring-kubernetes-and-docker-container-logs: + title: 'skilledfield.com.au: Monitoring Kubernetes and Docker Container Logs' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/growing-adoption-of-observability-powers-business-transformation: + title: 'thenewstack.io: Growing Adoption of Observability Powers Business Transformation' + year: N/A + stars: 0 + description: '' +https://blog.thundra.io/what-ci-observability-means-for-devops: + title: 'blog.thundra.io: What CI Observability Means for DevOps 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/monitoring-api-latencies-after-releases-4-mistakes-to-avoid: + title: 'thenewstack.io: Monitoring API Latencies After Releases: 4 Mistakes to Avoid' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/devops-observability-from-code-to-cloud: + title: 'thenewstack.io: DevOps Observability from Code to Cloud' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/ci-observability-for-effective-change-management: + title: 'thenewstack.io: CI Observability for Effective Change Management 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/monitor-your-containers-with-sysdig: + title: 'thenewstack.io: Monitor Your Containers with Sysdig' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/applying-basic-vs-advanced-monitoring-techniques: + title: 'thenewstack.io: Applying Basic vs. Advanced Monitoring Techniques' + year: N/A + stars: 0 + description: '' +https://cloudforecast.io/blog/cadvisor-and-kubernetes-monitoring-guide: + title: 'cloudforecast.io: cAdvisor and Kubernetes Monitoring Guide 🌟' + year: N/A + stars: 0 + description: '' +https://hmh.engineering/musings-on-microservice-observability-f7052ac42f04: + title: 'hmh.engineering: Musings on microservice observability!' + year: N/A + stars: 0 + description: '' +https://stackoverflow.blog/2021/09/08/observability-is-key-to-the-future-of-software-and-your-devops-career: + title: 'stackoverflow.blog: Observability is key to the future of software (and + your DevOps career)' + year: N/A + stars: 0 + description: '' +https://www.dynatrace.com/news/blog/what-is-observability-2: + title: 'dynatrace.com: What is observability? Not just logs, metrics and traces' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/observability-is-the-new-kubernetes: + title: 'thenewstack.io: Observability Is the New Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://www.learnsteps.com/logging-infrastructure-system-design: + title: 'learnsteps.com: Logging Infrastructure System Design' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/monitoring-microservices-part-1-observability-b2b44fa3e67e: + title: 'medium.com: Monitoring Microservices - Part 1: Observability | Anderson + Carvalho' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3638693/the-red-method-a-new-strategy-for-monitoring-microservices.html: + title: 'infoworld.com: The RED method: A new strategy for monitoring microservices' + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/devops-monitoring-tools: + title: 'intellipaat.com: Top 10 DevOps Monitoring Tools' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2021/11/23/how-to-add-observability-to-your-application-pipeline: + title: '==cncf.io: How to add observability to your application pipeline==' + year: N/A + stars: 0 + description: '' +https://storiesfromtheherd.com/unpacking-observability-a-beginners-guide-833258a0591f: + title: 'storiesfromtheherd.com: Unpacking Observability' + year: N/A + stars: 0 + description: '' +https://logz.io/blog/monitoring-reality-check: + title: 'logz.io: A Monitoring Reality Check: More of the Same Won’t Work' + year: N/A + stars: 0 + description: '' +https://medium.com/buildpiper/observability-for-monitoring-microservices-top-5-ways-587871e726d0: + title: 'medium.com/buildpiper: Observability for Monitoring Microservices β€” Top + 5 Ways!' + year: N/A + stars: 0 + description: '' +https://medium.com/@cbkwgl/continuous-monitoring-in-devops-8d4db48a0e24: + title: 'medium.com/@cbkwgl: Continuous Monitoring in DevOps 🌟' + year: N/A + stars: 0 + description: '' +https://logz.io/blog/open-source-observability-adoption-migration-curve: + title: 'logz.io: The Open Source Observability Adoption and Migration Curve' + year: N/A + stars: 0 + description: '' +https://devopscube.com/what-is-observability: + title: '==devopscube.com: What Is Observability? Comprehensive Beginners Guide==' + year: N/A + stars: 0 + description: '' +https://tiagodiasgeneroso.medium.com/observability-concepts-you-should-know-943fc057b208: + title: 'tiagodiasgeneroso.medium.com: Observability Concepts you should know' + year: N/A + stars: 0 + description: '' +https://faun.pub/getting-started-with-observability-657d57aab1c7: + title: 'faun.pub: Getting started with Observability' + year: N/A + stars: 0 + description: '' +https://medium.com/@badawekoo/monitoring-in-devops-lifecycle-4d9a2f277eb0: + title: 'medium.com/@badawekoo: Monitoring in DevOps lifecycle' + year: N/A + stars: 0 + description: '' +https://laduram.medium.com/the-future-of-observability-c33cd7ff644a: + title: 'laduram.medium.com: The Future of Observability' + year: N/A + stars: 0 + description: '' +https://devops.com/where-does-observability-stand-today-and-where-is-it-going-next: + title: 'devops.com: Where Does Observability Stand Today, and Where is it Going + Next?' + year: N/A + stars: 0 + description: '' +https://medium.com/kubeshop-i/top-8-open-source-observability-testing-tools-9341a361a634: + title: 'medium.com/kubeshop-i: Top 8 Open-Source Observability & Testing Tools' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/11-observability-tools-you-should-know-in-2023: + title: '==dzone: 11 Observability Tools You Should Know== 🌟' + year: N/A + stars: 0 + description: '' +? https://medium.com/devops-techable/setup-monitoring-with-prometheus-and-grafana-in-kubernetes-start-monitoring-your-kubernetes-a3071f083fa6 +: title: 'medium.com/devops-techable: Setup monitoring with Prometheus and Grafana + in Kubernetes β€” Start monitoring your Kubernetes cluster resources' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/what-is-container-monitoring: + title: 'thenewstack.io: What Is Container Monitoring?' + year: N/A + stars: 0 + description: '' +https://devops.com/why-monitoring-as-code-will-be-a-must-for-devops-teams: + title: '==devops.com: Why Monitoring-as-Code Will be a Must for DevOps Teams==' + year: N/A + stars: 0 + description: '' +https://medium.com/cloud-native-daily/why-you-shouldnt-fear-to-adopt-opentelemetry-for-observability-fcb6371ea8fe: + title: 'medium.com/cloud-native-daily: Why You Shouldn’t Fear to Adopt OpenTelemetry + for Observability' + year: N/A + stars: 0 + description: '' +https://medium.com/@bijit211987/observability-driven-development-2bc2cdde8661: + title: 'medium.com/@bijit211987: Observability Driven Development (ODD)-Enhancing + System Reliability' + year: N/A + stars: 0 + description: '' +? https://www.forbes.com/sites/forbestechcouncil/2024/03/08/from-data-collection-to-delivering-kpis-a-roadmap-to-a-mature-observability-strategy +: title: '==forbes.com: From Data Collection To Delivering KPIs: A Roadmap To A Mature + Observability Strategy==' + year: N/A + stars: 0 + description: '' +? https://medium.com/performance-engineering-for-the-ordinary-barbie/why-profiling-should-be-part-of-regular-software-development-workflow-8b19b7f52b38 +: title: '==medium.com/performance-engineering-for-the-ordinary-barbie: Why profiling + should be part of regular software development workflow== 🌟' + year: N/A + stars: 0 + description: '' +https://kpi.org/KPI-Basics: + title: KPIs + year: N/A + stars: 0 + description: '' +https://github.com/prometheus-operator: + title: github.com/prometheus-operator + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/how-gather-and-display-metrics-red-hat-openshift: + title: 'redhat.com: **How to gather and display metrics in Red Hat OpenShift** (Prometheus + + Grafana)' + year: N/A + stars: 0 + description: '' +? https://www.redhat.com/en/blog/generally-available-today-red-hat-openshift-container-platform-311-ready-power-enterprise-kubernetes-deployments +: title: 'Generally Available today: Red Hat OpenShift Container Platform 3.11 is + ready to power enterprise Kubernetes deployments 🌟' + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/3.11/release_notes/ocp_3_11_release_notes.html: + title: OCP 3.11 Metrics and Logging + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/3.11/install_config/prometheus_cluster_monitoring.html: + title: Prometheus Cluster Monitoring 🌟 + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2018/11/22/automated-performance-testing-kubernetes-openshift: + title: Leveraging Kubernetes and OpenShift for automated performance tests (part + 1) + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2019/01/03/leveraging-openshift-or-kubernetes-for-automated-performance-tests-part-2: + title: Building an observability stack for automated performance tests on Kubernetes + and OpenShift (part 2) 🌟 + year: N/A + stars: 0 + description: '' +http://github.com/flaviostutz/promster: + title: 'Promster: Use Prometheus in huge deployments with dynamic clustering and + scrape sharding capabilities based on ETCD service registration' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/08/05/monitoring-net-core-applications-on-kubernetes: + title: 'developers.redhat.com: Monitoring .NET Core applications on Kubernetes' + year: N/A + stars: 0 + description: '' +https://flightaware.engineering/systems-monitoring-with-prometheus-grafana: + title: Systems Monitoring with Prometheus and Grafana + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2023/02/01/monitoring-micro-front-ends-on-kubernetes-with-nginx: + title: '==cncf.io: Monitoring micro-front ends on Kubernetes with NGINX== 🌟' + year: N/A + stars: 0 + description: '' +https://www.timescale.com/blog/prometheus-vs-opentelemetry-metrics-a-complete-guide: + title: 'timescale.com: Prometheus vs. OpenTelemetry Metrics: A Complete Guide' + year: N/A + stars: 0 + description: '' +https://www.elastic.co/kibana: + title: Kibana + year: N/A + stars: 0 + description: '' +https://www.elastic.co/guide/index.html: + title: Kibana Docs + year: N/A + stars: 0 + description: '' +https://logz.io/blog/kibana-tutorial-2: + title: 'dzone: Kibana Tutorial: Part 2 - Creating Visualizations' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/getting-started-with-kibana-advanced-searches: + title: 'dzone: Getting Started With Kibana Advanced Searches' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/kibana-hacks-5-tips-and-tricks: + title: 'dzone: Kibana Hacks: 5 Tips and Tricks' + year: N/A + stars: 0 + description: '' +https://www.juanonlab.com/blog/es/dashboards-de-kibana: + title: 'juanonlab.com: Dashboards de Kibana' + year: N/A + stars: 0 + description: '' +https://dev.to/lisahjung/beginner-s-guide-to-understanding-the-relevance-of-your-search-with-elasticsearch-and-kibana-29n6: + title: 'dev.to: Beginner''s guide to understanding the relevance of your search + with Elasticsearch and Kibana' + year: N/A + stars: 0 + description: '' +https://devops.com/how-centralized-log-management-can-save-your-company: + title: 'devops.com: How Centralized Log Management Can Save Your Company' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/getting-started-with-the-elastic-stack: + title: 'acloudguru.com: Getting started with the Elastic Stack' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/creating-a-human-and-machine-freindly-logging-format-bb6d4bb01dca: + title: 'betterprogramming.pub: The Art of Logging' + year: N/A + stars: 0 + description: '' +https://www.zdnet.com/article/aws-as-predicted-is-forking-elasticsearch: + title: 'zdnet.com: AWS, as predicted, is forking Elasticsearch' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/opensource/stepping-up-for-a-truly-open-source-elasticsearch: + title: 'amazon.com: Stepping up for a truly open source Elasticsearch' + year: N/A + stars: 0 + description: '' +https://banzaicloud.com/docs/one-eye/logging-operator/quickstarts/es-nginx: + title: Store NGINX access logs in Elasticsearch with Logging operator 🌟 + year: N/A + stars: 0 + description: '' +https://rancher.com/docs/rancher/v2.x/en/logging/v2.5: + title: Rancher Logging Operator 🌟 + year: N/A + stars: 0 + description: '' +https://blog.streammonkey.com/how-we-serverlessly-migrated-1-58-billion-elasticsearch-documents-33ad3d0d7c4f: + title: 'blog.streammonkey.com: How We Serverlessly Migrated 1.58 Billion Elasticsearch + Documents' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?list=PLWZKNB9waqIX00uj5q4nX_TOFiX3if1z3: + title: 'youtube: ELK for beginners - by XavkiEn 🌟' + year: N/A + stars: 0 + description: '' +https://blog.bigdataboutique.com/2021/07/tuning-elasticsearch-the-ideal-java-heap-size-2toq2j: + title: 'blog.bigdataboutique.com: Tuning Elasticsearch: The Ideal Java Heap Size' + year: N/A + stars: 0 + description: '' +https://javatechonline.com/how-to-monitor-spring-boot-microservices-using-elk-stack: + title: 'javatechonline.com: How To Monitor Spring Boot Microservices Using ELK Stack?' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/running-elasticsearch-on-kubernetes: + title: 'dzone: Running Elasticsearch on Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/gigasearch/which-elasticsearch-provider-is-right-for-you-3d596a65e704: + title: '==medium: Which Elasticsearch Provider is Right For You?== 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/jertel/elastalert2: + title: jertel/elastalert2 + year: N/A + stars: 0 + description: '' +https://medium.com/hepsiburadatech/hepsiburada-search-engine-on-kubernetes-1fe03a3e71a3: + title: 'medium.com/hepsiburadatech: Hepsiburada Search Engine on Kubernetes' + year: N/A + stars: 0 + description: '' +https://dev.to/sagary2j/elk-stack-deployment-using-minikube-single-node-architecture-16cl: + title: 'dev.to/sagary2j: ELK Stack Deployment using MiniKube single node architecture' + year: N/A + stars: 0 + description: '' +https://search-guard.com/sgctl-elasticsearch: + title: 'search-guard.com/sgctl-elasticsearch: SGCTL - TAKE BACK CONTROL' + year: N/A + stars: 0 + description: '' +https://medium.com/99dotco/a-detail-guide-to-deploying-elasticsearch-on-elastic-cloud-on-kubernetes-eck-31808ac60466: + title: 'medium: A detailed guide to deploying Elasticsearch on Elastic Cloud on + Kubernetes (ECK)' + year: N/A + stars: 0 + description: '' +https://opensearch.org: + title: opensearch.org 🌟 + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/opensource/introducing-opensearch: + title: 'amazon.com: Introducing OpenSearch' + year: N/A + stars: 0 + description: '' +? https://logz.io/news-posts/logz-io-announces-support-for-opensearch-a-community-driven-open-source-fork-of-elasticsearch-and-kibana +: title: 'logz.io: Logz.io Announces Support for OpenSearch; A Community-driven Open + Source Fork of Elasticsearch and Kibana' + year: N/A + stars: 0 + description: '' +https://www.techrepublic.com/article/opensearch-aws-rolls-out-its-open-source-elasticsearch-fork: + title: 'techrepublic.com: OpenSearch: AWS rolls out its open source Elasticsearch + fork' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/this-week-in-programming-aws-completes-elasticsearch-fork-with-opensearch: + title: 'thenewstack.io: This Week in Programming: AWS Completes Elasticsearch Fork + with OpenSearch' + year: N/A + stars: 0 + description: '' +https://logz.io/blog/opensearch-1-0-ga-generally-available-elasticsearch-kibana-fork: + title: 'logz.io: OpenSearch Is Now Generally Available!' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/this-week-in-programming-the-elasticsearch-saga-continues: + title: 'thenewstack.io: This Week in Programming: The ElasticSearch Saga Continues' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/opensource/keeping-clients-of-opensearch-and-elasticsearch-compatible-with-open-source: + title: 'aws.amazon.com: Keeping clients of OpenSearch and Elasticsearch compatible + with open source' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/es/blogs/aws/amazon-elasticsearch-service-is-now-amazon-opensearch-service-and-supports-opensearch-10 +: title: 'aws.amazon.com: Amazon Elasticsearch Service Is Now Amazon OpenSearch Service + and Supports OpenSearch 1.0' + year: N/A + stars: 0 + description: '' +https://medium.com/@pratyush.mathur/logging-with-efk-1c2e131496d: + title: 'medium: Logging with EFK - Pratyush Mathur' + year: N/A + stars: 0 + description: '' +https://medium.com/@CuriousLearner/deploying-efk-stack-on-kubernetes-c25ba2682c99: + title: 'medium.com/@CuriousLearner: Deploying EFK stack on Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/@tech_18484/simplifying-kubernetes-logging-with-efk-stack-158da47ce982: + title: 'medium.com/@tech_18484: Simplifying Kubernetes Logging with EFK Stack' + year: N/A + stars: 0 + description: '' +https://logz.io/blog/logstash-grok: + title: 'logz.io: A Beginner’s Guide to Logstash Grok' + year: N/A + stars: 0 + description: '' +https://logz.io/blog/grok-pattern-examples-for-log-parsing: + title: 'logz.io: Grok Pattern Examples for Log Parsing' + year: N/A + stars: 0 + description: '' +https://devops.com/the-fallacy-of-continuous-integration-delivery-and-testing: + title: 'devops.com: The Fallacy of Continuous Integration, Delivery and Testing' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/the-keys-to-performance-tuning-and-testing: + title: 'dzone.com: The Keys to Performance Tuning and Testing' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/how-to-read-a-thread-dump: + title: How to read a Thread Dump + year: N/A + stars: 0 + description: '' +https://blog.arkey.fr/2020/06/28/using-jdk-flight-recorder-and-jdk-mission-control: + title: 'blog.arkey.fr: Using JDK FlightRecorder and JDK Mission Control' + year: N/A + stars: 0 + description: '' +https://fastthread.io/ft-thread-report.jsp?dumpId=1&s=t: + title: Transitive blocks + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/debugging-java-applications-on-openshift-kubernetes: + title: Debugging Java Applications On OpenShift and Kubernetes + year: N/A + stars: 0 + description: '' +https://servicesblog.redhat.com/2019/03/06/remote-debugging-of-java-applications-on-openshift: + title: Remote Debugging of Java Applications on OpenShift + year: N/A + stars: 0 + description: '' +https://fedidat.com/250-jvisualvm-openshift-pod: + title: 'VisualVM: JVisualVM to an Openshift pod' + year: N/A + stars: 0 + description: '' +https://access.redhat.com/solutions/18301: + title: 'redhat.com: How do I analyze a Java heap dump?' + year: N/A + stars: 0 + description: '' +https://opentelemetry.io: + title: 'Microservice Observability with Distributed Tracing: **OpenTelemetry.io** + 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/obitech/micro-obs: + title: Jaeger Demo1 + year: N/A + stars: 0 + description: '' +https://medium.com/jaegertracing/jaeger-embraces-opentelemetry-collector-90a545cbc24: + title: 'medium.com: **Jaeger embraces OpenTelemetry collector** 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/best-practices-for-deploying-jaeger-on-kubernetes-in-production: + title: Best Practices for Deploying Jaeger on Kubernetes in Production + year: N/A + stars: 0 + description: '' +https://faun.pub/how-to-deploy-jaeger-on-kubernetes-69cf48447182: + title: 'faun.pub: How to deploy Jaeger on Kubernetes. A beginner’s guide to Jaeger + (5 Part Series)' + year: N/A + stars: 0 + description: '' +https://zipkin.io: + title: '**zipkin.io**' + year: N/A + stars: 0 + description: '' +https://javatechonline.com/how-to-implement-distributed-logging-tracing-using-sleuth-zipkin: + title: 'javatechonline.com: How To Implement Distributed Logging Tracing Using Sleuth + Zipkin' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/perform-distributed-tracing-with-zipkin: + title: 'thenewstack.io: Perform Distributed Tracing with Zipkin' + year: N/A + stars: 0 + description: '' +https://opentracing.io: + title: '**OpenTracing.io**' + year: N/A + stars: 0 + description: '' +https://docs.lightstep.com/docs/understand-distributed-tracing: + title: 'lightstep.com: Understand Distributed Tracing' + year: N/A + stars: 0 + description: '' +? https://grafana.com/blog/2021/01/25/a-beginners-guide-to-distributed-tracing-and-how-it-can-increase-an-applications-performance +: title: 'grafana.com: A beginner''s guide to distributed tracing and how it can increase + an application''s performance 🌟' + year: N/A + stars: 0 + description: '' +? https://awkwardferny.medium.com/setting-up-distributed-tracing-with-opentelemetry-jaeger-in-kubernetes-ingress-nginx-cfdda7d9441d +: title: 'awkwardferny.medium.com: Setting up Distributed Tracing in Kubernetes with + OpenTracing, Jaeger, and Ingress-NGINX' + year: N/A + stars: 0 + description: '' +https://ploffay.medium.com/five-years-evolution-of-open-source-distributed-tracing-ec1c5a5dd1ac: + title: 'ploffay.medium.com: Five years evolution of open-source distributed tracing + 🌟' + year: N/A + stars: 0 + description: '' +https://www.signadot.com/blog/sandboxes-in-kubernetes-using-opentelemetry: + title: 'signadot.com: Sandboxes in Kubernetes using OpenTelemetry' + year: N/A + stars: 0 + description: '' +https://www.dynatrace.com/news/blog/what-is-opentelemetry-2: + title: 'dynatrace.com: What isβ€― OpenTelemetry?β€―An open-source standard for logs, + metrics, and traces' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/distributed-tracing-with-opentelemetry-spring-cloud-sleuth-kafka-and-jaeger-939e35f45821: + title: 'betterprogramming.pub: Distributed Tracing With OpenTelemetry, Spring Cloud + Sleuth, Kafka, and Jaeger' + year: N/A + stars: 0 + description: '' +https://logz.io/learn/opentelemetry-guide: + title: '==logz.io: Beginner’s Guide to OpenTelemetry== 🌟' + year: N/A + stars: 0 + description: '' +https://www.timescale.com/blog/generate-and-store-opentelemetry-traces-automatically: + title: 'timescale.com: Kubernetes Observability in One Command: How to Generate + and Store OpenTelemetry Traces Automatically' + year: N/A + stars: 0 + description: '' +https://trstringer.com/otel-part1-intro: + title: 'trstringer.com: Observability with OpenTelemetry Part 1 - Introduction' + year: N/A + stars: 0 + description: '' +https://medium.com/apache-apisix/end-to-end-tracing-opentelemetry-a50fceafed74: + title: 'medium.com/apache-apisix: End-to-end tracing with OpenTelemetry' + year: N/A + stars: 0 + description: '' +https://research.google/pubs/pub36356: + title: Dapper + year: N/A + stars: 0 + description: '' +https://medium.com/@rghetia/distributed-tracing-and-monitoring-using-opencensus-fe5f6e9479fb: + title: 'Medium: Distributed Tracing and Monitoring using OpenCensus' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/zipkin-vs-jaeger-getting-started-with-tracing: + title: 'Dzone: Zipkin vs. Jaeger: Getting Started With Tracing' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/18/9/distributed-tracing-microservices-world: + title: 'opensource.com: Distributed tracing in a microservices world' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/18/9/distributed-tracing-tools: + title: 'opensource.com: 3 open source distributed tracing tools' + year: N/A + stars: 0 + description: '' +https://blog.newrelic.com/engineering/opentelemetry-opentracing-opencensus: + title: 'newrelic.com: OpenTracing, OpenCensus, OpenTelemetry, and New Relic (Best + overview of OpenTelemetry)' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/tracing-why-logs-arent-enough-to-debug-your-microservices: + title: 'thenewstack.io: Tracing: Why Logs Aren’t Enough to Debug Your Microservices + 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/opentelemetry-gaining-traction-from-companies-and-vendors: + title: 'thenewstack.io: OpenTelemetry Gaining Traction from Companies and Vendors' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-opentelemetry-works-with-kubernetes: + title: 'thenewstack.io: How OpenTelemetry Works with Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/@bijit211987/grafana-with-opentelemetry-vendor-neutral-and-open-source-approach-ab4bc08f67e9: + title: 'medium.com/@bijit211987: Grafana with OpenTelemetry, Vendor-neutral and + open-source approach' + year: N/A + stars: 0 + description: '' +https://medium.com/jaegertracing/jaeger-and-opentelemetry-1846f701d9f2: + title: 'medium: Jaeger VS OpenTracing VS OpenTelemetry' + year: N/A + stars: 0 + description: '' +https://medium.com/jaegertracing/jaeger-clients-and-w3c-trace-context-c2ce1b9dc390: + title: 'medium: Using Jaeger and OpenTelemetry SDKs in a mixed environment with + W3C Trace-Context' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/jaeger-vs-zipkin-battle-of-the-open-source-tracing-tools: + title: 'thenewstack.io: Jaeger vs. Zipkin: Battle of the Open Source Tracing Tools' + year: N/A + stars: 0 + description: '' +https://github.com/grafana/tempo: + title: Grafana Tempo + year: N/A + stars: 0 + description: '' +https://grafana.com/blog/2020/10/27/announcing-grafana-tempo-a-massively-scalable-distributed-tracing-system: + title: 'grafana.com: Announcing Grafana Tempo, a massively scalable distributed + tracing system 🌟' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/2/tempo-distributed-tracing: + title: 'opensource.com: Get started with distributed tracing using Grafana Tempo' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Application_performance_management: + title: APM in wikipedia + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/apm-tools-comparison-which-one-should-you-choose: + title: 'dzone.com: APM Tools Comparison' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/java-performance-monitoring-5-open-source-tools-you-should-know: + title: 'dzone.com: Java Performance Monitoring: 5 Open Source Tools You Should Know' + year: N/A + stars: 0 + description: '' +https://sentry.io: + title: sentry.io + year: N/A + stars: 0 + description: '' +https://www.datadoghq.com: + title: datadoghq.com + year: N/A + stars: 0 + description: '' +https://dev.to/thenjdevopsguy/implementing-datadog-for-kubernetes-586e: + title: 'dev.to/thenjdevopsguy: Implementing Datadog For Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.honeycomb.io: + title: honeycomb.io + year: N/A + stars: 0 + description: '' +https://lightstep.com: + title: lightstep.com + year: N/A + stars: 0 + description: '' +https://skywalking.apache.org: + title: skywalking.apache.org 🌟 + year: N/A + stars: 0 + description: '' +https://www.tetrate.io/blog/27835-revision-v1: + title: 'tetrate.io: SkyWalking 8.4 provides infrastucture monitoring for VMs' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/end-user-tracing-in-a-skywalking-observed-browser: + title: 'thenewstack.io: End-User Tracing in a SkyWalking-Observed Browser' + year: N/A + stars: 0 + description: '' +https://www.appdynamics.com: + title: AppDynamics 🌟 + year: N/A + stars: 0 + description: '' +https://newrelic.com: + title: New Relic 🌟 + year: N/A + stars: 0 + description: '' +https://newrelic.com/blog/how-to-relic/create-nr-dashboards-with-terraform-part-1: + title: 'newrelic.com: Creating dashboards with Terraform and JSON templates' + year: N/A + stars: 0 + description: '' +https://www.dynatrace.com: + title: Dynatrace 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/savecost/datav: + title: savecost/datav 🌟 + year: N/A + stars: 0 + description: '' +https://www.elastic.co/products/apm: + title: Elastic APM + year: N/A + stars: 0 + description: '' +https://www.elastic.co/guide/en/apm/get-started/current/components.html: + title: Elastic APM Server + year: N/A + stars: 0 + description: '' +https://www.elastic.co/support/matrix: + title: Mininimum elasticsearch requirement is 6.2.x or higher + year: N/A + stars: 0 + description: '' +https://github.com/sls-dev1/openshift-elastic-apm-server: + title: Elastic APM Server Docker image + year: N/A + stars: 0 + description: '' +https://www.elastic.co/blog/using-elastic-apm-java-agent-on-kubernetes-k8s: + title: 'elastic.co: Using the Elastic APM Java Agent on Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.elastic.co/blog/monitoring-java-applications-and-getting-started-with-the-elastic-apm-java-agent: + title: 'Monitoring Java applications with Elastic: Getting started with the Elastic + APM Java Agent' + year: N/A + stars: 0 + description: '' +https://github.com/elastic/apm-pipeline-library: + title: Jenkins pipeline shared library for the project Elastic APM 🌟 + year: N/A + stars: 0 + description: '' +https://bqstack.com/b/detail/109: + title: 'bqstack.com: Monitoring Application using Elastic APM' + year: N/A + stars: 0 + description: '' +https://www.adictosaltrabajo.com/tutoriales/monitorizacion-y-analisis-de-rendimiento-de-aplicaciones-con-dynatrace: + title: 'adictosaltrabajo.com: MonitorizaciΓ³n y anΓ‘lisis de rendimiento de aplicaciones + con Dynatrace APM' + year: N/A + stars: 0 + description: '' +https://www.dynatrace.com/technologies/openshift-monitoring: + title: 'dynatrace.com: openshift monitoring' + year: N/A + stars: 0 + description: '' +https://www.dynatrace.com/news/blog/dynatrace-monitoring-for-kubernetes-and-openshift: + title: 'dynatrace.com: Dynatrace monitoring for Kubernetes and OpenShift' + year: N/A + stars: 0 + description: '' +? https://www.dynatrace.com/support/help/cloud-platforms/openshift/full-stack/deploy-oneagent-on-openshift-container-platform +: title: 'dynatrace.com: Deploy OneAgent on OpenShift Container Platform' + year: N/A + stars: 0 + description: '' +https://www.dynatrace.com/news/blog/successful-kubernetes-monitoring-3-pitfalls-to-avoid: + title: Successful Kubernetes Monitoring – Three Pitfalls to Avoid + year: N/A + stars: 0 + description: '' +https://github.com/redhatspain/awesome-kubernetes/blob/master/pdf/dynatrace_demo.pdf: + title: My Dynatrace proof of concept 🌟 + year: N/A + stars: 0 + description: '' +https://www.dynatrace.com/news/blog/guide-to-automated-sre-driven-performance-engineering-analysis: + title: 'Tutorial: Guide to automated SRE-driven performance engineering 🌟' + year: N/A + stars: 0 + description: '' +https://www.dynatrace.com/news/blog/4-steps-to-modernize-your-it-service-operations-with-dynatrace: + title: 'dynatrace.com: 4 steps to modernize your IT service operations with Dynatrace' + year: N/A + stars: 0 + description: '' +https://www.dynatrace.com/news/blog/monitoring-of-kubernetes-infrastructure-for-day-2-operations: + title: 'dynatrace.com: Monitoring of Kubernetes Infrastructure for day 2 operations' + year: N/A + stars: 0 + description: '' +https://www.dynatrace.com/news/blog/the-power-of-openshift-the-visibility-of-dynatrace: + title: 'dynatrace.com: The Power of OpenShift, The Visibility of Dynatrace' + year: N/A + stars: 0 + description: '' +https://www.dynatrace.com/news/blog/why-conventional-observability-fails-in-kubernetes-environments-a-real-world-use-case: + title: 'dynatrace.com: Why conventional observability fails in Kubernetes environmentsβ€”A + real-world use case 🌟' + year: N/A + stars: 0 + description: '' +https://www.dynatrace.com/news/blog/a-look-behind-the-scenes-of-aws-lambda-and-our-new-lambda-monitoring-extension: + title: 'dynatrace.com: A look behind the scenes of AWS Lambda and our new Lambda + monitoring extension' + year: N/A + stars: 0 + description: '' +https://www.dynatrace.com/news/blog/amazon-cloudwatch-metric-streams-launch-partnership: + title: 'dynatrace.com: Analyze all AWS data in minutes with Amazon CloudWatch Metric + Streams available in Dynatrace' + year: N/A + stars: 0 + description: '' +https://www.dynatrace.com/news/blog/new-dynatrace-operator-elevates-cloud-native-observability-for-kubernetes: + title: 'dynatrace.com: New Dynatrace Operator elevates cloud-native observability + for Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.dynatrace.com/news/blog/how-to-collect-prometheus-metrics-in-dynatrace: + title: 'dynatrace.com: How to collect Prometheus metrics in Dynatrace' + year: N/A + stars: 0 + description: '' +https://www.dynatrace.com/news/blog/automatic-connection-of-logs-and-traces-accelerates-ai-driven-cloud-analytics: + title: 'dynatrace.com: Automatic connection of logs and traces accelerates AI-driven + cloud analytics' + year: N/A + stars: 0 + description: '' +https://devops.com/dynatrace-advances-application-environments-as-code: + title: '==devops.com: Dynatrace Advances Application Environments as Code==' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/serverless-needs-more-observability-tools: + title: 'thenewstack.io: Serverless Needs More Observability Tools' + year: N/A + stars: 0 + description: '' +https://beam.apache.org: + title: Apache Beam + year: N/A + stars: 0 + description: '' +http://rion.io/2020/07/04/a-distributed-tracing-adventure-in-apache-beam: + title: A Distributed Tracing Adventure in Apache Beam + year: N/A + stars: 0 + description: '' +https://krossboard.app: + title: Krossboard + year: N/A + stars: 0 + description: '' +https://itnext.io/in-search-of-converged-usage-analytics-for-multiple-managed-kubernetes-c5108cb7f0e1: + title: 'Krossboard: A centralized usage analytics approach for multiple Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/automated-build-deploy-feedback-using-instana: + title: 'cloudbees.com: Automated Build and Deploy Feedback Using Jenkins and Instana + 🌟' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/monitoring-infrastructure-openshift-4.x-using-zabbix-operator: + title: 'openshift.com: Monitoring Infrastructure Openshift 4.x Using Zabbix Operator' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/how-to-monitoring-openshift-4.x-with-zabbix-using-prometheus-part-2: + title: 'openshift.com: How to Monitor Openshift 4.x with Zabbix using Prometheus + - Part 2' + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/monitoring-infrastructure-openshift-4.x-using-zabbix-operator: + title: 'cloud.redhat.com: Monitoring Infrastructure Openshift 4.x Using Zabbix Operator' + year: N/A + stars: 0 + description: '' +https://github.com/netdata/netdata: + title: Netdata + year: N/A + stars: 0 + description: '' +https://github.com/Unitech/pm2: + title: PM2 + year: N/A + stars: 0 + description: '' +https://github.com/huginn/huginn: + title: Huginn + year: N/A + stars: 0 + description: '' +https://github.com/osquery/osquery: + title: OS Query + year: N/A + stars: 0 + description: '' +https://github.com/nicolargo/glances: + title: Glances + year: N/A + stars: 0 + description: '' +https://github.com/taosdata/TDengine: + title: TDengine + year: N/A + stars: 0 + description: '' +https://stackpulse.com/blog/automated-kubernetes-pod-restarting-analysis-with-stackpulse: + title: 'stackpulse.com: Automated Kubernetes Pod Restarting Analysis with StackPulse' + year: N/A + stars: 0 + description: '' +https://www.checklyhq.com: + title: Checkly + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/monitoring-as-code-with-terraform-cloud-and-checkly: + title: 'hashicorp.com: Monitoring as Code with Terraform Cloud and Checkly' + year: N/A + stars: 0 + description: '' +https://network-king.net/iot-use-in-healthcare-grows-but-has-its-pitfalls: + title: 'network-king.net: IoT use in healthcare grows but has some pitfalls' + year: N/A + stars: 0 + description: '' +https://github.com/louislam/uptime-kuma: + title: louislam/uptime-kuma + year: N/A + stars: 0 + description: '' +https://medium.com/@rahul.fiem/opentelemetry-otel-vs-application-performance-monitoring-apm-86ae829877cf: + title: OpenTelemetry (OTel) vs Application Performance Monitoring (APM) + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/introducing-red-hat-openshift-4: + title: 'blog.openshift.com: Introducing Red Hat OpenShift 4' + year: N/A + stars: 0 + description: '' +https://www.nextplatform.com/2018/10/15/red-hat-flexes-coreos-muscle-in-openshift-kubernetes-platform: + title: 'nextplatform.com: red hat flexes CoreOS muscle in openshift kubernetes platform' + year: N/A + stars: 0 + description: '' +https://access.redhat.com/documentation/en-us/openshift_container_platform: + title: OpenShift 4 documentation 🌟 + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/openshift-4-install-experience: + title: 'blog.openshift.com: OpenShift 4 Install Experience' + year: N/A + stars: 0 + description: '' +https://cloudowski.com/articles/honest-review-of-openshift-4: + title: 'cloudowski.com: Honest review of OpenShift 4 🌟' + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/enabling-openshift-4-clusters-to-stop-and-resume-cluster-vms: + title: Enabling OpenShift 4 Clusters to Stop and Resume Cluster VMs + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/simplifying-openshift-case-information-gathering-workflow-must-gather-operator: + title: 'blog.openshift.com: Simplifying OpenShift Case Information Gathering Workflow: + **Must-Gather Operator** (In the context of Red Hat OpenShift 4.x and Kubernetes, + **it is considered a bad practice to ssh into a node and perform debugging actions**) + 🌟' + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/configure-the-openshift-image-registry-backed-by-openshift-container-storage: + title: 'blog.openshift.com: Configure the OpenShift Image Registry backed by OpenShift + Container Storage' + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/500_pods_per_node: + title: 'blog.openshift.com: OpenShift Scale: Running 500 Pods Per Node 🌟' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/enterprise-kubernetes-with-openshift-part-one: + title: 'blog.openshift.com: Enterprise Kubernetes with OpenShift (Part one) 🌟' + year: N/A + stars: 0 + description: '' +https://devclass.com/2020/05/04/openshift-4-4-goes-all-out-on-mixed-workloads-puts-observability-at-devs-fingertips: + title: 'devclass.com: OpenShift 4.4 goes all out on mixed workloads, puts observability + at devs’ fingertips 🌟' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/openshift-4.5-node-improvements: + title: 'OpenShift 4.5: Node Improvements' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/fully-automated-openshift-deployments-with-vmware-vsphere: + title: Fully Automated OpenShift Deployments With VMware vSphere + year: N/A + stars: 0 + description: '' +https://medium.com/faun/openshift-4-under-the-hood-ab854c3439dd: + title: OpenShift 4 β€œunder-the-hood” 🌟 + year: N/A + stars: 0 + description: '' +https://thenewstack.io/red-hat-launches-an-openshift-based-marketplace-to-aid-multicloud-portability: + title: 'thenewstack.io: Red Hat Launches an OpenShift-Based Marketplace to Aid Multicloud + Portability 🌟' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/openshift-upi-using-static-ips: + title: 'openshift.com: OpenShift UPI using static IPs' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/08/14/openshift-for-kubernetes-developers-getting-started: + title: 'developers.redhat.com: OpenShift for Kubernetes developers: Getting started + 🌟' + year: N/A + stars: 0 + description: '' +? https://developers.redhat.com/blog/2020/10/01/command-line-cluster-management-with-red-hat-openshifts-new-web-terminal-tech-preview +: title: 'developers.redhat.com: Command-line cluster management with Red Hat OpenShift’s + new web terminal (tech preview)' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/improved-tooling-and-best-practices-to-help-you-migrate-to-openshift-4: + title: Improved tooling and best practices to help you migrate to OpenShift 4 + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/openshift-architectures-for-the-edge-with-openshift-4.6: + title: 'openshift.com: OpenShift Architectures for the Edge With OpenShift 4.6' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/nested-openshift-using-openshift-virtualization: + title: 'openshift.com: Nested OpenShift using OpenShift Virtualization' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2021/02/08/deploying-kubernetes-operators-with-operator-lifecycle-manager-bundles: + title: 'developers.redhat.com: Deploying Kubernetes Operators with Operator Lifecycle + Manager bundles' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/8-answers-to-7-openshift-questions: + title: 'openshift.com: 8 Answers to 7 OpenShift Questions 🌟' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/red-hat-openshift-4.7-is-now-available: + title: 'openshift.com: Red Hat OpenShift 4.7 Is Now Available' + year: N/A + stars: 0 + description: '' +https://finance.yahoo.com/news/ibms-red-hat-openshift-platform-143702224.html: + title: 'finance.yahoo.com: IBM''s Red Hat OpenShift Platform to be Leveraged by + Siemens' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/how-to-offer-service-running-on-openshift-on-aws-to-other-aws-vpcs-privately: + title: 'openshift.com: How to Offer Service Running on OpenShift on AWS to Other + AWS VPCs, Privately 🌟' + year: N/A + stars: 0 + description: '' +? https://developers.redhat.com/blog/2021/03/09/a-guide-to-red-hat-openshift-4-5-installer-provisioned-infrastructure-on-vsphere +: title: 'developers.redhat.com: A guide to Red Hat OpenShift 4.5 installer-provisioned + infrastructure on vSphere 🌟' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/openshift-security-best-practices-for-kubernetes-cluster-design: + title: 'openshift.com: OpenShift Security Best Practices for Kubernetes Cluster + Design 🌟' + year: N/A + stars: 0 + description: '' +https://www.fiercetelecom.com/platforms/red-hat-bundles-security-management-into-openshift-plus: + title: 'fiercetelecom.com: Red Hat bundles security, management into OpenShift Plus' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/descheduler-ga-in-openshift-4.7: + title: 'openshift.com: Descheduler GA in OpenShift 4.7 🌟' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/how-to-configure-ldap-sync-with-cronjobs-in-openshift: + title: 'openshift.com: How to Configure LDAP Sync With CronJobs in OpenShift 🌟' + year: N/A + stars: 0 + description: '' +https://www.schabell.org/2021/03/codeready-containers-howto-setup-openshift-47-on-local-machine.html: + title: 'schabell.org: How to setup the OpenShift Container Platform 4.7 on your + local machine' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2021/04/29/containerize-net-for-red-hat-openshift-use-a-windows-vm-like-a-container: + title: 'developers.redhat.com: Containerize .NET for Red Hat OpenShift: Use a Windows + VM like a container' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/a-brief-introduction-to-red-hat-advanced-cluster-security-for-kubernetes: + title: 'openshift.com: A Brief Introduction to Red Hat Advanced Cluster Security + for Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/customizing-virtual-machine-templates-in-openshift-1: + title: 'openshift.com: Customizing Virtual Machine Templates in OpenShift' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/red-hat-openshift-4-8-adds-serverless-functions-pipelines-as-code: + title: 'thenewstack.io: Red Hat OpenShift 4.8 Adds Serverless Functions, Pipelines-As-Code' + year: N/A + stars: 0 + description: '' +https://www.itprotoday.com/linux/openshift-48-red-hat-seeks-expand-workload-possibilities: + title: 'itprotoday.com: With OpenShift 4.8, Red Hat Seeks to ''Expand Workload Possibilities''' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/strategies-for-moving-.net-workloads-to-openshift-container-platform: + title: 'openshift.com: Strategies for Moving .NET Workloads to OpenShift Container + Platform' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/ask-an-openshift-admin-office-hour-authentication-and-authorization: + title: 'openshift.com: Ask an OpenShift Admin Office Hour - Authentication and Authorization' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/workload-support-for-red-hat-openshift-matures-across-the-industry: + title: 'openshift.com: Workload Support for Red Hat OpenShift Matures Across the + Industry' + year: N/A + stars: 0 + description: '' +https://blog.byte.builders/post/openshift-mongodb: + title: 'blog.byte.builders: Manage MongoDB in Openshift Using KubeDB' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/07/08/troubleshooting-application-performance-red-hat-openshift-metrics-part-1: + title: 'developers.redhat.com: Troubleshooting application performance with Red + Hat OpenShift metrics, Part 1: Requirements' + year: N/A + stars: 0 + description: '' +? https://www.openshift.com/blog/ocp-disaster-recovery-part-3-recovering-an-openshift-4-ipi-cluster-with-the-loss-of-two-master-nodes +: title: 'openshift.com: OCP Disaster Recovery Part 3: Recovering an OpenShift 4 IPI + cluster With the Loss of Two Master Nodes 🌟' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/openshift-on-arm-developer-preview-now-available-for-aws: + title: 'openshift.com: OpenShift on ARM Developer Preview Now Available for AWS' + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/check-out-our-new-look: + title: 'cloud.redhat.com: Changes coming for OpenShift.com and Cloud.Redhat.com' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/07/29/troubleshooting-application-performance-red-hat-openshift-metrics-part-4: + title: 'developers.redhat.com: Troubleshooting application performance with Red + Hat OpenShift metrics, Part 4: Gathering performance metrics' + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/red-hat-openshift-4.8-is-now-generally-available: + title: 'cloud.redhat.com: Red Hat OpenShift 4.8 Is Now Generally Available' + year: N/A + stars: 0 + description: '' +https://www.zdnet.com/article/qualys-partners-with-red-hat-to-improve-linux-and-kubernetes-security: + title: 'zdnet.com: Qualys partners with Red Hat to improve Linux and Kubernetes + security' + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/getting-started-in-openshift: + title: 'cloud.redhat.com: Getting Started in OpenShift 🌟' + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/openshift-sandboxed-containers-101: + title: 'cloud.redhat.com: OpenShift Sandboxed Containers 101 🌟' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/ibm-red-hat-bring-load-aware-resource-management-to-kubernetes: + title: 'thenewstack.io: IBM, Red Hat Bring Load-Aware Resource Management to Kubernetes' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/08/20/composable-software-catalogs-kubernetes-easier-way-update-containerized: + title: 'developers.redhat.com: Composable software catalogs on Kubernetes: An easier + way to update containerized applications' + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/announcing-bring-your-own-host-support-for-windows-nodes-to-red-hat-openshift: + title: 'cloud.redhat.com: Announcing Bring Your Own Host Support for Windows nodes + to Red Hat OpenShift' + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/openshift-sandboxed-containers-operator-from-zero-to-hero-the-hard-way: + title: 'cloud.redhat.com: OpenShift Sandboxed Containers Operator From Zero to Hero, + the Hard Way. The Operator Framework and Its Usage' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/10/11/get-started-openshift-service-registry: + title: 'developers.redhat.com: Get started with OpenShift Service Registry' + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/red-hat-openshift-4.9-is-now-generally-available: + title: 'cloud.redhat.com: Red Hat OpenShift 4.9 Is Now Generally Available' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/meet-single-node-openshift-our-smallest-openshift-footprint-edge-architectures: + title: 'redhat.com: Meet single node OpenShift: Our newest small OpenShift footprint + for edge architectures' + year: N/A + stars: 0 + description: '' +? https://cloud.redhat.com/blog/how-to-build-a-disconnected-openshift-cluster-with-mirror-registries-on-rhel-coreos-using-podman-and-systemd +: title: 'cloud.redhat.com: How to Build a Disconnected OpenShift Cluster With Mirror + Registries on RHEL CoreOS Using Podman and Systemd' + year: N/A + stars: 0 + description: '' +https://github.com/openshift/hypershift: + title: 'github.com/openshift/hypershift: HyperShift' + year: N/A + stars: 0 + description: '' +? https://michaelkotelnikov.medium.com/maintaining-network-traffic-compliance-in-multi-cluster-openshift-environments-with-openshift-54fe369aa346 +: title: 'michaelkotelnikov.medium.com: Managing Network Security Lifecycles in Multi + Cluster OpenShift Environments with OpenShift Platform Plus' + year: N/A + stars: 0 + description: '' +https://medium.com/@shrishs/application-backup-and-restore-using-openshift-api-for-data-protection-oadp-790d39ad96d4: + title: 'medium.com/@shrishs: Application Backup and Restore using Openshift API + for Data Protection(OADP)' + year: N/A + stars: 0 + description: '' +? https://dev.to/mtulio/deep-dive-into-aws-oidc-identity-provider-when-installing-openshift-with-iam-sts-manual-sts-support-1bo7 +: title: '==dev.to: Deep Dive into AWS OIDC identity provider when installing OpenShift + using manual authentication mode with STS==' + year: N/A + stars: 0 + description: '' +https://venturebeat.com/data-infrastructure/red-hat-gives-an-arm-up-to-openshift-kubernetes-operations: + title: 'venturebeat.com: Red Hat gives an ARM up to OpenShift Kubernetes operations' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/architect/openshift-4-migration: + title: '==redhat.com: Planning your migration from Red Hat OpenShift 3 to 4==' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/technologies/cloud-computing/openshift/platform-plus: + title: 'redhat.com: Red Hat OpenShift Platform Plus' + year: N/A + stars: 0 + description: '' +https://blog.knell.it/commands-kubernetes-should-adopt-from-red-hat-openshift: + title: '==blog.knell.it: Commands Kubernetes should adopt from Red Hat OpenShift==' + year: N/A + stars: 0 + description: '' +https://mkdev.me/posts/how-to-upgrade-openshift-4-x: + title: '==mkdev.me: How to upgrade Openshift 4.x== 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/mikeroyal/OpenShift-Guide: + title: '==mikeroyal/OpenShift-Guide: OpenShift Guide== 🌟🌟' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/resources/openshift-subscription-sizing-guide-detail: + title: 'redhat.com: OpenShift sizing and subscription guide for enterprise Kubernetes + 🌟' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/products/platform-plus: + title: Red Hat OpenShift Platform Plus 🌟 + year: N/A + stars: 0 + description: '' +https://thenewstack.io/red-hat-offers-a-complete-kubernetes-stack-with-openshift-platform-plus: + title: 'thenewstack.io: Red Hat Offers a β€˜Complete Kubernetes Stack’ with OpenShift + Platform Plus 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/07/20/best-practices-using-health-checks-in-the-openshift-4-5-web-console: + title: 'developers.redhat.com - Best practices: Using health checks in the OpenShift + 4.5 web console 🌟' + year: N/A + stars: 0 + description: '' +https://redhat-cop.github.io/openshift-migration-best-practices: + title: 'redhat-cop.github.io: Best practices for migrating from OpenShift Container + Platform 3 to 4 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/e-minguez/openshift-yolo: + title: openshift-yolo + year: N/A + stars: 0 + description: '' +https://github.com/openshift/installer/blob/master/docs/user/aws/README.md: + title: AWS Account Set Up 🌟 + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/opensource/openshift-4-on-aws-quick-start: + title: OpenShift 4 on AWS Quick Starts 🌟 + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/control-regional-access-to-your-service-on-openshift-running-on-aws: + title: 'openshift.com: Control Regional Access to Your Service on OpenShift Running + on AWS' + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/openshift-virtualization-on-amazon-web-services: + title: '==cloud.redhat.com: OpenShift Virtualization on Amazon Web Services==' + year: N/A + stars: 0 + description: '' +? https://www.redhat.com/en/about/press-releases/amazon-and-red-hat-announce-general-availability-red-hat-openshift-service-aws-rosa +: title: 'redhat.com: Amazon and Red Hat Announce the General Availability of Red + Hat OpenShift Service on AWS (ROSA)' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/blogs/aws/red-hat-openshift-service-on-aws-now-generally-availably: + title: 'amazon.com: Red Hat OpenShift Service on AWS Now GA' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2021/04/red-hat-openshift-aws: + title: 'infoq.com: AWS Announces the General Availability of the Red Hat OpenShift + Service on AWS' + year: N/A + stars: 0 + description: '' +https://www.datacenterknowledge.com/devops/red-hat-brings-its-managed-openshift-kubernetes-service-aws: + title: 'datacenterknowledge.com: Red Hat Brings Its Managed OpenShift Kubernetes + Service to AWS' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/blogs/containers/red-hat-openshift-service-on-aws-architecture-and-networking: + title: 'aws.amazon.com: Red Hat OpenShift Service on AWS: architecture and networking' + year: N/A + stars: 0 + description: '' +? 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 +: title: 'openshift.com: Using VPC Peering to Connect an OpenShift Service on an AWS + (ROSA) Cluster to an Amazon RDS MySQL Database in a Different VPC' + year: N/A + stars: 0 + description: '' +https://blog.vizuri.com/red-hat-openshift-service-on-aws-rosa-positions-openshift-for-mainstream-adoption: + title: 'blog.vizuri.com: Red Hat OpenShift Service on AWS (ROSA) Positions OpenShift + for Mainstream Adoption' + year: N/A + stars: 0 + description: '' +? https://cloud.redhat.com/blog/scale-your-application-containers-on-red-hat-openshift-service-on-aws-rosa-clusters-using-amazon-efs-storage +: title: '==cloud.redhat.com: Scale your application containers on Red Hat OpenShift + Service on AWS (ROSA) clusters using Amazon EFS storage==' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/red-hat-openshift-service-aws-hosted-control-planes-now-available: + title: 'redhat.com: Red Hat OpenShift Service on AWS with hosted control planes + now available' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/09/06/improving-cicd-red-hat-openshift: + title: 'developers.redhat.com: Improving CI/CD in Red Hat OpenShift 🌟' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/openshift-end-to-end-plan-and-deploy: + title: 'OpenShift End-to-End: **Day 0** - Plan and Deploy' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/openshift-end-to-end-core-services: + title: 'OpenShift End-to-End: **Day 1** - Core Services' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/openshift-end-to-end-cluster-customization: + title: 'OpenShift End-to-End: **Day 2** - Cluster Customization 🌟' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/ask-an-openshift-admin-office-hour-day-2-operations-part-1: + title: Ask an OpenShift Admin Office Hour - Day 2 Operations, Part 1 + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/ask-an-openshift-admin-office-hour-day-2-operations-part-2: + title: Ask an OpenShift Admin Office Hour - Day 2 Operations, Part 2 + year: N/A + stars: 0 + description: '' +https://www.openshift.com/learn/topics/operators: + title: Operator Framework + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/4.4/authentication/managing-security-context-constraints.html: + title: Security + year: N/A + stars: 0 + description: '' +https://www.slideshare.net/Smals_ICT/20171010-multitenancy-in-openshift: + title: Multi-tenancy features + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/4.4/release_notes/ocp-4-4-release-notes.html: + title: Release Notes + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/openshift/install: + title: New Installer + year: N/A + stars: 0 + description: '' +https://operatorhub.io/operator/rook-ceph: + title: Rook-Ceph + year: N/A + stars: 0 + description: '' +https://operatorhub.io/operator/robin-operator: + title: Robin Storage Operator + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/4.4/architecture/architecture-rhcos.html: + title: RHEL CoreOS + year: N/A + stars: 0 + description: '' +https://www.slideshare.net/openshift/openshift-18812162: + title: SELinux + year: N/A + stars: 0 + description: '' +https://github.com/openshift/machine-api-operator/tree/master: + title: Machine API + year: N/A + stars: 0 + description: '' +https://github.com/operator-framework/operator-lifecycle-manager/blob/master/doc/design/architecture.md: + title: OLM Arquitecture + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/4.4/operators/olm-adding-operators-to-cluster.html: + title: Adding Operators to a Cluster + year: N/A + stars: 0 + description: '' +https://twitter.com/operatorhubio: + title: twitter.com/operatorhubio + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/05/18/deploy-and-bind-enterprise-grade-microservices-with-kubernetes-operators: + title: Deploy and bind enterprise-grade microservices with Kubernetes Operators + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/3.11/install_config/router/index.html: + title: 'Router plug-ins in OCP3:' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/session-stickiness-in-openshift: + title: Shared/Stikcy sessions are enabled by default + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/3.11/architecture/networking/assembly_available_router_plugins.html: + title: HAProxy template router + year: N/A + stars: 0 + description: '' +https://kubernetes.io/docs/concepts/services-networking/ingress-controllers: + title: Ingress Controller + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/openshift-and-network-security-zones-coexistence-approaches: + title: Network Security Zones in Openshift (DMZ) + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/global-load-balancer-for-openshift-clusters-an-operator-based-approach: + title: 'openshift.com: Global Load Balancer for OpenShift clusters: an Operator-Based + Approach' + year: N/A + stars: 0 + description: '' +https://access.redhat.com/documentation/en-us/openshift_container_platform/4.4/html-single/service_mesh/index: + title: ServiceMesh + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/4.4/service_mesh/service_mesh_install/installing-ossm.html: + title: β€œOne-click” deployment + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/4.4/service_mesh/service_mesh_install/preparing-ossm-installation.html: + title: Preparing to install Red Hat OpenShift Service Mesh + year: N/A + stars: 0 + description: '' +https://redhat-developer-demos.github.io/knative-tutorial: + title: redhat-developer-demos.github.io/knative-tutorial + year: N/A + stars: 0 + description: '' +https://grafana.com/docs/v5.4: + title: grafana.com/docs/v5.4/ + year: N/A + stars: 0 + description: '' +https://prometheus.io/docs/alerting/alertmanager: + title: prometheus.io/docs/alerting/alertmanager/ + year: N/A + stars: 0 + description: '' +https://thenewstack.io/log-management-for-red-hat-openshift: + title: 'thenewstack.io: Log Management for Red Hat OpenShift' + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/4.4/logging/cluster-logging-deploying.html: + title: docs.openshift.com/container-platform/4.4/logging/cluster-logging-deploying.html + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/openshift-4-image-builds: + title: Openshift 4 image builds + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/4.4/builds/custom-builds-buildah.html: + title: Custom image builds with Buildah + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/rootless-podman-nfs: + title: Rootless podman and NFS + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2019/09/05/red-hat-openshift-4-on-your-laptop-introducing-red-hat-codeready-containers: + title: 'Procedure:' + year: N/A + stars: 0 + description: '' +https://github.com/redhat-cop/gitops-catalog: + title: ==github.com/redhat-cop/gitops-catalog== + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/introducing-azure-red-hat-openshift-on-openshift-4: + title: Introducing Azure Red Hat OpenShift on OpenShift 4 🌟 + year: N/A + stars: 0 + description: '' +? 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 +: title: 'dkrallis.wordpress.com: How to create an OpenShift Cluster in Azure and + how you can interact with Azure DevOps environment – Part A' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2023/03/16/how-deploy-openshift-azure-gui-part-1: + title: 'developers.redhat.com: How to easily deploy OpenShift on Azure using a GUI, + Part 1' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2023/03/17/deploy-openshift-azure-gitops-part-2: + title: 'developers.redhat.com: How to easily deploy OpenShift on Azure via GitOps, + Part 2' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/user/rhopenshift/videos: + title: OpenShift Youtube + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=kQJxGtsqphk: + title: 'youtube: Installing OpenShift 4 on AWS with operatorhub.io integration 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=eFxFtUpAT9s: + title: 'youtube: OpenShift 4 OAuth Identity Providers' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=G-baPg3XhBo: + title: 'youtube: OpenShift on Google Cloud, AWS, Azure and localhost' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/about/videos/getting-started-openshift-4-security: + title: 'youtube: Getting Started with OpenShift 4 Security 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?list=PLaR6Rq6Z4Iqcy9rg0JF6SCFst5lyyftQ-: + title: 'youtube playlist: London 2020 | OpenShift Commons Gathering 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/openshift/training: + title: 'github.com: Openshift 4 training' + year: N/A + stars: 0 + description: '' +https://learn.openshift.com/playgrounds/openshift44: + title: OpenShift 4.4 + year: N/A + stars: 0 + description: '' +https://kubevirt.io: + title: kubevirt.io 🌟 + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/getting-started-with-kubevirt: + title: Getting Started with KubeVirt Containers and Virtual Machines Together + year: N/A + stars: 0 + description: '' +? https://containerjournal.com/topics/container-management/red-hat-integrates-kubevirt-with-kubernetes-management-platform-from-sap +: title: 'containerjournal.com: Red Hat Integrates KubeVirt With Kubernetes Management + Platform From SAP' + year: N/A + stars: 0 + description: '' +https://www.kubermatic.com/blog/bringing-your-vms-to-kubernetes-with-kubevirt: + title: 'kubermatic.com: Bringing Your VMs to Kubernetes With KubeVirt' + year: N/A + stars: 0 + description: '' +https://medium.com/adessoturkey/create-a-windows-vm-in-kubernetes-using-kubevirt-b5f54fb10ffd: + title: 'medium.com/adessoturkey: Create a Windows VM in Kubernetes using KubeVirt' + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/4.4/networking/multiple_networks/understanding-multiple-networks.html: + title: Understanding multiple networks + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/demystifying-multus: + title: 'openshift.com: Demystifying Multus 🌟' + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/4.4/service_mesh/service_mesh_arch/ossm-vs-community.html: + title: Istio CNI plug-in 🌟 + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/operator-based-calico-cni-plug-in-is-supported-on-openshift-4: + title: Operator-based Calico CNI Plug-In is Supported on OpenShift 4 🌟 + year: N/A + stars: 0 + description: '' +https://docs.projectcalico.org/getting-started/openshift/installation: + title: 'docs.projectcalico.org: Install an OpenShift 4 cluster with Calico' + year: N/A + stars: 0 + description: '' +https://redhat-connect.gitbook.io/certified-operator-guide/appendix/using-third-party-network-operators-with-openshift: + title: Using Third Party Network Operators with OpenShift + year: N/A + stars: 0 + description: '' +https://cloud.redhat.com/blog/a-guide-to-ingress-controllers-in-openshift: + title: '==cloud.redhat.com: A Guide to Ingress Controllers in OpenShift using IPI==' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/products/container-storage: + title: Red Hat OpenShift Container Storage 4 + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/technologies/management/advanced-cluster-management: + title: Red Hat Advanced Cluster Management for Kubernetes 🌟 + year: N/A + stars: 0 + description: '' +https://containerjournal.com/features/red-hat-simplifies-kubernetes-cluster-management: + title: 'containerjournal.com: Red Hat Simplifies Kubernetes Cluster Management' + year: N/A + stars: 0 + description: '' +https://docs.openshift.com/container-platform/4.4/welcome/oke_about.html: + title: Similarities and differences between OpenShift Kubernetes Engine and OpenShift + Container Platform + year: N/A + stars: 0 + description: '' +https://crc.dev: + title: Homepage + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/topics/kubernetes: + title: 'developers.redhat.com: Developing applications on Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://gist.github.com/tmckayus/8e843f90c44ac841d0673434c7de0c6a: + title: 'Overview: running crc on a remote server' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/06/12/how-to-install-codeready-workspaces-in-a-restricted-openshift-4-environment: + title: 'developers.redhat.com: How to install CodeReady Workspaces in a restricted + OpenShift 4 environment' + year: N/A + stars: 0 + description: '' +? 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 +: title: Install Red Hat OpenShift Operators on your laptop using Red Hat CodeReady + Containers and Red Hat Marketplace + year: N/A + stars: 0 + description: '' +https://www.schabell.org/2020/09/how-to-setup-openshift-container-platform-45.html: + title: 'schabell.org: How to setup OpenShift Container Platform 4.5 on your local + machine in minutes' + year: N/A + stars: 0 + description: '' +https://blog.openshift.comopenshift-hive-cluster-as-a-service: + title: 'blog.openshift.com: openshift hive cluster as a service' + year: N/A + stars: 0 + description: '' +https://github.com/openshift/hive: + title: github.com/openshift/hive + year: N/A + stars: 0 + description: '' +https://www.youtube.comwatch?v=b_NOrGxfH5Y: + title: 'youtube: how to deliver OpenShift as a service (just like Red Hat)' + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/introducing-red-hat-openshift-4-3-to-enhance-kubernetes-security: + title: 'blog.openshift.com: Introducing Red Hat OpenShift 4.3 to Enhance Kubernetes + Security 🌟' + year: N/A + stars: 0 + description: '' +https://containerjournal.com/topics/container-management/red-hat-delivers-latest-kubernetes-enhancements: + title: 'containerjournal.com: Red Hat Delivers Latest Kubernetes Enhancements' + year: N/A + stars: 0 + description: '' +https://access.redhat.com/solutions/4363731: + title: Create an OpenShift 4.2 Private Cluster in AWS 🌟 + year: N/A + stars: 0 + description: '' +https://cloud.ibm.com/docs/openshift?topic=openshift-security: + title: 'cloud.ibm.com: openshift-security' + year: N/A + stars: 0 + description: '' +https://docs.aporeto.com/docs/main/guides/okd-master-api-protection: + title: 'docs.aporeto.com: OpenShift Master API Protection' + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/migrating-your-applications-to-openshift-4: + title: 'blog.openshift.com: Migrating your applications to OpenShift 4 🌟' + year: N/A + stars: 0 + description: '' +https://restic.net: + title: '**Restic**' + year: N/A + stars: 0 + description: '' +https://docs.okd.io: + title: docs.okd.io 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/openshift/okd/blob/master/README.md: + title: 'GitHub: OKD4' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=_nl-45ulj1s: + title: 'youtube.com: OKD4' + year: N/A + stars: 0 + description: '' +https://github.com/openshift/community/blob/master/ROADMAP.md: + title: 'github.com: OKD 4 Roadmap' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=2UwQD0diUxk: + title: 'youtube.com: How To Install OKD4 on GCP - Vadim Rutkovsky (Red Hat)' + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/guide-to-installing-an-okd-4-4-cluster-on-your-home-lab: + title: 'blog.openshift.com: Guide to Installing an OKD 4.4 Cluster on your Home + Lab' + year: N/A + stars: 0 + description: '' +https://cgruver.github.io/okd4-upi-lab-setup: + title: 'okd4-upi-lab-setup: Building an OpenShift - OKD 4.X Lab' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/kubernetes-cluster-laptop: + title: 'redhat.com: How to run a Kubernetes cluster on your laptop 🌟' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/blog/deploy-a-multi-master-okd-4.5-cluster-using-a-single-command-in-30-minutes: + title: 'openshift.com: Deploy a multi-master OKD 4.5 cluster using a single command + in ~30 minutes' + year: N/A + stars: 0 + description: '' +https://dustymabe.com/2020/09/28/openshift-okd-on-fedora-coreos-on-digitalocean-part-4-recorded-demo: + title: 'dustymabe.com: OpenShift OKD on Fedora CoreOS on DigitalOcean Part 4: Recorded + Demo' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/guide-okd-4-5-single-node-cluster-832693cb752b: + title: 'medium: Guide OKD 4.5 Single Node Cluster' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/04/30/serverless-applications-made-faster-and-simpler-with-openshift-serverless-ga: + title: Serverless applications made faster and simpler with **OpenShift Serverless + GA** + year: N/A + stars: 0 + description: '' +https://blog.openshift.combuild-kubernetes-operators-from-helm-charts-in-5-steps: + title: The supported method of using Helm charts with Openshift4 is via the Helm + Operator + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=6NM6sqXIsoA: + title: youtube + year: N/A + stars: 0 + description: '' +https://blog.openshift.comhelm-and-operators-on-openshift-part-1: + title: 'blog.openshift.com: Helm and Operators on OpenShift, Part 1' + year: N/A + stars: 0 + description: '' +https://blog.openshift.comhelm-and-operators-on-openshift-part-2: + title: 'blog.openshift.com: Helm and Operators on OpenShift, Part 2' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/04/27/building-kubernetes-applications-on-openshift-with-red-hat-marketplace: + title: 'developers.redhat.com: Building Kubernetes applications on OpenShift with + Red Hat Marketplace' + year: N/A + stars: 0 + description: '' +https://kubestone.io: + title: kubestone.io + year: N/A + stars: 0 + description: '' +https://operatorhub.io/operator/kubestone: + title: 'operatorhub.io: kubestone' + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/tech-preview-get-visibility-into-your-openshift-costs-across-your-hybrid-infrastructure: + title: 'blog.openshift.com: Tech Preview: Get visibility into your OpenShift costs + across your hybrid infrastructure 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/operator-framework/operator-lifecycle-manager/blob/master/doc/design/philosophy.md: + title: OLM Philosophy + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/openshift-commons/Operator-Lifecycle-Management: + title: 'developers.redhat.com: OpenShift Commons Briefing: Operator Lifecycle Management + (video)' + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/top-kubernetes-operators-advancing-across-the-operator-capability-model: + title: Top Kubernetes Operators + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/01/22/operator-pattern-rest-api-for-kubernetes-and-red-hat-openshift: + title: 'developers.redhat.com: Operator pattern: REST API for Kubernetes and Red + Hat OpenShift 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/blog/2020/09/11/5-tips-for-developing-kubernetes-operators-with-the-new-operator-sdk: + title: 'developers.redhat.com: 5 tips for developing Kubernetes Operators with the + new Operator SDK' + year: N/A + stars: 0 + description: '' +https://medium.com/@bherta/using-kubernetes-operators-to-manage-the-lifecycle-of-ai-applications-5682c3b372b3: + title: 'medium: Using Kubernetes Operators to Manage the Lifecycle of AI Applications' + year: N/A + stars: 0 + description: '' +https://www.projectquay.io: + title: projectquay.io + year: N/A + stars: 0 + description: '' +https://github.com/quay/quay: + title: GitHub Quay (OSS) + year: N/A + stars: 0 + description: '' +https://blog.openshift.com/introducing-red-hat-quay: + title: 'blog.openshift.com: Introducing Red Hat Quay' + year: N/A + stars: 0 + description: '' +https://operatorhub.io/operator/quay: + title: operatorhub.io/operator/quay + year: N/A + stars: 0 + description: '' +https://medium.com/opstalk/securing-containers-with-red-hat-quay-and-clair-part-i-bcec8d170536: + title: 'medium: Securing Containers with Red Hat Quay and Clair β€” Part I' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/products/mta/overview: + title: Red Hat Application Migration Toolkit + year: N/A + stars: 0 + description: '' +https://github.com/windup: + title: windup + year: N/A + stars: 0 + description: '' +https://carlosthe19916.wordpress.com/2020/04/12/rhamt-in-github-actions: + title: RHAMT in Github Actions + year: N/A + stars: 0 + description: '' +? https://developers.redhat.com/blog/2020/09/04/migrate-your-java-apps-to-containers-with-migration-toolkit-for-applications-5-0 +: title: Migrate your Java apps to containers with Migration Toolkit for Applications + 5.0 + year: N/A + stars: 0 + description: '' +? 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 +: title: 'developers.redhat.com: Spring Boot to Quarkus migrations and more in Red + Hat’s migration toolkit for applications 5.1.0' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/en/blog/openshift-topology-view-milestone-towards-better-developer-experience: + title: 'OpenShift topology view: A milestone towards a better developer experience' + year: N/A + stars: 0 + description: '' +https://openbuilt.io: + title: OpenBuilt + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2021/04/ibm-redhat-openbuilt: + title: 'infoq.com: IBM, Red Hat and Cobuilder Develop OpenBuilt, a Platform for + the Construction Industry' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=Hc8emNr2igU: + title: 'youtube: Red Hat OpenShift AI overview' + year: N/A + stars: 0 + description: '' +https://github.com/tommeramber/ocp-automations: + title: tommeramber/ocp-automations + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/best-emerging-project-management-methodologies-in: + title: 'dzone: Project Management Methodology: A Beginner''s Guide' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/a-complete-guide-to-project-management-life-cycle: + title: 'dzone: A Complete Guide to the Project Management Lifecycle' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/top-40-project-management-terms-and-concepts-of-20: + title: 'dzone: Top 40 Project Management Terms and Concepts of 2019' + year: N/A + stars: 0 + description: '' +http://blog.scrumstudy.com/scrum-and-kanban-alike-or-different-2: + title: 'blog.scrumstudy.com: Scrum and Kanban, alike or different?' + year: N/A + stars: 0 + description: '' +https://www.scrum.org/resources/blog/vlog-what-happens-sprint-backlog-items-are-not-done: + title: 'scrum.org: What Happens To The Sprint Backlog Items That Are Not Done?' + year: N/A + stars: 0 + description: '' +https://www.cio.com/article/3584559/agile-vs-waterfall-project-methodologies-compared.html: + title: 'cio.com: Agile vs. waterfall: Project methodologies compared' + year: N/A + stars: 0 + description: '' +https://www.scrum.org/resources/blog/make-sure-you-dont-build-high-performing-teams-just-deliver-wrong-things-faster: + title: 'scrum.org: Make Sure You Don’t Build High Performing Teams Just to Deliver + Wrong Things Faster' + year: N/A + stars: 0 + description: '' +https://enterprisersproject.com/article/2020/10/scrum-kanban-3-realities-cios: + title: 'enterprisersproject.com: Scrum and Kanban: 3 realities CIOs should know' + year: N/A + stars: 0 + description: '' +https://www.forbes.com/sites/stevedenning/2016/09/08/explaining-agile: + title: 'forbes.com: Explaining Agile 🌟' + year: N/A + stars: 0 + description: '' +https://www.scrum.org/resources/blog/minimum-viable-product-considered-harmful: + title: 'scrum.org: Minimum Viable Product Considered Harmful 🌟' + year: N/A + stars: 0 + description: '' +https://agilecheetah.com/why-so-many-developers-are-fed-up-with-agile-pt-3: + title: 'agilecheetah.com: Why So Many Developers are Fed Up with Agile' + year: N/A + stars: 0 + description: '' +https://age-of-product.com/scrum-2021: + title: 'age-of-product.com: Scrum 2021: Getting You Started as Scrum Master or Product + Owner' + year: N/A + stars: 0 + description: '' +https://www.scrum.org/resources/blog/scrum-2021-getting-you-started-scrum-master-or-product-owner: + title: 'scrum.org: Scrum 2021: Getting You Started as Scrum Master or Product Owner' + year: N/A + stars: 0 + description: '' +https://www.scrum.org/resources/kanban-guide-scrum-teams: + title: 'scrum.org: Kanban Guide for Scrum Teams' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/11-manager-considerations: + title: 'redhat.com: 11 considerations for effectively managing a Linux sysadmin + team 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/serious-scrum/scrum-teams-that-dont-verify-their-outcomes-are-basically-waterfall-teams-cb208acdcc61: + title: 'medium: Scrum Teams That Don’t Verify Their Outcomes Are Basically Waterfall + Teams' + year: N/A + stars: 0 + description: '' +https://codefresh.io/helm-tutorial/kanban-promotion-boards: + title: 'codefresh.io: Using a Kanban board to manage and promote Helm Releases 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/serious-scrum/nine-steps-to-successfully-start-your-new-product-owner-job-b276c85e3dde: + title: 'medium: Nine Steps to Successfully Start Your New Product Owner Job' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/asynchronous-communication: + title: 'cloudbees.com: How Asynchronous Communication Can Boost Productivity' + year: N/A + stars: 0 + description: '' +https://www.cloudbees.com/blog/using-predictive-analytics-to-show-adding-more-people: + title: 'cloudbees.com: More Isn’t Always Better: Using Predictive Analytics to Show + Adding More People Doesn’t Always Help' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/DevOps-value-stream: + title: 'infoq.com: Driving DevOps with Value Stream Management' + year: N/A + stars: 0 + description: '' +https://creately.com/blog/diagrams/what-is-a-kanban-board: + title: 'creately.com: How to Better Manage Your Projects with Kanban Boards' + year: N/A + stars: 0 + description: '' +https://hbr.org/2019/03/as-your-team-gets-bigger-your-leadership-style-has-to-adapt: + title: 'hbr.org: As Your Team Gets Bigger, Your Leadership Style Has to Adapt' + year: N/A + stars: 0 + description: '' +https://carlos-piqueres.medium.com/product-backlog-vs-sprint-backlog-c951f972e979: + title: 'carlos-piqueres.medium.com: Product Backlog vs Sprint Backlog' + year: N/A + stars: 0 + description: '' +https://skamille.medium.com/how-new-managers-fail-individual-contributors-839a13bda1c5: + title: 'skamille.medium.com: How New Managers Fail Individual Contributors' + year: N/A + stars: 0 + description: '' +https://blog.pragmaticengineer.com/project-management-at-big-tech: + title: 'blog.pragmaticengineer.com: How Big Tech Runs Tech Projects and the Curious + Absence of Scrum' + year: N/A + stars: 0 + description: '' +https://www.acumen.io/blog/can-kanban-scale-for-teams-of-over-50-developers-when-should-you-consider-moving-to-scrum: + title: 'acumen.io: Can Kanban scale for teams of over 50 developers? When should + you consider moving to Scrum?' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/articles/better-metrics-team-performance: + title: 'infoq.com: Better Metrics for Building High Performance Teams' + year: N/A + stars: 0 + description: '' +https://noidea.dog/glue: + title: '==noidea.dog/glue: Being Glue==' + year: N/A + stars: 0 + description: '' +https://hbr.org/2021/06/the-real-value-of-middle-managers: + title: 'hbr.org: The Real Value of Middle Managers' + year: N/A + stars: 0 + description: '' +https://dev.to/actitime/whats-wrong-with-measuring-developer-performance-10-best-metrics-5620: + title: 'dev.to: What’s Wrong With Measuring Developer Performance (+ 10 Best Metrics)' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/how-to-speed-up-your-progress-with-feedback-1f41872b290a: + title: 'betterprogramming.pub: How to Speed Up Your Progress With Feedback' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/sprint-planning-best-practices-1aad4103f6cb: + title: 'betterprogramming.pub: Sprint Planning: Best Practices' + year: N/A + stars: 0 + description: '' +https://medium.com/@victor.ronin/the-dark-side-of-a-cross-functional-team-e0d379e37c70: + title: 'medium.com/@victor.ronin: The dark side of a cross-functional team' + year: N/A + stars: 0 + description: '' +https://alexander-goida.medium.com/thoughts-about-breaking-silos-of-software-engineering-teams-323d1f78ef68: + title: 'alexander-goida.medium.com: Thoughts about breaking silos of software engineering + teams 🌟' + year: N/A + stars: 0 + description: '' +https://hbr.org/2022/05/how-to-deal-with-high-pressure-situations-at-work: + title: 'hbr.org: How to Deal with High Pressure Situations at Work' + year: N/A + stars: 0 + description: '' +https://medium.com/@TonyBologni/4-reasons-why-4-is-the-perfect-team-size-for-agile-software-development-8597d33f3cfe: + title: 'medium.com/@TonyBologni: 4 reasons why 4 is the perfect team size for (agile) + software development 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/dkatalis/component-team-vs-feature-team-in-a-nutshell-60c58671496f: + title: 'medium.com/dkatalis: Component Team vs Feature Team in a Nutshell 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/the-ascent/quiet-people-in-meetings-are-incredible-7bb05ef9acd1: + title: 'medium.com/the-ascent: Quiet People in Meetings Are Incredible' + year: N/A + stars: 0 + description: '' +https://www.autoblog.com/2022/07/25/vw-ceo-herbert-diess-fired-over-cariad-buggy-software: + title: 'autoblog.com: VW CEO lost his job over buggy software that delayed new models' + year: N/A + stars: 0 + description: '' +https://techcrunch.com/2022/07/27/protestware-code-sabotage: + title: 'techcrunch.com: Protestware on the rise: Why developers are sabotaging their + own code' + year: N/A + stars: 0 + description: '' +https://hbr.org/2019/01/how-to-debate-ideas-productively-at-work: + title: 'hbr.org: How to Debate Ideas Productively at Work' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/techniques-for-managing-your-time-and-cognitive-load-as-a-senior-leader-2b9eadb0daa4: + title: 'betterprogramming.pub: Techniques for Managing Your Time and Cognitive Load + as a Senior Leader' + year: N/A + stars: 0 + description: '' +https://medium.com/awesome-agile/10-ways-managers-are-wasting-their-developers-potential-5c0d78d8f8ba: + title: 'medium.com/awesome-agile: 10 Ways Managers are Wasting Their Developers'' + Potential' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/stop-hiring-software-engineers-8545520437ac: + title: 'betterprogramming.pub: Stop Hiring Software Engineers' + year: N/A + stars: 0 + description: '' +https://hbr.org/2019/02/the-surprising-power-of-simply-asking-coworkers-how-theyre-doing: + title: 'hbr.org: The Surprising Power of Simply Asking Coworkers How They’re Doing' + year: N/A + stars: 0 + description: '' +https://medium.com/developer-purpose/think-before-you-code-engineerings-most-underrated-advice-40b47e08a3fc: + title: 'medium.com/developer-purpose: Think before you code. Engineering’s most + underrated advice' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/how-do-you-grow-as-a-software-engineering-manager-33a05873693: + title: 'betterprogramming.pub: How to Grow as a (Software) Engineering Manager' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/good-leadership-is-about-growth-not-brilliance-af8ca30f1a3a: + title: 'betterprogramming.pub: Good Leadership Is About Growth, Not Brilliance' + year: N/A + stars: 0 + description: '' +https://betterhumans.pub/8-communication-hacks-i-use-to-appear-more-senior-as-a-young-employee-9106468bf5aa: + title: 'betterhumans.pub: 8 Communication Hacks I Use To Appear More Senior As a + Young Employee' + year: N/A + stars: 0 + description: '' +https://jproco.medium.com/deliver-a-product-roadmap-that-survives-startup-velocity-f9be4fb9893e: + title: 'jproco.medium.com: Deliver a Product Roadmap That Survives Startup Velocity' + year: N/A + stars: 0 + description: '' +? https://medium.com/career-of-you/a-ten-step-process-for-team-leaders-to-reduce-meeting-overload-and-take-back-their-time-407cf1f8f09b +: title: 'medium.com/career-of-you: A Ten-Step Process for Team Leaders to Reduce + Meeting Overload and Take Back Their Time' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/the-underestimated-importance-of-clear-code-ownership-baed758e47b8: + title: 'betterprogramming.pub: The Importance of Code Ownership 🌟' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3682654/what-to-do-when-your-devops-team-is-downsized.html: + title: 'infoworld.com: What to do when your devops team is downsized' + year: N/A + stars: 0 + description: '' +https://bootcamp.uxdesign.cc/a-quick-win-to-prepare-for-every-meeting-using-templates-d2359c849433: + title: 'bootcamp.uxdesign.cc: A quick win to prepare for every meeting using templates' + year: N/A + stars: 0 + description: '' +https://huryn.substack.com/p/3-ways-to-create-10x-better-product: + title: 'huryn.substack.com: 3 Ways to Create 10X Better Product Roadmaps' + year: N/A + stars: 0 + description: '' +https://jchyip.medium.com/my-critique-of-the-spotify-model-part-1-197d335ef7af: + title: 'jchyip.medium.com: My critique of β€œthe Spotify Model”: Part 1' + year: N/A + stars: 0 + description: '' +https://hbr.org/2015/08/how-to-give-tough-feedback-that-helps-people-grow: + title: 'hbr.org: How to Give Tough Feedback That Helps People Grow' + year: N/A + stars: 0 + description: '' +https://medium.com/@tom-neal/cto-checklist-1a2ef3d6502: + title: 'medium.com/@tom-neal: CTO Checklist' + year: N/A + stars: 0 + description: '' +https://martinfowler.com/articles/retrospective-antipatterns.html: + title: 'martinfowler.com: Retrospectives Antipatterns 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/effectiveness-noise-is-the-problem: + title: '==dzone.com: Productivity: Noise Is the Problem== 🌟🌟' + year: N/A + stars: 0 + description: '' +https://www.rebelscrum.site/post/characteristics-of-a-great-product-owner: + title: 'rebelscrum.site: Characteristics of a Great Product Owner' + year: N/A + stars: 0 + description: '' +https://devops.com/breaking-down-silos-applying-open-source-practices-in-the-workplace: + title: 'devops.com: Breaking Down Silos: Applying Open Source Practices in the Workplace' + year: N/A + stars: 0 + description: '' +https://devops.com/how-good-developers-become-good-engineering-managers: + title: 'devops.com: How Good Developers Become Good Engineering Managers' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/how-to-manage-your-technical-backlog-868415f8eea9: + title: 'levelup.gitconnected.com: How to manage your technical backlog' + year: N/A + stars: 0 + description: '' +https://www.techrepublic.com/article/lean-development: + title: 'techrepublic.com: What is Lean Software Development?' + year: N/A + stars: 0 + description: '' +https://medium.com/@ElizAyer/meetings-are-the-work-9e429dde6aa3: + title: 'medium.com/@ElizAyer: Meetings *are* the work' + year: N/A + stars: 0 + description: '' +https://newsletter.pragmaticengineer.com/p/engineering-leadership-skillset-overlaps: + title: 'newsletter.pragmaticengineer.com: Engineering Leadership Skill Set Overlaps' + year: N/A + stars: 0 + description: '' +https://hbr.org/2020/01/what-it-takes-to-give-a-great-presentation: + title: 'hbr.org: What It Takes to Give a Great Presentation' + year: N/A + stars: 0 + description: '' +? 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 +: title: 'inc.com: 27 Years Ago, Steve Jobs Said the Best Employees Focus on Content, + Not Process. Research Shows He Was Right' + year: N/A + stars: 0 + description: '' +https://www.businessinsider.com/amazon-reason-for-layoffs-former-senior-tech-leader-2023-5: + title: 'businessinsider.com: I''m an ex-Amazon senior leader. Here''s why layoffs + keep happening and why ambitious managers are fueling them' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/the-only-true-agency-a-software-engineer-requires-2c0816b263bc: + title: 'medium.com/codex: The Only True Agency A Software Engineer Requires' + year: N/A + stars: 0 + description: '' +https://www.scrum.org/resources/blog/scrum-no-es-una-metodologia-es-un-marco-de-trabajo: + title: 'scrum.org: Scrum no es una metodologΓ­a, es un marco de trabajo' + year: N/A + stars: 0 + description: '' +https://www.scrum.org/resources/blog/posturas-del-product-owner: + title: 'scrum.org: Posturas del Product Owner' + year: N/A + stars: 0 + description: '' +https://rockcontent.com/es/blog/tipos-de-consultoria: + title: 'rockcontent.com: Conoce los principales tipos de consultorΓ­a en las que + tu negocio puede invertir para explotar su potencial' + year: N/A + stars: 0 + description: '' +https://www.entrepreneur.com/article/365880: + title: 'entrepreneur.com: ΒΏCΓ³mo manejar un equipo que trabaja desde sus casas?' + year: N/A + stars: 0 + description: '' +https://mamaqueesscrum.com/2018/11/12/labores-que-un-product-owner-deberia-hacer-que-no-aparecen-en-la-scrum-guide: + title: 'mamaqueesscrum.com: MamÑ… ΒΏQuΓ© es Scrum?' + year: N/A + stars: 0 + description: '' +https://www.bbc.com/mundo/vert-cap-37270163: + title: 'bbc.com: Por quΓ© en JapΓ³n los jefes NO felicitan a sus empleados cuando + hacen bien su trabajo' + year: N/A + stars: 0 + description: '' +https://smoda.elpais.com/trabajo/apariencias-venderse-trabajo: + title: 'smoda.elpais.com: Destacar y venderse no implica trabajar bien: asΓ­ es la + nueva batalla por las apariencias del trabajo' + year: N/A + stars: 0 + description: '' +https://blogs.elconfidencial.com/tecnologia/tribuna/2022-02-12/productividad-tecnologia-startups-apps_3373786: + title: 'blogs.elconfidencial.com: Los espaΓ±oles somos mΓ‘s improductivos que nunca + y el problema no es de los empleados' + year: N/A + stars: 0 + description: '' +https://www.elfinanciero.com.mx/empresas/2021/07/06/tu-jefe-no-siempre-tiene-la-razon-de-que-manera-puedes-contradecirlo: + title: 'elfinanciero.com.mx: Tu jefe no siempre tiene la razΓ³n: ΒΏde quΓ© manera puedes + contradecirlo?' + year: N/A + stars: 0 + description: '' +https://www.elconfidencial.com/alma-corazon-vida/2022-02-14/jefe-trabajo-empleo-quemado-no-puedes_3372444: + title: 'elconfidencial.com: La mejor forma de decirle a tu jefe que estΓ‘s hasta + arriba y no puedes mΓ‘s con tanto trabajo' + year: N/A + stars: 0 + description: '' +https://blog.trello.com/es/conflictos-en-el-trabajo: + title: 'blog.trello.com: Consejos para manejar distintos conflictos en un equipo + de trabajo' + year: N/A + stars: 0 + description: '' +https://www.lavanguardia.com/economia/20220223/8075492/liderazgo-empresa-jefes-empleados-cercania-decisiones.html: + title: 'lavanguardia.com: La delgada lΓ­nea roja del liderazgo: de la cercanΓ­a al + compadreo' + year: N/A + stars: 0 + description: '' +https://okdiario.com/economia/telefonica-santander-despiden-467-empleados-2021-denuncias-companeros-8655690: + title: 'okdiario.com: TelefΓ³nica y Santander despiden a 467 empleados en 2021 por + denuncias de compaΓ±eros' + year: N/A + stars: 0 + description: '' +https://www.cronista.com/apertura/empresas/como-identificar-a-un-mal-jefe-y-que-errores-no-pueden-cometer-hoy-los-lideres: + title: 'cronista.com: CΓ³mo identificar a un mal jefe y quΓ© errores no pueden cometer + hoy los lΓ­deres' + year: N/A + stars: 0 + description: '' +? 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 +: title: 'eleconomista.es: CΓ³mo es un mal jefe y quΓ© debe aprender para liderar mejor + su empresa (y ser feliz)' + year: N/A + stars: 0 + description: '' +https://www.elconfidencial.com/espana/2022-03-18/tessa-west-psicologa-capullos-trabajo_3392185: + title: 'elconfidencial.com: Esta psicΓ³loga ha estudiado a los capullos de tu empresa + y sabe por quΓ© se comportan asΓ­' + year: N/A + stars: 0 + description: '' +? https://business.vogue.es/carrera/articulos/adios-jefes-toxicos-la-salud-organizacional-rentabilidad-residen-liderazgo-gentil/533 +: title: 'business.vogue.es: AdiΓ³s a los jefes tΓ³xicos: este es el nuevo tipo de liderazgo + gentil que triunfa' + year: N/A + stars: 0 + description: '' +https://magnet.xataka.com/en-diez-minutos/esclavos-improductividad-70-reuniones-impiden-que-empleados-hagan-su-trabajo: + title: 'magnet.xataka.com: Esclavos de la improductividad: el 70% de las reuniones + impiden que los empleados hagan su trabajo' + year: N/A + stars: 0 + description: '' +https://www.genbeta.com/actualidad/reuniones-trabajo-nos-agotan-videollamada-se-sabe-que-pasa-se-eliminan-usamos-chats: + title: 'genbeta.com: Las reuniones laborales por videollamada nos agotan: esto es + lo que pasa si se eliminan y cambian por chats' + year: N/A + stars: 0 + description: '' +https://www.pymesyautonomos.com/management/esta-trabajando-empleado-realmente-su-casa: + title: 'pymesyautonomos.com: ΒΏEstΓ‘ trabajando el empleado realmente desde su casa?' + year: N/A + stars: 0 + description: '' +https://www.estrategiadeproducto.com/p/evitar-caer-espiral-de-mierda: + title: 'estrategiadeproducto.com: La espiral de mierda' + year: N/A + stars: 0 + description: '' +https://www.estrategiadeproducto.com/p/segunda-mayor-mentira-product-management: + title: 'estrategiadeproducto.com: La segunda mayor mentira sobre Product Management' + year: N/A + stars: 0 + description: '' +https://www.mariocortes.net/la-crisis-de-seniority: + title: 'mariocortes.net: La crisis de seniority' + year: N/A + stars: 0 + description: '' +https://www.businessinsider.es/teletrabajar-perjudica-carrera-profesional-posibles-ascensos-1240782: + title: 'businessinsider.es: Avanzar en la carrera profesional y conseguir ascensos + dentro de la empresa serΓ‘ mucho mΓ‘s difΓ­cil para las personas que teletrabajan, + segΓΊn el CEO de IBM' + year: N/A + stars: 0 + description: '' +? https://www.genbeta.com/a-fondo/este-ex-ceo-explica-que-hay-demasiados-empleados-empresas-contratas-a-alguien-primero-que-quiere-contratar +: title: 'genbeta.com: Un ex-CEO, sobre el origen de tener gente que ni hace falta + en las empresas: β€œContratas a alguien, y lo primero que hace es contratar"' + year: N/A + stars: 0 + description: '' +https://www.businessinsider.es/explicacion-steve-jobs-buenos-empleados-renuncian-1137601: + title: 'businessinsider.es: La brillante explicaciΓ³n de Steve Jobs sobre por quΓ© + los buenos empleados renuncian al trabajo' + year: N/A + stars: 0 + description: '' +https://openwebinars.net/blog/13-errores-que-cometes-como-manager: + title: 'openwebinars.net: 13 Errores que cometes como Manager' + year: N/A + stars: 0 + description: '' +https://itrevolution.com/the-problem-with-org-charts: + title: 'itrevolution.com: The Problem With Org Charts' + year: N/A + stars: 0 + description: '' +https://itrevolution.com/get-started-with-team-topologies-in-8-steps: + title: 'itrevolution.com: Get Started With Team Topologies In 8 Steps' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/team-topologies-a-new-way-of-thinking-about-teams-8f4853038509: + title: 'betterprogramming.pub: Team Topologies β€” A New Way of Thinking About Teams' + year: N/A + stars: 0 + description: '' +https://www.visual-paradigm.com/scrum/scrum-vs-waterfall-vs-agile-vs-lean-vs-kanban: + title: 'visual-paradigm.com: Scrum vs Waterfall vs Agile vs Lean vs Kanban' + year: N/A + stars: 0 + description: '' +https://www.greycampus.com/blog/agile-and-scrum/agile-vs-scrum-vs-waterfall-vs-kanban: + title: 'greycampus.com: What''s the Difference? Agile vs Scrum vs Waterfall vs Kanban' + year: N/A + stars: 0 + description: '' +https://www.smartsheet.com/agile-vs-scrum-vs-waterfall-vs-kanban: + title: What's the Difference? Agile vs Scrum vs Waterfall vs Kanban + year: N/A + stars: 0 + description: '' +https://www.lucidchart.com/blog/agile-vs-waterfall-vs-kanban-vs-scrum: + title: 'lucidchart.com: Agile vs. Waterfall vs. Kanban vs. Scrum: What’s the Difference?' + year: N/A + stars: 0 + description: '' +https://www.rethinkagile.org/post/5-reasons-why-agile-is-better-than-waterfall: + title: 'rethinkagile.org: 5 reasons why Agile is better than Waterfall' + year: N/A + stars: 0 + description: '' +https://thedigitalprojectmanager.com/es/agile-frente-a-waterfall: + title: 'thedigitalprojectmanager.com: Waterfall Vs Agile: ΒΏCuΓ‘l MetodologΓ­a Debes + Utilizar Para Tu Proyecto?' + year: N/A + stars: 0 + description: '' +https://www2.deloitte.com/us/en/insights/industry/public-sector/agile-in-government-waterfall-software-approach.html: + title: 'deloitte.com: Bringing Agile benefits to a waterfall project' + year: N/A + stars: 0 + description: '' +https://www.guru99.com/agile-vs-scrum.html: + title: 'guru99.com: Agile Vs Scrum: Know the Difference' + year: N/A + stars: 0 + description: '' +https://www.softwaretestinghelp.com/kanban-vs-scrum-vs-agile: + title: 'softwaretestinghelp.com: Kanban Vs Scrum Vs Agile: A Detailed Comparison + To Find Differences' + year: N/A + stars: 0 + description: '' +https://www.atlassian.com/agile/kanban/kanban-vs-scrum: + title: 'atlassian.com: Kanban vs. Scrum' + year: N/A + stars: 0 + description: '' +https://medium.com/serious-scrum/are-scrum-and-kanban-allies-or-enemies-9d1d27353cd7: + title: 'medium: Are Scrum and Kanban Allies Or Enemies?' + year: N/A + stars: 0 + description: '' +https://k21academy.com/scrum-master/scrum-vs-kanban: + title: 'k21academy.com: Scrum vs Kanban' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Responsibility_assignment_matrix: + title: 'wikipedia: Responsibility assignment matrix' + year: N/A + stars: 0 + description: '' +https://thedigitalprojectmanager.com/raci-chart-made-simple: + title: 'thedigitalprojectmanager.com: Create A Responsibility Assignment Matrix + (RACI Chart) That Works' + year: N/A + stars: 0 + description: '' +https://thedigitalprojectmanager.com/es/grafico-raci-manera-mas-simple: + title: 'thedigitalprojectmanager.com: Matriz RACI Simplificado: CΓ³mo Crear Una Matriz + De Responsabilidades Que Realmente Funcione' + year: N/A + stars: 0 + description: '' +https://project-management.com/understanding-responsibility-assignment-matrix-raci-matrix: + title: Understanding Responsibility Assignment Matrix (RACI Matrix) + year: N/A + stars: 0 + description: '' +https://rockcontent.com/es/blog/matriz-raci: + title: Aprende cΓ³mo distribuir mejor las responsabilidades con la Matriz RACI + year: N/A + stars: 0 + description: '' +https://blog.hubspot.es/marketing/matriz-raci: + title: 'blog.hubspot.es: Matriz RACI: quΓ© es y cΓ³mo utilizarla para asignar responsabilidades' + year: N/A + stars: 0 + description: '' +https://www.jaumepujolcapllonch.com/la-matriz-raci-y-la-asignacion-de-responsabilidades: + title: 'jaumepujolcapllonch.com: La matriz RACI y la asignación de responsabilidades' + year: N/A + stars: 0 + description: '' +https://creately.com/blog/business/how-to-set-kpis-for-team-members: + title: 'creately.com: A Step By Step Guide to Set KPIs for Team Members' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Minimum_viable_product: + title: Minimum Viable Product + year: N/A + stars: 0 + description: '' +http://www.gazafatonarioit.com/2020/09/entiende-el-mvp-producto-minimo-viable.html: + title: 'gazafatonarioit.com: Entiende el MVP (Producto MΓ­nimo Viable) y por quΓ© + prefiero Producto que se pueda probar, utilizar y adorar mΓ‘s temprano' + year: N/A + stars: 0 + description: '' +https://blog.hubspot.es/sales/producto-minimo-viable: + title: 'blog.hubspot.es: MVP: 3 pasos para desarrollar un Producto mΓ­nimo viable' + year: N/A + stars: 0 + description: '' +https://bloo.media/blog/producto-minimo-viable-mvp: + title: 'bloo.media: Producto MΓ­nimo Viable ΒΏQuΓ© es y cΓ³mo crearlo?' + year: N/A + stars: 0 + description: '' +https://blog.asmartbear.com/slc.html: + title: 'blog.asmartbear.com: I hate MVPs. So do your customers. Make it SLC instead + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/mvp-vs-mdp-viability-vs-delight-what-you-really-need-296b42df005d: + title: 'medium: MVP vs MDP = Viability vs Delight. What You Really Need?' + year: N/A + stars: 0 + description: '' +https://joelcalifa.com/blog/tiny-wins: + title: 'joelcalifa.com: Tiny Wins' + year: N/A + stars: 0 + description: '' +https://www.gammaux.com/blog/como-definir-un-minimum-viable-product-mvp: + title: 'gammaux.com: CΓ³mo definir un Minimum Viable Product (MVP)' + year: N/A + stars: 0 + description: '' +https://dev.to/sergomz/construyendo-un-mvp-sin-base-de-datos-1i4k: + title: 'dev.to: Construyendo un MVP sin base de datos' + year: N/A + stars: 0 + description: '' +https://www.ewsolutions.com/worst-project-management-practices: + title: 'ewsolutions.com: Worst Project Management Practices' + year: N/A + stars: 0 + description: '' +https://devdriven.by: + title: devdriven.by + year: N/A + stars: 0 + description: '' +https://devdriven.by/promotion: + title: 'devdriven.by: Promotion Driven Development' + year: N/A + stars: 0 + description: '' +http://www.nichesoftware.co.nz/2021/05/29/promotion-driven-development.html: + title: 'nichesoftware.co.nz: Promotion Driven Development (PDD) 🌟' + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/ExperiencedDevs/comments/pw6vuv/promotion_driven_development: + title: 'reddit.com: Promotion Driven Development' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/Kiss_up_kick_down: + title: 'en.wikipedia.org: Kiss up kick down' + year: N/A + stars: 0 + description: '' +https://www.lavanguardia.com/vivo/20211113/7856878/cualidades-mas-valoran-empleados-jefe-pmv.html: + title: 'lavanguardia.com: Los estilos de liderazgo mΓ‘s apreciados por los empleados' + year: N/A + stars: 0 + description: '' +https://www.businessinsider.es/tan-dificil-decir-no-jefe-965459: + title: 'businessinsider.es: "Estoy atrapado en unos hΓ‘bitos poco saludables y me + siento abrumado por todo lo que tengo que hacer, ΒΏcΓ³mo puedo aprender a decir + no?"' + year: N/A + stars: 0 + description: '' +https://www.businessinsider.es/razon-nunca-consigues-ascender-trabajo-conseguir-mejor-sueldo-970737: + title: 'businessinsider.es: AsΓ­ es como tu educaciΓ³n te ha moldeado sutilmente para + que nunca consigas ascender en el trabajo' + year: N/A + stars: 0 + description: '' +https://www.euroresidentes.com/empresa/exito-empresarial/la-intimidacin-verbal-en-la-empresa: + title: 'euroresidentes.com: La intimidaciΓ³n verbal en la empresa' + year: N/A + stars: 0 + description: '' +https://isprox.com/16-estilos-liderazgo-cual-es-mas-efectivo: + title: 'isprox.com: 16 Estilos de liderazgo: ΒΏcuΓ‘l es mΓ‘s efectivo?' + year: N/A + stars: 0 + description: '' +https://www.swarmia.com/build: + title: 'swarmia.com/build: Build Elements of an Effective Software Organization' + year: N/A + stars: 0 + description: '' +https://pcr.cloud-mercato.com: + title: 'cloud-mercato.com: Public Cloud Reference 🌟' + year: N/A + stars: 0 + description: '' +https://projector.cloud-mercato.com/projects/state-of-the-art-of-public-object-storage-europe: + title: 'cloud-mercato.com: State of the art of Public Object Storage Europe 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/path-to-software-architect/cloud-agnostic-design-925c08e1d610: + title: '==medium: Cloud Agnostic Design== 🌟' + year: N/A + stars: 0 + description: '' +https://cybernews.com/cloud/trouble-in-paradise-it-professionals-unhappy-with-cloud-services: + title: 'cybernews.com: Trouble in paradise: IT professionals unhappy with cloud + services' + year: N/A + stars: 0 + description: '' +https://medium.com/adeo-tech/multi-cloud-kubernetes-survival-guide-49eee9aa58e2: + title: 'medium.com/adeo-tech: Multi-Cloud Kubernetes Survival Guide 🌟' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/why-learn-multiple-cloud-platforms: + title: 'acloudguru.com: Multicloud Fluency: 6 reasons you should learn multiple + clouds' + year: N/A + stars: 0 + description: '' +https://digitalisationworld.com/blogs/57435/multicloud-two-truths-and-a-lie: + title: 'digitalisationworld.com: Multicloud: Two truths and a lie' + year: N/A + stars: 0 + description: '' +https://www.nextgov.com/ideas/2023/11/why-smart-multicloud-policies-are-golden-ticket-modernizing-it-infrastructure/392232: + title: 'nextgov.com: Why smart multicloud policies are a golden ticket to modernizing + IT infrastructure' + year: N/A + stars: 0 + description: '' +https://intellipaat.com/blog/aws-vs-azure-vs-google-cloud: + title: 'intellipaat.com: AWS vs Azure vs Google – Detailed Cloud Comparison' + year: N/A + stars: 0 + description: '' +https://comparecloud.in: + title: 'comparecloud.in: Public Cloud Services Comparison 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/edureka/aws-vs-azure-1a882339f127: + title: 'medium: AWS vs Azure β€” Battle Of The Best Cloud Computing Platforms' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?app=desktop&list=PLI1_CQcV71RnBebKm_tH1uKYI3WxkM2TT: + title: 'youtube: A Cloud Guru - Cloud Provider Comparisons 🌟' + year: N/A + stars: 0 + description: '' +? https://www.xataka.com/pro/talon-aquiles-aws-sus-altas-tarifas-salida-datos-sus-rivales-empiezan-a-explotarlo-guerra-precios-gigante-nube +: title: 'xataka.com: El talΓ³n de Aquiles de AWS son sus altas tarifas de salida de + datos, y sus rivales empiezan a explotarlo: guerra de precios contra el gigante + de la nube' + year: N/A + stars: 0 + description: '' +https://cast.ai/blog/ultimate-cloud-pricing-comparison-aws-vs-azure-vs-google-cloud-in-2021: + title: 'cast.ai: Ultimate cloud pricing comparison: AWS vs. Azure vs. Google Cloud + in 2021' + year: N/A + stars: 0 + description: '' +https://www.xataka.com/pro/asi-se-reparte-mercado-cloud-tres-grandes-tienen-63-siguientes-10-22: + title: 'xataka.com: AsΓ­ se reparte el mercado cloud: los tres grandes tienen el + 63%, los siguientes 10 un 22%' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/devops-services-pricing-aws-vs-azure-vs-google-clo: + title: '==Dzone: DevOps Services Pricing: AWS vs Azure vs Google Cloud== 🌟🌟' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/cloud-security-comparison-aws-vs-azure-vs-gcp: + title: '==acloudguru.com: Cloud security comparison: AWS vs. Azure vs. GCP==' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/cloud-developer-tooling-compared-aws-vs-azure-vs-gcp: + title: 'acloudguru.com: Cloud developer tooling compared: AWS vs. Azure vs. GCP' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/blockchain-cloud-comparison-what-is-blockchain-as-a-service-baas: + title: 'acloudguru.com: Blockchain cloud comparison: What is blockchain-as-a-service + (BaaS)?' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/storage-showdown-aws-vs-azure-vs-gcp-cloud-comparison: + title: 'acloudguru.com: Storage services compared: AWS vs Azure vs GCP' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/is-a-multicloud-strategy-right-for-your-organization: + title: 'thenewstack.io: Is a Multicloud Strategy Right for Your Organization?' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/aws-vs-digital-ocean-vs-hetzner-cloud-which-has-the-best-value-for-money-bd9cb3c06dee: + title: 'betterprogramming.pub: AWS vs. Digital Ocean vs. Hetzner Cloud β€” Which Has + the Best Value for Money?' + year: N/A + stars: 0 + description: '' +https://www.cloudtechtwitter.com/2022/05/lets-check-about-aws-vs-azure-services.html: + title: 'cloudtechtwitter.com: Let''s check about AWS v/s Azure Service' + year: N/A + stars: 0 + description: '' +https://faddom.com/cloud-computing-costs-and-pricing-comparison: + title: 'faddom.com: Cloud Computing Costs & Pricing Comparisons for 2023' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-to-evaluate-kubernetes-cloud-providers: + title: 'thenewstack.io: How to Evaluate Kubernetes Cloud Providers' + year: N/A + stars: 0 + description: '' +https://cloud.google.com/docs/get-started/aws-azure-gcp-service-comparison: + title: '==cloud.google.com: Compare AWS and Azure services to Google Cloud==' + year: N/A + stars: 0 + description: '' +https://www.openshift.com/products/pricing: + title: Openshift.com pricing + year: N/A + stars: 0 + description: '' +https://docs.microsoft.com/en-us/azure/virtual-machines/linux/openshift-get-started: + title: OpenShift in Azure + year: N/A + stars: 0 + description: '' +https://azure.microsoft.com/en-us/blog/openshift-on-azure-the-easiest-fully-managed-openshift-in-the-cloud: + title: Openshift on Azure + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/5-hosted-kubernetes-platforms: + title: 'Dzone: 5 Hosted Kubernetes Platforms' + year: N/A + stars: 0 + description: '' +https://pivotal.io/platform/pivotal-container-service: + title: 'Pivotal.io: Pivotal Container Service (PKS), owned by VMware' + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com/pricing: + title: Digital Ocean pricing + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/eks/pricing: + title: AWS Kubernetes pricing + year: N/A + stars: 0 + description: '' +https://azure.microsoft.com/es-es/pricing/details/kubernetes-service: + title: Azure Kubernetes pricing + year: N/A + stars: 0 + description: '' +https://cloud.google.com/kubernetes-engine/pricing: + title: Google cloud kubernetes pricing + year: N/A + stars: 0 + description: '' +https://www.rackspace.com/managed-kubernetes: + title: 'Rackspace.com: Managed Kubernetes' + year: N/A + stars: 0 + description: '' +https://iot-analytics.com/iot-cloud: + title: 'iot-analytics.com: The IoT cloud: Microsoft Azure vs. AWS vs. Google Cloud' + year: N/A + stars: 0 + description: '' +https://www.bmwi.de/Redaktion/EN/Dossier/gaia-x.html: + title: 'GAIA-X: A Federated Data Infrastructure for Europe' + year: N/A + stars: 0 + description: '' +https://www.investopedia.com/amazon-web-services-outage-causes-chaos-5212233: + title: 'investopedia.com: Amazon Web Services (AWS) Outage Causes Chaos (Dec 2021)' + year: N/A + stars: 0 + description: '' +https://www.techrepublic.com/article/aws-outage-your-response-to-aws-going-down-shouldnt-be-multicloud: + title: '==techrepublic.com: AWS outage: Your response to AWS going down shouldn''t + be multicloud==' + year: N/A + stars: 0 + description: '' +? https://www.techrepublic.com/article/aws-has-gone-down-before-as-have-other-providers-fastly-has-lessons-to-share-from-its-own-outage +: title: 'techrepublic.com: AWS has gone down before, as have other providers; Fastly + has lessons to share from its own outage' + year: N/A + stars: 0 + description: '' +https://downdetector.co.uk: + title: ==Downdetector== + year: N/A + stars: 0 + description: '' +https://downdetector.co.uk/status/aws-amazon-web-services: + title: 'downdetector: aws' + year: N/A + stars: 0 + description: '' +https://www.sdxcentral.com/articles/news/aws-outage-stresses-telco-cloud-challenges/2021/12: + title: 'sdxcentral.com: AWS Outage Stresses Telco Cloud Challenges' + year: N/A + stars: 0 + description: '' +https://jamaica-gleaner.com/article/business/20211224/amazon-outages-future-implications: + title: 'jamaica-gleaner.com: Amazon outage’s future implications' + year: N/A + stars: 0 + description: '' +? 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 +: title: '20minutos.es: Amazon Web Services vuelve a romper Internet: se ha caΓ­do + ya tres veces en el mismo mes y le llueven las crΓ­ticas' + year: N/A + stars: 0 + description: '' +https://faun.pub/multi-cloud-is-not-the-solution-to-the-next-aws-outage-bb41c0b14573: + title: 'faun.pub: Multi-Cloud is NOT the solution to the next AWS outage' + year: N/A + stars: 0 + description: '' +https://www.hablemosdenube.com: + title: hablemosdenube.com + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com/community/tags/python: + title: digitalocean.com python 🌟 + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/learnpython: + title: Learn Python 'subreddit' + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/learnpython/comments/3r2hsq/python_cheat_sheet: + title: 'reddit: python cheat sheet' + year: N/A + stars: 0 + description: '' +http://www.fullstackpython.com: + title: Full Stack Python is an open book that explains each Python web application + stack layer and provides the best web resources for those topics + year: N/A + stars: 0 + description: '' +http://www.fullstackpython.com/best-python-resources.html: + title: 'Full Stack Python: Best Python Resources' + year: N/A + stars: 0 + description: '' +http://realpython.com: + title: realpython.com + year: N/A + stars: 0 + description: '' +http://www.learnpython.org: + title: LearnPython.org interactive Python tutorial + year: N/A + stars: 0 + description: '' +https://doughellmann.com: + title: Dough Hellmann - Python, OpenStack and Open Source + year: N/A + stars: 0 + description: '' +http://docker-py.readthedocs.org: + title: 'The docker-py repository: an API client for docker written in Python' + year: N/A + stars: 0 + description: '' +https://gitlab.com/rosarior/awesome-django: + title: Awesome Django. A curated list of awesome Django apps, projects and resources + year: N/A + stars: 0 + description: '' +http://pyvideo.org: + title: pyvideo.org + year: N/A + stars: 0 + description: '' +http://talkpython.fm: + title: Talk Python To Me Podcast + year: N/A + stars: 0 + description: '' +http://talkpython.fm/episodes/transcript/39/getting-your-first-dev-job-as-a-python-developer-part-1: + title: 'Transcript for Episode #39: Getting your first dev job as a Python developer + (part 1)' + year: N/A + stars: 0 + description: '' +https://blogs.msdn.microsoft.com/pythonengineering: + title: 'Microsoft: Python Engineering' + year: N/A + stars: 0 + description: '' +http://www.blog.pythonlibrary.org: + title: blog.pythonlibrary.org 🌟 + year: N/A + stars: 0 + description: '' +http://www.cyberciti.biz/faq/python-execute-unix-linux-command-examples: + title: 'nixCraft: Python Execute Unix/Linux Command Examples 🌟' + year: N/A + stars: 0 + description: '' +https://fedoralovespython.org: + title: fedoralovespython.org 🌟 + year: N/A + stars: 0 + description: '' +https://futurecoder.io: + title: futurecoder.io + year: N/A + stars: 0 + description: '' +https://github.com/Asabeneh/30-Days-Of-Python: + title: github.com/Asabeneh/30-Days-Of-Python + year: N/A + stars: 0 + description: '' +https://stackoverflow.com/questions/2573135/python-progression-path-from-apprentice-to-guru: + title: Python progression path - From apprentice to guru + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/Python/comments/3ylxmk/why_python: + title: 'reddit: Why Python' + year: N/A + stars: 0 + description: '' +http://staticnat.com/setting-up-python-on-osx: + title: 'Setting up Python on OSX: UPDATED' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?list=PL6gx4Cwl9DGAcbMi1sH6oAMk4JHw91mC_: + title: Python 3.4 Programming Tutorials - YouTube + year: N/A + stars: 0 + description: '' +http://www.tangowithdjango.com: + title: A beginner's guide to web development with Python 2.7 / Django 1.7 + year: N/A + stars: 0 + description: '' +http://migrateup.com/main-difference-python-3: + title: The Bottom-Line Single Main Difference Between Python 2 and 3 + year: N/A + stars: 0 + description: '' +http://pyvideo.org/video/3460/dont-make-us-say-we-told-you-so-virtualenv-for: + title: 'Don''t Make Us Say We Told You So: virtualenv for New Pythonistas' + year: N/A + stars: 0 + description: '' +http://www.commandlinefu.com/commands/view/17656/pip-install-into-current-directory-without-virtualenv: + title: 'commandlinefu.com: pip install into current directory without virtualenv' + year: N/A + stars: 0 + description: '' +http://talkpython.fm/episodes/show/36/python-ides-with-the-pycharm-team: + title: 'Talk Python To Me Podcast. Episode #36: Python IDEs with the PyCharm team' + year: N/A + stars: 0 + description: '' +http://blog.rtwilson.com/my-top-5-new-python-modules-of-2015: + title: My top 5 β€˜new’ Python modules of 2015 + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/Python/comments/3yg2u4/modules_every_python_developer_should_know: + title: 'reddit.com: Modules every python developer should know' + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/Python/comments/3yjlim/my_thoughts_about_moving_from_python_27_to_python: + title: 'reddit.com: My thoughts about moving from Python 2.7 to Python 3.x' + year: N/A + stars: 0 + description: '' +http://www.snarky.ca/why-python-3-exists: + title: Why Python 3 exists + year: N/A + stars: 0 + description: '' +http://stackoverflow.com/questions/34319156/create-dictionary-from-splitted-strings-from-list-of-strings: + title: 'stackoverflow: Create dictionary from splitted strings from list of strings' + year: N/A + stars: 0 + description: '' +https://github.com/kootenpv/yagmail: + title: 'Yagmail: Python e-mail library' + year: N/A + stars: 0 + description: '' +https://emptysqua.re/blog/getaddrinfo-deadlock: + title: How To Deadlock Your Python With getaddrinfo() + year: N/A + stars: 0 + description: '' +https://zerokspot.com/weblog/2015/12/31/new-string-formatting-in-python: + title: New String Formatting in Python 3.6 + year: N/A + stars: 0 + description: '' +https://upload.wikimedia.org/wikipedia/commons/9/91/Python_Programming.pdf: + title: 'en.wikibooks.org: Python Programming' + year: N/A + stars: 0 + description: '' +https://github.com/noamraph/tqdm: + title: 'tqdm: Instantly make your python loops show a progress meter - just wrap + any iterator with "tqdm(iterator)", and you''re done!' + year: N/A + stars: 0 + description: '' +http://stupidpythonideas.blogspot.com.es/2015/05/if-you-dont-like-exceptions-you-dont.html: + title: If you don't like exceptions, you don't like Python + year: N/A + stars: 0 + description: '' +http://astrofrog.github.io/blog/2016/01/12/stop-writing-python-4-incompatible-code: + title: Stop writing code that will break on Python 4! + year: N/A + stars: 0 + description: '' +https://github.com/coodict/python3-in-one-pic: + title: 'github: Python3 in one pic' + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/learnpython/comments/40rieo/functions_vs_classes: + title: 'reddit.com: Functions vs. Classes' + year: N/A + stars: 0 + description: '' +https://www.ics.uci.edu/~pattis/ICS-33/lectures/complexitypython.txt: + title: Complexity of Python Operations + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/learnpython/comments/418z8b/multiprocessing_vs_threading: + title: 'reddit.com: Multiprocessing vs Threading?' + year: N/A + stars: 0 + description: '' +http://www.devbattles.com/en/sand/post-1754-Python_list_Functions_and_Methods_lists: + title: 'devbattles.com: Python list. Functions and Methods lists' + year: N/A + stars: 0 + description: '' +http://www.devbattles.com/en/sand/post-1752-Python_sorting_lists_by_sort__with__in_simple_words: + title: 'devbattles.com: Python: sorting lists by .sort () with - in simple words' + year: N/A + stars: 0 + description: '' +http://www.digitalpeer.com/blog/create-a-gui-application-using-qt-and-python-in-minutes-example-web-browser: + title: 'Create a GUI Application Using Qt and Python in Minutes: Example Web Browser' + year: N/A + stars: 0 + description: '' +https://eev.ee/blog/2016/07/31/python-faq-why-should-i-use-python-3: + title: 'Python FAQ: Why should I use Python 3? 🌟' + year: N/A + stars: 0 + description: '' +http://stackoverflow.com/questions/8087184/problems-installing-python3-on-rhel: + title: 'stackoverflow: Problems installing python3 on RHEL 🌟' + year: N/A + stars: 0 + description: '' +https://es.scribd.com/document/207247675/PEP-8-Cheatsheet-2009: + title: PEP 8 Cheatsheet 🌟 + year: N/A + stars: 0 + description: '' +http://nedbatchelder.com/blog/201608/lists_vs_tuples.html: + title: Lists vs. Tuples + year: N/A + stars: 0 + description: '' +https://linuxconfig.org/python-tuples: + title: 'linuxconfig.org: python tuples 🌟' + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com/community/tutorials/how-to-use-the-python-map-function: + title: 'digitalocean.com: How To Use the Python Map Function 🌟' + year: N/A + stars: 0 + description: '' +https://thenextweb.com/readme/2020/09/23/6-practical-tricks-every-python-developer-should-have: + title: 'thenextweb.com: 6 practical tricks every Python developer should have' + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com/community/tutorial_series/how-to-code-in-python-3: + title: 'digitalocean.com: How To Code in Python 3 🌟' + year: N/A + stars: 0 + description: '' +https://tryolabs.com/blog/2020/12/21/top-10-python-libraries-of-2020: + title: 'tryolabs.com: Top 10 Python libraries of 2020' + year: N/A + stars: 0 + description: '' +https://blog.logrocket.com/django-rest-framework-alternatives: + title: 'blog.logrocket.com: Django REST framework alternatives' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/the-strange-size-of-python-objects-in-memory-ce87bdfbb97f: + title: 'towardsdatascience.com: Unexpected Size of Python Objects in Memory' + year: N/A + stars: 0 + description: '' +https://aigents.co/blog/coding-tutorial/data-structures-and-python: + title: 'aigents.co: Data Structures and Python 🌟' + year: N/A + stars: 0 + description: '' +https://doppler.com/blog/environment-variables-in-python: + title: 'doppler.com: Using Environment Variables in Python for App Configuration + 🌟' + year: N/A + stars: 0 + description: '' +https://realpython.com/python-microservices-grpc: + title: 'realpython.com: Python Microservices With gRPC 🌟' + year: N/A + stars: 0 + description: '' +https://dashbird.io/blog/aws-secrets-manager-python: + title: 'dashbird.io: How I Manage Credentials in Python Using AWS Secrets Manager' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/the-python-handbook: + title: 'freecodecamp.org: The Python Handbook 🌟' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/7-must-know-data-wrangling-operations-with-python-pandas-849438a90d15: + title: 'towardsdatascience.com: 7 Must-Know Data Wrangling Operations with Python + Pandas' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/all-the-important-features-and-changes-in-python-3-10-e3d1fe542fbf: + title: 'towardsdatascience.com: All The Important Features and Changes in Python + 3.10' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/python-map-function-how-to-map-a-list-in-python-3-0-with-example-code: + title: 'freecodecamp.org: Python Map Function – How to Map a List in Python 3.0, + With Example Code' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/3-seemingly-simple-python-features-that-confuse-beginners-313575312dcf: + title: 'betterprogramming.pub: 3 Seemingly Simple Python Features That Confuse Beginners' + year: N/A + stars: 0 + description: '' +https://analyticsindiamag.com/object-oriented-programming-python: + title: 'analyticsindiamag.com: Object-Oriented Programming with Python' + year: N/A + stars: 0 + description: '' +https://www.analyticsvidhya.com/blog/2021/04/top-online-platforms-to-learn-python: + title: 'analyticsvidhya.com: Top Online Platforms to Learn Python' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/there-is-more-to-pandas-read-csv-than-meets-the-eye-8654cb2b3a03: + title: 'towardsdatascience.com: There is more to β€˜pandas.read_csv()’ than meets + the eye' + year: N/A + stars: 0 + description: '' +http://blog.adnansiddiqi.me/getting-started-with-elasticsearch-7-in-python: + title: 'blog.adnansiddiqi.me: Getting started with Elasticsearch 7 in Python 🌟' + year: N/A + stars: 0 + description: '' +https://pub.towardsai.net/oops-concept-in-python-b5f5833d57db: + title: 'pub.towardsai.net: OPs Concept in Python' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/05/19/micropipenv-installing-python-dependencies-containerized-applications: + title: 'developers.redhat.com: micropipenv: Installing Python dependencies in containerized + applications 🌟' + year: N/A + stars: 0 + description: '' +https://trstringer.com/debug-python-kubernetes: + title: 'trstringer.com: Debug a Python Application Running in Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://pub.towardsai.net/class-and-objects-in-python-with-examples-591c6ca95ee6: + title: 'pub.towardsai.net: Class and Objects in Python with Examples' + year: N/A + stars: 0 + description: '' +https://dineshkumarkb.com/tech/how-to-specify-non-pypi-requirements-in-your-requirements-txt-file: + title: 'dineshkumarkb.com: How to specify non PYPI requirements in your requirements.txt + file' + year: N/A + stars: 0 + description: '' +https://theglitchblog.com/2021/06/17/logging-in-python-using-best-practices: + title: 'theglitchblog.com: Logging in Python Using Best Practices' + year: N/A + stars: 0 + description: '' +https://jhhemal.medium.com/some-tips-and-tricks-for-writing-better-code-in-python-f65e4b6814fd: + title: 'jhhemal.medium.com: Some Tips and Tricks for Writing Better Code in Python' + year: N/A + stars: 0 + description: '' +https://jhhemal.medium.com/some-essential-built-in-tools-for-working-with-lists-81c4f9d5f25e: + title: 'jhhemal.medium.com: Some Essential Built-in Tools for Working with Lists' + year: N/A + stars: 0 + description: '' +https://dineshkumarkb.com/tech/reverse-a-linked-list-without-additional-datastructures-using-python: + title: 'dineshkumarkb.com: Reverse a linked list without additional datastructures + using python' + year: N/A + stars: 0 + description: '' +https://www.analyticsvidhya.com/blog/2021/06/implementing-python-to-learn-data-engineering-etl-process: + title: 'analyticsvidhya.com: Implementing ETL Process Using Python to Learn Data + Engineering' + year: N/A + stars: 0 + description: '' +https://www.infoworld.com/article/3623689/how-to-use-the-python-for-loop.html: + title: 'infoworld.com: How to use the Python for loop' + year: N/A + stars: 0 + description: '' +https://stackoverflow.blog/2021/07/14/getting-started-with-python: + title: 'stackoverflow.blog: Getting started with… Python 🌟' + year: N/A + stars: 0 + description: '' +https://oxylabs.io/blog/python-web-scraping: + title: 'oxylabs.io: Python Web Scraping Tutorial: Step-By-Step' + year: N/A + stars: 0 + description: '' +https://www.returngis.net/2021/08/gestionar-recursos-de-kubernetes-con-python: + title: 'returngis.net: Gestionar recursos de Kubernetes con Python' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/8/python-argparse: + title: 'opensource.com: Parse command-line arguments with argparse in Python' + year: N/A + stars: 0 + description: '' +https://tecadmin.net/read-write-csv-in-python: + title: 'tecadmin.net: How To Read, Write & Parse CSV in Python' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/python-list-methods-append-vs-extend: + title: 'freecodecamp.org: Python List Methods – append( ) vs extend( ) in Python + Explained with Code Examples' + year: N/A + stars: 0 + description: '' +https://writersbyte.com/4-key-python-data-structures-e-very-beginner-must-know: + title: 'writersbyte.com: 4 key Python Data Structures every beginner must know' + year: N/A + stars: 0 + description: '' +https://www.geeksforgeeks.org/top-10-advance-python-concepts-that-you-must-know: + title: 'geeksforgeeks.org: Top 10 Advance Python Concepts That You Must Know' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/dictionary-comprehension-in-python-explained-with-examples: + title: 'freecodecamp.org: Dictionary Comprehension in Python – Explained with Examples + 🌟' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/topics/python: + title: 'developers.redhat.com: Learn Python: Tutorials and updates from Red Hat + experts' + year: N/A + stars: 0 + description: '' +https://python.plainenglish.io/special-methods-that-will-change-how-you-build-classes-in-python-cd0226b52eb6: + title: 'python.plainenglish.io: Special Methods Will Change How You Write Classes + in Python' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/how-not-to-use-python-lists-d06cbe8e593: + title: 'towardsdatascience.com: How Not to Use Python Lists' + year: N/A + stars: 0 + description: '' +https://www.kdnuggets.com/2021/09/build-database-using-python.html: + title: 'kdnuggets.com: How To Build A Database Using Python' + year: N/A + stars: 0 + description: '' +https://www.zdnet.com/article/programming-languages-python-just-took-a-big-jump-forward: + title: 'zdnet.com: Programming languages: Python just took a big jump forward' + year: N/A + stars: 0 + description: '' +https://www.genbeta.com/actualidad/python-se-convierte-lista-tiobe-lenguaje-popular-red-superando-incluso-a-c: + title: 'genbeta.com: Python se convierte en el lenguaje de programaciΓ³n mΓ‘s popular + segΓΊn el Γ­ndice TIOBE: adiΓ³s al largo reinado de C' + year: N/A + stars: 0 + description: '' +https://sureshdsk.dev/check-diff-between-two-files-in-python: + title: 'sureshdsk.dev: Check diff between two files in Python' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/python-string-split-and-join-methods-explained-with-examples: + title: 'freecodecamp.org: Python String split() and join() Methods – Explained with + Examples' + year: N/A + stars: 0 + description: '' +https://pythonsimplified.com/how-to-schedule-python-scripts-using-schedule-library: + title: 'pythonsimplified.com: How to schedule Python scripts using schedule library' + year: N/A + stars: 0 + description: '' +https://blog.teclado.com/python-methods-instance-static-class: + title: 'blog.teclado.com: Python Methods: Instance, Static and Class' + year: N/A + stars: 0 + description: '' +https://treyhunner.com/2021/11/how-to-flatten-a-list-in-python: + title: 'treyhunner.com: How to flatten a list in Python' + year: N/A + stars: 0 + description: '' +https://www.makeuseof.com/python-for-beginners: + title: 'makeuseof.com: 7 Vital Commands to Get Started With Python for Beginners' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/python-set-operations-explained-with-examples: + title: 'freecodecamp.org: Python Sets – Explained with Examples' + year: N/A + stars: 0 + description: '' +https://aigents.co/blog/coding-tutorial/pro-python-tips-for-data-analysts: + title: 'aigents.co: Pro Python Tips for Data Analysts' + year: N/A + stars: 0 + description: '' +https://dev.to/imjoseangel/creating-a-blockchain-in-60-lines-of-python-2hlc: + title: 'dev.to: Creating a blockchain in 60 lines of Python' + year: N/A + stars: 0 + description: '' +https://medium.com/@andreas.soularidis/learn-about-exceptions-in-python-fef309f66a78: + title: 'medium.com: Learn about Exceptions in Python' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/master-class-inheritance-in-python-c46bfda63374: + title: 'towardsdatascience.com: Master Class Inheritance in Python 🌟' + year: N/A + stars: 0 + description: '' +https://tusharsrivastava.hashnode.dev/handling-text-files-in-python-an-easy-guide-for-beginners: + title: 'tusharsrivastava.hashnode.dev: Handling text files in python - an easy guide + for beginners' + year: N/A + stars: 0 + description: '' +https://medium.com/@andreas.soularidis/a-simple-guide-to-handle-text-files-in-python-cd8a1a33ecaf: + title: 'medium: A Simple Guide to Handle Text Files in Python | Andreas Soularidis' + year: N/A + stars: 0 + description: '' +https://blog.varunsingh.in/5-python-tricks-that-made-me-a-good-python-developer: + title: 'blog.varunsingh.in: 5 Python Tricks That Made Me A Good Python Developer' + year: N/A + stars: 0 + description: '' +https://www.makeuseof.com/useful-python-one-liners-you-must-know: + title: 'makeuseof.com: 11 Useful Python One-Liners You Must Know' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/packaging-applications-python: + title: 'redhat.com: Packaging applications to install on other machines with Python' + year: N/A + stars: 0 + description: '' +https://www.redhat.com/sysadmin/query-rpm-database-python: + title: 'redhat.com: Writing and unit testing a Python application to query the RPM + database' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/more-python-for-non-programmers: + title: 'thenewstack.io: More Python for Non-Programmers' + year: N/A + stars: 0 + description: '' +https://python.plainenglish.io/how-to-perform-read-and-write-operations-on-json-files-in-python-a5bac724320d: + title: '==python.plainenglish.io: How to Perform Read and Write Operations on JSON + Files in Python==' + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/11/04/generating-pseudorandom-numbers-python: + title: 'developers.redhat.com: Generating pseudorandom numbers in Python' + year: N/A + stars: 0 + description: '' +https://dev.to/dollardhingra/python-code-best-practices-4k96: + title: 'dev.to: Best Practices For Writing Clean Pythonic Code' + year: N/A + stars: 0 + description: '' +https://www.searchenginejournal.com/python-machine-learning-technical-seo: + title: 'searchenginejournal.com: An Introduction To Python & Machine Learning For + Technical SEO' + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com/community/tutorials/how-to-create-a-twitterbot-with-python-3-and-the-tweepy-library: + title: 'digitalocean.com: How To Create a Twitterbot with Python 3 and the Tweepy + Library' + year: N/A + stars: 0 + description: '' +https://blog.alluxi.com/8-habilidades-que-necesitas-para-ser-un-gran-programador-python: + title: 'blog.alluxi.com: 8 habilidades que necesitas para ser un gran programador + Python' + year: N/A + stars: 0 + description: '' +https://javarevisited.blogspot.com/2018/06/java-vs-python-which-programming-language-to-learn-first.html: + title: 'javarevisited.blogspot.com: Java vs Python - Which Programming Language + beginners should learn in 2022?' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/everything-you-need-to-know-about-python-dictionaries: + title: 'freecodecamp.org: Python Dictionary – How to Perform CRUD Operations on + dicts in Python' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/how-to-interact-with-web-services-using-python: + title: '==freecodecamp.org: Python Requests – How to Interact with Web Services + using Python==' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/guido-van-rossums-ambitious-plans-for-improving-python-performance: + title: 'thenewstack.io: Guido van Rossum’s Ambitious Plans for Improving Python + Performance' + year: N/A + stars: 0 + description: '' +https://dev.to/mahmoudessam/python-dictionary-methods-explanation-and-visualization-1l64: + title: 'dev.to: python dictionary methods explanation and visualization' + year: N/A + stars: 0 + description: '' +https://medium.com/@florian.rieger/if-you-haven-t-heard-of-descriptors-you-don-t-know-python-1ea4fd1614c2: + title: 'medium.com/@florian.rieger: If you havenβ€˜t heard of descriptors, you donβ€˜t + know Python' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/logging-in-python-adec94519755: + title: 'blog.devgenius.io: Logging in Python' + year: N/A + stars: 0 + description: '' +https://codesolid.com/python-lists: + title: 'codesolid.com: Python Lists for Beginners: A Complete Lesson With Exercises + 🌟' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/requirements-vs-setuptools-python-ae3ee66e28af: + title: 'towardsdatascience.com: requirements.txt vs setup.py in Python' + year: N/A + stars: 0 + description: '' +https://realpython.com/courses/building-lists-with-python-append: + title: '==realpython.com: Building Lists With Python''s .append()==' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/python-list-remove-how-to-remove-an-item-from-a-list-in-python: + title: 'freecodecamp.org: Python List .remove() - How to Remove an Item from a List + in Python' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/introduction-to-python-dictionaries-89045c9bf315: + title: 'blog.devgenius.io: Introduction to python dictionaries' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/fully-explained-array-data-structure-in-python-67dd9a12b695: + title: 'levelup.gitconnected.com: Fully Explained Array Data Structure in Python' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/else-if-in-python-python-if-statement-example-syntax: + title: 'freecodecamp.org: Else-If in Python – Python If Statement Example Syntax' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/work-with-sql-in-python-using-sqlalchemy-and-pandas-cd7693def708: + title: 'towardsdatascience.com: Work with SQL in Python Using SQLAlchemy and Pandas' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/create-a-list-in-python-lists-in-python-syntax: + title: 'freecodecamp.org: Create a List in Python – Lists in Python Syntax' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/how-to-ssh-into-a-docker-container-secure-shell-vs-docker-attach: + title: 'freecodecamp.org: How to SSH into a Docker Container – Secure Shell vs Docker + Attach' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/args-and-kwargs-in-python: + title: 'freecodecamp.org: How to Use *args and **kwargs in Python' + year: N/A + stars: 0 + description: '' +https://superfastpython.com/thread-deadlock-in-python: + title: 'superfastpython.com: How to Identify a Deadlock in Python' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/fall-in-love-with-your-environment-setup-779dfbf047ba: + title: 'towardsdatascience.com: Fall in Love with Your Environment Setup' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/you-dont-need-sample-data-you-need-python-faker-fa87c2a119a9: + title: '==towardsdatascience.com: You Don’t Need Sample Data, You Need Python Faker==' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/python-for-beginners-when-and-how-to-use-tuples: + title: 'thenewstack.io: Python for Beginners: When and How to Use Tuples' + year: N/A + stars: 0 + description: '' +https://pub.towardsai.net/python-zero-to-hero-with-examples-c7a5dedb968b: + title: 'pub.towardsai.net: Python: Zero to Hero with Examples' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/getting-started-with-pyvcloud-a-python-library-2e77092ed3ea: + title: 'betterprogramming.pub: Getting Started With Pyvcloud β€” A Python Library' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/how-to-setup-virtual-environments-in-python: + title: 'freecodecamp.org: How to Set Up a Virtual Environment in Python – And Why + It''s Useful' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/python-attributes-class-and-instance-attribute-examples: + title: '==freecodecamp.org: Python Attributes – Class and Instance Attribute Examples==' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/this-is-why-you-should-use-tortoise-orm-in-your-python-projects-a3897dc5309e: + title: 'betterprogramming.pub: This Is Why You Should Use Tortoise-ORM in Your Python + Projects' + year: N/A + stars: 0 + description: '' +https://www.docker.com/blog/how-to-train-and-deploy-a-linear-regression-model-using-pytorch-part-1: + title: 'docker.com: How to Train and Deploy a Linear Regression Model Using PyTorch + – Part 1 (Machine Learning)' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/learning-python-with-program-templates-the-input-one-process-one-template-d7ed5156d3fc: + title: 'betterprogramming.pub: Learning Python With Program Templates: The Input + One, Process One Template' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/automate-filling-templates-with-python-1ff6c6fd595e: + title: 'betterprogramming.pub: Automate Filling Templates With Python 🌟' + year: N/A + stars: 0 + description: '' +https://pub.towardsai.net/why-map-filter-and-reduce-functions-are-so-famous-4c8e42fd0755: + title: 'pub.towardsai.net: Why Map(), Filter() And Reduce() Functions are so Famous?' + year: N/A + stars: 0 + description: '' +https://amitprius.medium.com/python-dictionary-zero-to-hero-with-examples-a7497a672dd4: + title: 'amitprius.medium.com: Python Dictionary: Zero to Hero with Examples' + year: N/A + stars: 0 + description: '' +https://python.plainenglish.io/its-time-to-say-goodbye-to-these-obsolete-python-libraries-7c02aa77d84a: + title: 'python.plainenglish.io: It’s Time to Say Goodbye to These Obsolete Python + Libraries 🌟' + year: N/A + stars: 0 + description: '' +https://www.guru99.com/mutable-and-immutable-in-python.html: + title: 'guru99.com: Mutable & Immutable Objects in Python {EXAMPLES} 🌟' + year: N/A + stars: 0 + description: '' +https://www.notia.ai/articles/building-an-authenticated-python-cli: + title: 'notia.ai: Building an authenticated Python CLI' + year: N/A + stars: 0 + description: '' +https://superfastpython.com/python-concurrency-choose-api: + title: 'superfastpython.com: How to Choose the Right Python Concurrency API' + year: N/A + stars: 0 + description: '' +https://realpython.com/pdf-python: + title: realpython.com/pdf-python + year: N/A + stars: 0 + description: '' +https://dev.to/deotyma/how-to-change-an-image-with-python-518d: + title: 'dev.to: How to change an image with Python' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/python-iterables-vs-iterators-688907fd755f: + title: 'towardsdatascience.com: Iterables vs Iterators in Python' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/python-linked-lists-c3622205da81: + title: 'towardsdatascience.com: How to Implement a Linked List in Python' + year: N/A + stars: 0 + description: '' +https://realpython.com/learning-paths: + title: '==realpython.com/learning-paths: Python Learning Paths== 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://superfastpython.com/threading-vs-multiprocessing-in-python: + title: 'superfastpython.com: Threading vs Multiprocessing in Python' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/python-list-comprehensions-are-more-powerful-than-you-might-think-3363a90e5bb0: + title: 'betterprogramming.pub: Python List Comprehensions Are More Powerful Than + You Might Think' + year: N/A + stars: 0 + description: '' +https://medium.com/@yonatanzunger/advanced-python-achieving-high-performance-with-code-generation-796b177ec79: + title: 'medium.com/@yonatanzunger: Advanced Python: Achieving High Performance with + Code Generation 🌟🌟' + year: N/A + stars: 0 + description: '' +https://mishrapartha.blogspot.com/2022/11/a-beginners-guide-to-python-for-data_19.html: + title: 'mishrapartha.blogspot.com: A Beginner’s Guide to Python for Data Science + - Part 5 Adding Comments in Python' + year: N/A + stars: 0 + description: '' +https://morioh.com/p/a9bdee14b0d2: + title: 'morioh.com: How to create Google Map in Python using Gmaps' + year: N/A + stars: 0 + description: '' +https://github.com/pydantic/pydantic: + title: pydantic/pydantic + year: N/A + stars: 0 + description: '' +https://github.com/Ankit404butfound/PyWhatKit: + title: PyWhatKit + year: N/A + stars: 0 + description: '' +https://medium.com/@connect.hashblock/learn-how-you-can-create-a-chatbot-in-python-da136467309b: + title: 'medium.com/@connect.hashblock: Learn how you can create a chatbot in Python' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/learn-data-structures-and-algorithms: + title: 'freecodecamp.org: Learn Data Structures and Algorithms – Introduction and + Learning Resources' + year: N/A + stars: 0 + description: '' +https://adicode.ml/python-libraries-for-webdevelopment: + title: 'adicode.ml: Take your web development to next level with these python libraries' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/pyscript-python-front-end-framework: + title: 'freecodecamp.org: How to Use PyScript – A Python Frontend Framework 🌟' + year: N/A + stars: 0 + description: '' +https://realpython.com/get-all-files-in-directory-python: + title: 'realpython.com: How to Get a List of All Files in a Directory With Python' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/python-for-loop-for-i-in-range-example: + title: 'freecodecamp.org: Python For Loop - For i in Range Example' + year: N/A + stars: 0 + description: '' +https://github.blog/2023-03-02-why-python-keeps-growing-explained: + title: 'github.blog: Why Python keeps growing, explained' + year: N/A + stars: 0 + description: '' +https://realpython.com/lessons/python-eval-overview: + title: 'realpython.com: Evaluate Expressions Dynamically With Python eval() (Overview)' + year: N/A + stars: 0 + description: '' +https://realpython.com/quizzes/python-split-strings: + title: 'realpython.com: Splitting, Concatenating, and Joining Strings in Python + Quiz' + year: N/A + stars: 0 + description: '' +? https://medium.com/@terminalsandcoffee/mastering-python-how-to-generate-a-list-of-dictionaries-for-files-in-your-working-directory-with-7cab8b485e69 +: title: 'medium.com/@terminalsandcoffee: Mastering Python: How to Generate a List + of Dictionaries for Files in Your Working Directory with One Script' + year: N/A + stars: 0 + description: '' +https://realpython.com/courses/how-to-write-pythonic-loops: + title: 'realpython.com: How to Write Pythonic Loops' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/learn-algorithms-and-data-structures-in-python: + title: 'freecodecamp.org: Learn Algorithms and Data Structures in Python 🌟🌟' + year: N/A + stars: 0 + description: '' +https://realpython.com/tutorials/machine-learning: + title: 'realpython.com: Python Machine Learning Tutorials 🌟🌟' + year: N/A + stars: 0 + description: '' +https://devopscube.com/python-for-devops: + title: 'devopscube.com: Python For DevOps: Guide for DevOps Engineers' + year: N/A + stars: 0 + description: '' +https://realpython.com/intro-to-python-threading: + title: '==realpython.com: An Intro to Threading in Python==' + year: N/A + stars: 0 + description: '' +https://realpython.com/courses/functional-programming-python: + title: '==realpython.com: Functional Programming in Python==' + year: N/A + stars: 0 + description: '' +https://www.rogerperkin.co.uk/network-automation/pyats/pyats-genie-tutorial: + title: 'rogerperkin.co.uk: pyATS Tutorial for Beginners' + year: N/A + stars: 0 + description: '' +https://www.genbeta.com/a-fondo/ocho-canales-youtube-para-aprender-python-cero-nivel-experto: + title: 'genbeta.com: Ocho canales de YouTube para aprender Python desde cero hasta + nivel experto' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/generating-a-list-of-dictionaries-with-python-77fca1854911: + title: 'blog.devops.dev: Generating A List of Dictionaries With Python' + year: N/A + stars: 0 + description: '' +https://martinheinz.dev/blog/89: + title: 'martinheinz.dev: Boost Your Python Application Performance using Continuous + Profiling' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/memoizing-dataframe-functions-7a27dff532f7: + title: 'towardsdatascience.com: Memoizing DataFrame Functions' + year: N/A + stars: 0 + description: '' +https://www.anaconda.com/blog/why-data-scientists-should-be-excited-about-python-in-excel: + title: 'anaconda.com: Why Data Scientists Should Be Excited About Python in Excel' + year: N/A + stars: 0 + description: '' +https://testdriven.io/blog/clean-code-python: + title: 'testdriven.io: Clean Code in Python' + year: N/A + stars: 0 + description: '' +https://python.plainenglish.io/rest-a-quick-guide-to-building-scalable-and-flexible-systems-using-http-62154841eefd: + title: 'python.plainenglish.io: REST: A Quick Guide to Building Scalable and Flexible + Systems Using HTTP' + year: N/A + stars: 0 + description: '' +https://hub.tinztwins.de/7-hidden-python-tips-for-2024: + title: 'hub.tinztwins.de: 7 Hidden Python Tips for 2024' + year: N/A + stars: 0 + description: '' +https://medium.com/bitgrit-data-science-publication/latexify-writing-latex-with-python-6c0fa4b2e9d5: + title: 'medium.com/bitgrit-data-science-publication: latexify: Writing LaTeX with + Python' + year: N/A + stars: 0 + description: '' +https://pypi.org/project/latexify-py: + title: pypi.org/project/latexify-py + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/how-to-build-an-online-banking-system-python-oop-tutorial: + title: 'freecodecamp.org: How to Build an Online Banking System – Python Object-Oriented + Programming Tutorial' + year: N/A + stars: 0 + description: '' +https://github.com/reactive-python/reactpy: + title: github.com/reactive-python/reactpy + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/5/python-38-features: + title: 'opensource.com: Make your API better with this positional trick from Python + 3.8' + year: N/A + stars: 0 + description: '' +https://thoth-station.ninja: + title: Project Thoth + year: N/A + stars: 0 + description: '' +https://developers.redhat.com/articles/2021/09/22/thoth-prescriptions-resolving-python-dependencies: + title: 'developers.redhat.com: Thoth prescriptions for resolving Python dependencies' + year: N/A + stars: 0 + description: '' +https://jakevdp.github.io/PythonDataScienceHandbook: + title: Python Data Science Handbook 🌟 + year: N/A + stars: 0 + description: '' +https://github.dev/jakevdp/PythonDataScienceHandbook/tree/master/notebooks: + title: 'github.dev: Python Data Science Handbook' + year: N/A + stars: 0 + description: '' +https://automatetheboringstuff.com: + title: 'automatetheboringstuff.com: Automate the Boring Stuff with Python' + year: N/A + stars: 0 + description: '' +http://gettopical.com/djangoframework: + title: 'gettopical.com: Get Django Latest News' + year: N/A + stars: 0 + description: '' +https://realpython.com/blog/python/django-development-with-docker-compose-and-machine: + title: 'realpython.com: Django Development With Docker Compose and Machine' + year: N/A + stars: 0 + description: '' +https://realpython.com/blog/python/fun-with-djangos-new-postgres-features: + title: 'realpython.com: Fun With Django''s New Postgres Features' + year: N/A + stars: 0 + description: '' +https://realpython.com/blog/python/deploying-a-django-app-to-aws-elastic-beanstalk: + title: 'realpython.com: Deploying a Django App to AWS Elastic Beanstalk' + year: N/A + stars: 0 + description: '' +http://www.marinamele.com/taskbuster-django-tutorial: + title: TaskBuster Django Tutorial, made with Django 1.8 and Python 3 + year: N/A + stars: 0 + description: '' +http://www.pyvideo.org/video/3509/tdd-with-django-from-scratch-a-beginners-intro: + title: 'TDD with Django, from scratch: a beginner''s intro to testing and web development' + year: N/A + stars: 0 + description: '' +http://www.tecmint.com/install-and-configure-django-web-framework-in-centos-debian-ubuntu: + title: Installing and Configuring Django Web Framework with Virtual Environments + in CentOS/Debian + year: N/A + stars: 0 + description: '' +https://realpython.com/blog/python/development-and-deployment-of-cookiecutter-django-via-docker: + title: 'realpython.com: Development and Deployment of Cookiecutter-Django via Docker' + year: N/A + stars: 0 + description: '' +https://github.com/presslabs/silver: + title: 'github.com: Django app + RESTful API for automatic billing' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/user/CodingEntrepreneurs: + title: CodingEntrepreneurs youtube channel + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?list=PLEsfXFp6DpzQFqfCur9CJ4QnKQTVXUsRy: + title: Interested in Learn Django 1.9? Check out my free series on YouTube + year: N/A + stars: 0 + description: '' +http://engineroom.trackmaven.com/blog/getting-started-drf-angularjs-part-1: + title: Getting Started with Django REST Framework (DRF) and AngularJS (Part 1) + year: N/A + stars: 0 + description: '' +http://engineroom.trackmaven.com/blog/getting-started-drf-angularjs-part-2: + title: Getting Started with Django REST Framework (DRF) and AngularJS (Part 2) + year: N/A + stars: 0 + description: '' +https://github.com/TrackMaven/getting-started-with-drf-angular/tree/part-2: + title: Part 2 Supplementary Code + year: N/A + stars: 0 + description: '' +http://www.webcodegeeks.com/python/python-django-tutorial: + title: 'webcodegeeks.com: Python Django Tutorial' + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com/community/tech_talks/building-a-rest-api-with-django-rest-framework: + title: 'digitalocean.com: Building a REST API With Django REST Framework' + year: N/A + stars: 0 + description: '' +https://github.com/sageteam-org/django-sage-painless: + title: 'github.com: Django Sage Painless' + year: N/A + stars: 0 + description: '' +https://dev.to/balwanishivam/data-migration-from-monolith-to-microservice-in-django-5b9m: + title: 'dev.to: Data Migration from Monolith to Microservice in Django' + year: N/A + stars: 0 + description: '' +https://dev.to/faruqt/how-to-connect-django-to-reactjs-part-2-2oje: + title: 'dev.to: Building a REST API with Django REST Framework 🌟' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/dockerize-your-django-apps-428189407c69: + title: '==betterprogramming.pub: Dockerize Your Django Apps==' + year: N/A + stars: 0 + description: '' +https://flask.palletsprojects.com: + title: Flask Documentation 🌟 + year: N/A + stars: 0 + description: '' +http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-now-with-python-3-support: + title: 'The Flask Mega-Tutorial: Now with Python 3 Support' + year: N/A + stars: 0 + description: '' +https://realpython.com/blog/python/introduction-to-flask-part-1-setting-up-a-static-site: + title: 'realpython.com: Discover Flask, Part 1 - Setting Up a Static Site ' + year: N/A + stars: 0 + description: '' +http://www.devbattles.com/en/sand/post-1757-Python_Flask_Part_1_Hello_World: + title: 'devbattles.com: Python Flask, Part 1: Hello World!' + year: N/A + stars: 0 + description: '' +https://mherman.org/presentations/flask-kubernetes: + title: 'mherman.org: Scaling Flask with Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://www.kdnuggets.com/2021/02/deploy-flask-api-kubernetes-connect-micro-services.html: + title: 'kdnuggets.com: How to Deploy a Flask API in Kubernetes and Connect it with + Other Micro-services' + year: N/A + stars: 0 + description: '' +https://dev.to/ken_mwaura1/getting-started-with-flask-and-docker-3ie8: + title: 'dev.to: Getting Started with Flask and Docker' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/how-to-dockerize-a-flask-app: + title: 'freecodecamp.org: How to Dockerize a Flask Application' + year: N/A + stars: 0 + description: '' +https://rajansahu713.medium.com/hands-on-guide-to-restful-api-using-flask-python-16270f866ffe: + title: 'rajansahu713.medium.com: Hands-On Guide to Restful API using Flask Python' + year: N/A + stars: 0 + description: '' +http://blog.adnansiddiqi.me/create-your-first-rest-api-in-fastapi: + title: 'blog.adnansiddiqi.me: Create your first REST API in FastAPI 🌟' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/how-to-create-microservices-with-fastapi: + title: 'freecodecamp.org: How to Create Microservices with FastAPI' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/fastapi-helps-you-develop-apis-quickly: + title: 'freecodecamp.org: FastAPI Course – Code APIs Quickly' + year: N/A + stars: 0 + description: '' +https://wheel.readthedocs.org: + title: wheel replaces Python's eggs + year: N/A + stars: 0 + description: '' +http://blog.ionelmc.ro/2015/01/02/speedup-pip-install: + title: Speed up pip install + year: N/A + stars: 0 + description: '' +http://featureflags.io/python-feature-flags: + title: Python Feature Flag Resources/Solutions + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/Python/comments/3zl3g4/ship_better_python_using_feature_flags: + title: 'reddit: Ship Better Python Using Feature Flags' + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/learnpython/comments/3zl0p6/real_examples_of_unit_testing: + title: 'reddit: Real examples of unit testing' + year: N/A + stars: 0 + description: '' +https://julien.danjou.info/blog/2015/guide-to-python-profiling-cprofile-concrete-case-carbonara: + title: 'Profiling Python using cProfile: a concrete case' + year: N/A + stars: 0 + description: '' +https://nylas.com/blog/performance: + title: 'nylas.com: Profiling Python in Production' + year: N/A + stars: 0 + description: '' +http://pypi.python.org/pypi/gabbi: + title: gabbi - Declarative HTTP testing library pypi + year: N/A + stars: 0 + description: '' +https://github.com/madisonmay/tracker: + title: 'tracker: A time machine for debugging pesky stateful errors' + year: N/A + stars: 0 + description: '' +https://www.coursereport.com/blog/python-for-cyber-security-with-flatiron-school: + title: 'coursereport.com: A Beginner’s Guide to Python for Cybersecurity' + year: N/A + stars: 0 + description: '' +https://towardsdatascience.com/unlimited-scientific-libraries-and-applications-in-kubernetes-instantly-b69b192ec5e5: + title: 'towardsdatascience.com: Unlimited scientific libraries and applications + in Kubernetes, instantly!' + year: N/A + stars: 0 + description: '' +https://huyenchip.com/2021/09/13/data-science-infrastructure.html: + title: '==huyenchip.com: Why data scientists shouldn’t need to know Kubernetes==' + year: N/A + stars: 0 + description: '' +https://realpython.com/learning-paths/machine-learning-python: + title: '==realpython.com: Machine Learning With Python== 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://www.oreilly.com/learning/pivot-tables: + title: 'oreilly.com: how to use pivot tables in Pandas step-by-step' + year: N/A + stars: 0 + description: '' +http://pbpython.com: + title: 'pbpython.com: Practical Business Python' + year: N/A + stars: 0 + description: '' +http://pbpython.com/pandas-pivot-table-explained.html: + title: 'pbpython.com: Pandas Pivot Table Explained' + year: N/A + stars: 0 + description: '' +http://pbpython.com/pandas-google-forms-part1.html: + title: 'pbpython.com: Collecting Data with Google Forms and Pandas' + year: N/A + stars: 0 + description: '' +? https://nikolaygrozev.wordpress.com/2015/07/01/reshaping-in-pandas-pivot-pivot-table-stack-and-unstack-explained-with-pictures +: title: Reshaping in Pandas – Pivot, Pivot-Table, Stack and Unstack explained with + Pictures + year: N/A + stars: 0 + description: '' +http://pandas.pydata.org/pandas-docs/stable/reshaping.html: + title: 'pandas.pydata.org: Reshaping by pivoting DataFrame objects' + year: N/A + stars: 0 + description: '' +http://www.analyticsvidhya.com/blog/2016/01/complete-tutorial-learn-data-science-python-scratch-2: + title: 'analyticsvidhya.com: A Complete Tutorial to Learn Data Science with Python + from Scratch' + year: N/A + stars: 0 + description: '' +http://www.analyticsvidhya.com/blog/2016/01/python-tutorial-list-comprehension-examples: + title: 'analyticsvidhya.com: Tutorial – Python List Comprehension With Examples' + year: N/A + stars: 0 + description: '' +https://www.analyticsvidhya.com/blog/2015/06/infographic-cheat-sheet-data-exploration-python: + title: 'analyticsvidhya.com: Cheat Sheet for Exploratory Data Analysis in Python + 🌟' + year: N/A + stars: 0 + description: '' +https://pandastutor.com: + title: ==pandastutor.com== 🌟 + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/how-to-use-pandas-to-consume-data-and-perform-data-analysis-76e000ad5480: + title: '==betterprogramming.pub: How to Use Pandas to Consume Data and Perform Data + Analysis==' + year: N/A + stars: 0 + description: '' +https://iaviral.medium.com/most-used-functions-in-pandas-7c12ae238185: + title: 'iaviral.medium.com: Most used functions in Pandas' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/pandas-illustrated-the-definitive-visual-guide-to-pandas-c31fa921a43: + title: 'betterprogramming.pub: Pandas Illustrated: The Definitive Visual Guide to + Pandas' + year: N/A + stars: 0 + description: '' +https://github.com/gventuri/pandas-ai: + title: ==github.com/gventuri/pandas-ai== + year: N/A + stars: 0 + description: '' +https://pypi.python.org/pypi/pddb: + title: PandasDatabase is a RESTful database engine application built on top of Pandas + year: N/A + stars: 0 + description: '' +https://www.orchest.io: + title: orchest.io + year: N/A + stars: 0 + description: '' +https://pymotw.com: + title: Python 3 standard library Module of the Week, Doug Hellmann + year: N/A + stars: 0 + description: '' +https://pymotw.com/2: + title: Python 2 standard library Module of the Week, Doug Hellmann + year: N/A + stars: 0 + description: '' +? http://blog.webhose.io/2015/08/16/dead-simple-for-devs-python-crawler-script-for-extracting-structured-data-from-any-almost-website-into-csv +: title: Dead simple {for devs} python crawler (script) for extracting structured + data from any website into CSV + year: N/A + stars: 0 + description: '' +https://github.com/XI-lab/PyExPool: + title: Python Multi-Process Execution Pool + year: N/A + stars: 0 + description: '' +http://cloudacademy.com/blog/ansible-aws: + title: 'Ansible and AWS: cloud IT automation management' + year: N/A + stars: 0 + description: '' +https://github.com/boto/boto: + title: Boto + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/es/blogs/developer/migrating-to-boto3: + title: Migrating to Boto3 + year: N/A + stars: 0 + description: '' +http://pyvideo.org/video/2987/managing-the-cloud-with-a-few-lines-of-python: + title: Managing the Cloud with a Few Lines of Python (EuroPython 2014) + year: N/A + stars: 0 + description: '' +https://dashbird.io/blog/boto3-aws-python: + title: 'dashbird.io: Explaining boto3: how to use any AWS service with python' + year: N/A + stars: 0 + description: '' +https://dashbird.io/blog/aws-s3-python-tricks: + title: 'dashbird.io: 8 Must-Know Tricks to Use S3 More Effectively in Python' + year: N/A + stars: 0 + description: '' +https://hands-on.cloud/quick-introduction-to-python-for-aws-automation-engineers: + title: 'hands-on.cloud: Quick Intro To Python 3 for AWS Automation Engineers 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@d.deloatch/how-to-stop-all-instances-using-aws-sdk-for-python-boto3-2e02af03177: + title: 'medium.com/@d.deloatch: How to Stop all Instances Using AWS SDK for Python + (Boto3)' + year: N/A + stars: 0 + description: '' +http://www.pyinstaller.org: + title: PyInstaller is a program that freezes (packages) Python programs into stand-alone + executables, under Windows, Linux, Mac OS X, FreeBSD, Solaris and AIX + year: N/A + stars: 0 + description: '' +https://github.com/pyinstaller/pyinstaller: + title: PyInstaller official GIT repository + year: N/A + stars: 0 + description: '' +https://github.com/ligyxy/DictMySQL: + title: 'DictMySQL: A MySQL class for more convenient database manipulation with + Python dictionary' + year: N/A + stars: 0 + description: '' +http://sourceforge.net/projects/winpython: + title: 'WinPython: Portable Scientific Python 2/3 32/64bit Distribution for Windows' + year: N/A + stars: 0 + description: '' +https://www.kite.com: + title: Kite 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/pyxll/pyxll-jupyter: + title: 'pyxll-jupyter: Integration for Jupyter notebooks and Microsoft Excel' + year: N/A + stars: 0 + description: '' +https://medium.com/codestory/build-interactive-cli-tools-in-python-47303c50d75: + title: 'medium: Build Interactive CLI Tools in Python' + year: N/A + stars: 0 + description: '' +https://github.com/thebjorn/pydeps: + title: Pydeps 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/joke2k/faker: + title: joke2k/faker 🌟 + year: N/A + stars: 0 + description: '' +https://www.makeuseof.com/python-developer-tools: + title: 'makeuseof.com: 10 Useful Tools for Python Developers' + year: N/A + stars: 0 + description: '' +https://dev.to/dollardhingra/code-quality-tools-in-python-4k2a: + title: 'dev.to: Code Quality Tools in Python' + year: N/A + stars: 0 + description: '' +https://github.com/google/python-fire: + title: ==google/python-fire== 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/bloomberg/memray: + title: github.com/bloomberg/memray 🌟🌟 + year: N/A + stars: 0 + description: '' +https://github.com/microsoft/pyright: + title: github.com/microsoft/pyright + year: N/A + stars: 0 + description: '' +https://github.com/kodemore/chili: + title: github.com/kodemore/chili + year: N/A + stars: 0 + description: '' +https://github.com/astral-sh/ruff: + title: ==Ruff== + year: N/A + stars: 0 + description: '' +http://scrapy.org: + title: Scrapy + year: N/A + stars: 0 + description: '' +https://first-web-scraper.readthedocs.org: + title: First web scraper + year: N/A + stars: 0 + description: '' +https://github.com/twintproject/twint: + title: TWINT - Twitter Intelligence Tool + year: N/A + stars: 0 + description: '' +http://www.oraclejavamagazine-digital.com/javamagazine_twitter/20151112?pg=43: + title: Jython is a language that makes it easy to create projects with libraries + from Python and Java. + year: N/A + stars: 0 + description: '' +https://opensource.com/life/16/2/how-use-python-hack-your-ide: + title: 'opensource.com: How to use Python to hack your Eclipse IDE' + year: N/A + stars: 0 + description: '' +https://click.palletsprojects.com: + title: Click 🌟 + year: N/A + stars: 0 + description: '' +https://github.com/PyGithub/PyGithub: + title: PyGithub 🌟 + year: N/A + stars: 0 + description: '' +https://python.plainenglish.io/python-snippets-7e8dcbeae26e: + title: 'python.plainenglish.io: 12 Python Snippets That Will Boost Your Productivity' + year: N/A + stars: 0 + description: '' +https://en.wikipedia.org/wiki/SonarQube: + title: 'wikipedia: SonarQube' + year: N/A + stars: 0 + description: '' +https://www.sonarqube.org: + title: Sonarqube.org + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/why-sonarqube-1: + title: 'Dzone: Why SonarQube' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-to-install-the-sonarqube-security-analysis-platform: + title: 'thenewstack.io: How to Install the SonarQube Security Analysis Platform' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/how-quickly-get-started-sonar: + title: 'Dzone: How to quickly get started with Sonar' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/sonarqube-scanning-in-15-minutes-2: + title: 'Dzone: Sonarqube scanning in 15 minutes' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/quick-start-witj-sonarqube-for-static-code-analysi: + title: 'Dzone: Quick start with sonarqube for static code analysis' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/code-analysis-with-sonarqube-part-1-setup: + title: 'Dzone.com: Code Analysis Part 1 - Analyzing Code with SonarQube' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/how-to-analyze-code-and-find-vulnerabilities-with-sonarqube: + title: 'thenewstack.io: How to Analyze Code and Find Vulnerabilities with SonarQube' + year: N/A + stars: 0 + description: '' +https://itnext.io/sonarqube-running-tests-from-jenkins-pipeline-from-docker-7740702b6f42: + title: 'itnext.io: SonarQube: running tests from Jenkins Pipeline in Docker' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/sonarcloud-integration-with-springboot-maven: + title: 'Dzone: SonarCloud integration with SpringBoot Maven' + year: N/A + stars: 0 + description: '' +https://medium.com/@akamenev/running-sonarqube-on-azure-kubernetes-92a1b9051120: + title: Running SonarQube on Kubernetes + year: N/A + stars: 0 + description: '' +https://hub.helm.sh/charts/oteemo/sonarqube: + title: hub.helm.sh/charts/oteemo/sonarqube + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=_cT-kkvw3NQ: + title: 'youtube: Installation of Sonarqube on Kubernetes/Minikube' + year: N/A + stars: 0 + description: '' +https://github.com/gudpick/pods: + title: github ref1 + year: N/A + stars: 0 + description: '' +https://github.com/gudpick/pods/tree/master/sonar-latest: + title: github ref2 + year: N/A + stars: 0 + description: '' +https://github.com/GoogleCloudPlatform/click-to-deploy/tree/master/k8s/sonarqube: + title: click-to-deploy/sonarqube + year: N/A + stars: 0 + description: '' +https://docs.sonarqube.org/latest/analysis/overview: + title: SonarQube Scanner Overview + year: N/A + stars: 0 + description: '' +https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-gradle: + title: Gradle - SonarScanner for Gradle + year: N/A + stars: 0 + description: '' +https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-msbuild: + title: MSBuild - SonarScanner for MSBuild + year: N/A + stars: 0 + description: '' +https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-maven: + title: Maven - use the SonarScanner for Maven + year: N/A + stars: 0 + description: '' +https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-azure-devops: + title: Azure DevOps - SonarQube Extension for Azure DevOps + year: N/A + stars: 0 + description: '' +https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-ant: + title: Ant - SonarScanner for Ant + year: N/A + stars: 0 + description: '' +https://docs.sonarqube.org/latest/analysis/scan/sonarscanner: + title: anything else (CLI) - SonarScanner + year: N/A + stars: 0 + description: '' +https://www.techbeatly.com/terraform-free-courses: + title: 'techbeatly.com: 10 Free Courses to Learn Terraform' + year: N/A + stars: 0 + description: '' +https://learn.hashicorp.com/tutorials/terraform/infrastructure-as-code: + title: 'learn.hashicorp.com: What is Infrastructure as Code with Terraform? 🌟' + year: N/A + stars: 0 + description: '' +https://packer.io: + title: packer.io + year: N/A + stars: 0 + description: '' +https://www.packer.io/docs/index.html: + title: packer.io docs + year: N/A + stars: 0 + description: '' +https://computingforgeeks.com/build-aws-ec2-machine-images-with-packer-and-ansible: + title: 'computingforgeeks.com: Build AWS EC2 Machine Images (AMI) With Packer and + Ansible' + year: N/A + stars: 0 + description: '' +https://learn.hashicorp.com/tutorials/packer/aws-get-started-build-image: + title: 'learn.hashicorp.com: Write Packer template for AWS' + year: N/A + stars: 0 + description: '' +https://cloud.hashicorp.com: + title: 'cloud.hashicorp.com: HashiCorp Cloud' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/multi-region-replication-now-available-with-hcp-vault: + title: 'hashicorp.com: Multi-Region Replication Now Available with HCP Vault' + year: N/A + stars: 0 + description: '' +https://levelup.gitconnected.com/continuous-integration-continuous-deployment-with-terraform-cloud-ad384f29d7a0: + title: 'levelup.gitconnected.com: Continuous Integration and Continuous Deployment + with Terraform Cloud' + year: N/A + stars: 0 + description: '' +https://weekly.tf: + title: 'weekly.tf: Terraform Weekly' + year: N/A + stars: 0 + description: '' +https://www.weekly.tf/p/issue-171-terramate-using-llms-to-generate-terraform-api-gateway-with-lambda-guardduty-imdsv2: + title: 'weekly.tf: Issue #171 - Terramate, Using LLMs to generate Terraform, API + Gateway with Lambda, GuardDuty, IMDSv2 at Slack, Azure DevOps Pipelines' + year: N/A + stars: 0 + description: '' +https://build5nines.com: + title: build5nines.com + year: N/A + stars: 0 + description: '' +https://nedinthecloud.com: + title: nedinthecloud.com + year: N/A + stars: 0 + description: '' +https://www.terraform.io: + title: terraform.io + year: N/A + stars: 0 + description: '' +https://registry.terraform.io: + title: 'Terraform Registry - registry.terraform.io: Terraform Providers and Modules + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/devopslinks/why-should-terraform-be-one-of-your-devops-tools-29ae15861b1f: + title: 'medium.com: Why should Terraform be one of your DevOps tools?' + year: N/A + stars: 0 + description: '' +https://blog.teemo.co/terraform-in-10-commands-e737dfd8bf31: + title: 'blog.teemo.co: Terraform in 10 commands' + year: N/A + stars: 0 + description: '' +https://www.udemy.com/learn-devops-infrastructure-automation-with-terraform: + title: 'udemy.com: Learn DevOps: Infrastructure Automation With Terraform' + year: N/A + stars: 0 + description: '' +https://terraform-infraestructura.readthedocs.io: + title: terraform-infraestructura.readthedocs.io + year: N/A + stars: 0 + description: '' +https://blog.gruntwork.io/why-we-use-terraform-and-not-chef-puppet-ansible-saltstack-or-cloudformation-7989dad2865c: + title: Why we use Terraform and not Chef, Puppet, Ansible, SaltStack, or CloudFormation + year: N/A + stars: 0 + description: '' +https://cloudonaut.io/terraform-can-you-keep-a-secret: + title: Terraform, can you keep a secret? + year: N/A + stars: 0 + description: '' +https://discuss.hashicorp.com/t/terraform-0-13-beta-released: + title: Terraform 0.13 Beta released! + year: N/A + stars: 0 + description: '' +https://medium.com/@hashiroulap/terraform-aws-api-gateway-6d86a010f359: + title: 'medium: AWS API Gateway' + year: N/A + stars: 0 + description: '' +? https://medium.com/@akshayavb99/integration-of-aws-terraform-and-github-for-automated-deployment-infrastructure-da0a19ff4e86 +: title: 'medium: Integration of AWS, Terraform, and GitHub for Automated Deployment + Infrastructure' + year: N/A + stars: 0 + description: '' +https://medium.com/@sandupatlaabhilash1747/automation-of-cloud-terraform-5a299fb785bb: + title: 'medium: Automation of Cloud-Terraform' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/custom-variable-validation-in-terraform-0-13: + title: 'hashicorp.com: Custom Variable Validation in Terraform 0.13' + year: N/A + stars: 0 + description: '' +? https://medium.com/hashicorp-engineering/terraform-for-network-engineers-should-you-be-implementing-infrastructure-as-code-73667d27d3b8 +: title: 'medium: Terraform for Network Engineers: Should you be implementing Infrastructure + as Code?' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/import-infrastructure-into-terraform: + title: 'hashicorp.com: Learn How to Import Infrastructure Into Terraform' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/bridgecrew-all-these-misconfigured-terraform-modules-are-a-security-issue: + title: 'Bridgecrew: Misconfigured Terraform Modules Are a Security Issue' + year: N/A + stars: 0 + description: '' +https://medium.com/@duplocloud/infrastructure-as-code-but-you-dont-have-to-write-that-code-87ec4fe94863: + title: 'medium - Infrastructure-As-Code: But You Don’t Have to Write That Code' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/manage-active-directory-objects-new-windows-ad-provider-hashicorp-terraform: + title: Manage Active Directory Objects with the New Windows AD Provider for HashiCorp + Terraform + year: N/A + stars: 0 + description: '' +https://build5nines.com/terraform-feature-flags-environment-toggle-design-patterns: + title: Terraform Feature Flags & Environment Toggle Design Patterns + year: N/A + stars: 0 + description: '' +https://databricks.com/blog/2020/09/11/announcing-databricks-labs-terraform-integration-on-aws-and-azure.html: + title: Announcing Databricks Labs Terraform integration on AWS and Azure + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/announcing-11-verified-providers-for-terraform: + title: 'hashicorp.com: Announcing 11 Verified Providers for Terraform' + year: N/A + stars: 0 + description: '' +https://learn.hashicorp.com/collections/terraform/providers: + title: 'learn.hashicorp.com: Call APIs with Terraform Providers. Learn how to use + and create custom Terraform Providers in a new collection of tutorials on HashiCorp + Learn 🌟' + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/devops/what-is-infrastructure-as-code: + title: 'devblogs.microsoft.com: What is infrastructure as code? 🌟' + year: N/A + stars: 0 + description: '' +https://k21academy.com/terraform-iac/why-terraform-not-chef-ansible-puppet-cloudformation: + title: 'k21academy.com: Why Terraform? Not Chef, Ansible, Puppet, CloudFormation? + 🌟' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/terraform-sensitive-input-variables: + title: 'hashicorp.com: New Terraform Tutorial: Sensitive Input Variables 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/nsriram/lambda-the-terraform-way: + title: AWS Lambda the Terraform Way + year: N/A + stars: 0 + description: '' +https://medium.com/hashicorp-engineering/dont-forget-to-restrict-outbound-traffic-with-terraform-and-sentinel-c74a99129dae: + title: 'medium: Don’t Forget to Restrict Outbound Traffic with Terraform and Sentinel' + year: N/A + stars: 0 + description: '' +https://github.com/sagittaros/terraform-k3s-private-cloud: + title: K3s Private Cluster 🌟 + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/tutorial-terraform-outputs: + title: 'hashicorp.com: New Terraform Tutorial: Terraform Outputs 🌟' + year: N/A + stars: 0 + description: '' +https://www.trek10.com/blog/beginners-guide-to-using-terraform-with-aws: + title: 'trek10.com: Beginner''s Guide to Using Terraform with AWS 🌟' + year: N/A + stars: 0 + description: '' +https://www.env0.com/blog/were-opensourcing-terratag-to-make-multicloud-resource-tagging-easier: + title: 'env0.com: We’re Opensourcing Terratag to Make Multicloud Resource Tagging + Easier' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/terraform-mono-repo-vs-multi-repo-the-great-debate: + title: 'hashicorp.com: Terraform Mono Repo vs. Multi Repo: The Great Debate' + year: N/A + stars: 0 + description: '' +https://registry.terraform.io/modules/aztfmod/caf/azurerm/latest: + title: 'terraform.io: Cloud Adoption Framework for Azure - Terraform module' + year: N/A + stars: 0 + description: '' +https://www.arnaudlheureux.io/2020/10/02/migrating-azure-caf-landing-zones-on-terraform-0-13: + title: 'arnaudlheureux.io: Migrating Azure CAF landing zones to Terraform 0.13' + year: N/A + stars: 0 + description: '' +https://github.com/tfutils/tfenv: + title: tfenv + year: N/A + stars: 0 + description: '' +https://dev.to/cloudskills/packer-and-terraform-with-immutable-infrastructure-47ja: + title: 'dev.to: Packer and Terraform with Immutable Infrastructure' + year: N/A + stars: 0 + description: '' +https://medium.com/swlh/terraform-how-to-use-conditionals-for-dynamic-resources-creation-6a191e041857: + title: 'medium: Terraform: How to Use Conditionals to Dynamically Create Resources' + year: N/A + stars: 0 + description: '' +https://cloudify.co/blog/ansible-terraform-and-cloudify: + title: 'cloudify.co: Ansible, Terraform And Cloudify' + year: N/A + stars: 0 + description: '' +https://www2.deloitte.com/es/es/blog/todo-tecnologia/2021/infrastructure-as-code-iac-con-terraform.html: + title: 'deloitte.com: Infrastructure as Code (IaC) con Terraform' + year: N/A + stars: 0 + description: '' +https://www.accurics.com/blog/terrascan-blog/terraform-security-improving-iac-scans-with-terraform-plan-output: + title: 'accurics.com: Terraform Security: Improving IaC Scans with Terraform Plan + Output' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/resources/modern-infrastructure-automation-with-packer-terraform-and-consul: + title: 'hashicorp.com: Modern Infrastructure Automation with Packer, Terraform, + and Consul (video)' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/getting-started-with-the-helm-and-datadog-terraform-providers: + title: 'hashicorp.com: New Terraform Tutorials: Getting Started with the Helm and + Datadog Providers 🌟' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/resources/how-can-i-prevent-configuration-drift: + title: 'hashicorp.com: How can I prevent configuration drift?' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/share-modules-across-organizations-terraform-enterprise: + title: 'hashicorp.com: Share Modules Across Organizations with Terraform Enterprise' + year: N/A + stars: 0 + description: '' +https://www.freecodecamp.org/news/what-is-terraform-learn-infrastructure-as-code: + title: 'freecodecamp.org: What is Terraform? Learn Terraform and Infrastructure + as Code' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/announcing-hashicorp-terraform-0-15-general-availability: + title: 'hashicorp.com: Announcing HashiCorp Terraform 0.15 General Availability' + year: N/A + stars: 0 + description: '' +https://itnext.io/how-to-use-terraform-to-create-a-small-scale-cloud-infrastructure-abf54fabc9dd: + title: 'itnext.io: How to use Terraform to create a small-scale Cloud Infrastructure + 🌟' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/securing-your-multi-cloud-terraform-pipelines-with-policy-as-code: + title: 'acloudguru.com: Securing your multi-cloud Terraform pipelines with policy-as-code' + year: N/A + stars: 0 + description: '' +? https://medium.com/devops-mojo/terraform-remote-states-overview-what-is-terraform-remote-state-storage-introduction-936223a0e9d0 +: title: 'medium: Terraform β€” Remote States Overview 🌟' + year: N/A + stars: 0 + description: '' +https://prcode.co.uk/2021/04/29/connect-azure-mysql-to-private-endpoint-with-terraform: + title: 'prcode.co.uk: Connect Azure MySQL to Private Endpoint with Terraform' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2021/04/cloudflare-terraform: + title: 'infoq.com: Cloudflare Improves Automated Terraform Generation Tool 🌟' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/building-azure-resources-with-typescript-using-the-cdk-for-terraform: + title: 'hashicorp.com: Building Azure Resources with TypeScript Using the CDK for + Terraform' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/how-to-use-terraform-inputs-and-outputs: + title: 'acloudguru.com: How to use Terraform outputs and inputs' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2020/04/terraform-operator-kubernetes: + title: 'infoq.com: Managing Infrastructure from Kubernetes with the HashiCorp Terraform + Operator' + year: N/A + stars: 0 + description: '' +https://medium.com/the-innovation/protect-your-terraform-state-a974027a4bb0: + title: 'medium: Protect your Terraform State' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/terraform-azuread-provider-now-supports-microsoft-graph: + title: 'hashicorp.com: Terraform AzureAD Provider Now Supports Microsoft Graph' + year: N/A + stars: 0 + description: '' +https://nitheeshp.dev/series/terraform: + title: 'nitheeshp.dev: Practical CI/CD Guide to Deploying AWS Infrastructure 🌟' + year: N/A + stars: 0 + description: '' +https://nitheeshp.dev/practical-cicd-guide-to-deploying-aws-infrastructure-through-terraform-part-1-1: + title: 'nitheeshp.dev: Practical CI/CD Guide to Deploying AWS Infrastructure through + Terraform - Multi Environment Deployment - Part 1 🌟' + year: N/A + stars: 0 + description: '' +? https://nitheeshp.dev/practical-cicd-guide-to-deploying-aws-infrastructure-through-terraform-multi-environment-deployment-part-2 +: title: 'nitheeshp.dev: Practical CI/CD Guide to Deploying AWS Infrastructure through + Terraform - Multi Environment Deployment - Part 2 🌟' + year: N/A + stars: 0 + description: '' +? https://nitheeshp.dev/practical-cicd-guide-to-deploying-aws-infrastructure-through-terraform-multi-environment-deployment-part-3 +: title: 'nitheeshp.dev: Practical CI/CD Guide to Deploying AWS Infrastructure through + Terraform - Multi Environment Deployment - Part 3 🌟' + year: N/A + stars: 0 + description: '' +? https://nitheeshp.dev/practical-cicd-guide-to-deploying-aws-infrastructure-through-terraform-multi-environment-deployment-part-4 +: title: 'nitheeshp.dev: Practical CI/CD Guide to Deploying AWS Infrastructure through + Terraform - Multi Environment Deployment - Part 4 🌟' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/new-terraform-tutorials-on-hashicorp-learn: + title: 'hashicorp.com: New Terraform Tutorials on HashiCorp Learn' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/announcing-launch-day-support-for-amazon-ecs-anywhere-terraform-aws-provider: + title: 'hashicorp.com: Announcing Support for Amazon ECS Anywhere in the Terraform + AWS Provider' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/announcing-hashicorp-terraform-1-0-general-availability: + title: 'hashicorp.com: Announcing HashiCorp Terraform 1.0 General Availability 🌟' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/what-does-the-terraform-1-0-release-mean-for-you: + title: 'acloudguru.com: What does the Terraform 1.0 release mean for you?' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/terraform-1-0-reflects-what-hashicorp-has-learned-about-infrastructure-as-code: + title: 'thenewstack.io: Terraform 1.0 Reflects What HashiCorp Has Learned About + Infrastructure-as-Code' + year: N/A + stars: 0 + description: '' +https://medium.com/cloudandthings/terraform-git-commit-m-all-the-secrets-5dfea9b111de: + title: 'medium: terraform | git commit -m β€œall the secrets” | sops tool for managing + secrets 🌟' + year: N/A + stars: 0 + description: '' +https://learn.hashicorp.com/tutorials/terraform/lambda-api-gateway: + title: 'learn.hashicorp.com: y Serverless Applications with AWS Lambda and API Gateway + 🌟' + year: N/A + stars: 0 + description: '' +https://harness.io/blog/devops/terraform-201-tutorial: + title: 'harness.io: Terraform 201: What It Is, Tutorial, and More 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/tech-guides/terraform-zero-to-hero-733f6860bb9a: + title: 'medium: Terraform Zero to Hero' + year: N/A + stars: 0 + description: '' +https://learn.hashicorp.com/tutorials/terraform/aws-default-tags: + title: 'learn.hashicorp.com: Configure Default Tags for AWS Resources 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/tibordp/terraform-hcloud-dualstack-k8s: + title: 'terraform-hcloud-dualstack-k8s: Hetzner Dual-Stack Kubernetes Cluster' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/beta-support-for-crds-in-the-terraform-provider-for-kubernetes: + title: 'hashicorp.com: Beta Support for CRDs in the Terraform Provider for Kubernetes' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/8/terraform-tips: + title: 'opensource.com: My top 5 tips for setting up Terraform 🌟' + year: N/A + stars: 0 + description: '' +https://rpadovani.com/terraform-cloudinit: + title: 'rpadovani.com: How to make Terraform waiting for cloud-init to finish on + EC2 without SSH' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/cisco-citrix-fortinet-among-new-verified-terraform-providers: + title: 'hashicorp.com: Cisco, Citrix, and Fortinet Among New Verified Terraform + Providers' + year: N/A + stars: 0 + description: '' +https://www.terraform-best-practices.com: + title: terraform-best-practices.com 🌟 + year: N/A + stars: 0 + description: '' +https://bridgecrew.io/blog/advanced-terraform-security-pro-tips-for-secure-infrastructure-as-code: + title: 'bridgecrew.io: Advanced Terraform security: Pro tips for secure infrastructure + as code' + year: N/A + stars: 0 + description: '' +https://hub.qovery.com/guides/engineering/terraform-not-the-golden-hammer: + title: 'hub.qovery.com: Terraform is Not the Golden Hammer' + year: N/A + stars: 0 + description: '' +https://scalefactory.com/blog/2021/10/13/failing-faster-with-terraform: + title: 'scalefactory.com: Failing faster with terraform' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/aws-hashicorp-collaborate-new-terraform-modules: + title: 'hashicorp.com: AWS and HashiCorp Collaborate on New Terraform Modules' + year: N/A + stars: 0 + description: '' +https://shipa.io/development/terraform-meets-appops: + title: 'shipa.io: Terraform meets AppOps 🌟' + year: N/A + stars: 0 + description: '' +https://www.bitslovers.com/terraform-output: + title: 'bitslovers.com: Terraform Output – What you should know' + year: N/A + stars: 0 + description: '' +https://devops.com/building-on-terraform-evolution-not-revolution: + title: 'devops.com: Building on Terraform: Evolution, not Revolution' + year: N/A + stars: 0 + description: '' +https://medium.com/contino-engineering/10-things-i-wish-i-knew-before-learning-terraform-f13637a01aa6: + title: '==medium: 10 things I wish I knew before learning Terraform (Part 1) | Ian + Hancock==' + year: N/A + stars: 0 + description: '' +https://medium.com/contino-engineering/10-things-i-wish-i-knew-before-learning-terraform-part-2-a15a3f85efb6: + title: '==medium: 10 things I wish I knew before learning Terraform (Part 2) | Ian + Hancock==' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/resources/multi-cloud-devops-at-petronas-with-terraform: + title: 'hashicorp.com: Multi-Cloud DevOps at PETRONAS with Terraform' + year: N/A + stars: 0 + description: '' +https://www.terraform.io/docs/language/modules/develop/refactoring.html: + title: 'terraform.io: Refactoring' + year: N/A + stars: 0 + description: '' +https://medium.com/version-1/terraform-in-real-life-lessons-learned-2469e3fe74e6: + title: 'medium: Terraform in Real Life: Lessons Learned 🌟' + year: N/A + stars: 0 + description: '' +https://serhii.vasylenko.info/2022/01/16/some-techniques-to-enhance-your-terraform-proficiency: + title: 'serhii.vasylenko.info: Some Techniques to Enhance Your Terraform Proficiency' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/better-together-hyper-converged-kubernetes-with-terraform: + title: 'thenewstack.io: Better Together: Hyper-Converged Kubernetes with Terraform' + year: N/A + stars: 0 + description: '' +https://github.com/AdminTurnedDevOps/Terraform-The-Hard-Way: + title: ==AdminTurnedDevOps/Terraform-The-Hard-Way== + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/5-things-we-love-about-terraform: + title: 'acloudguru.com: 5 things we love about Terraform' + year: N/A + stars: 0 + description: '' +https://devops.com/how-to-migrate-existing-infrastructure-to-terraform: + title: '==devops.com: How to Migrate Existing Infrastructure to Terraform==' + year: N/A + stars: 0 + description: '' +https://www.middlewareinventory.com/blog/terraform-import-securitygroup-aws: + title: '==middlewareinventory.com: Terraform import All AWS Security Groups – How + to==' + year: N/A + stars: 0 + description: '' +https://www.middlewareinventory.com/blog/terraform-for-each-examples: + title: '==middlewareinventory.com: Terraform For Each Examples – How to use for_each + | Devops Junction==' + year: N/A + stars: 0 + description: '' +https://medium.com/nerd-for-tech/terraforming-the-gitops-way-9417cf4abf58: + title: '==medium.com/nerd-for-tech: Terraforming the GitOps Way !!!==' + year: N/A + stars: 0 + description: '' +https://www.terrateam.io/blog/posts/terraform-pre-commit-hooks: + title: 'terrateam.io: Terraform Pre-Commit Hooks' + year: N/A + stars: 0 + description: '' +https://faun.pub/terraform-prevent-conditionally-created-resources-from-deletion-dcec1b793565: + title: 'faun.pub: Terraform-Prevent Conditionally Created Resources From Deletion + 🌟' + year: N/A + stars: 0 + description: '' +https://faun.pub/5-best-terraform-tools-that-you-need-in-2022-a3db2334c524: + title: '==faun.pub: 5 Best Terraform Tools That You Need in 2022== 🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/kubestack/a-better-way-to-provision-kubernetes-resources-using-terraform-355n: + title: 'dev.to/kubestack: A Better Way to Provision Kubernetes Resources Using Terraform + 🌟' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/design-by-contracts-in-terraform-63467a749c1a: + title: 'betterprogramming.pub: Design by Contract in Terraform' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=DeNflzdjxVM: + title: 'youtube: Terrraform + Ansible: Automating configuration in infrastructure' + year: N/A + stars: 0 + description: '' +https://medium.com/@oamdev2020/glue-terraform-ecosystem-into-kubernetes-world-3e5d6feb461e: + title: 'medium.com/@oamdev2020: Glue Terraform Ecosystem into Kubernetes World 🌟' + year: N/A + stars: 0 + description: '' +https://www.terraform.io/language/resources/provisioners/syntax: + title: '==terraform.io: Provisioners==' + year: N/A + stars: 0 + description: '' +https://faun.pub/the-lifecycle-of-a-terraform-resource-lifecycle-meta-argument-3cc4555ec976: + title: 'faun.pub: The Lifecycle of a Terraform Resource β€” Lifecycle Meta-Argument' + year: N/A + stars: 0 + description: '' +https://medium.com/@dugouchet.a/manage-your-terraform-like-a-container-d2acbc46d7d4: + title: 'medium.com/@dugouchet.a: Manage your terraform like a container' + year: N/A + stars: 0 + description: '' +https://medium.com/spacelift/terraform-vs-kubernetes-key-differences-and-comparison-a42847e8be1c: + title: 'medium.com/spacelift: Terraform vs. Kubernetes: Key Differences and Comparison' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2022/09/terraform-simplified-refactoring: + title: 'infoq.com: Terraform 1.3 Release Introduces Simplified Refactoring Experience + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/nerd-for-tech/building-a-two-tier-architecture-for-high-availability-using-terraform-ae6296fb2126: + title: 'medium.com/nerd-for-tech: Building a Two-Tier Architecture for High Availability + using Terraform' + year: N/A + stars: 0 + description: '' +https://towardsaws.com/import-existing-aws-architecture-to-terraform-368b66c48275: + title: '==towardsaws.com: Import Existing AWS Infrastructure to Terraform==' + year: N/A + stars: 0 + description: '' +https://medium.com/google-cloud/automate-terraform-documentation-like-a-pro-ed3e19998808: + title: '==medium.com/google-cloud: Automate Terraform documentation like a pro!==' + year: N/A + stars: 0 + description: '' +https://buildkite.com/blog/manage-your-ci-cd-resources-as-code-with-terraform: + title: 'buildkite.com: Manage your CI/CD resources as Code with Terraform' + year: N/A + stars: 0 + description: '' +https://blog.gruntwork.io/terraform-tips-tricks-loops-if-statements-and-gotchas-f739bbae55f9: + title: '==blog.gruntwork.io: Terraform tips & tricks: loops, if-statements, and + gotchas==' + year: N/A + stars: 0 + description: '' +https://medium.com/@adolfo.diaz.zar/secret-management-with-terraform-6b5e02f9437e: + title: 'medium.com/@adolfo.diaz.zar: Secret Management with Terraform 🌟' + year: N/A + stars: 0 + description: '' +https://awstip.com/refactor-terraform-code-with-moved-blocks-a-new-way-without-manually-modifying-the-state-5ed1d80ed53e: + title: 'awstip.com: Refactor Terraform code with Moved Blocks β€” a new way without + manually modifying the state' + year: N/A + stars: 0 + description: '' +https://dev.to/pavanbelagatti/using-terraform-to-manage-infrastructure-resources-32da: + title: 'dev.to: Using Terraform To Manage Infrastructure Resources | Pavan Belagatti' + year: N/A + stars: 0 + description: '' +https://faun.pub/terraform-null-provider-and-null-resource-explained-6a8d674cad63: + title: 'faun.pub: Terraform null provider and null_resource explained 🌟' + year: N/A + stars: 0 + description: '' +https://www.spectrocloud.com/blog/deploying-complex-infrastructure-with-a-terraform-state-machine: + title: 'spectrocloud.com: Deploying complex infrastructure with a Terraform state + machine' + year: N/A + stars: 0 + description: '' +https://swwapnilp.medium.com/how-does-slack-use-terraform-104b1e96c97d: + title: 'swwapnilp.medium.com: How Does Slack Use Terraform?' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/resources/terraform-abstraction-tips-just-because-you-can-doesnt-mean-you-should: + title: 'hashicorp.com: Terraform Abstraction Tips: Just Because You Can Doesn''t + Mean You Should' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/resources/best-practices-for-terraform-aws-tags: + title: 'hashicorp.com: Best Practices for Terraform AWS Tags' + year: N/A + stars: 0 + description: '' +https://medium.com/codex/how-to-use-the-if-else-statement-in-terraform-examples-76283b593828: + title: 'medium.com/codex: How to Use the If / Else Statement in Terraform β€” Examples + 🌟' + year: N/A + stars: 0 + description: '' +https://tekanaid.com/posts/terraform-for-beginners-course-and-training: + title: '==tekanaid.com: Terraform for Beginners – A Beginner’s Guide to Automating + Cloud Infrastructure== 🌟' + year: N/A + stars: 0 + description: '' +https://www.terrahaxs.com/blog/count-vs-for-each: + title: '==terrahaxs.com: Choosing the Right Terraform Loop: count vs for_each== + 🌟' + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com/community/tutorials/how-to-structure-a-terraform-project: + title: '==digitalocean.com: How To Structure a Terraform Project== 🌟' + year: N/A + stars: 0 + description: '' +https://getbetterdevops.io/terraform-with-helm: + title: '==getbetterdevops.io: How To Deploy Helm Charts With Terraform== 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@dsdatsme/terraform-gitops-ci-cd-with-approval-notifications-6f0807299fc4: + title: '==medium.com/@dsdatsme: Terraform GitOps CI/CD with Approval & Notifications==' + year: N/A + stars: 0 + description: '' +https://github.com/DhruvinSoni30/Terraform_multiple_modules: + title: github.com/DhruvinSoni30/Terraform_multiple_modules + year: N/A + stars: 0 + description: '' +https://spacelift.io/blog/terraform-files: + title: 'spacelift.io: Terraform Files – How to Structure a Terraform Project' + year: N/A + stars: 0 + description: '' +https://youtu.be/V53AHWun17s?si=zB9HD1MCp3SbLQwL: + title: '==youtube - freecodecamp.org: Learn Terraform with Azure by Building a Dev + Environment – Full Course for Beginners==' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=iRaai1IBlB0&t=3s: + title: '==youtube - freecodecamp.org: Learn Terraform (and AWS) by Building a Dev + Environment – Full Course for Beginners==' + year: N/A + stars: 0 + description: '' +https://devdosvid.blog/2023/04/16/hello-terraform-data-goodbye-null-resource: + title: 'devdosvid.blog: Hello Terraform Data; Goodbye Null Resource' + year: N/A + stars: 0 + description: '' +https://build5nines.com/why-hashicorp-terraform-is-essential-for-sres-and-devops-engineers: + title: '==build5nines.com: Why HashiCorp Terraform is Essential for SREs and DevOps + Engineers==' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2023/04/cdk-terraform-convert: + title: 'infoq.com: CDK for Terraform Improves HCL Conversion and Terraform Cloud + Interactions' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/terraform-cloud-no-code-provisioning-is-now-ga-with-new-features: + title: 'hashicorp.com: Terraform Cloud no-code provisioning is now GA with new features' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/terraform-explained-in-5-minutes: + title: 'dzone: Terraform Explained in Five Minutes' + year: N/A + stars: 0 + description: '' +https://dev.to/pwd9000/series/16567: + title: '==dev.to/pwd9000: Terraform Pro Tips Series'' Articles== 🌟🌟' + year: N/A + stars: 0 + description: '' +https://dev.to/pwd9000/connect-terraform-to-azure-devops-git-repos-over-ssh-163c: + title: 'dev.to/pwd9000: Connect Terraform to Azure DevOps Git Repos over SSH' + year: N/A + stars: 0 + description: '' +https://dev.to/pwd9000/terraform-complex-variable-types-173e: + title: 'dev.to/pwd9000: Terraform - Complex Variable Types' + year: N/A + stars: 0 + description: '' +https://dev.to/pwd9000/terraform-understanding-the-lifecycle-block-4f6e: + title: 'dev.to/pwd9000: Terraform - Understanding the Lifecycle Block' + year: N/A + stars: 0 + description: '' +https://medium.com/@willguibr/terraform-1-5-import-and-automatic-code-generation-caa4debfef28: + title: 'medium.com/@willguibr: Terraform 1.5 β€” Import and Automatic Code Generation' + year: N/A + stars: 0 + description: '' +https://blog.ogenki.io/post/terraform-controller: + title: 'blog.ogenki.io: Applying GitOps Principles to Infrastructure: An overview + of tf-controller' + year: N/A + stars: 0 + description: '' +? https://praveendandu24.medium.com/mastering-terraform-from-essential-commands-to-effortless-ec2-instance-provisioning-d2d25659450c +: title: 'praveendandu24.medium.com: Mastering Terraform: From Essential Commands + to Effortless EC2 Instance Provisioning' + year: N/A + stars: 0 + description: '' +https://faun.pub/import-your-existing-cloud-infra-into-terraform-ca70da146152: + title: 'faun.pub: Import your existing cloud infra into Terraform' + year: N/A + stars: 0 + description: '' +https://gravitydevops.com/terraform-tutorials-basic-to-advanced: + title: 'gravitydevops.com: Terraform: A Step-by-Step Guide from Basics to Advanced + Techniques' + year: N/A + stars: 0 + description: '' +https://ikunalsingh.hashnode.dev/dynamic-operations-in-terraform-with-functions: + title: '==ikunalsingh.hashnode.dev: Dynamic Operations in Terraform with Functions + - Use templatefile to dynamically generate a script==' + year: N/A + stars: 0 + description: '' +https://blog.gruntwork.io/how-to-use-terraform-as-a-team-251bc1104973: + title: 'blog.gruntwork.io: How to use Terraform as a team' + year: N/A + stars: 0 + description: '' +https://kkamalesh117.medium.com/terraform-variables-providers-c66f68747050: + title: 'kkamalesh117.medium.com: Terraform Variables & Providers (Part-1)' + year: N/A + stars: 0 + description: '' +https://kkamalesh117.medium.com/terraform-variables-part-2-75ef8543fb2f: + title: 'kkamalesh117.medium.com: Terraform Variables (Part-2)' + year: N/A + stars: 0 + description: '' +https://overmind.tech/blog/is-observability-relevant-for-terraform: + title: 'overmind.tech: Is Observability relevant for Terraform?' + year: N/A + stars: 0 + description: '' +https://medium.com/platform-engineer/26-terraform-hacks-for-effective-infrastructure-automation-with-examples-d6d721c3d5e0: + title: 'medium.com/platform-engineer: 26 Terraform Hacks for Effective Infrastructure + Automation (With Examples)' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/automating-retry-for-failed-terraform-launches: + title: 'thenewstack.io: Automating Retry for Failed Terraform Launches' + year: N/A + stars: 0 + description: '' +https://build5nines.com/terraform-workflow-process-explained: + title: 'build5nines.com: Terraform Workflow Process Explained' + year: N/A + stars: 0 + description: '' +https://build5nines.com/terraform-how-to-join-and-split-strings: + title: 'build5nines.com: Terraform: How to Join and Split Strings' + year: N/A + stars: 0 + description: '' +https://build5nines.com/terraform-deploy-azure-expressroute-circuit-with-vnet-gateway: + title: 'build5nines.com: Terraform: Deploy Azure ExpressRoute Circuit with VNet + Gateway' + year: N/A + stars: 0 + description: '' +https://nedinthecloud.com/2022/01/18/replacing-the-template_cloudinit_config-data-source: + title: 'nedinthecloud.com: Replacing The Template Cloudinit Config Data Source' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/testing-hashicorp-terraform: + title: '==hashicorp.com: Testing HashiCorp Terraform==' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=sd2wuAVush4: + title: '==youtube: Stop using shared secrets! CI/CD authentication the proper way==' + year: N/A + stars: 0 + description: '' +https://blog.devgenius.io/kubernetes-on-proxmox-with-terraform-6880921af6e4: + title: 'blog.devgenius.io: Kubernetes on Proxmox with Terraform' + year: N/A + stars: 0 + description: '' +? https://medium.com/@orellanaluke/terraform-and-the-art-of-small-my-guide-to-navigating-smarter-safer-state-management-cd156533ccf7 +: title: 'medium.com/@orellanaluke: Terraform and the Art of Small: My Guide to Navigating + Smarter, Safer State Management' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?list=PLXb5972EMl4BfKVDMaJH6Pg9SI6q_HqMg: + title: '==youtube.com: Terraform Basics | Ned in the Cloud==' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=iLgEK6A31HM: + title: 'youtube: How to Deploy an E-Commerce Website to AWS With Terraform || Terraform + Hands-on Project | Tech with Helen' + year: N/A + stars: 0 + description: '' +https://sharmasmriti.hashnode.dev/day-61-terraform-commands: + title: 'sharmasmriti.hashnode.dev: Day 61 - Terraform Commands' + year: N/A + stars: 0 + description: '' +https://build5nines.com/terraform-code-project-organization-strategies-based-on-team-workload-or-monolithic: + title: 'build5nines.com: Terraform: Code Project Organization Strategies (based + on team, workload, or monolithic)' + year: N/A + stars: 0 + description: '' +https://medium.com/@ebonyymonae/terraform-for-newbies-1f4c4bcd2ace: + title: 'medium.com/@ebonyymonae: Terraform Basics' + year: N/A + stars: 0 + description: '' +https://dev.to/grrywlsn/self-service-infrastructure-as-code-23bl: + title: 'dev.to/grrywlsn: Self-service infrastructure as code' + year: N/A + stars: 0 + description: '' +https://aws.plainenglish.io/the-automation-fellowship-packer-terraform-and-ansible-part-iii-73571ef103e1: + title: 'aws.plainenglish.io: The Automation Fellowship: Packer, Terraform, and Ansible + β€” PART III' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=IORvnr4u8z8: + title: 'youtube: Transforma tu EMPRESA con Terraform: CatΓ‘logo de Servicios | Nito + Moreno' + year: N/A + stars: 0 + description: '' +https://shrihariharidas73.medium.com/terraform-hashicorp-vault-integration-seamless-secrets-management-46f41cf735f1: + title: '==shrihariharidas73.medium.com: Terraform & HashiCorp Vault Integration: + Seamless Secrets Management==' + year: N/A + stars: 0 + description: '' +https://ccseyhan.medium.com/what-is-terraform-reusability-and-how-to-achieve-it-97d9565e394d: + title: 'ccseyhan.medium.com: What Is Terraform Reusability and How to Achieve It' + year: N/A + stars: 0 + description: '' +https://build5nines.com/should-terraform-lock-hcl-file-be-added-to-gitignore-or-committed-to-git-repo: + title: 'build5nines.com: Should .terraform.lock.hcl file be added to .gitignore + or committed to Git repo?' + year: N/A + stars: 0 + description: '' +https://itnext.io/github-actions-terraform-deployments-with-a-review-of-planned-changes-30143358bb5c: + title: 'itnext.io: GitHub Actions: Terraform deployments with a review of planned + changes' + year: N/A + stars: 0 + description: '' +? https://medium.com/@prasadanilmore/the-magic-of-visualizing-your-cloud-infrastructure-real-time-terraform-visualization-c85ac0ca4933 +: title: 'medium.com/@prasadanilmore: The Magic of Visualizing Your Cloud Infrastructure: + Real-time Terraform Visualization' + year: N/A + stars: 0 + description: '' +https://build5nines.com/terraform-how-to-for_each-through-a-listobjects: + title: 'build5nines.com: Terraform: How to for_each through a list(objects)' + year: N/A + stars: 0 + description: '' +https://medium.com/netpremacy-global-services/the-beginning-of-the-end-for-terraform-cfffcd2c5420: + title: 'medium.com/netpremacy-global-services: The beginning of the end for Terraform?' + year: N/A + stars: 0 + description: '' +https://blog.realkinetic.com/its-time-to-retire-terraform-30545fd5f186: + title: 'blog.realkinetic.com: It’s Time to Retire Terraform' + year: N/A + stars: 0 + description: '' +https://build5nines.com/terraform-modules-using-git-branch-as-source: + title: 'build5nines.com: Terraform: Modules using Git Branch as Source' + year: N/A + stars: 0 + description: '' +https://build5nines.com/terraform-split-main-tf-into-seperate-files: + title: 'build5nines.com: Terraform: Split main.tf into seperate files' + year: N/A + stars: 0 + description: '' +https://pod.chaoslever.com/hashicorp-under-ibms-wing: + title: '==pod.chaoslever.com: HashiCorp Under IBM’s Wing==' + year: N/A + stars: 0 + description: '' +https://build5nines.com/analyzing-ibms-acquisition-of-hashicorp-a-game-changer-in-hybrid-cloud-management: + title: 'build5nines.com: Analyzing IBM’s Acquisition of HashiCorp: A Game-Changer + in Hybrid Cloud Management' + year: N/A + stars: 0 + description: '' +https://dev.to/bhanufyi/effective-terraform-variable-management-in-github-actions-488l: + title: 'dev.to/bhanufyi: Effective Terraform Variable Management in GitHub Actions' + year: N/A + stars: 0 + description: '' +https://dev.to/env0/terraform-destroy-command-a-guide-to-controlled-infrastructure-removal-4af8: + title: 'dev.to/env0: Terraform Destroy Command: A Guide to Controlled Infrastructure + Removal' + year: N/A + stars: 0 + description: '' +https://build5nines.com/terraform-ip-functions-for-managing-ip-addresses-cidr-blocks-and-subnets: + title: 'build5nines.com: Terraform IP Functions for Managing IP Addresses, CIDR + Blocks, and Subnets' + year: N/A + stars: 0 + description: '' +https://masterpoint.io/updates/terraform-use-cases: + title: 'masterpoint.io: Three Terraform Use-cases You Need to Start Implementing' + year: N/A + stars: 0 + description: '' +https://build5nines.com/terraform-remove-resource-from-state-file-tfstate: + title: 'build5nines.com: Terraform: Remove Resource from State File (.tfstate)' + year: N/A + stars: 0 + description: '' +https://build5nines.com/terraform-how-are-data-sources-used: + title: 'build5nines.com: Terraform: How are Data Sources used?' + year: N/A + stars: 0 + description: '' +https://build5nines.com/terraform-conditional-if-variable-does-not-exist-try-function: + title: 'build5nines.com: Terraform: Conditional If Variable Does Not Exist (try + function)' + year: N/A + stars: 0 + description: '' +https://build5nines.com/output-link-to-azure-resources-from-terraform-project: + title: 'build5nines.com: Terraform: Output URL to Azure Portal for Azure Resources' + year: N/A + stars: 0 + description: '' +https://build5nines.com/terraform-state-management-explained: + title: 'build5nines.com: Terraform State Management Explained' + year: N/A + stars: 0 + description: '' +https://build5nines.com/working-with-yaml-in-terraform-using-the-yamldecode-and-yamlencode-functions: + title: 'build5nines.com: Working with YAML in Terraform using the `yamldecode` and + `yamlencode` Functions' + year: N/A + stars: 0 + description: '' +https://mattias.engineer/blog/2024/terraform-variable-cross-validation: + title: 'mattias.engineer: Terraform Variable Cross Validation' + year: N/A + stars: 0 + description: '' +https://www.nilebits.com/blog/2024/07/terraform-drift-detection: + title: 'nilebits.com: Understanding Terraform Drift Detection and Remediation 🌟' + year: N/A + stars: 0 + description: '' +https://spacelift.io/blog/terraform-backends: + title: spacelift.io/blog/terraform-backends + year: N/A + stars: 0 + description: '' +https://dev.to/spacelift/using-terraform-yaml-functions-3ade: + title: 'dev.to/spacelift: Using Terraform YAML Functions' + year: N/A + stars: 0 + description: '' +https://www.howdykloudy.in/blog/implementing-shift-left-for-terraform-an-introductory-guide: + title: 'howdykloudy.in: Implementing Shift Left for Terraform: An Introductory Guide + 🌟' + year: N/A + stars: 0 + description: '' +https://www.bejarano.io/terraform-plan-light: + title: '==bejarano.io/terraform-plan-light: terraform plan -light== 🌟' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/how-to-troubleshoot-5-common-terraform-errors: + title: '==acloudguru.com: How to troubleshoot 5 common Terraform errors==' + year: N/A + stars: 0 + description: '' +https://www.dronov.net/2024/02/22/terraform-the-terrible-en.html: + title: '==dronov.net: Terraform, the terrible==' + year: N/A + stars: 0 + description: '' +https://opencoreventures.com/blog/2023-08-23-hashicorp-switching-bsl-shows-need-for-open-charter-companies: + title: 'opencoreventures.com: HashiCorp switching to BSL shows a need for open charter + companies' + year: N/A + stars: 0 + description: '' +https://medium.com/@hello_9187/why-we-are-not-supporting-opentf-a46855f52dc4: + title: 'medium.com/@hello_9187: Why We Are Not Supporting OpenTF' + year: N/A + stars: 0 + description: '' +https://nedinthecloud.com/2024/01/22/comparing-opentofu-and-terraform: + title: 'nedinthecloud.com: Comparing Open TOFU And Terraform' + year: N/A + stars: 0 + description: '' +? https://thomasthornton.cloud/2024/02/15/ensuring-your-terraform-is-correctly-formatted-using-terraform-fmt-and-github-actions +: title: 'thomasthornton.cloud: Ensuring Your Terraform is Correctly Formatted Using + Terraform fmt and GitHub Actions' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=v_T1fuYGjV0&ab_channel=NedintheCloud: + title: '"Have you used the taint command in Terraform yet?"' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/terraform-stacks-explained: + title: '==hashicorp.com: Terraform stacks, explained==' + year: N/A + stars: 0 + description: '' +https://learn.hashicorp.com/tutorials/terraform/github-actions: + title: 'learn.hashicorp.com: Automate Terraform with GitHub Actions' + year: N/A + stars: 0 + description: '' +https://acloudguru.com/blog/engineering/how-to-use-github-actions-to-automate-terraform: + title: '==acloudguru.com: How to use GitHub Actions to automate Terraform==' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=4niy0_ZpQ1w&ab_channel=CloudQuickLabs: + title: '==youtube: AWS Backup Set Up Using Terraform cloud and GitHub Actions | + Cloud Quick Labs==' + year: N/A + stars: 0 + description: '' +https://thomasthornton.cloud/2021/03/19/deploy-terraform-using-github-actions-into-azure: + title: 'thomasthornton.cloud: Deploy Terraform using GitHub Actions to Azure' + year: N/A + stars: 0 + description: '' +https://build5nines.com/terraform-github-actions-automated-deployment: + title: 'build5nines.com: Terraform: GitHub Actions Automated Deployment' + year: N/A + stars: 0 + description: '' +https://medium.com/@bijit211987/devsecops-approach-with-terraform-and-ci-cd-pipelines-f556c2d5b40d: + title: 'medium.com/@bijit211987: DevSecOps Approach with Terraform and CI/CD Pipelines' + year: N/A + stars: 0 + description: '' +https://thomasthornton.cloud/2024/01/11/displaying-terraform-plans-in-github-prs-with-github-actions: + title: 'thomasthornton.cloud: Displaying Terraform Plans in GitHub PRs with GitHub + Actions' + year: N/A + stars: 0 + description: '' +https://dev.to/spacelift/how-to-manage-terraform-with-github-actions-5b10: + title: 'dev.to/spacelift: How to Manage Terraform with GitHub Actions' + year: N/A + stars: 0 + description: '' +https://docs.gitlab.com/ee/user/infrastructure/terraform_state.html: + title: 'docs.gitlab.com: GitLab managed Terraform State 🌟' + year: N/A + stars: 0 + description: '' +https://about.gitlab.com/blog/2021/08/10/how-to-agentless-gitops-aws: + title: 'about.gitlab.com: How to use a push-based approach for GitOps with Terraform + and AWS ECS and EC2' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/resources/testing-infrastructure-as-code-on-localhost: + title: Testing Infrastructure as Code on Localhost + year: N/A + stars: 0 + description: '' +https://mattias.engineer/posts/terraform-testing-and-validation: + title: '==mattias.engineer: A Comprehensive Guide to Testing in Terraform: Keep + your tests, validations, checks, and policies in order== 🌟' + year: N/A + stars: 0 + description: '' +https://terraform-docs.io/user-guide/introduction: + title: terraform-docs.io + year: N/A + stars: 0 + description: '' +https://github.com/PacoVK/tapir: + title: github.com/PacoVK/tapir + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=qGdGMnQ83SA: + title: 'youtube HashiCorp: Telemetry transformed: Terraforming Grafana for next-gen + dashboards' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/immutable-infrastructure-cicd-using-hashicorp-terr: + title: 'dzone: Immutable Infrastructure CI/CD Using Hashicorp Terraform and Jenkins' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/provisioning-aws-infrastructure-using-terraform-and-jenkins-cicd-pgj: + title: 'dev.to: Provisioning AWS Infrastructure using Terraform and Jenkins CI/CD' + year: N/A + stars: 0 + description: '' +https://github.com/vijaykedar/jenkins-setup-using-terraform: + title: github.com/vijaykedar/jenkins-setup-using-terraform + year: N/A + stars: 0 + description: '' +https://github.com/reneaudain/jenkins_tf_repo: + title: 'github.com/reneaudain/jenkins_tf_repo: Jenkins Server and S3 Artifact Storage + on AWS using Terraform' + year: N/A + stars: 0 + description: '' +https://medium.com/@mike_tyson_cloud/it-automation-10-alternatives-to-terraform-286107def5ad: + title: 'medium.com/@mike_tyson_cloud: IT Automation: 10 Alternatives To Terraform' + year: N/A + stars: 0 + description: '' +https://kvs-vishnu23.medium.com/is-aws-cdk-better-than-terraform-85194e7a42cd: + title: 'kvs-vishnu23.medium.com: Is AWS CDK better than Terraform?' + year: N/A + stars: 0 + description: '' +https://blog.gruntwork.io/a-comprehensive-guide-to-managing-secrets-in-your-terraform-code-1d586955ace1: + title: '==blog.gruntwork.io: A comprehensive guide to managing secrets in your Terraform + code== 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://learn.hashicorp.com/tutorials/terraform/cloud-agents: + title: 'learn.hashicorp.com: Manage Private Environments with Terraform Cloud Agents' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=W_PmtDm4IXk&ab_channel=RobertdeBock: + title: 'youtube: GitOps for infrastructure using GitHub and Terraform Cloud 🌟' + year: N/A + stars: 0 + description: '' +https://scalr.com: + title: 'scalr.com: An alternative to Terraform Cloud and Terraform Enterprise' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/new-apply-user-interface-for-terraform-cloud: + title: 'hashicorp.com: New Apply User Interface for Terraform Cloud' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/terraform-cloud-variable-sets-beta-now-available: + title: 'hashicorp.com: Terraform Cloud Variable Sets Beta Now Available' + year: N/A + stars: 0 + description: '' +https://devclass.com/2021/12/09/terraform_-_1: + title: 'devclass.com: Terraform 1.1 moves forward with refactoring helpers and native + Terraform Cloud integration' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/terraform-cloud-adds-drift-detection-for-infrastructure-management: + title: 'hashicorp.com: Terraform Cloud Adds Drift Detection for Infrastructure Management' + year: N/A + stars: 0 + description: '' +https://blog.gruntwork.io/how-to-manage-multiple-environments-with-terraform-32c7bc5d692: + title: '==blog.gruntwork.io: How to manage multiple environments with Terraform== + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@avyanab/deploy-a-two-tier-architecture-with-aws-and-terraform-cloud-c6087f118ba7: + title: 'medium.com/@avyanab: Deploy A Two-Tier Architecture with AWS and Terraform + Cloud' + year: N/A + stars: 0 + description: '' +https://spacelift.io/blog/what-is-terraform-cloud: + title: 'spacelift.io: Terraform Cloud – Overview, Key Features & Tutorial' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/terraform-cloud-adds-aggregated-vcs-reviews: + title: 'hashicorp.com: Terraform Cloud adds aggregated VCS reviews' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/7-ways-to-optimize-cloud-spend-with-terraform: + title: 'hashicorp.com: 7 ways to optimize cloud spend with Terraform' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/infrastructure-cloud: + title: hashicorp.com/infrastructure-cloud + year: N/A + stars: 0 + description: '' +https://build5nines.com/what-is-the-hashicorp-infrastructure-cloud: + title: 'build5nines.com: What is The HashiCorp Infrastructure Cloud?' + year: N/A + stars: 0 + description: '' +https://medium.com/@elliotgraebert/four-great-alternatives-to-hashicorps-terraform-cloud-6e0a3a0a5482: + title: 'medium.com/@elliotgraebert: Four Great Alternatives to HashiCorp’s Terraform + Cloud' + year: N/A + stars: 0 + description: '' +https://digger.dev: + title: digger.dev + year: N/A + stars: 0 + description: '' +https://spacelift.io: + title: spacelift.io + year: N/A + stars: 0 + description: '' +https://github.com/hashicorp/hcl: + title: 'github.com/hashicorp/hcl: HCL' + year: N/A + stars: 0 + description: '' +https://octopus.com/blog/introduction-to-hcl-and-hcl-tooling: + title: 'octopus.com: Introduction to HCL and HCL tooling' + year: N/A + stars: 0 + description: '' +https://github.com/hashicorp/terraform-cdk: + title: terraform-cdk 🌟 + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2020/07/cdk-terraform: + title: 'infoq.com: cdk-terraform - Cloud Development Kit Can Now Generate Terraform + Configurations Using TypeScript and Python' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/cdk-for-terraform-enabling-python-and-typescript-support: + title: 'hashicorp.com: CDK for Terraform: Enabling Python & TypeScript Support' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/announcing-cdk-for-terraform-0-1: + title: 'hashicorp.com: Announcing CDK for Terraform 0.1' + year: N/A + stars: 0 + description: '' +https://www.ansible.com/blog/providing-terraform-with-that-ansible-magic: + title: '==ansible.com: Providing Terraform with that Ansible Magic== 🌟🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@dmglascoe/deploying-iam-users-and-s3-buckets-using-boto3-and-terraform-71ec04b2e14b: + title: 'medium.com/@dmglascoe: ==Deploying IAM Users and S3 Buckets using Boto3 + and Terraform==' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/resources/terraform-practices-the-good-the-bad-and-the-ugly: + title: 'hashicorp.com: Terraform Practices: The Good, the Bad, and the Ugly' + year: N/A + stars: 0 + description: '' +https://opensource.com/article/21/8/terraform-deploy-helm: + title: 'opensource.com: How I use Terraform and Helm to deploy the Kubernetes Dashboard + 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/infracost/infracost: + title: Infracost 🌟 + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/a-guide-to-cloud-cost-optimization-with-hashicorp-terraform: + title: A Guide to Cloud Cost Optimization with HashiCorp Terraform 🌟 + year: N/A + stars: 0 + description: '' +https://pratapreddypilaka.blogspot.com/2023/11/azure-finops-using-terraform-and.html: + title: 'pratapreddypilaka.blogspot.com: Azure FinOps using Terraform and Infracost + - Finding the hourly or monthly cost before Azure DevOps Deployments' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/how-estimate-cloud-costs-terraform-azure-aws-gcp-etc-via-kaan-turgut-msexc: + title: 'linkedin.com/pulse: How to Estimate Cloud Costs with Terraform (Azure, AWS, + GCP, etc.) via Azure DevOps Pipelines' + year: N/A + stars: 0 + description: '' +https://github.com/Azure/awesome-terraform: + title: github.com/Azure/awesome-terraform + year: N/A + stars: 0 + description: '' +https://github.com/ozbillwang/terraform-best-practices: + title: github.com/ozbillwang/terraform-best-practices + year: N/A + stars: 0 + description: '' +https://globaldatanet.com/blog/terraform-cicd-best-practices: + title: 'globaldatanet.com: Terraform CI/CD Best Practices' + year: N/A + stars: 0 + description: '' +https://bridgecrew.io/blog/terraform-security-101-best-practices-for-secure-infrastructure-as-code: + title: '==bridgecrew.io: Terraform security 101: Best practices for secure infrastructure + as code== 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@ranjana-jha/infrastructure-as-a-code-best-practices-terraform-d7ae4291d621: + title: 'medium.com/@ranjana-jha: Infrastructure as a code best practices : Terraform' + year: N/A + stars: 0 + description: '' +https://sairamkrish.medium.com/terraform-best-practices-and-project-setup-1772ad04cf5e: + title: 'sairamkrish.medium.com: Terraform β€” Best practices and project setup' + year: N/A + stars: 0 + description: '' +https://medium.com/spacelift/terraform-best-practices-for-better-infrastructure-management-49e0859b5537: + title: 'medium.com/spacelift: Terraform Best Practices for Better Infrastructure + Management' + year: N/A + stars: 0 + description: '' +https://medium.com/schibsted-engineering/ultimate-terraform-project-structure-9fc7e79f6bc6: + title: 'medium.com/schibsted-engineering: Ultimate Terraform project structure 🌟' + year: N/A + stars: 0 + description: '' +https://developer.hashicorp.com/terraform/cloud-docs/recommended-practices/part3: + title: 'developer.hashicorp.com: Part 3: How to Evolve Your Provisioning Practices' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/terraforms-best-practices-and-pitfalls: + title: 'thenewstack.io: Terraform’s Best Practices and Pitfalls' + year: N/A + stars: 0 + description: '' +https://build5nines.com/terraform-best-practices-for-writing-clean-readable-and-maintainable-code: + title: 'build5nines.com: Terraform Best Practices for Writing Clean, Readable, and + Maintainable Code' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/resources/opinionated-terraform-best-practices-and-anti-patterns: + title: 'hashicorp.com: Opinionated Terraform Best Practices and Anti-Patterns' + year: N/A + stars: 0 + description: '' +https://spacelift.io/blog/terraform-best-practices: + title: 'spacelift.io: 20 Terraform Best Practices to Improve your TF workflow 🌟' + year: N/A + stars: 0 + description: '' +https://blog.coderco.io/p/terraform-best-practices-series-lessons: + title: 'blog.coderco.io: Terraform Best Practices Series - Lessons from the Battlefield: + Part 1' + year: N/A + stars: 0 + description: '' +https://blog.coderco.io/p/terraform-best-practices-series-lessons-0cd: + title: 'blog.coderco.io: Terraform Best Practices Series - Lessons from the Battlefield: + Part 2' + year: N/A + stars: 0 + description: '' +https://www.reddit.com/r/Terraform/comments/19arrun/comment/kinusdl: + title: 'reddit.com/r/Terraform: Terraform Experts! Anyone experienced in designing + enterprise grade reusable terraform code?' + year: N/A + stars: 0 + description: '' +https://medium.com/@junjun231953_53717/terraform-best-practices-737153356d41: + title: 'medium.com/@junjun231953_53717: Terraform Best Practices' + year: N/A + stars: 0 + description: '' +https://iopshub.medium.com/terraform-best-practices-everyone-should-know-a7c76ba9f085: + title: 'iopshub.medium.com: Terraform Best Practices Everyone Should Know' + year: N/A + stars: 0 + description: '' +https://thomasthornton.cloud/2024/04/25/using-terraform-tfvars-for-environment-agnostic-deployments: + title: 'thomasthornton.cloud: Using Terraform tfvars for environment-agnostic deployments + 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/manage-multiple-environments-with-terraform-worksp: + title: 'dzone: Manage Multiple Environments With Terraform Workspaces' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/announcing-support-for-aws-lambda-code-signing-in-the-terraform-aws-provider: + title: 'hashicorp.com: Announcing Support for Code Signing for AWS Lambda in the + Terraform AWS Provider' + year: N/A + stars: 0 + description: '' +? https://medium.com/devops-mojo/terraform-workspaces-overview-what-is-terraform-workspace-introduction-getting-started-519848392724 +: title: '==medium.com/devops-mojo: Terraform β€” Workspaces Overview== 🌟' + year: N/A + stars: 0 + description: '' +? https://build5nines.com/best-practices-to-promote-from-dev-to-prod-environments-with-hashicorp-terraform-using-workspaces-and-folders +: title: 'build5nines.com: Best Practices to Promote from DEV to PROD Environments + with HashiCorp Terraform using Workspaces and Folders 🌟' + year: N/A + stars: 0 + description: '' +https://awesomeopensource.com/project/cloudposse/terraform-aws-multi-az-subnets: + title: 'awesomeopensource.com: Terraform Aws Multi Az Subnets' + year: N/A + stars: 0 + description: '' +https://github.com/cloudposse?q=terraform-: + title: github.com/cloudposse?q=terraform- + year: N/A + stars: 0 + description: '' +https://github.com/devopshubproject/azure-terraform-ansible: + title: devopshubproject/azure-terraform-ansible + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/new-terraform-tutorials-on-provisioning-and-managing-kubernetes-clusters: + title: 'hashicorp.com: New Terraform Tutorials on Provisioning and Managing Kubernetes + Clusters 🌟' + year: N/A + stars: 0 + description: '' +https://hodovi.cc/blog/creating-low-cost-managed-kubernetes-cluster-personal-development-terraform: + title: 'hodovi.cc: Creating a Low Cost Managed Kubernetes Cluster for Personal Development + using Terraform' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/resources/deploying-managing-minimal-app-kubernetes-cluster-terraform-ansible: + title: Deploying and Managing a Minimal App in a Kubernetes Cluster with Terraform + and Ansible + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/deploy-any-resource-with-the-new-kubernetes-provider-for-hashicorp-terraform: + title: Deploy Any Resource With The New Kubernetes Provider for HashiCorp Terraform + year: N/A + stars: 0 + description: '' +https://kubernetes.io/blog/2020/06/working-with-terraform-and-kubernetes: + title: 'kubernetes.io blog: Working with Terraform and Kubernetes' + year: N/A + stars: 0 + description: '' +https://www.phillipsj.net/posts/dynamically-loaded-terraform-providers: + title: 'phillipsj.net: Dynamically Loaded Terraform Providers 🌟' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/announcing-version-2-0-kubernetes-and-helm-providers-for-hashicorp-terraform: + title: 'hashicorp.com: Announcing Version 2.0 of the Kubernetes and Helm Providers + for HashiCorp Terraform 🌟' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/wait-conditions-in-the-kubernetes-provider-for-hashicorp-terraform: + title: 'hashicorp.com: Wait Conditions in the Kubernetes Provider for HashiCorp + Terraform' + year: N/A + stars: 0 + description: '' +https://itnext.io/terraform-dont-use-kubernetes-provider-with-your-cluster-resource-d8ec5319d14a: + title: 'itnext.io: Terraform: don’t use kubernetes provider with your cluster resource! + 🌟' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/kubernetes-terraform: + title: 'learnk8s.io/kubernetes-terraform: Creating Kubernetes clusters with Terraform' + year: N/A + stars: 0 + description: '' +https://blog.kasten.io/concepts-behind-terraform-and-kubernetes: + title: 'blog.kasten.io: Working with Kubernetes and Terraform Part 1: Concepts Behind + Terraform and Kubernetes' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/a-better-way-to-provision-kubernetes-using-terraform: + title: 'thenewstack.io: A Better Way to Provision Kubernetes Using Terraform' + year: N/A + stars: 0 + description: '' +https://learn.hashicorp.com/tutorials/terraform/multicloud-kubernetes: + title: '==learn.hashicorp.com: Deploy Federated Multi-Cloud Kubernetes Clusters==' + year: N/A + stars: 0 + description: '' +https://www.architect.io/blog/2021-02-17/terraform-kubernetes-tutorial: + title: 'architect.io: Get started with the Terraform Kubernetes provider' + year: N/A + stars: 0 + description: '' +https://releasehub.com/blog/terraform-kubernetes-deployment-a-detailed-walkthrough: + title: 'releasehub.com: Terraform Kubernetes Deployment: A Detailed Walkthrough' + year: N/A + stars: 0 + description: '' +https://medium.com/@vinoji2005/using-terraform-with-kubernetes-a-comprehensive-guide-237f6bbb0586: + title: 'medium.com/@vinoji2005: Using Terraform with Kubernetes: A Comprehensive + Guide' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/announcing-general-availability-hashicorp-terraform-cloud-operator-for-kubernetes: + title: 'hashicorp.com: Announcing General Availability of the HashiCorp Terraform + Cloud Operator for Kubernetes 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/hashicorp/terraform-k8s: + title: 'hashicorp/terraform-k8s: Terraform Cloud Operator for Kubernetes' + year: N/A + stars: 0 + description: '' +https://medium.com/avmconsulting-blog/deploy-infrastructure-with-the-terraform-cloud-operator-for-kubernetes-a179ea4dbbfe: + title: 'medium: Deploy Infrastructure with the Terraform Cloud Operator for Kubernetes + 🌟' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/terraform-cloud-operator-2-3-adds-workspace-run-operations: + title: 'hashicorp.com: Terraform Cloud Operator 2.3 adds workspace run operations' + year: N/A + stars: 0 + description: '' +https://spacelift.io/blog/how-to-provision-aws-eks-kubernetes-cluster-with-terraform: + title: 'spacelift.io: How to Provision an AWS EKS Kubernetes Cluster with Terraform' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/terraform-gke: + title: 'learnk8s.io/terraform-gke: Provisioning Kubernetes clusters on AWS with + Terraform and GKE 🌟' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/terraform-eks: + title: 'learnk8s.io/terraform-eks: Provisioning Kubernetes clusters on AWS with + Terraform and EKS 🌟' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/terraform-aks: + title: 'learnk8s.io/terraform-aks: Provisioning Kubernetes clusters on AWS with + Terraform and AKS 🌟' + year: N/A + stars: 0 + description: '' +https://learnk8s.io/terraform-lke: + title: 'learnk8s.io/terraform-lke: Provisioning Kubernetes clusters on Linode with + Terraform 🌟' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/platform-as-code-with-openshift-amp-terraform: + title: 'Dzone: Platform as Code With Openshift and Terraform' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/fasttrack-for-azure/can-i-create-an-azure-red-hat-openshift-cluster-in-terraform-yes/ba-p/3670889 +: title: '==techcommunity.microsoft.com: Can I create an Azure Red Hat OpenShift cluster + in Terraform? Yes, you can!==' + year: N/A + stars: 0 + description: '' +https://gist.github.com/chadmcrowell/4d11b8a56aba3bdc32ea73c31104357b: + title: 'gist.github.com/chadmcrowell: AKS w/Virtual Nodes (ACI)' + year: N/A + stars: 0 + description: '' +https://github.com/garutilorenzo/k3s-aws-terraform-cluster: + title: garutilorenzo/k3s-aws-terraform-cluster + year: N/A + stars: 0 + description: '' +https://github.com/c0dyhi11/k3s-linkerd: + title: Global K3s Deployment on Packet Baremetal 🌟 + year: N/A + stars: 0 + description: '' +https://cloud.google.com/docs/terraform/blueprints/terraform-blueprints: + title: '==cloud.google.com: Terraform blueprints and modules for Google Cloud== + 🌟' + year: N/A + stars: 0 + description: '' +https://medium.com/@nanditasahu031/terraform-with-gcp-cloud-d25d60a6e740: + title: 'medium.com/@nanditasahu031: Terraform with GCP Cloud' + year: N/A + stars: 0 + description: '' +https://medium.com/google-cloud/setting-up-config-connector-with-terraform-helm-8ce2f45f48a4: + title: 'medium.com/google-cloud: Setting up Config Connector with Terraform & Helm' + year: N/A + stars: 0 + description: '' +https://medium.com/@tarikucar/getting-started-with-google-cloud-storage-with-terraform-dfb26d85e2dd: + title: 'medium.com/@tarikucar: Getting started with Google Cloud Storage with Terraform + πŸš€' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/gcp-advanced-terraform-interactive-learning-challeng-kaan-turgut-guipc: + title: 'linkedin.com/pulse: GCP-Advanced-Terraform-Interactive-Learning-Challenge' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/access-google-cloud-from-hcp-terraform-with-workload-identity: + title: 'hashicorp.com: Access Google Cloud from HCP Terraform with workload identity' + year: N/A + stars: 0 + description: '' +https://circleci.com/blog/learn-iac-part1: + title: 'circleci.com: Infrastructure as Code, part 1: create a Kubernetes cluster + with Terraform' + year: N/A + stars: 0 + description: '' +https://circleci.com/blog/learn-iac-part02: + title: 'circleci.com: Infrastructure as Code, part 2: build Docker images and deploy + to Kubernetes with Terraform' + year: N/A + stars: 0 + description: '' +https://circleci.com/blog/learn-iac-part3: + title: 'circleci.com: Infrastructure as Code, part 3: automate Kubernetes deployments + with CI/CD and Terraform' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/terraform-adds-support-for-gke-autopilot: + title: 'hashicorp.com: Terraform Adds Support for GKE Autopilot' + year: N/A + stars: 0 + description: '' +https://hackernoon.com/exporting-your-gke-cluster-to-terraform-cloud-a-guide-with-challenges-and-solutions: + title: 'hackernoon.com: Exporting Your GKE Cluster to Terraform Cloud: A Guide with + Challenges and Solutions' + year: N/A + stars: 0 + description: '' +https://github.com/roib20/terraform-provision-gke-cloudflare: + title: 'github.com/roib20: Terraform - Provision a GKE Cluster with Cloudflare Ingress + and ArgoCD' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/terraform-with-aws: + title: 'Dzone: terraform with AWS' + year: N/A + stars: 0 + description: '' +https://github.com/terraform-aws-modules/terraform-aws-solutions: + title: ==github.com/terraform-aws-modules/terraform-aws-solutions== + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/resources/terraform-what-instacart-learned-managing-over-50-aws-rds-postgresql-instances: + title: 'hashicorp.com: Terraforming RDS: What Instacart Learned Managing Over 50 + AWS RDS PostgreSQL Instances with Terraform' + year: N/A + stars: 0 + description: '' +https://dzone.com/articles/how-to-deploy-apps-effortlessly-with-packer-and-te: + title: 'Dzone: how to deploy apps effortlessly with **packer and terraform**' + year: N/A + stars: 0 + description: '' +https://stories.schubergphilis.com/terraform-aws-management-using-your-google-account-cfe5ea70c75: + title: 'stories.schubergphilis.com: (Terraform) AWS management using your Google + account' + year: N/A + stars: 0 + description: '' +https://thenewstack.io/terraform-on-aws-multi-account-setup-and-other-advanced-tips: + title: 'thenewstack.io: Terraform on AWS: Multi-Account Setup and Other Advanced + Tips' + year: N/A + stars: 0 + description: '' +https://medium.com/faun/provisioning-aws-infrastructure-with-terraform-6ab885fb3fcb: + title: 'medium: How to Provision AWS Infrastructure with Terraform? 🌟' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/terraform-aws-provider-continues-to-expand-coverage: + title: 'hashicorp.com: Terraform AWS Provider Continues to Expand Coverage' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2022/02/terraform-aws-provider-s3: + title: 'infoq.com: HashiCorp Terraform AWS Provider Introduces Significant Changes + to Amazon S3 Bucket Resource' + year: N/A + stars: 0 + description: '' +https://dev.to/arpanadhikari/reusable-aws-iam-role-for-service-accounts-irsa-for-k8s-terraform-module-2og2: + title: 'dev.to/arpanadhikari: Reusable AWS iam role for service-accounts (IRSA for + k8s ) terraform module' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/terraform-setup-for-using-aws-lambda-with-s3-2b8ba286b6d7: + title: 'betterprogramming.pub: Terraform Setup for Using AWS Lambda With S3' + year: N/A + stars: 0 + description: '' +https://aws.amazon.com/blogs/infrastructure-and-automation/save-time-with-automated-security-checks-of-terraform-scripts: + title: 'aws.amazon.com: Save time with automated security checks of your Terraform + scripts' + year: N/A + stars: 0 + description: '' +https://haque-zubair.medium.com/aws-lambda-api-gateway-with-terraform-bd143b1c56bb: + title: 'haque-zubair.medium.com: AWS API Gateway & Lambda with Terraform' + year: N/A + stars: 0 + description: '' +https://medium.com/@abhimanyubajaj98/deploying-kubernetes-from-scratch-with-terraform-a-step-by-step-guide-7d628910efd0: + title: 'medium.com/@abhimanyubajaj98: Deploying Kubernetes from Scratch with Terraform: + A Step-by-Step Guide' + year: N/A + stars: 0 + description: '' +https://aws.plainenglish.io/building-aws-infrastructure-with-terraform-modules-2cee480be24d: + title: 'aws.plainenglish.io: Building AWS Infrastructure with Terraform Modules' + year: N/A + stars: 0 + description: '' +https://khainas.dev/create-ssh-tunnel-in-aws-with-terraform-62d1f6968e5d: + title: 'khainas.dev: Create SSH tunnel in AWS with Terraform' + year: N/A + stars: 0 + description: '' +https://faun.pub/configuring-a-highly-available-infrastructure-in-aws-using-terraform-2fc9dbb519b6: + title: 'faun.pub: Configuring a Highly Available Infrastructure in AWS using Terraform' + year: N/A + stars: 0 + description: '' +https://towardsaws.com/terraform-basics-creating-custom-aws-vpc-subnets-and-route-tables-4e7075135e99: + title: 'towardsaws.com: Terraform Basics: Creating Custom AWS VPC, Subnets, and + Route Tables' + year: N/A + stars: 0 + description: '' +https://medium.com/@anatoliydadashev/terraform-aws-decoupled-architecture-9135df865310: + title: 'medium.com/@anatoliydadashev: Terraform & AWS decoupled architecture' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/how-to-deploy-a-serverless-website-with-terraform-5677: + title: 'dev.to: How to deploy a serverless website with Terraform' + year: N/A + stars: 0 + description: '' +https://towardsaws.com/creating-a-bastion-host-for-secure-access-to-your-aws-infrastructure-with-terraform-17ee287bb3d: + title: '==towardsaws.com: Creating a Bastion Host for Secure Access to Your AWS + Infrastructure with Terraform==' + year: N/A + stars: 0 + description: '' +https://github.com/aws-samples/service-catalog-engine-for-terraform-os: + title: '==github.com/aws-samples: AWS Service Catalog Engine for Terraform==' + year: N/A + stars: 0 + description: '' +https://dev.to/yet_anotherdev/aws-rds-scaling-postgres-30ic: + title: 'dev.to: Terraforming AWS RDS : Scaling Postgres' + year: N/A + stars: 0 + description: '' +https://medium.com/aws-infrastructure/create-aws-vpc-infrastructure-with-terraform-308afed9fe31: + title: 'medium.com/aws-infrastructure: Create AWS VPC Infrastructure with Terraform' + year: N/A + stars: 0 + description: '' +https://numericaideas.com/blog/auto-scaling-group-on-aws-with-terraform: + title: 'numericaideas.com: Auto Scaling Group on AWS with Terraform' + year: N/A + stars: 0 + description: '' +https://aws.plainenglish.io/terraform-hands-on-project-d2105bbc0c62: + title: 'aws.plainenglish.io: Terraform Hands-on Project' + year: N/A + stars: 0 + description: '' +https://devopscube.com/terraform-autoscaling-group: + title: 'devopscube.com: AWS Terraform Autoscaling Group With ALB Deployment Tutorial' + year: N/A + stars: 0 + description: '' +https://medium.com/cloud-native-daily/how-to-securely-manage-terraform-state-file-in-aws-using-terraform-7c20b211c9cb: + title: 'medium.com/cloud-native-daily: How to Securely Manage Terraform State File + in AWS Using Terraform' + year: N/A + stars: 0 + description: '' +https://dev.to/monarene/dynamic-volume-provisioning-in-kubernetes-with-aws-and-terraform-3m6h: + title: 'dev.to/monarene: Dynamic Volume Provisioning in Kubernetes with AWS and + Terraform' + year: N/A + stars: 0 + description: '' +https://blog.awsfundamentals.com/aws-lambda-with-terraform: + title: 'blog.awsfundamentals.com: Mastering AWS Lambda with Terraform: A Comprehensive + Guide' + year: N/A + stars: 0 + description: '' +https://medium.com/@rizkiprass/beginner-terraform-tutorial-launching-ec2-in-aws-using-terraform-73f6d99e6233: + title: 'medium.com/@rizkiprass: Beginner Terraform Tutorial: Launching EC2 in AWS + using Terraform' + year: N/A + stars: 0 + description: '' +https://github.com/squareops/terraform-aws-vpc: + title: github.com/squareops/terraform-aws-vpc + year: N/A + stars: 0 + description: '' +https://devxblog.hashnode.dev/terraform-with-aws: + title: 'devxblog.hashnode.dev: Terraform with AWS' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/deploying-a-containerized-app-to-ecs-fargate-using-a-private-ecr-repo-terragrunt-5b8a: + title: 'dev.to/aws-builders: Deploying a Containerized App to ECS Fargate Using + a Private ECR Repo & Terragrunt' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/how-to-create-an-aws-sandbox-account-using-terraform-c3592a6d8abd: + title: 'blog.devops.dev: How to create an AWS sandbox account using terraform' + year: N/A + stars: 0 + description: '' +https://towardsaws.com/automating-static-website-deployment-a-guide-to-ci-cd-with-aws-and-terraform-bb6fcbae5667: + title: 'towardsaws.com: Automating Static Website Deployment: A Guide to CI/CD with + AWS and Terraform' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=3uDxwNOtilU: + title: 'youtube: Three tier architecture using Terraform in AWs' + year: N/A + stars: 0 + description: '' +https://github.com/tokarev-artem/auto-ec2-setup: + title: github.com/tokarev-artem/auto-ec2-setup + year: N/A + stars: 0 + description: '' +https://dev.to/chinmay13/aws-networking-with-terraform-vpc-transit-gateway-between-vpcs-1ne4: + title: 'dev.to/chinmay13: AWS Networking with Terraform: VPC Transit Gateway between + VPCs' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/terraform-aws-cloud-control-api-provider-now-generally-available: + title: 'hashicorp.com: Terraform AWS Cloud Control API provider now generally available' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/my-service-mesh-journey-with-terraform-on-aws-cloud-part-1-3hee: + title: 'dev.to/aws-builders: My Service Mesh journey with Terraform on AWS Cloud + - Part 1' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/my-service-mesh-journey-with-terraform-on-aws-cloud-part-2-58fd: + title: 'dev.to/aws-builders: My Service Mesh journey with Terraform on AWS Cloud + - Part 2' + year: N/A + stars: 0 + description: '' +https://github.com/infrahouse/terraform-aws-ecs: + title: github.com/infrahouse/terraform-aws-ecs + year: N/A + stars: 0 + description: '' +https://dev.to/bennyfmo_237/deploying-basic-infrastructure-on-aws-with-terraform-1k68: + title: 'dev.to/bennyfmo_237: Deploying Basic Infrastructure on AWS with Terraform' + year: N/A + stars: 0 + description: '' +? https://aws.amazon.com/blogs/aws/new-self-service-provisioning-of-terraform-open-source-configurations-with-aws-service-catalog +: title: ==New – Self-Service Provisioning of Terraform Open-Source Configurations + with AWS Service Catalog== 🌟🌟🌟 + year: N/A + stars: 0 + description: '' +https://github.com/aws-observability: + title: github.com/aws-observability + year: N/A + stars: 0 + description: '' +https://aws-observability.github.io/terraform-aws-observability-accelerator: + title: '==aws-observability.github.io: AWS Observability Accelerator for Terraform== + 🌟' + year: N/A + stars: 0 + description: '' +https://aws-observability.github.io/terraform-aws-observability-accelerator/eks/tracing: + title: 'aws-observability.github.io: Tracing on Amazon EKS' + year: N/A + stars: 0 + description: '' +https://github.com/maddevsio/aws-eks-base: + title: 'github.com/maddevsio/aws-eks-base: Boilerplate for a basic AWS infrastructure + with EKS cluster 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/aws-samples/aws-eks-accelerator-for-terraform: + title: 'github.com/aws-samples/aws-eks-accelerator-for-terraform: AWS EKS Accelerator + for Terraform 🌟' + year: N/A + stars: 0 + description: '' +https://sebinxavi.medium.com/eks-cluster-deployment-using-terraform-685c89b14f72: + title: 'sebinxavi.medium.com: EKS cluster deployment using Terraform' + year: N/A + stars: 0 + description: '' +https://itnext.io/how-to-design-and-provision-a-production-ready-eks-cluster-f24156ac29b2: + title: 'itnext.io: How to Design and Provision a Production-Ready EKS Cluster' + year: N/A + stars: 0 + description: '' +https://faun.pub/building-an-eks-fargate-cluster-with-terraform-9736813e1196: + title: 'faun.pub: Building an EKS Fargate cluster with Terraform' + year: N/A + stars: 0 + description: '' +https://medium.com/devgurus/building-production-grade-eks-clusters-using-terraform-df016d239a54: + title: 'medium.com/devgurus: Building production grade EKS clusters using Terraform' + year: N/A + stars: 0 + description: '' +? https://medium.com/devops-mojo/terraform-provision-amazon-eks-cluster-using-terraform-deploy-create-aws-eks-kubernetes-cluster-tf-4134ab22c594 +: title: 'medium.com/devops-mojo: Terraform β€” Provision Amazon EKS Cluster using Terraform' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/creating-an-eks-cluster-and-node-group-with-terraform-1lf6: + title: 'dev.to: Creating an EKS Cluster and Node Group with Terraform' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/install-manage-amazon-eks-add-ons-with-terraform-2dea: + title: 'dev.to: Install & Manage Amazon EKS Add-ons with Terraform' + year: N/A + stars: 0 + description: '' +https://github.com/garutilorenzo/k8s-aws-terraform-cluster: + title: garutilorenzo/k8s-aws-terraform-cluster + year: N/A + stars: 0 + description: '' +https://github.com/terraform-aws-modules/terraform-aws-eks: + title: 'github.com/terraform-aws-modules/terraform-aws-eks: AWS EKS Terraform module' + year: N/A + stars: 0 + description: '' +https://itnext.io/build-an-eks-cluster-with-terraform-d35db8005963: + title: '==itnext.io: Build EKS cluster with Terraform== 🌟' + year: N/A + stars: 0 + description: '' +https://faun.pub/aws-eks-with-terraform-and-gitops-in-minutes-b3ca33171209: + title: 'faun.pub: Amazon EKS with Terraform and GitOps in minutes' + year: N/A + stars: 0 + description: '' +https://awstip.com/streamlining-aws-eks-cluster-volume-management-with-helm-and-terraform-ebs-csi-driver-78e1d51532ee: + title: 'awstip.com: Streamlining AWS EKS Cluster Volume Management with Helm and + Terraform: EBS CSI Driver + Self-Managed AddOn Option' + year: N/A + stars: 0 + description: '' +https://hewi.blog/deploying-an-eks-cluster-using-terraform: + title: 'hewi.blog: Deploying an EKS cluster using Terraform' + year: N/A + stars: 0 + description: '' +https://platformwale.blog/2023/07/15/create-amazon-eks-cluster-within-its-vpc-using-terraform: + title: 'platformwale.blog: Create Amazon EKS Cluster within its VPC using Terraform' + year: N/A + stars: 0 + description: '' +https://medium.com/@ernestkwashie3/provisioning-amazon-elastic-kubernetes-service-eks-cluster-using-terraform-5e07f1f0dc32: + title: 'medium.com/@ernestkwashie3: Provisioning Amazon Elastic Kubernetes Service + (EKS) Cluster using Terraform' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/navigating-aws-eks-with-terraform-understanding-vpc-essentials-for-eks-cluster-management-51e3: + title: 'dev.to/aws-builders: Navigating AWS EKS with Terraform: Understanding VPC + Essentials for EKS Cluster Management' + year: N/A + stars: 0 + description: '' +https://dev.to/verifacrew/how-to-assume-an-aws-iam-role-from-a-service-account-in-eks-with-terraform-28gd: + title: 'dev.to/verifacrew: How to assume an AWS IAM role from a Service Account + in EKS with Terraform' + year: N/A + stars: 0 + description: '' +https://medium.com/@vajrapuvinod/mastering-ingress-context-path-based-routing-in-aws-eks-using-terraform-0db2bbbae474: + title: 'medium.com/@vajrapuvinod: Mastering Ingress Context Path Based Routing in + AWS EKS using AWS Load Balancer Controller through Terraform' + year: N/A + stars: 0 + description: '' +https://registry.terraform.io/providers/hashicorp/awscc/latest: + title: awscc + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/announcing-terraform-aws-cloud-control-provider-tech-preview: + title: 'hashicorp.com: Announcing Terraform AWS Cloud Control Provider Tech Preview' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/resources/using-the-terraform-aws-cloud-control-provider: + title: 'hashicorp.com: Using the Terraform AWS Cloud Control Provider' + year: N/A + stars: 0 + description: '' +https://www.trek10.com/blog/control-tower-then-vs-now: + title: 'trek10.com: Control Tower: Then vs Now' + year: N/A + stars: 0 + description: '' +https://github.com/porscheofficial/terraform-aws-ecr-watch: + title: porscheofficial/terraform-aws-ecr-watch + year: N/A + stars: 0 + description: '' +https://serverless.tf: + title: '==serverless.tf: Doing serverless with Terraform==' + year: N/A + stars: 0 + description: '' +https://registry.terraform.io/modules/azurerm/resources/azure/latest: + title: 'registry.terraform.io: Terraform Azure Resources 🌟' + year: N/A + stars: 0 + description: '' +https://build5nines.com/get-started-with-terraform-on-microsoft-azure: + title: 'build5nines.com: Get Started with Terraform on Azure' + year: N/A + stars: 0 + description: '' +https://medium.com/01001101/using-terraform-with-azure-the-right-way-35af3b51a6b0: + title: 'medium: Using Terraform with Azure β€” the right way' + year: N/A + stars: 0 + description: '' +https://github.com/kuhlman-labs/terraform-azurerm-landing-zone: + title: github.com/kuhlman-labs/terraform-azurerm-landing-zone + year: N/A + stars: 0 + description: '' +https://cloudbuild.co.uk/how-to-install-terraform: + title: 'cloudbuild.co.uk: Part 1: Terraform with Azure - How to install Terraform' + year: N/A + stars: 0 + description: '' +https://cloudbuild.co.uk/part-2-terraform-with-azure-how-to-install-azure-cli: + title: 'cloudbuild.co.uk: Part 2: Terraform with Azure - How to install Azure CLI' + year: N/A + stars: 0 + description: '' +https://cloudbuild.co.uk/part-3-terraform-with-azure-how-to-install-visual-studio-code: + title: 'cloudbuild.co.uk: Part 3: Terraform with Azure - How to install Visual Studio + Code' + year: N/A + stars: 0 + description: '' +https://cloudbuild.co.uk/part-4-terraform-with-azure-how-to-install-azure-terraform-plugin-in-visual-code: + title: 'cloudbuild.co.uk: Part 4: Terraform with Azure - How to install Azure Terraform + Plugin in Visual Studio Code' + year: N/A + stars: 0 + description: '' +https://cloudbuild.co.uk/part-5-terraform-with-azure-install-git-and-enable-in-visual-studio-code: + title: 'cloudbuild.co.uk: Part 5: Terraform with Azure - Install Git and initialise + repository' + year: N/A + stars: 0 + description: '' +https://cloudbuild.co.uk/part-6-terraform-with-azure-deploy-resources-in-azure: + title: 'cloudbuild.co.uk: Part 6: Terraform with Azure - Deploy resources in Azure' + year: N/A + stars: 0 + description: '' +https://cloudbuild.co.uk/part-7-terraform-with-azure-deploy-a-variables-file-in-terraform: + title: 'cloudbuild.co.uk: Part 7: Terraform with Azure - Deploy a variables file + in Terraform' + year: N/A + stars: 0 + description: '' +https://cloudbuild.co.uk/part-8-terraform-with-azure-deploy-a-terraform-tfvars-file: + title: 'cloudbuild.co.uk: Part 8: Terraform with Azure - Deploy terraform.tfvars + file' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-migration-and/implement-azure-landing-zones-with-hashicorp-terraform/ba-p/3241071 +: title: 'techcommunity.microsoft.com: Implement Azure landing zones with HashiCorp + Terraform' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/configuring-azure-application-gateway-with-consul-terraform-sync: + title: 'hashicorp.com: Configuring Azure Application Gateway with Consul-Terraform-Sync' + year: N/A + stars: 0 + description: '' +https://www.azureviking.com/post/terraform-module-azure-dns-private-resolver: + title: 'azureviking.com: Terraform module: Azure DNS Private Resolver' + year: N/A + stars: 0 + description: '' +https://github.com/thomast1906/terraform-on-azure: + title: ==github.com/thomast1906/terraform-on-azure== + year: N/A + stars: 0 + description: '' +https://blog.cloudtrooper.net/2023/08/19/dry-terraform-code-for-private-link-and-dns: + title: 'blog.cloudtrooper.net: DRY Terraform code for Private Link and DNS' + year: N/A + stars: 0 + description: '' +https://build5nines.com/terraform-deploy-azure-function-app-with-consumption-plan: + title: 'build5nines.com: Terraform: Deploy Azure Function App with Consumption Plan' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/building-a-secure-azure-reference-architecture-with-terraform: + title: 'hashicorp.com: Building a secure Azure reference architecture with Terraform' + year: N/A + stars: 0 + description: '' +https://medium.com/@noelgass/azure-common-monitoring-with-terraform-543aee6dd1f1: + title: 'medium.com/@noelgass: Azure Common Monitoring With Terraform' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/microsoft-defender-for-cloud/simplifying-onboarding-to-microsoft-defender-for-cloud-with/ba-p/3974789 +: title: 'techcommunity.microsoft.com: Simplifying Onboarding to Microsoft Defender + for Cloud with Terraform' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/fasttrack-for-azure/create-an-azure-openai-langchain-chromadb-and-chainlit-chat-app/ba-p/4024070 +: title: 'techcommunity.microsoft.com: Create an Azure OpenAI, LangChain, ChromaDB, + and Chainlit chat app in AKS using Terraform' + year: N/A + stars: 0 + description: '' +https://build5nines.com/terraform-deploy-azure-app-service-with-key-vault-secret-integration: + title: 'build5nines.com: Terraform: Deploy Azure App Service with Key Vault Secret + Integration' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=iVyKvopGnrQ&t=737s: + title: 'youtube: Using Azure Storage for Terraform State - Best Practices | Ned + in the cloud' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/azure-tools-blog/introducing-azure-verified-modules/ba-p/4045946: + title: '==techcommunity.microsoft.com: Introducing Azure Verified Modules!== 🌟' + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=6OeRByC-sBs: + title: 'youtube: Introducing Azure Verified Modules for Terraform | Ned in the Cloud' + year: N/A + stars: 0 + description: '' +https://www.linkedin.com/pulse/deploying-microsoft-sentinel-via-arm-template-vs-debac-manikandan-ychnc: + title: 'linkedin.com/pulse: Deploying Microsoft Sentinel via - ARM Template vs Terraform' + year: N/A + stars: 0 + description: '' +https://blog.xmi.fr/posts/terraform-vs-bicep: + title: '==blog.xmi.fr: Terraform vs Bicep: the differences you should really know== + 🌟' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/azure-tools-blog/terraform-on-azure-february-2024-update/ba-p/4070567: + title: 'techcommunity.microsoft.com: Terraform on Azure February 2024 Update' + year: N/A + stars: 0 + description: '' +https://www.azureviking.com/post/terraform-module-azurerm-alz-subnet: + title: 'azureviking.com: Terraform Module: azurerm-alz-subnet' + year: N/A + stars: 0 + description: '' +https://hlokensgard.no/knowledge-sharing: + title: 'hlokensgard.no/knowledge-sharing: Miro Mind map over Azure Landing Zones + element, Terraform modules, GitHub Code' + year: N/A + stars: 0 + description: '' +? https://thomasthornton.cloud/2024/03/28/enabling-postgresql-flexible-server-logs-and-configuring-a-retention-period-using-terraform +: title: 'thomasthornton.cloud: Enabling PostgreSQL flexible server logs and configuring + a retention period using Terraform' + year: N/A + stars: 0 + description: '' +https://awstip.com/deploying-azure-infrastructure-with-terraform-e34046c65d0f: + title: 'awstip.com: Deploying Azure Infrastructure with Terraform' + year: N/A + stars: 0 + description: '' +https://build5nines.com/terraform-import-existing-azure-resources-into-state-tfstate: + title: 'build5nines.com: Terraform: Import Existing Azure Resources into State (.tfstate)' + year: N/A + stars: 0 + description: '' +https://build5nines.com/what-is-azure-private-link-and-how-to-deploy-with-terraform: + title: 'build5nines.com: What is Azure Private Link and How to Deploy with Terraform' + year: N/A + stars: 0 + description: '' +https://thomasthornton.cloud/2022/06/02/writing-reusable-terraform-modules: + title: 'thomasthornton.cloud: Writing reusable Terraform modules (azure)' + year: N/A + stars: 0 + description: '' +https://github.com/Azure/aztfexport: + title: github.com/Azure/aztfexport + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/developer/terraform/azure-export-for-terraform/export-terraform-overview: + title: 'learn.microsoft.com: Overview of Azure Export for Terraform' + year: N/A + stars: 0 + description: '' +https://learn.microsoft.com/en-us/azure/developer/terraform/azure-export-for-terraform/export-advanced-scenarios: + title: 'learn.microsoft.com: Using Azure Export for Terraform in advanced scenarios' + year: N/A + stars: 0 + description: '' +https://spacelift.io/blog/azure-terraform-export: + title: 'spacelift.io: Azure Terraform Export: Importing Resources with Aztfexport' + year: N/A + stars: 0 + description: '' +https://github.com/Azure/terraform-azurerm-caf-enterprise-scale: + title: ==github.com/Azure/terraform-azurerm-caf-enterprise-scale== + year: N/A + stars: 0 + description: '' +https://registry.terraform.io/modules/Azure/lz-vending: + title: registry.terraform.io/modules/Azure/lz-vending + year: N/A + stars: 0 + description: '' +https://blog.cloud63.fr/landing-zone-networking-using-terraform: + title: 'blog.cloud63.fr: Landing Zone networking using Terraform' + year: N/A + stars: 0 + description: '' +https://github.com/kaysalawu/azure-network-terraform: + title: '==github.com/kaysalawu/azure-network-terraform: Azure Network Architecture + - Terraform Examples== 🌟' + year: N/A + stars: 0 + description: '' +https://build5nines.com/deploying-hub-and-spoke-network-topology-in-microsoft-azure-using-terraform: + title: '==build5nines.com: Deploying Hub-and-Spoke Network Topology in Microsoft + Azure using Terraform==' + year: N/A + stars: 0 + description: '' +https://registry.terraform.io/modules/Azure/avm-ptn-alz: + title: 'registry.terraform.io/modules/Azure/avm-ptn-alz: ALZ Terraform Module' + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-tools-blog/announcing-azure-terrafy-and-azapi-terraform-provider-previews/ba-p/3270937 +: title: ==Announcing Azure Terrafy and AzAPI Terraform Provider Previews== + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/itops-talk-blog/azure-terrafy-import-your-existing-azure-infrastructure-into/ba-p/3357653 +: title: 'techcommunity.microsoft.com: Azure Terrafy – Import your existing Azure + infrastructure into Terraform HCL' + year: N/A + stars: 0 + description: '' +https://techcommunity.microsoft.com/t5/azure-tools-blog/announcing-azapi-dynamic-properties/ba-p/4121855: + title: 'techcommunity.microsoft.com: Announcing AzAPI Dynamic Properties' + year: N/A + stars: 0 + description: '' +https://build5nines.com/using-azapi-terraform-provider-dynamic-properties-feature-instead-of-jsonencode: + title: 'build5nines.com: Using AzAPI Terraform Provider Dynamic Properties Feature + instead of jsonencode' + year: N/A + stars: 0 + description: '' +https://adamtheautomator.com/terraform-azure-devops: + title: '==adamtheautomator.com: How to Build Infrastructure with Terraform in Azure + DevOps== 🌟' + year: N/A + stars: 0 + description: '' +https://faun.pub/azure-devops-deploying-azure-resources-using-terraform-1f2fe46c6aa0: + title: 'faun.pub: Azure DevOps: Deploying Azure Resources using Terraform' + year: N/A + stars: 0 + description: '' +https://build5nines.com/deploy-terraform-using-azure-devops-yaml-pipelines: + title: '==build5nines.com: Deploy Terraform using Azure DevOps YAML Pipelines==' + year: N/A + stars: 0 + description: '' +https://ibrahims.medium.com/azure-terraform-pipeline-devops-b57005a37936: + title: 'ibrahims.medium.com: Azure Terraform Pipeline β€” DevOps' + year: N/A + stars: 0 + description: '' +https://registry.terraform.io/modules/markti/azure-terraformer/azuredevops: + title: 'registry.terraform.io/modules: azure-terraformer - azuredevops provider' + year: N/A + stars: 0 + description: '' +https://devblogs.microsoft.com/devops/introduction-to-azure-devops-workload-identity-federation-oidc-with-terraform: + title: 'devblogs.microsoft.com/devops: Introduction to Azure DevOps Workload identity + federation (OIDC) with Terraform' + year: N/A + stars: 0 + description: '' +https://medium.com/@antoine.loizeau/add-a-switch-to-simplify-terraform-debugging-2d532eb889eb: + title: 'medium.com/@antoine.loizeau: Add a switch to simplify Terraform debugging' + year: N/A + stars: 0 + description: '' +https://github.com/microsoft/terraform-provider-azuredevops/releases/tag/v1.0.0: + title: github.com/microsoft/terraform-provider-azuredevops/releases/tag/v1.0.0 + year: N/A + stars: 0 + description: '' +https://thomasthornton.cloud/2022/01/24/error-spawn-terraform-enoent-when-running-terraform-in-azure-devops-pipeline: + title: 'thomasthornton.cloud: Error: spawn terraform ENOENT when running Terraform + in Azure DevOps Pipeline' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/announcing-azure-stack-hub-provider-1-0: + title: 'hashicorp.com: Announcing Azure Stack Hub Provider 1.0' + year: N/A + stars: 0 + description: '' +https://medium.com/@mariusz_kujawski/terraform-for-a-data-engineer-553f7538fec8: + title: 'medium.com/@mariusz_kujawski: Terraform for a Data Engineer' + year: N/A + stars: 0 + description: '' +https://github.com/Azure/terraform-azurerm-aks: + title: github.com/Azure/terraform-azurerm-aks + year: N/A + stars: 0 + description: '' +https://itnext.io/how-we-used-terraform-to-create-and-manage-a-ha-aks-kubernetes-cluster-in-azure-812f64896c08: + title: 'itnext.io: How We Used Terraform to Create and Manage a HA AKS Kubernetes + Cluster in Azure' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/build-a-quick-aks-cluster-the-easy-way-with-terraform-cloud: + title: 'hashicorp.com: Build a Quick AKS Cluster the Easy Way with Terraform Cloud + 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/stacksimplify/azure-aks-kubernetes-masterclass/tree/master/25-Azure-DevOps-Terraform-Azure-AKS: + title: '**Boilerplate: 25-Azure-DevOps-Terraform-Azure-AKS** 🌟🌟🌟' + year: N/A + stars: 0 + description: '' +https://github.com/stacksimplify/azure-aks-kubernetes-masterclass/tree/master/ppt-presentation: + title: PDF presentation 🌟 + year: N/A + stars: 0 + description: '' +? https://thomasthornton.cloud/2022/11/09/building-and-deploying-to-an-aks-cluster-using-terraform-and-azure-devops-with-kubernetes-and-helm-providers +: title: 'thomasthornton.cloud: Building and deploying to an AKS cluster using Terraform + and Azure DevOps with Kubernetes and Helm providers' + year: N/A + stars: 0 + description: '' +https://medium.com/@piyush.sachdeva055/deploy-aks-cluster-in-azure-with-terraform-2028f6c71ada: + title: 'medium.com/@piyush.sachdeva055: Deploy AKS Cluster in Azure With Terraform' + year: N/A + stars: 0 + description: '' +https://thomasthornton.cloud/2023/12/03/deploying-azure-aks-gitops-flux-extension-with-terraform: + title: 'thomasthornton.cloud: Deploying Azure AKS GitOps Flux extension with Terraform' + year: N/A + stars: 0 + description: '' +https://github.com/amitmavgupta/azure-terraform: + title: github.com/amitmavgupta/azure-terraform + year: N/A + stars: 0 + description: '' +https://github.com/Azure-Samples/aks-platform-engineering: + title: ==github.com/Azure-Samples/aks-platform-engineering Building a Platform Engineering + Environment on Azure Kubernetes Service (AKS)== 🌟 + year: N/A + stars: 0 + description: '' +? https://techcommunity.microsoft.com/t5/azure-for-isv-and-startups/how-to-deploy-a-production-ready-aks-cluster-with-terraform/ba-p/4122013 +: title: 'techcommunity.microsoft.com: How to deploy a production-ready AKS cluster + with Terraform verified module' + year: N/A + stars: 0 + description: '' +https://www.linode.com/content/terraforming-kubernetes-series-introduction-episode-1-6-with-justin-mitchel: + title: 'linode.com: Terraforming Kubernetes Series Introduction' + year: N/A + stars: 0 + description: '' +https://medium.com/@eoneoff/installing-istio-multicluster-deployment-with-terraform-59db2f9b2177: + title: 'medium.com/@eoneoff: Installing Istio multicluster deployment with Terraform' + year: N/A + stars: 0 + description: '' +https://dev.to/chefgs/deploy-kubernetes-resources-in-minikube-cluster-using-terraform-1p8o: + title: 'dev.to: Deploy Kubernetes Resources in Minikube cluster using Terraform' + year: N/A + stars: 0 + description: '' +https://medium.com/riskified-technology/from-aws-cloudformation-to-terraform-migrating-apache-kafka-32bdabdbaa59: + title: 'medium: From AWS CloudFormation to Terraform: Migrating Apache Kafka' + year: N/A + stars: 0 + description: '' +https://qainsights.com/deploy-jmeter-on-aws-using-terraform: + title: 'qainsights.com: Deploy JMeter on AWS using Terraform' + year: N/A + stars: 0 + description: '' +https://github.com/infrahouse/terraform-aws-openvpn: + title: github.com/infrahouse/terraform-aws-openvpn + year: N/A + stars: 0 + description: '' +https://www.youtube.com/playlist?list=PLlvAxgO7JdIXAzHx887zl-4no4X-CtiFu: + title: 'youtube: Terraform Tutorial for beginners | AWS Infrastructure as Code | + Github Actions 🌟' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/gke-cluster-setup-with-cdk-for-terraform: + title: 'hashicorp.com: GKE Cluster Setup with CDK for Terraform' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/cdk-for-terraform-now-generally-available: + title: 'hashicorp.com: CDK for Terraform Is Now Generally Available' + year: N/A + stars: 0 + description: '' +https://dev.to/aws-builders/unleashing-the-power-of-cdk-and-terraform-in-cloud-deployments-5680: + title: 'dev.to/aws-builders: Unleashing the Power of CDK and Terraform in Cloud + Deployments' + year: N/A + stars: 0 + description: '' +https://graphviz.org: + title: graphviz.org + year: N/A + stars: 0 + description: '' +https://edotor.net: + title: edotor.net + year: N/A + stars: 0 + description: '' +https://dreampuf.github.io/GraphvizOnline: + title: dreampuf.github.io/GraphvizOnline + year: N/A + stars: 0 + description: '' +https://graphviz.online: + title: graphviz.online + year: N/A + stars: 0 + description: '' +https://offensive-terraform.github.io/offensive-terraform.github.io: + title: 'offensive-terraform.github.io: Offensive Terraform Modules 🌟' + year: N/A + stars: 0 + description: '' +https://www.digitalocean.com/community/tutorials/how-to-build-a-custom-terraform-module: + title: 'digitalocean.com: How To Build a Custom Terraform Module' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/terraform-modules-db392bb7e950: + title: 'blog.devops.dev: Terraform Modules' + year: N/A + stars: 0 + description: '' +https://dev.to/gofirefly/terraform-modules-for-advanced-users-4n56: + title: 'dev.to: Terraform Modules for Advanced Users' + year: N/A + stars: 0 + description: '' +https://blog.devops.dev/how-to-manage-multiple-environments-with-terraform-with-the-use-of-modules-d4ca512d7b4a: + title: 'blog.devops.dev: How to manage multiple environments with terraform with + the use of modules?' + year: N/A + stars: 0 + description: '' +https://betterprogramming.pub/reusable-ec2-instances-using-terraform-modules-59aac51f1fb: + title: 'betterprogramming.pub: Reusable EC2 Instances Using Terraform Modules' + year: N/A + stars: 0 + description: '' +https://github.com/terraform-aws-modules: + title: ==github.com/terraform-aws-modules== + year: N/A + stars: 0 + description: '' +https://segment.com/blog/the-segment-aws-stack: + title: The Segment AWS Stack + year: N/A + stars: 0 + description: '' +https://github.com/segmentio/stack: + title: segmentio/stack + year: N/A + stars: 0 + description: '' +https://github.com/Juniper/Junos-terraform: + title: 'Junos-terraform: JUNOS Terraform Automation Framework (JTAF)' + year: N/A + stars: 0 + description: '' +https://github.com/mitchellh/terraform-provider-multispace: + title: mitchellh/terraform-provider-multispace + year: N/A + stars: 0 + description: '' +https://github.com/kyma-incubator/terraform-provider-kind: + title: 'kyma-incubator/terraform-provider-kind: Terraform Provider for kind (Kubernetes + IN Docker)' + year: N/A + stars: 0 + description: '' +https://github.com/circa10a/terraform-provider-mailform: + title: github.com/circa10a/terraform-provider-mailform + year: N/A + stars: 0 + description: '' +https://www.env0.com/blog/how-to-use-terraform-providers: + title: 'env0.com: How to Use Terraform Providers' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/terraform-1-8-adds-provider-functions-for-aws-google-cloud-and-kubernetes: + title: 'hashicorp.com: Terraform 1.8 provider functions for AWS, Google Cloud, and + Kubernetes' + year: N/A + stars: 0 + description: '' +https://github.com/tlkamp/terraform-provider-validation: + title: 'github.com/tlkamp/terraform-provider-validation: Validation Provider' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/resources/terraform-aws-cloud-control-provider-under-the-hood: + title: 'hashicorp.com: Terraform AWS Cloud Control Provider – Under the Hood' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2022/01/elastic-terraform: + title: 'infoq.com: Elastic Releases Terraform Providers for the Elastic Stack and + Elastic Cloud' + year: N/A + stars: 0 + description: '' +https://learn.hashicorp.com/tutorials/vault/codify-mgmt-enterprise: + title: 'learn.hashicorp.com: Codify Management of Vault Enterprise Using Terraform' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/terraform-azurerm-3-0-brings-enhanced-azure-function-support: + title: 'hashicorp.com: Terraform AzureRM 3.0 Brings Enhanced Azure Function Support' + year: N/A + stars: 0 + description: '' +https://registry.terraform.io/providers/hashicorp/Azurerm/latest/docs/data-sources/ip_groups: + title: 'registry.terraform.io: Data Source: azurerm_ip_groups (new)' + year: N/A + stars: 0 + description: '' +https://registry.terraform.io/modules/hlokensgard/rbac-administrator/azure/latest: + title: registry.terraform.io/modules/hlokensgard/rbac-administrator + year: N/A + stars: 0 + description: '' +https://prcode.co.uk/2022/02/08/terraform-code-quality: + title: '==prcode.co.uk: Terraform Code Quality==' + year: N/A + stars: 0 + description: '' +https://github.com/terraform-linters/tflint/releases/tag/v0.51.0: + title: github.com/terraform-linters/tflint + year: N/A + stars: 0 + description: '' +https://learn.hashicorp.com/collections/terraform/policy: + title: 'learn.hashicorp.com: Enforce Policy with Sentinel' + year: N/A + stars: 0 + description: '' +https://github.com/GoogleCloudPlatform/terraformer: + title: github.com/GoogleCloudPlatform/terraformer 🌟 + year: N/A + stars: 0 + description: '' +https://medium.com/@nanditasahu031/terraformer-generate-terraform-files-from-existing-infrastructure-5d709fedd2b9: + title: 'medium.com/@nanditasahu031: Terraformer β€” Generate Terraform Files from + Existing Infrastructure' + year: N/A + stars: 0 + description: '' +https://www.brainboard.co: + title: Brainboard 🌟 + year: N/A + stars: 0 + description: '' +https://runterrascan.io: + title: terrascan 🌟 + year: N/A + stars: 0 + description: '' +https://tfsec.dev: + title: tfsec 🌟 + year: N/A + stars: 0 + description: '' +https://www.youtube.com/watch?v=hbMVGEw0HpE&ab_channel=CloudBeesTV: + title: 'youtube: Using tfsec and Jenkins to Secure Your Terraform Code' + year: N/A + stars: 0 + description: '' +https://github.com/im2nguyen/rover: + title: Rover - Terraform Visualizer 🌟 + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/resources/terraform-plan-interactive-configuration-and-state-visualization-with-rover: + title: 'hashicorp.com: Rover - Terraform Visualizer' + year: N/A + stars: 0 + description: '' +https://cloudify.co/terraform-integration: + title: 'cloudify.co: Cloudify and Terraform Integration. Supercharge Your Terraform + Templates' + year: N/A + stars: 0 + description: '' +https://www.cloudquery.io/blog/announcing-cloudquery-terraform-drift-detection: + title: 'cloudquery.io: Announcing CloudQuery Terraform Drift Detection' + year: N/A + stars: 0 + description: '' +https://github.com/run-x/opta: + title: 'run-x/opta: Opta - Supercharge DevOps on any cloud' + year: N/A + stars: 0 + description: '' +https://www.cncf.io/blog/2022/02/18/introducing-opta-terraform-on-rails: + title: 'cncf.io: Introducing Opta: Terraform on Rails' + year: N/A + stars: 0 + description: '' +https://github.com/mineiros-io/terramate: + title: mineiros-io/terramate + year: N/A + stars: 0 + description: '' +https://blog.mineiros.io/introducing-terramate-an-orchestrator-and-code-generator-for-terraform-5e538c9ee055: + title: 'blog.mineiros.io: Introducing Terramate β€” An Orchestrator and Code Generator + for Terraform' + year: N/A + stars: 0 + description: '' +https://blog.mineiros.io/how-to-keep-your-terraform-code-dry-by-using-terramate-be5807fef8f6: + title: 'blog.mineiros.io: How to keep your Terraform code DRY by using Terramate' + year: N/A + stars: 0 + description: '' +https://github.com/cycloidio/inframap: + title: '==cycloidio/inframap: Inframap== 🌟' + year: N/A + stars: 0 + description: '' +https://github.com/bridgecrewio/AirIAM: + title: bridgecrewio/AirIAM + year: N/A + stars: 0 + description: '' +https://github.com/badarsebard/terraforge: + title: badarsebard/terraforge + year: N/A + stars: 0 + description: '' +https://www.infracloud.io/blogs/auto-generate-terraform-configuration-files: + title: 'infracloud.io: 5 Tools to Auto-Generate Terraform Configuration Files 🌟' + year: N/A + stars: 0 + description: '' +https://spacelift.io/blog/terraform-tools: + title: 'spacelift.io: 18 Most Useful Terraform Tools to Use in 2023' + year: N/A + stars: 0 + description: '' +https://github.com/idoavrah/terraform-tui: + title: 'github.com/idoavrah/terraform-tui: TFTUI - The Terraform textual UI' + year: N/A + stars: 0 + description: '' +https://github.com/jamesw4/confirm-tfvars: + title: github.com/jamesw4/confirm-tfvars + year: N/A + stars: 0 + description: '' +https://umeshtyagi829.medium.com/secure-terrafrom-iac-code-using-checkov-4a3e1f097f92: + title: 'umeshtyagi829.medium.com: Secure Terrafrom IaC code using Checkov' + year: N/A + stars: 0 + description: '' +https://github.com/inkdrop-org/inkdrop-visualizer: + title: github.com/inkdrop-org/inkdrop-visualizer + year: N/A + stars: 0 + description: '' +https://github.com/seal-io/tap: + title: 'github.com/seal-io/tap: Terraform Advanced Patcher (TAP)' + year: N/A + stars: 0 + description: '' +https://github.com/RoseSecurity/Terramaid: + title: ==github.com/RoseSecurity/Terramaid== + year: N/A + stars: 0 + description: '' +https://github.com/cloudposse/atmos: + title: github.com/cloudposse/atmos + year: N/A + stars: 0 + description: '' +https://github.com/leg100/pug: + title: 'github.com/leg100/pug: PUG' + year: N/A + stars: 0 + description: '' +https://www.hashicorp.com/blog/writing-terraform-for-unsupported-resources: + title: '==hashicorp.com: Writing Terraform for unsupported resources== 🌟' + year: N/A + stars: 0 + description: '' +https://gruntwork.io: + title: gruntwork.io + year: N/A + stars: 0 + description: '' +https://terragrunt.gruntwork.io: + title: ==terragrunt.gruntwork.io== + year: N/A + stars: 0 + description: '' +https://blog.gruntwork.io/introducing-the-gruntwork-module-service-and-architecture-catalogs-eb3a21b99f70: + title: 'blog.gruntwork.io: Introducing: The Gruntwork Module, Service, and Architecture + Catalogs' + year: N/A + stars: 0 + description: '' +https://medium.com/geekculture/terragrunt-cheat-sheet-bedafbf9d61f: + title: 'medium: Terragrunt cheat sheet' + year: N/A + stars: 0 + description: '' +https://github.com/pie-r/terragrunt-vs-terraspace: + title: pie-r/terragrunt-vs-terraspace + year: N/A + stars: 0 + description: '' +https://github.com/gruntwork-io/terragrunt-infrastructure-live-example: + title: gruntwork-io/terragrunt-infrastructure-live-example + year: N/A + stars: 0 + description: '' +? https://medium.com/predictivehire/why-we-should-use-terraform-and-terragrunt-to-manage-kubernetes-with-example-code-d96aac2ff25a +: title: '==medium.com/predictivehire: Why we should use Terraform and Terragrunt + to manage Kubernetes (with example code)==' + year: N/A + stars: 0 + description: '' +https://medium.com/@nanditasahu031/how-to-start-with-terragrunt-5cd1a842088a: + title: 'medium.com/@nanditasahu031: How to Start with Terragrunt 🌟' + year: N/A + stars: 0 + description: '' +https://www.infoq.com/news/2023/04/patcher-iac-upgrade: + title: 'infoq.com: Patcher, a Tool to Keep Updating Infrastructure as a Code' + year: N/A + stars: 0 + description: '' +https://terraspace.cloud: + title: Terraspace.cloud + year: N/A + stars: 0 + description: '' +https://itnext.io/my-journey-to-hashicorp-certified-terraform-associate-f91f397a01e0: + title: 'itnext.io: My Journey to HashiCorp Certified: Terraform Associate' + year: N/A + stars: 0 + description: '' +https://medium.com/bb-tutorials-and-thoughts/250-practice-questions-for-terraform-associate-certification-7a3ccebe6a1a: + title: 'medium.com/bb-tutorials-and-thoughts: 250 Practice Questions For Terraform + Associate Certification' + year: N/A + stars: 0 + description: '' +https://github.com/tomwechsler/HashiCorp_Certified_Terraform_Associate: + title: tomwechsler/HashiCorp_Certified_Terraform_Associate + year: N/A + stars: 0 + description: '' +https://buff.ly/3sl0yYu: + title: AutomatizaciΓ³n de aplicaciones Spring Boot con Terraform, Ansible y GitHub + Actions + year: N/A + stars: 0 + description: '' +https://mattias.engineer/blog/2024/terraform-professional-chapter-2: + title: 'Teaser: Chapter 2 of Terraform Authoring and Operations Professional Study + Guide' + year: N/A + stars: 0 + description: '' +https://www.codementor.io/python/tutorial/essential-python-interview-questions: + title: 15 Essential Python Interview Questions + year: N/A + stars: 0 + description: '' +./intelligent-control-plane.md: + title: Intelligent Control Plane + year: N/A + stars: 0 + description: '' +./architectural-foundations.md: + title: Architectural Foundations + year: N/A + stars: 0 + description: '' +./platform-and-site-reliability.md: + title: Platform & Site Reliability + year: N/A + stars: 0 + description: '' +./hardened-infrastructure.md: + title: Hardened Infrastructure + year: N/A + stars: 0 + description: '' +./cloud-providers-hyperscalers.md: + title: Cloud Providers (Hyperscalers) + year: N/A + stars: 0 + description: '' +./networking-and-service-mesh.md: + title: Networking & Service Mesh + year: N/A + stars: 0 + description: '' +./the-container-stack.md: + title: The Container Stack + year: N/A + stars: 0 + description: '' +./data-and-advanced-analytics.md: + title: Data & Advanced Analytics + year: N/A + stars: 0 + description: '' +./engineering-pipeline.md: + title: Engineering Pipeline + year: N/A + stars: 0 + description: '' +./developer-ecosystem.md: + title: Developer Ecosystem + year: N/A + stars: 0 + description: '' +./career-and-industry.md: + title: Career & Industry + year: N/A + stars: 0 + description: '' diff --git a/data/structure_map.yaml b/data/structure_map.yaml new file mode 100644 index 00000000..80d4909c --- /dev/null +++ b/data/structure_map.yaml @@ -0,0 +1,142744 @@ +https://angular.io: + v1: + - page: angular.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://angular.io/guide/build: + v1: + - page: angular.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2019/11/27/handling-angular-environments-in-continuous-delivery-with-red-hat-openshift: + v1: + - page: angular.md + is_bold: false + is_highlighted: false + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://javascript.plainenglish.io/enough-why-its-time-to-rip-out-angular-7d831802c8a2: + v1: + - page: angular.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://calendly.com: + v1: + - page: appointment-scheduling.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://youcanbook.me: + v1: + - page: appointment-scheduling.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://acuityscheduling.com: + v1: + - page: appointment-scheduling.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://doodle.com: + v1: + - page: appointment-scheduling.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://karenapp.io: + v1: + - page: appointment-scheduling.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.oncehub.com/scheduleonce: + v1: + - page: appointment-scheduling.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://support.google.com/calendar/answer/190998: + v1: + - page: appointment-scheduling.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.timewatch.com/outlook-resource-scheduling: + v1: + - page: appointment-scheduling.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://cal.com: + v1: + - page: appointment-scheduling.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://support.google.com/google-workspace-individual/answer/10729749: + v1: + - page: appointment-scheduling.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.wired.com/story/calendly-google-calendar-appointment-schedule: + v1: + - page: appointment-scheduling.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://gizmodo.com/google-calendar-debuts-appointment-schedule-feature-1848715533: + v1: + - page: appointment-scheduling.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://arstechnica.com/gadgets/2022/03/google-calendar-now-lets-paid-users-create-a-booking-page-website: + v1: + - page: appointment-scheduling.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://wpamelia.com/calendly-vs-youcanbook-me: + v1: + - page: appointment-scheduling.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://wpamelia.com/calendly-vs-acuity: + v1: + - page: appointment-scheduling.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://wpamelia.com/calendly-vs-doodle: + v1: + - page: appointment-scheduling.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://karenapp.io/articles/calendly-vs-scheduleonce: + v1: + - page: appointment-scheduling.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +http://www.infostor.com/backup-and_recovery/quantum-taps-aws-for-cloud-powered-disaster-recovery.html: + v1: + - page: aws-backup.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/groups/49531/49531-6093375473969090562: + v1: + - page: aws-backup.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.hava.io/blog/design-for-failure-lessons-learnt-from-the-sydney-aws-outage: + v1: + - page: aws-backup.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/Netflix/SimianArmy/wiki/Chaos-Monkey: + v1: + - page: aws-backup.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.udemy.com/how-to-architect-with-a-design-for-failure-approach: + v1: + - page: aws-backup.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.cloudinsidr.com/content/how-to-restore-your-instance-data-from-a-backup-using-snapshots-on-aws-ec2ebs: + v1: + - page: aws-backup.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: aws-backup.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/networking-and-content-delivery/creating-disaster-recovery-mechanisms-using-amazon-route-53: + v1: + - page: aws-backup.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/architecture/disaster-recovery-with-aws-managed-services-part-ii-multi-region-backup-and-restore +: v1: + - page: aws-backup.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/how-to-automate-aws-ebs-snapshots-54og: + v1: + - page: aws-backup.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/compute/quick-restoration-through-replacing-the-root-volumes-of-amazon-ec2: + v1: + - page: aws-backup.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/backup: + v1: + - page: aws-backup.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/avmconsulting-blog/aws-backup-service-for-amazon-rds-3e6f5827aa66: + v1: + - page: aws-backup.md + is_bold: false + is_highlighted: false + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/storage/automate-and-centrally-manage-data-protection-for-amazon-s3-with-aws-backup: + v1: + - page: aws-backup.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/preview-aws-backup-adds-support-for-amazon-s3: + v1: + - page: aws-backup.md + is_bold: false + is_highlighted: false + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/architecture/disaster-recovery-with-aws-managed-services-part-i-single-region: + v1: + - page: aws-backup.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2023/05/aws-backup-cross-region-backups-four-regions: + v1: + - page: aws-backup.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/new-aws-competency-aws-migration: + v1: + - page: aws-backup.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/architecture/migrate-resources-between-aws-accounts: + v1: + - page: aws-backup.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/architecture/multi-region-migration-using-aws-application-migration-service: + v1: + - page: aws-backup.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://youtu.be/buzusNljpy4: + v1: + - page: aws-backup.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://aws.amazon.com/big-data: + v1: + - page: aws-data.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://blogs.aws.amazon.com/bigdata: + v1: + - page: aws-data.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/big-data/querying-amazon-kinesis-streams-directly-with-sql-and-spark-streaming: + v1: + - page: aws-data.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://blogs.aws.amazon.com/bigdata/post/Tx2D93GZRHU3TES/Using-Spark-SQL-for-ETL: + v1: + - page: aws-data.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.whizlabs.com/blog/kinesis-vs-kafka: + v1: + - page: aws-data.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/big-data/data-lake-on-aws: + v1: + - page: aws-data.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/datapipeline: + v1: + - page: aws-data.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.aws.amazon.com/data-pipeline/index.html: + v1: + - page: aws-data.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@dima.statz_89242/no-code-data-collect-api-on-aws-d79e3681d204: + v1: + - page: aws-data.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/big-data/category/analytics/aws-data-pipeline: + v1: + - page: aws-data.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/ReleaseHistory.html: + v1: + - page: aws-iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html: + v1: + - page: aws-iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2020/06/introducing-aws-cloudformation-guard-preview: + v1: + - page: aws-iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/aws-cloudformation/cloudformation-guard: + v1: + - page: aws-iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloudonaut.io/getting-started-with-aws-cf-templates: + v1: + - page: aws-iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/blogs/infrastructure-and-automation/use-git-pre-commit-hooks-avoid-aws-cloudformation-errors: + v1: + - page: aws-iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/blogs/aws/introducing-a-public-registry-for-aws-cloudformation: + v1: + - page: aws-iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloudkatha.com/how-to-setup-s3-bucket-cors-configuration-using-cloudformation: + v1: + - page: aws-iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloudkatha.com/how-to-configure-aws-sqs-dead-letter-queue-using-cloudformation: + v1: + - page: aws-iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloudkatha.com/how-to-create-an-s3-bucket-using-cloudformation: + v1: + - page: aws-iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloudkatha.com/how-to-use-cloudformation-to-create-sns-topic-and-subscription: + v1: + - page: aws-iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloudkatha.com/how-to-create-iam-role-using-cloudformation: + v1: + - page: aws-iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://luminousmen.com/post/a-very-quick-introduction-to-the-pain-of-aws-cloudformation: + v1: + - page: aws-iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://medium.com/bb-tutorials-and-thoughts/how-to-deploy-and-run-python-apis-on-aws-app-runner-with-cloudformation-cf9c6fd14cf6 +: v1: + - page: aws-iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2023/11/aws-cloudformation-git-management-stacks: + v1: + - page: aws-iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2024/02/aws-cloudformation-templates-cdk-apps-minutes: + v1: + - page: aws-iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=zA8guDqfv40: + v1: + - page: aws-iac.md + is_bold: false + is_highlighted: false + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: aws-iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://former2.com: + v1: + - page: aws-iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/opensource/accelerate-infrastructure-as-code-development-with-open-source-former2: + v1: + - page: aws-iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://onecloudplease.com/project/console-recorder: + v1: + - page: aws-iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/andrewpuch/nagios_setup: + v1: + - page: aws-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/jonrau1/ElectricEye/blob/master/README.md: + v1: + - page: aws-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/aws-account-security-monitoring-d7ca129d52ac: + v1: + - page: aws-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.elastic.co/blog/elastic-and-aws-accelerate-your-cloud-migration-journey: + v1: + - page: aws-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/mt/how-to-use-aws-config-and-cloudtrail-to-find-who-made-changes-to-a-resource: + v1: + - page: aws-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://kevintuei.medium.com/a-deep-dive-into-logs-and-metrics-for-aws-observability-one-observability-workshop-14c162932174 +: v1: + - page: aws-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://logz.io/blog/aws-ec2-metrics: + v1: + - page: aws-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://logz.io/blog/aws-lambda-metrics-monitoring-guide: + v1: + - page: aws-monitoring.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.threatstack.com/blog/50-best-aws-cloudwatch-tutorials: + v1: + - page: aws-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2020/09/amazon-cloudwatch-monitors-prometheus-metrics-container-environments: + v1: + - page: aws-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2020/09/amazon-cloudwatch-dashboards-supports-sharing: + v1: + - page: aws-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/mt/how-bt-uses-amazon-cloudwatch-to-monitor-millions-of-devices: + v1: + - page: aws-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/mt/extending-and-exploring-alarm-history-in-amazon-cloudwatch-part-2: + v1: + - page: aws-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/optimize-aws-costs-with-cloudwatchs-advanced-metri: + v1: + - page: aws-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.aws.amazon.com/cloud-map/latest/api/API_HealthCheckCustomConfig.html: + v1: + - page: aws-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/prometheus: + v1: + - page: aws-monitoring.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/devops-techable/up-and-running-with-amazon-managed-service-for-prometheus-6fd12e56bff6: + v1: + - page: aws-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/grafana: + v1: + - page: aws-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2021/01/aws-grafana-prometheus: + v1: + - page: aws-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://blogs.splunk.com/2016/06/22/aws-video: + v1: + - page: aws-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.chef.io: + v1: + - page: chef.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learn.chef.io: + v1: + - page: chef.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://edidiongasikpo.com/getting-started-with-the-dom-ck9u4u82503or6es16p2rx7c1: + v1: + - page: dom.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com/community/books/understanding-the-dom-document-object-model-ebook: + v1: + - page: dom.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/javascript-dom-build-a-calculator-app: + v1: + - page: dom.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/javascript-dom: + v1: + - page: dom.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/apache/tomcat-jakartaee-migration: + v1: + - page: embedded-servlet-containers.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.baeldung.com/spring-boot-servlet-containers: + v1: + - page: embedded-servlet-containers.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://examples.javacodegeeks.com/enterprise-java/spring/tomcat-vs-jetty-vs-undertow-comparison-of-spring-boot-embedded-servlet-containers +: v1: + - page: embedded-servlet-containers.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://undertow.io: + v1: + - page: embedded-servlet-containers.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-client: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/programming-kubernetes/building-stuff-with-the-kubernetes-api-toc-84d751876650: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/programming-kubernetes/building-stuff-with-the-kubernetes-api-1-cc50a3642: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/programming-kubernetes/building-stuff-with-the-kubernetes-api-part-2-using-java-ceb8a5ff7920: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/programming-kubernetes/building-stuff-with-the-kubernetes-api-part-3-using-python-aea5ab16f627: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/programming-kubernetes/building-stuff-with-the-kubernetes-api-part-4-using-go-b1d0e3c1c899: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/k8s-ruby/k8s-ruby: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes/client-go: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://pkg.go.dev/k8s.io/client-go: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://danielmangum.com/posts/controller-runtime-client-go-rate-limiting: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-client/go: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/PrasadG193/kyaml2go: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/writing-a-kubernetes-cli-in-go-a3970ad58299: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/learn-kubernetes-programming-part-1-7384e5f3c481: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://iximiuz.com/en/posts/kubernetes-api-go-cli: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-client/python: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-client/python-base: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@dimitrijevskiv/monitor-kubernetes-pod-status-from-a-jenkins-pipeline-e25c744d944d: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/automate-kubernetes-with-python-2150c290afe7: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://martinheinz.dev/blog/73: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/difference-between-fabric8-and-official-kubernetes-java-client-3e0a994fd4af: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-client/java: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://fabric8.io: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/05/20/getting-started-with-the-fabric8-kubernetes-java-client: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/05/28/how-the-fabric8-maven-plug-in-deploys-java-applications-to-openshift: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/10/30/whats-new-in-fabric8-kubernetes-java-client-4-12-0: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.marcnuri.com/kubernetes-client-java-fabric8-introduction: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.marcnuri.com/fabric8-kubernetes-java-client-and-quarkus-and-graalvm: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2023/01/24/how-generate-code-using-fabric8-kubernetes-client: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/first-try-on-java-operator-sdk-5a07f30771de: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2023/01/04/how-use-fabric8-java-client-kubernetes: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/cdk8s-team/cdk8s: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.twstewart.me/posts/cdk8s-python: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://qdnqn.com/create-kubernetes-yaml-definitions-using-go-and-cdk8s: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.eclipse.org/jkube: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + - page: maven-gradle.md + is_bold: false + is_highlighted: false + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/eclipse/jkube: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + - page: maven-gradle.md + is_bold: false + is_highlighted: false + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/09/21/migrating-from-fabric8-maven-plugin-to-eclipse-jkube-1-0-0: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/09/09/cloud-native-java-applications-made-easy-eclipse-jkube-1-0-0-now-available: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/08/24/java-development-on-top-of-kubernetes-using-eclipse-jkube: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + - page: maven-gradle.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.eclipse.org/jkube/docs/migration-guide: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=HDDfdZqwM1E&ab_channel=EclipseFoundation: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.marcnuri.com: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.marcnuri.com/eclipse-jkube-1-4-0: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://developers.redhat.com/developer-sandbox/activities/how-to-manage-microservices-using-openshift-dev-spaces-and-jkube +: v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://javaoperatorsdk.io: + v1: + - page: kubernetes-client-libraries.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/windows/wsl: + v1: + - page: linux-dev-env.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://nickjanetakis.com/blog/using-wsl-and-mobaxterm-to-create-a-linux-dev-environment-on-windows: + v1: + - page: linux-dev-env.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://nickjanetakis.com/blog/setting-up-docker-for-windows-and-wsl-to-work-flawlessly: + v1: + - page: linux-dev-env.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://devblogs.microsoft.com/commandline/take-your-linux-development-experience-in-windows-to-the-next-level-with-wsl-and-visual-studio-code-remote +: v1: + - page: linux-dev-env.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2020/05/21/wsl-docker-kubernetes-on-the-windows-desktop: + v1: + - page: linux-dev-env.md + is_bold: false + is_highlighted: false + - page: linux-dev-env.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://ubuntu.com/blog/ubuntu-on-wsl-2-is-generally-available: + v1: + - page: linux-dev-env.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.omgubuntu.co.uk/2020/06/microsoft-wsl-install-command: + v1: + - page: linux-dev-env.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://9elements.com/blog/developing-a-week-on-windows-with-wsl2: + v1: + - page: linux-dev-env.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.docker.com/blog/docker-desktop-wsl-2-backport-update: + v1: + - page: linux-dev-env.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://itnext.io/wsl2-tips-limit-cpu-memory-when-using-docker-c022535faf6f: + v1: + - page: linux-dev-env.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://devblogs.microsoft.com/commandline/distro-installation-added-to-wsl-install-in-windows-10-insiders-preview-build-20246 +: v1: + - page: linux-dev-env.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://pandorafms.com/blog/es/wsl2: + v1: + - page: linux-dev-env.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/bowmanjd/install-docker-on-windows-wsl-without-docker-desktop-34m9: + v1: + - page: linux-dev-env.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.techrepublic.com/article/windows-subsystem-for-linux-2-the-gui-features-developers-have-been-asking-for: + v1: + - page: linux-dev-env.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.bleepingcomputer.com/news/microsoft/windows-11-can-now-install-wsl-from-the-microsoft-store: + v1: + - page: linux-dev-env.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://klaushofrichter.medium.com/using-windows-subsystem-for-linux-for-kubernetes-8bd1f5468531: + v1: + - page: linux-dev-env.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/commandline/windows-terminal-1-0: + v1: + - page: linux-dev-env.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://venturebeat.com/2020/05/19/microsoft-windows-terminal-wsl-gpu-support-linux-gui-apps: + v1: + - page: linux-dev-env.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/microsoft/winget-cli: + v1: + - page: linux-dev-env.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://venturebeat.com/2020/05/19/microsoft-windows-package-manager-powertoys: + v1: + - page: linux-dev-env.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://asdf-vm.com: + v1: + - page: linux-dev-env.md + is_bold: false + is_highlighted: false + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://cmder.net: + v1: + - page: linux-dev-env.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/packlinkeng/a-chance-for-newsql-databases-3bba18fea6a1: + v1: + - page: newsql.md + is_bold: false + is_highlighted: false + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://muratbuffalo.blogspot.com/2021/11/whats-really-new-with-newsql.html: + v1: + - page: newsql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/what-is-noops: + v1: + - page: noops.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/better-programming/devop-noops-difference-504dfc4e9faa: + v1: + - page: noops.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.zdnet.com/article/theres-no-ops-like-noops-the-next-evolution-of-devops: + v1: + - page: noops.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://devops.com/is-noops-the-future-of-cloud-networking: + v1: + - page: noops.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://devops.com/serverless-computing-moving-from-devops-to-noops: + v1: + - page: noops.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://techbeacon.com/enterprise-it/7-arguments-against-noops: + v1: + - page: noops.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cio.com/article/3407714/what-is-noops-the-quest-for-fully-automated-it-operations.html: + v1: + - page: noops.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://devops.com/up-your-devops-game-its-time-for-noops: + v1: + - page: noops.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.cloud.oracle.com/en-us/iaas/Content/GSG/Concepts/baremetalintro.htm: + v1: + - page: oraclecloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/oracle: + v1: + - page: oraclecloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blogs.oracle.com/oracleuniversity/post/hands-on-labs-oci-training: + v1: + - page: oraclecloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Concepts/resourcemanager.htm: + v1: + - page: oraclecloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.thatjeffsmith.com/archive/2022/02/best-practices-rest-apis-for-your-database-draft: + v1: + - page: oraclecloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blogs.oracle.com/maa/post/oracle-rac-on-docker-now-with-full-production-support: + v1: + - page: oraclecloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.cloud.oracle.com/en-us/iaas/Content/ContEng/Concepts/contengoverview.htm: + v1: + - page: oraclecloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blogs.oracle.com/cloud-infrastructure/announcing-private-kubernetes-clusters: + v1: + - page: oraclecloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/bad-news-for-cloud-computing-openstack-use-plummets-and-discounts-dry-up: + v1: + - page: private-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.pulumi.com: + v1: + - page: pulumi.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.pulumi.com/docs/intro/vs/terraform: + v1: + - page: pulumi.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.pulumi.com/docs/intro/cloud-providers: + v1: + - page: pulumi.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.thundra.io/dry-dont-repeat-yourself-on-the-cloud-with-pulumi: + v1: + - page: pulumi.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.civo.com/learn/kubernetes-clusters-using-the-civo-pulumi-provider: + v1: + - page: pulumi.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/beginners-guide-to-pulumi-ci-cd-pipelines: + v1: + - page: pulumi.md + is_bold: false + is_highlighted: false + - page: pulumi.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.pulumi.com/blog/from-terraform-to-infrastructure-as-software: + v1: + - page: pulumi.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.pulumi.com/blog/observability-with-infrastructure-as-code: + v1: + - page: pulumi.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://octopus.com/blog/pulumi-and-aks-with-octopus-deploy: + v1: + - page: pulumi.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.pulumi.com/blog/pulumi-3-0: + v1: + - page: pulumi.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devops.com/pulumi-moves-to-automate-cloud-infrastructure-provisioning: + v1: + - page: pulumi.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-next-step-after-devops-and-gitops-is-cloud-engineering-pulumi-says: + v1: + - page: pulumi.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.pulumi.com/docs/guides/adopting/from_kubernetes: + v1: + - page: pulumi.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://travis.media/pulumi-tutorial-automate-kubernetes-operations: + v1: + - page: pulumi.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.pulumi.com/blog/pulumi-rest-api: + v1: + - page: pulumi.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/pulumi-releases-a-kubernetes-operator: + v1: + - page: pulumi.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://siliconangle.com/2021/10/18/pulumis-new-registry-makes-easy-share-reuse-cloud-infrastructure-building-blocks: + v1: + - page: pulumi.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.pulumi.com/registry/packages/aws/how-to-guides/ecs-fargate: + v1: + - page: pulumi.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.pulumi.com/tf2pulumi: + v1: + - page: pulumi.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://garden.io/blog/pulumi-vs-terraform: + v1: + - page: pulumi.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/pulumi/kube2pulumi: + v1: + - page: pulumi.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.packetswitch.co.uk/terraform-is-good-but-i-like-pulumi: + v1: + - page: pulumi.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.scaleway.com: + v1: + - page: scaleway.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.scaleway.com/saas-multi-tenant-vs-multi-instance-architectures: + v1: + - page: scaleway.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.scaleway.com/en/kubernetes-kapsule: + v1: + - page: scaleway.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Xamarin: + v1: + - page: xamarin.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dotnet.microsoft.com/apps/xamarin: + v1: + - page: xamarin.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dotnet.microsoft.com/learn/xamarin/what-is-xamarin: + v1: + - page: xamarin.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://cloudonaut.io/scaling-container-clusters-on-aws-ecs-eks: + v1: + - page: aws-containers.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@harshvijaythakkar/creating-ci-cd-pipeline-for-aws-ecs-part-i-b2f61bb1522f: + v1: + - page: aws-containers.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.clickittech.com/aws/amazon-ecs-vs-eks: + v1: + - page: aws-containers.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/sharing-secrets-to-ecs-in-an-aws-multi-account-architecture-5h1i: + v1: + - page: aws-containers.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cast.ai/blog/aws-eks-vs-ecs-vs-fargate-where-to-manage-your-kubernetes: + v1: + - page: aws-containers.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://neal-davis.medium.com/ecs-vs-ec2-vs-lambda-36b8ca380dea: + v1: + - page: aws-containers.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://faun.pub/why-we-moved-from-lambda-to-ecs-b84674f31869: + v1: + - page: aws-containers.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/automate-rollbacks-for-amazon-ecs-rolling-deployments-with-cloudwatch-alarms: + v1: + - page: aws-containers.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.plainenglish.io/choosing-the-right-aws-container-service-ecs-vs-eks-3b11dd078c99: + v1: + - page: aws-containers.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws-quickstart.github.io/quickstart-eks-rancher: + v1: + - page: aws-containers.md + is_bold: false + is_highlighted: false + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html: + v1: + - page: aws-containers.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/aws-activate-startup-blog/a-better-dev-test-experience-docker-and-aws-291da5ab1238: + v1: + - page: aws-containers.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://aws.amazon.com/es/documentation/ecr: + v1: + - page: aws-containers.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/AmazonECR/latest/userguide/ECR_GetStarted.html: + v1: + - page: aws-containers.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://blog.scottlowe.org/2016/03/22/using-docker-machine-with-aws: + v1: + - page: aws-containers.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/about-aws/whats-new/2016/06/docker-datacenter-on-the-aws-cloud-quick-start-reference-deployment: + v1: + - page: aws-containers.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/bit-cloner/ecrcp: + v1: + - page: aws-containers.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.plainenglish.io/how-to-push-an-image-to-aws-ecr-b2be848c2ef: + v1: + - page: aws-containers.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/awslabs/amazon-ecr-credential-helper: + v1: + - page: aws-containers.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://blog.couchbase.com/2016/july/docker-for-aws-getting-started-scaling-nodes: + v1: + - page: aws-containers.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/devops: + v1: + - page: aws-devops.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blogs.aws.amazon.com/application-management: + v1: + - page: aws-devops.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blazemeter.com/blog/three-ways-devops-benefit-aws-codepipeline: + v1: + - page: aws-devops.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/codepipeline/product-integrations: + v1: + - page: aws-devops.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/solutions/multi-region-infrastructure-deployment: + v1: + - page: aws-devops.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://k21academy.com/amazon-web-services/aws-devops-vs-azure-devops/?utm_source=linkedin&utm_medium=referral&utm_campaign=awsdevops17_dec20_aws_cloud_computing_for_interested_parties__users +: v1: + - page: aws-devops.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/devops-guru: + v1: + - page: aws-devops.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2021/01/aws-devops-guru: + v1: + - page: aws-devops.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.plainenglish.io/aws-codepipeline-for-amazon-ecs-part-2-a-blue-green-deployment-type-c162fd73be91: + v1: + - page: aws-devops.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/devops/multi-branch-pipeline-management-and-infrastructure-deployment-using-aws-cdk-pipelines: + v1: + - page: aws-devops.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@d.kumarkaran12/devsecops-with-aws-codepipeline-and-ecs-c800f139a9ee: + v1: + - page: aws-devops.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/devops/aws-codepipeline-adds-support-for-branch-based-development-and-monorepos: + v1: + - page: aws-devops.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/devops/tag/continuous-deployment: + v1: + - page: aws-devops.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? http://blogs.aws.amazon.com/application-management/post/Tx3PE3JTSVJSFI7/AWS-CodeDeploy-Deploying-from-a-Development-Account-to-a-Production-Account +: v1: + - page: aws-devops.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blogs.aws.amazon.com/application-management/post/TxMJROUIFQZ4HS/Setting-Up-the-Jenkins-Plugin-for-AWS-CodeDeploy: + v1: + - page: aws-devops.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://adamtheautomator.com/aws-codedeploy: + v1: + - page: aws-devops.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://admiralty.io: + v1: + - page: aws-devops.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/making-kubernetes-serverless-and-global-with-aws-fargate-on-eks-and-admiralty: + v1: + - page: aws-devops.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://admiralty.io/docs/tutorials/fargate: + v1: + - page: aws-devops.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/aws-config-rules-dynamic-compliance-checking-for-cloud-resources: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/amazon-inspector-automated-security-assessment-service: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/coming-soon-ec2-dedicated-hosts: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/device-farm: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/aws-mobile-hub-build-test-and-monitor-mobile-applications: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/ec2-container-service-update-container-registry-ecs-cli-az-aware-scheduling-and-more: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/cloudwatch-dashboards-create-use-customized-metrics-views: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/aws-lambda-update-python-vpc-increased-function-duration-scheduling-and-more: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/aws-iot-cloud-services-for-connected-devices: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/amazon-elastic-file-system-shared-file-storage-for-amazon-ec2: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/new-encrypted-ebs-boot-volumes: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/about-aws/whats-new/2015/12/now-add-or-modify-request-headers-forwarded-from-amazon-cloudfront-to-origin +: v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/amazon-workmail-now-generally-available: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://www.allthingsdistributed.com/2015/11/aws-announces-uk-region.html: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/new-scheduled-reserved-instances: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/blogs/aws/aws-cloudshell-command-line-access-to-aws-resources: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/hayao-k/cdk-ecr-image-scan-notify: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloudonaut.io/seamless-ec2-monitoring-with-the-unified-cloudwatch-agent: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/reduce-unwanted-traffic-on-your-web-site-with-aws-bot-control: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2021/04/aws-ec2-serial-console: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2021/06/step-functions-workflow-studio: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2021/06/new-aws-solutions-implementation-tag-tamer: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/devops/new-self-paced-courses-to-improve-java-and-python-code-quality-with-amazon-codeguru: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/mt/automate-preapproved-operations-with-aws-service-catalog-service-actions: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/about-aws/whats-new/2021/07/amazon-virtual-private-cloud-vpc-customers-can-assign-ip-prefixes-ec2-instances +: v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2021/08/amazon-rds-proxy-created-shared-virtual-private-cloud-vpc: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2021/07/amazon-vpc-cni-plugin-increases-pods-per-node-limits: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.theregister.com/2021/07/29/amazon_web_services_ec2_classic_networking: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/about-aws/whats-new/2021/08/ec2-vm-import-export-unified-extensible-firmware-interface-aws: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2021/08/amazon-vpc-resize-prefix-list: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/blogs/aws/new-for-aws-cloudformation-quickly-retry-stack-operations-from-the-point-of-failure: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2021/09/aws-site-to-site-vpn-download-configuration-utility: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/new-for-aws-distro-for-opentelemetry-tracing-support-is-now-generally-available: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/about-aws/whats-new/2021/09/application-load-balancer-aws-privatelink-static-ip-addresses-network-load-balancer +: v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2021/09/amazon-ec2-global-view-console-regions: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://siliconangle.com/2021/09/29/amazon-debuts-fully-managed-prometheus-based-container-monitoring-service: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/aws/amazon-managed-service-for-prometheus-is-now-generally-available-with-alert-manager-and-ruler +: v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/now-aws-step-functions-supports-200-aws-services-to-enable-easier-workflow-automation: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2021/11/aws-control-tower-supports-nested-organizational-units: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/about-aws/whats-new/2021/11/visualize-kubernetes-clusters-one-place-amazon-eks-connector-generally-available +: v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://venturebeat.com/2021/11/25/amazons-aws-expands-free-egress-data-transfer-limits: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://linux.slashdot.org/story/21/11/27/0328223/aws-embraces-fedora-linux-for-its-cloud-based-amazon-linux: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2021/11/amazon-inspector-continual-vulnerability-management: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://techcrunch.com/2021/12/02/aws-to-launch-over-30-new-local-zones-starting-in-2022: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://venturebeat.com/2021/12/03/6-big-kubernetes-container-security-launches-at-aws-reinvent-2021: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.forbes.com/sites/janakirammsv/2021/12/03/aws-reinventa-roundup-of-container-services-announcements: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/top-announcements-of-aws-reinvent-2021: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2021/12/recap-reinvent-2021: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2021/12/kinesis-data-streams-ondemand: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.theregister.com/2021/12/09/the_big_aws_event_120: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/mt/share-your-amazon-cloudwatch-dashboards-with-anyone-using-aws-single-sign-on: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/new-amazon-vpc-network-access-analyzer: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/mt/migrate-aws-landing-zone-solution-to-aws-control-tower: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2022/01/aws-rds-readable-standby: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2022/01/amazon-elastic-file-system-replication: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2022/02/aws-efs-replication: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@fabrizio-cafolla/dockerize-python-for-aws-lambda-deploy-with-github-workflow-9a930c1e86b1: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2022/02/general-availability-aws-backup-amazon-s3: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/hashicorp-adds-consul-and-vault-to-cloud-platform-for-aws: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/about-aws/whats-new/2021/02/amazon-eks-clusters-support-user-authentication-oidc-compatible-identity-providers +: v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/mt/amazon-managed-service-for-grafana-amg-preview-updated-with-new-capabilities: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.xataka.com/pro/aws-se-pasa-al-low-code-workflow-studio-su-primera-herramienta-desarrollo-codigo: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/easily-manage-security-group-rules-with-the-new-security-group-rule-id: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/blogs/aws-spanish/aws-network-firewall-nuevo-servicio-gestionado-de-firewall-para-vpc: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/ec2-classic-is-retiring-heres-how-to-prepare: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/about-aws/whats-new/2021/08/announcing-general-availability-amazon-redshift-cross-account-data-sharing +: v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2021/08/aws-cloudwatch-alarms: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/monitor-evaluate-and-demonstrate-backup-compliance-with-aws-backup-audit-manager: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/amazon-managed-grafana-is-now-generally-available-with-many-new-features: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/aws-lambda-now-supports-up-to-10-gb-ephemeral-storage: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2022/04/amazon-cloudwatch-metrics-insights: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2022/04/aws-shield-application-balancer-automatic-ddos-mitigation: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/about-aws/whats-new/2022/04/aws-single-sign-on-configurable-synchronization-microsoft-active-directory +: v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2022/06/aws-well-architected-tool-organizations-integration: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/security/announcing-new-aws-iam-identity-center-apis-to-manage-users-and-groups-at-scale: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/amazon-workspaces-introduces-ubuntu-desktops: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/about-aws/whats-new/2022/10/iam-access-analyzer-cloudtrail-history-identify-actions-140-aws-services-fine-grained-policies +: v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2022/10/dark-mode-support-aws-management-console: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/about-aws/whats-new/2022/10/iam-identity-center-session-management-features-improved-user-experience-cloud-security +: v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-sns-increases-default-quota-subscription-filter-policies-account: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-ec2-price-capacity-optimized-allocation-strategy-provisioning-ec2-spot-instances +: v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/now-open-aws-region-in-spain: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2022/11/aws-identity-access-management-multi-factor-authentication-devices: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-nat-gateway-allows-select-private-ip-address-network-address-translation +: v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/about-aws/whats-new/2022/11/application-load-balancers-turning-off-cross-zone-load-balancing-per-target-group +: v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2022/11/aws-organizations-delegated-administrator: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2022/11/aws-backup-audit-manager-centralized-reporting-aws-organizations: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-cloudwatch-cross-account-observability-multiple-aws-accounts: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-rds-blue-green-deployments-safer-simpler-faster-updates: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/announcing-aws-kms-external-key-store-xks: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/heads-up-amazon-s3-security-changes-are-coming-in-april-of-2023: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-eks-automated-provisioning-lifecycle-management-windows-containers +: v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-timestream-enables-protect-data-through-aws-backup: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-rds-integration-aws-secrets-manager: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-ecs-cloudwatch-alarms-safety-deployments: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/ru/blogs/aws-cloud-financial-management/aws-cost-explorers-new-ui-and-common-use-cases: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2023/02/amazon-cloudwatch-high-resolution-metric-extraction-structured-logs: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2023/02/aws-sam-cli-sam-list-command-inspect-resources: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2023/02/amazon-guardduty-aws-europe-spain-region: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/new-visualize-your-vpc-resources-from-amazon-vpc-creation-experience: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2023/02/aws-network-firewall-tag-based-resource-groups: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/amazon-eks-now-supports-kubernetes-version-1-25: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/about-aws/whats-new/2023/03/amazon-detective-graph-visualization-interactive-security-investigations +: v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2023/02/enable-aws-systems-manager-default-all-ec2-instances-account: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2023/05/amazon-cloudfront-one-click-security-protections: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2023/05/aws-waf-rate-based-rules-request-headers-composite-keys: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/aws/new-aws-dms-serverless-automatically-provisions-and-scales-capacity-for-migration-and-data-replication +: v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/security/temporary-elevated-access-management-with-iam-identity-center: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2023/06/aws-config-recording-exclusions-resource-type: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2023/11/amazon-eks-pod-identity: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2024/01/amazon-ecs-fargate-integrate-ebs: + v1: + - page: aws-newfeatures.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/blogs/aws/ec2-price-reduction-for-ec2-instance-saving-plans-and-standard-reserved-instances: + v1: + - page: aws-pricing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://ec2.shop: + v1: + - page: aws-pricing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2020/09/aws-ec2-t4g-instances: + v1: + - page: aws-pricing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/cost-optimization-in-aws: + v1: + - page: aws-pricing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/blogs/aws/amazon-s3-glacier-price-reduction: + v1: + - page: aws-pricing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2021/03/aws-efs-one-zone-storage-classes: + v1: + - page: aws-pricing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/7-tips-for-cutting-down-your-aws-kubernetes-bill: + v1: + - page: aws-pricing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cast.ai/blog/keep-your-aws-kubernetes-costs-in-check-with-intelligent-allocation: + v1: + - page: aws-pricing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/cloud-bill-risks-of-aws-reserved-instances-and-savings-plans: + v1: + - page: aws-pricing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/mt/visualize-and-gain-insights-into-your-aws-cost-and-usage-with-cloud-intelligence-dashboards-using-amazon-quicksight +: v1: + - page: aws-pricing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.cloud-mercato.com/aws-m6i-the-why-you-should-abandon-your-m5: + v1: + - page: aws-pricing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/architecture/exploring-data-transfer-costs-for-aws-managed-databases: + v1: + - page: aws-pricing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloudkatha.com/how-to-setup-budget-in-aws-to-keep-your-bill-in-check: + v1: + - page: aws-pricing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/about-aws/whats-new/2022/04/aws-data-transfer-price-reduction-privatelink-transit-gateway-client-vpn-services/?nc1=h_ls +: v1: + - page: aws-pricing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://topcloudops.com/blog-detail?id=030b1031-8bc8-4bc5-8f7a-417950005b97: + v1: + - page: aws-pricing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://calculator.aws: + v1: + - page: aws-pricing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws-cost-management/understanding-your-aws-cost-datasets-a-cheat-sheet: + v1: + - page: aws-pricing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws-cost-management/announcing-general-availability-of-aws-cost-anomaly-detection: + v1: + - page: aws-pricing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/storage/manage-amazon-s3-storage-costs-granularly-and-at-scale-using-s3-intelligent-tiering: + v1: + - page: aws-pricing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/lets-monitor-edge-computing-networks-rhel: + v1: + - page: edge-computing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.cloudflare.com/learning/serverless/glossary/what-is-edge-computing: + v1: + - page: edge-computing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/topics/edge-computing/approach: + v1: + - page: edge-computing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/1/kubeedge: + v1: + - page: edge-computing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/cloudian-cto-kubernetes-standardization-key-to-edge: + v1: + - page: edge-computing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2021/12/08/hosted-edge-vs-cloud-the-battle-for-latency-and-security: + v1: + - page: edge-computing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/11/22/bring-your-kubernetes-workloads-edge: + v1: + - page: edge-computing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/a-new-kubernetes-edge-architecture: + v1: + - page: edge-computing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/why-working-on-cloud-vs-mobile-edge-is-so-different-e32930f1c801: + v1: + - page: edge-computing.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://fluxcd.io: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://docs.fluxcd.io: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/fluxcd/flux: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/fluxcd/flux2: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://toolkit.fluxcd.io: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/developing-applications-on-multitenant-clusters-wi: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: flux.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://alicegg.tech/2020/11/09/helm.html: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://itnext.io/managing-kubernetes-secrets-securely-with-gitops-b8174b4f4d30: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +? https://acloudguru.com/blog/engineering/adopting-gitops-for-kubernetes-on-aws?utm_source=linkedin&utm_medium=social&utm_campaign=kubernetesblog +: v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.sldk.de/2021/02/introduction-to-gitops-on-kubernetes-with-flux-v2: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/azure-arc/kubernetes/conceptual-configurations: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://cloud-viadee.medium.com/gitops-for-it-architects-6312e7822819: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://johnclarke73.medium.com/our-continuous-delivery-journey-11d86dd68a49: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/gitops-at-home-automate-code-deploys-with-kubernetes-and-flux: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/contino-engineering/integrating-gitops-deployments-in-kubernetes-using-weave-flux-9a617ea17684: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://alexander.holbreich.org/gitops-journey: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2021/10/07/server-side-reconciliation-is-coming: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.solo.io/blog/the-3-best-ways-to-use-flux-and-flagger-for-gitops-with-your-envoy-proxy-api-gateways: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/fluxcd/flux2-multi-tenancy: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://flux-subsystem-argo.github.io/website/tutorials/terraform: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.ediri.io/flux-with-buckets-is-this-still-gitops: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/dirien/pulumi-civo-flux-bucket: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://fluxcd.io/blog/2022/09/gitops-without-leaving-your-ide: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://fluxcd.io/blog/2022/09/how-to-gitops-your-terraform: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/deploy-stateful-workloads-on-kubernetes-with-ondat-and-fluxcd: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://gist.github.com/scottrigby/a1a42c3292ec7899837c578ffdaaf92a: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/flux-cd-getting-started-1a06671d718f: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.weave.works/blog/flamingo-expand-argo-cd-with-flux: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/gitops-flux-vs-argo-cd: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.aenix.io/argo-cd-vs-flux-cd-7b1d67a246ca: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2022/09/30/how-to-gitops-your-terraform: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/flux-iac/tofu-controller: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/onedr0p/flux-cluster-template: + v1: + - page: flux.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://grafana.com: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/docs/grafana/latest/administration/provisioning: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/cloudalchemy/ansible-grafana: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2020/07/22/introducing-the-new-and-improved-new-relic-plugin-for-grafana: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/grafana-loki-log-monitoring-alerting: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.magalix.com/blog/monitoring-of-kubernetes-cluster-through-prometheus-and-grafana: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/monitoring-kubernetes-workloads-with-prometheus-and-thanos-4ddb394b32c: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/lightspeed-venture-partners/why-grafana-part-ii-2e7e42e0f7bb: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.scylladb.com/2020/10/01/building-a-grafana-backend-plugin: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/grafana-adds-logging-to-its-enterprise-observability-stack: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/metrics-driven-pod-constraints: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/grafana-7-5-controversial-pie-charts-and-loki-alerts: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.zdnet.com/article/grafana-8-0-integrates-with-prometheus-alerting: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/grafana-8-0-rethinks-alerts-and-visualizations: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=iqpLXUdJ0Ro&ab_channel=Thetips4you: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://grafana.com/blog/2021/07/06/whats-new-in-grafana-cloud-for-july-2021-traces-live-streaming-kubernetes-and-docker-integrations-and-more +: v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/grafana-is-not-worried-about-aws-commercialization: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2021/11/17/2021/11/17/grafana-aws-cloudwatch-integration: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2021/12/06/testing-shift-left-observability-with-the-grafana-stack-opentelemetry-and-k6: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/will-grafana-become-easier-to-use-in-2022: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2022/01/11/top-5-user-requested-synthetic-monitoring-alerts-in-grafana-cloud: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2022/01/19/a-beginners-guide-to-network-monitoring-with-grafana-and-prometheus: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2021/11/19/a-3-step-guide-to-troubleshooting-and-visualizing-kubernetes-with-grafana-cloud: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2022/01/27/video-how-to-build-a-prometheus-query-in-grafana: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2022/02/01/an-advanced-guide-to-network-monitoring-with-grafana-and-prometheus: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devopscube.com/setup-grafana-kubernetes: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2022/02/grafana-incident-oncall: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://alexandrev.medium.com/grafana-alerting-vs-alertmanager-a-comparison-of-two-leading-monitoring-tools-5e262446a5f9: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/automatizaci%C3%B3n-de-procesos-con-prometheus-grafana-y-v%C3%ADctor-vela-l%C3%B3pez-1e: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devops.com/grafana-labs-acquires-assert-ai-to-bring-ai-to-observability: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2023/10/16/why-companies-choose-grafana-cloud-over-self-managed-oss-stacks: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/grafana/agent: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sid-infinity-yadav.medium.com/grafana-agent-kubernetes-operator-f89b744487f5: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/exploring-grafana-agent-flow-simplifying-monitoring-for-kubernetes-2a06a92614: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/oss/faro: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2022/11/02/introducing-grafana-faro-oss-application-observability: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/grafana/mimir: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/grafana/dashboards: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/DevOps-Nirvana/Grafana-Dashboards: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/mlabouardy/grafana-dashboards: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.openlogic.com/blog/how-visualize-prometheus-data-grafana: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/percona/grafana-dashboards: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/prometheus-monitoring-with-grafana: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2020/08/26/popular-community-plugins-that-can-improve-your-grafana-dashboards: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hawar.no/2020/09/cisco-dna-center-with-grafana-dashboard: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.prskavec.net/post/grafana-jsonnet: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.percona.com/blog/2019/11/22/designing-grafana-dashboards: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/devops/monitoring-azure-by-using-grafana-dashboards: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubevirt/monitoring: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@dotdc/a-set-of-modern-grafana-dashboards-for-kubernetes-4b989c72a4b2: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2022/06/06/grafana-dashboards-a-complete-guide-to-all-the-different-types-you-can-build: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/how-tos/how-to-provisioning-dashboards-in-grafana-via-kubernetes-5d261508658d: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/dotdc/grafana-dashboards-kubernetes: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/onzack/grafana-dashboards: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://www.zdnet.com/article/open-source-observability-meet-data-transformation-grafana-7-0-promises-to-connect-unify-and-visualize-all-your-data +: v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://jaxenter.com/grafana-7-0-interview-tom-wilkie-172261.html: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://grafana.com/blog/2021/08/05/grafana-8.1-released-new-geomap-and-annotations-panels-updated-plugin-management-and-more +: v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/grafana-wants-to-democratize-cloud-native-metrics: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://grafana.com/about/press/2021/11/10/grafana-labs-and-microsoft-partner-to-deliver-new-first-party-microsoft-azure-service +: v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2022/12/08/grafana-9.3-feature-grafana-oauth-token-improvements/?mdm=social: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/oss/loki: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/logging-in-kubernetes-with-loki-and-the-plg-stack-93b27c90ec34: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cleancloud-k8s.com/2022/01/19/handling-multiline-logging-with-loki-and-fluent-bit-on-kubernetes: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/grafana-prometheus-and-loki-exploring-metrics-and-logs-f198637784fc: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://grafana.com/blog/2023/11/14/grafana-beyla-1.0-release-zero-code-instrumentation-for-application-telemetry-using-ebpf +: v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2022/12/06/a-complete-guide-to-managing-grafana-as-code-tools-tips-and-tricks: + v1: + - page: grafana.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.ft.com/content/08ff1bd0-2e2b-4d20-bb9f-dfe8c5a9807b: + v1: + - page: hr.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/handbook: + v1: + - page: hr.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.elconfidencial.com/mundo/2023-03-10/milenializacion-mercado-laboral-israeli-startups_3551800: + v1: + - page: hr.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? https://www.xataka.com/empresas-y-economia/han-recomendado-calcular-cuanto-dinero-queda-al-resto-despedirles-startups-espanolas-frente-a-quiebra-svb +: v1: + - page: hr.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://martinfowler.com/articles/evodb.html: + v1: + - page: liquibase.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Evolutionary_database_design: + v1: + - page: liquibase.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +http://www.liquibase.org: + v1: + - page: liquibase.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/introduction-to-liquibase-and-managing-your-databa: + v1: + - page: liquibase.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/managing-your-database-with-liquibase-and-gradle: + v1: + - page: liquibase.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/executing-liquibase-3-use-cases: + v1: + - page: liquibase.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.percona.com/community-blog/2020/10/01/database-schema-management-via-liquibase: + v1: + - page: liquibase.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2021/02/18/blue-green-deployment-with-a-database-on-kubernetes: + v1: + - page: liquibase.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://flywaydb.org: + v1: + - page: liquibase.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/build-a-spring-boot-app-with-flyway-and-postgres: + v1: + - page: liquibase.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.liquibase.org/liquibase-vs-flyway: + v1: + - page: liquibase.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@ruxijitianu/database-version-control-liquibase-versus-flyway-9872d43ee5a4: + v1: + - page: liquibase.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://docs.planetscale.com/concepts/planetscale-workflow: + v1: + - page: liquibase.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/bytebase/bytebase: + v1: + - page: liquibase.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/top-10-low-code-articles: + v1: + - page: lowcode-nocode.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://sdtimes.com/lowcode/low-code-cuts-down-on-dev-time-increases-testing-headaches: + v1: + - page: lowcode-nocode.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://thenewstack.io/use-low-code-to-reduce-friction-for-cloud-operations-teams: + v1: + - page: lowcode-nocode.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://itnext.io/for-developers-the-low-code-winter-is-coming-76875d3606c0: + v1: + - page: lowcode-nocode.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://thenewstack.io/why-businesses-want-to-enable-no-code-and-low-code-automation: + v1: + - page: lowcode-nocode.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://thenewstack.io/low-code-for-pro-coders: + v1: + - page: lowcode-nocode.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/aws-adds-to-the-no-code-pile-is-it-the-end-of-the-engineer: + v1: + - page: lowcode-nocode.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.techradar.com/news/low-code-could-replace-traditional-coding-within-months: + v1: + - page: lowcode-nocode.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://atodorov.me/2020/06/14/comparing-kubernetes-managed-services-across-digital-ocean-scaleway-ovhcloud-and-linode: + v1: + - page: matrix-table.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.google.com/spreadsheets/d/1RPpyDOLFmcgxMCpABDzrsBYWpPYCIBuvAoUQLwOGoQw: + v1: + - page: matrix-table.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.google.com/spreadsheets/d/191WWNpjJ2za6-nbG4ZoUMXMpUK8KlCIosvQB0f-oq3k/edit: + v1: + - page: matrix-table.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.itprotoday.com/containers/whos-winning-container-software-market: + v1: + - page: matrix-table.md + is_bold: false + is_highlighted: false + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Apache_Maven: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://maven.apache.org: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/apache/maven-mvnd: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://twitter.com/ASFMavenProject: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://twitter.com/ASFMavenRelease: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/create-maven-archetype-1: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/asset/download/212: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/asset/download/223: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/installing-maven: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/10-effective-tips-on-using-maven: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/building-java-applications-with-maven: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://howtodoinjava.com/maven: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/7-tips-to-achieve-high-availabilityha-for-your-mav-1: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://maarten.mulders.it/2020/11/whats-new-in-maven-4: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/khmarbaise/maven-plugin-configuration-the-unknown-tiny-details-1emm: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://ashishtechmill.com/demystifying-google-container-tool-jib-java-image-builder: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.testproject.io/2021/06/28/getting-started-with-maven-part-1: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.testproject.io/2021/06/28/getting-started-with-maven-part-2: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://phauer.com/2018/moving-back-from-gradle-to-maven: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://rieckpil.de/maven-setup-for-testing-java-applications: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.baeldung.com/maven-duplicate-dependencies: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.vogella.com/tutorials/ApacheMaven/article.html: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://www.programmersought.com/article/1858176023: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://programmer.ink/think/maven-scaffolding-best-practices.html: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://fuse.labs.osecloud.com/fuse/creating-a-microservices-project-with-maven: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/maven-skipping-tests: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/integration-tests-with-maven: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/running-cucumber-with-maven: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://maven.apache.org/shared/maven-dependency-analyzer/index.html: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/solving-dependency-conflicts-in-maven: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/meet-the-docker-maven-plugin: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://code.visualstudio.com/docs/java/java-project: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/habasconchocos/instalaci%C3%B3n-de-java-y-visual-studio-code-en-plataformas-windows-1fa47a69497f: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.jetbrains.com/help/idea/maven-support.html: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/importing-a-maven-project-in-intellij-idea: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://javaspringvaadin.wordpress.com/2018/05/22/mavenintellijidea: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://howtodoinjava.com/maven/how-to-convert-maven-java-project-to-intellij-idea-project: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://maven.apache.org/plugins/maven-changelog-plugin: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://maven.apache.org/plugins/maven-checkstyle-plugin: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://maven.apache.org/plugins/maven-javadoc-plugin: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://maven.apache.org/surefire/maven-surefire-report-plugin: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +cheatsheets.md: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + - page: maven-gradle.md + is_bold: false + is_highlighted: false + - page: ansible.md + is_bold: false + is_highlighted: false + - page: docker.md + is_bold: false + is_highlighted: false + - page: git.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: ocp3.md + is_bold: false + is_highlighted: false + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: [] +https://github.com/fabric8io/docker-maven-plugin: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/06/02/how-the-fabric8-maven-plug-in-deploys-java-applications-to-openshift: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.marcnuri.com/eclipse-jkube-introduction-kubernetes-openshift: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://gradle.org: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://docs.gradle.org/current/userguide/getting_started.html: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/build-a-java-app-with-gradle: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://develosapiens.wordpress.com/2015/05/08/playing-with-gradle: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.baeldung.com/kotlin/gradle-dsl: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.baeldung.com/maven-convert-to-gradle: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://sdkman.io: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://e.printstacktrace.blog/using-jenkins-pipeline-parallel-stages-to-build-maven-project-with-different-jdks: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://e.printstacktrace.blog/using-sdkman-as-a-docker-image-for-jenkins-pipeline-a-step-by-step-guide: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=j1lH3vOhucw: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/wololock/jenkine-pipeline-maven-demo/tree/sdkman: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://jitpack.io: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.jbang.dev: + v1: + - page: maven-gradle.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/devops: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/devops/comments/xj1jxg/internal_developer_platforms_what_toolchain_would: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/redhat: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/openshift: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/kubernetes: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/jenkinsci: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/maven: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/gradle: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/azuredevops: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/QualityAssurance: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/jmeter: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/aws: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/AZURE: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/googlecloud: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/digitalocean: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/digital_ocean: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/cloudcomputing: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/haproxy: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/Traefik: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/istio: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/Terraform: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/ansible: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/postgres: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/git: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/java: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/Python: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/bashonubuntuonwindows: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://forums.aws.amazon.com: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.crunchbase.com/organization/openshift/timeline/timeline: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://feedly.com: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://nativecloud.dev: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://kube.events: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://stackoverflow.com/collectives: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://stackoverflow.com/collectives/go: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://stackoverflow.com/collectives/gitlab: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + - page: git.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://stackoverflow.com/collectives/google-cloud: + v1: + - page: newsfeeds.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.getpostman.com: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.getpostman.com: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/how-to-use-postman-to-manage-and-execute-your-apis: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/api-testing-postman-michael-montgomery: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/@michaelkm03/rest-api-test-automation-with-postman-jenkins-1-of-3-860edf3c2a45: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/api-testing-postman-build-dynamic-test-suite-michael-montgomery: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/@michaelkm03/api-testing-with-postman-build-a-dynamic-test-suite-e874f4d78e69: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/better-practices/kubernetes-tutorial-b6f302a67426: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://vaishnavidontha.hashnode.dev/api-testing-using-postman-part-1: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://vaishnavidontha.hashnode.dev/api-testing-using-postman-part-2: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://vaishnavidontha.hashnode.dev/api-testing-using-postman-part-3: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.postman.com/postmans-proxy-now-fully-supports-https-endpoints: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/jburroughs/1-tip-to-double-your-productivity-using-postman-3bdm: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.postman.com/introducing-secret-variable-type-in-postman: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.postman.com/matrix-postman-internal-tool-microservices: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.postman.com/postman-first-5-things-to-try: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/master-api-testing-with-postman: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://learning.postman.com/docs/collections/performance-testing/testing-api-performance: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/postmanlabs/newman: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.balasundar.com/run-postman-collections-using-newman-and-python: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.postman.com/pynt-io/workspace/pynt/overview: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.drools.org: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/05/01/automated-api-testing-for-the-kie-server: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://registry.hub.docker.com/r/jboss/kie-server: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://hoppscotch.io: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.techwebspace.com/get-started-with-the-rest-assured-framework-an-example-based-guide: + v1: + - page: postman.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/binary-repository-management: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/4.8/registry/architecture-component-imageregistry.html: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://cloudowski.com/articles/why-managing-container-images-on-openshift-is-better-than-on-kubernetes: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://quay.io: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/introducing-red-hat-quay-3-registry-your-linux-and-windows-containers: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/redhat-cop/quay-operator: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.openshift.com/products/quay: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/red-hat-introduces-open-source-project-quay-container-registry: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/quay: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/keep-your-applications-secure-with-automatic-rebuilds: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.sonatype.com/nexus-repository-oss: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://help.sonatype.com/repomanager3: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/getting-started-nexus-maven: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/sonatype-nexus-community/nexus-kubernetes-openshift: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://devopscube.com/setup-nexus-kubernetes: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://stackoverflow.com/questions/42766349/run-nexus-3-with-docker-in-a-kubernetes-cluster: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jetstack/cert-manager: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://help.sonatype.com/repomanager3/formats/docker-registry: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.sonatype.com/using-nexus-3-as-your-repository-part-3-docker-images: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://support.sonatype.com/hc/en-us/articles/360009696054-How-to-delete-docker-images-from-Nexus-Repository-Manager: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://hackernoon.com/cleanup-old-docker-images-from-nexus-repository-617b1004dad8: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://guides.sonatype.com/repo3/technical-guides/secure-docker-registries: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +? https://support.sonatype.com/hc/en-us/articles/217542177-Using-Self-Signed-Certificates-with-Nexus-Repository-Manager-and-Docker-Daemon +: v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://support.sonatype.com/hc/en-us/articles/213465768-SSL-Certificate-Guide: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://help.sonatype.com/repomanager3/security/configuring-ssl?_ga=2.250230211.411976214.1575978022-1513910029.1575978022: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.nginx.com/blog/using-free-ssltls-certificates-from-lets-encrypt-with-nginx: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://docs.docker.com/registry/insecure: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/Juniper/contrail-docker/wiki/Configure-docker-service-to-use-insecure-registry: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://forums.docker.com/t/running-an-insecure-registry-insecure-registry/8159: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://help.sonatype.com/integrations/nexus-and-continuous-integration/nexus-platform-plugin-for-jenkins: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/jenkins-publish-maven-artifacts-to-nexus-oss-using: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://cloudogu.com/en/blog/cd-with-nexus-jenkins-ces: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=qbO4MTESiJQ: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=7NmGSnqLd58: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/samrocketman/nexus3-config-as-code: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.mimacom.com/automate-nexus: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/cinhtau/sonatype-nexus-waffle: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/mlabouardy/nexus-cli: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://nexus3-cli.readthedocs.io: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/sonatype-nexus-community: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jfrog.com/blog/jfrog-artifactory-kubernetes-registry: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jfrog.com/container-registry: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +? https://jfrog.com/whitepaper/the-jfrog-journey-to-kubernetes-best-practices-for-taking-your-containers-all-the-way-to-production +: v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/cloud-devops-with-openshift-and-jfrog: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jfrog.com/blog/how-i-leaped-forward-my-jenkins-build-with-jfrog-pipelines: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jfrog.com/blog/github-vs-jfrog-who-can-do-the-job-for-devops: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://seekingalpha.com/article/4427517-jfrog-reminds-me-of-mongodb: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jfrog.com/confluence/display/JFROG/Kubernetes+Helm+Chart+Repositories: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jfrog.com/integration/kubernetes-docker-registry: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/18333-2: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://goharbor.io: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://goharbor.io/docs/2.0.0/install-config/quick-install-script: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/nicholasamorim/ansible-role-harbor: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/mramanathan/ansible-harbor: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://galaxy.ansible.com/mkgin/vmware-harbor: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://freesoft.dev/program/126957220: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/uber/kraken: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/deploy-your-private-docker-registry-as-a-pod-in-kubernetes-f6a489bf0180: + v1: + - page: registries.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://stackstorm.com: + v1: + - page: stackstorm.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/StackStorm: + v1: + - page: stackstorm.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +http://www.conceptdraw.com/examples/application-architecture: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/architecture/optimizing-your-aws-infrastructure-for-sustainability-part-i-compute: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/architecture/optimizing-your-aws-infrastructure-for-sustainability-part-ii-storage: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/architecture/migrate-your-applications-to-containers-at-scale: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/how-well-architected-enables-junior-engineers-24j: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/architecture/this-is-my-architecture: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/architecture/creating-a-multi-region-application-with-aws-services-part-1-compute-and-security +: v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/architecture/creating-a-multi-region-application-with-aws-services-part-2-data-and-replication +: v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/architecture/lets-architect-architecting-microservices-with-containers: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/de/blogs/mt/strategies-for-consolidating-aws-environments: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/architecture/maintain-visibility-over-the-use-of-cloud-architecture-patterns: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/pt/blogs/compute/architecture-patterns-for-consuming-private-apis-cross-account: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://awstip.com/increase-security-and-efficiency-with-a-3-tier-cloud-architecture-bf5e835cd55a: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/ministryofjustice/modernisation-platform/tree/main/architecture-decision-record: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.aws.amazon.com/wellarchitected/latest/framework/welcome.html: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/well-architected-tool: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2023/04/aws-well-architected-framework: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://t.co/hshyLt0r2x: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + - page: developerportals.md + is_bold: false + is_highlighted: false + - page: javascript.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://awsfundamentals.com/blog/aws-organizations-the-key-to-managing-your-cloud-infrastructure-effectively: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + - page: aws.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/aws-samples/well-architected-iac-analyzer: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + - page: ai.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.awsarchitectureblog.com: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://blogs.aws.amazon.com: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/awslabs: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://aws.amazon.com/es/quickstart: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/infoworld-review-amazon-aurora-rocks-mysql: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/aws-cost-explorer-update-access-to-ec2-usage-data: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/solutions/case-studies/thomas-publishing: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://wblinks.com/notes/aws-tips-i-wish-id-known-before-i-started: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.appdynamics.com/cloud/a-guide-to-performance-challenges-with-aws-ec2-part-1: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://cloud.netapp.com/blog/prepare-for-the-day-of-all-cloud: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/avoid-the-5-most-common-amazon-web-services-misconfigurations-in-build-time: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://foreseeti.com/how-to-become-and-stay-aws-well-architected-in-a-smart-way: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/architecture/use-templated-answers-to-perform-well-architected-reviews-at-scale: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@buraktahtacioglu/aws-well-architected-framework-aws-roadmap-80aaa6ca7f53: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cbui.dev/every-company-has-an-old-production-aws-account: + v1: + - page: aws-architecture.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/lambda/latest/dg/lambda-python-how-to-create-deployment-package.html: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://www.giantflyingsaucer.com/blog/?p=5730: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://www.logicworks.net/blog/2016/01/aws-lambda-echo-cloud-automation: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://read.acloud.guru/serverless-the-future-of-software-architecture-d4473ffed864: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.npmjs.com/package/lambda-load-test: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/lambda/latest/dg/limits.html: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://blog.powerupcloud.com/2016/02/07/aws-inventory-details-in-csv-using-lambda: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/premiumsupport/knowledge-center/start-stop-lambda-cloudwatch: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.youtube.com/channel/UC_vJsnqdpuEoRseFmlkHMkA: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/compute/using-amazon-efs-for-aws-lambda-in-your-serverless-applications: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.usejournal.com/building-a-serverless-back-end-with-aws-5bb3642a3f4: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dashbird.io/blog/deploying-aws-lambda-with-docker: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/compute/operating-lambda-understanding-event-driven-architecture-part-1: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/blogs/compute/optimizing-lambda-functions-packaged-as-container-images: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://d1.awsstatic.com/whitepapers/Overview-AWS-Lambda-Security.pdf: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloudonaut.io/serverless-hybrid-cloud-accessing-an-api-gateway-via-vpn-or-direct-connect: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3210726/serverless-computing-with-aws-lambda.html: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dashbird.io/blog/optimizing-aws-lambda-for-production: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/step-functions: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://kothiyal-anuj.medium.com/serverless-diary-the-ultimate-guide-to-caching-in-the-cloud-249f6a06915f: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/galvanize/going-serverless-on-aws-116a04a0defd: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/architecture/data-caching-across-microservices-in-a-serverless-architecture: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/compute/introducing-aws-sam-pipelines-automatically-generate-deployment-pipelines-for-serverless-applications +: v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/about-aws/whats-new/2021/07/simplify-ci-cd-configuration-serverless-applications-your-favorite-ci-cd-system-public-preview +: v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://liavyona09.medium.com/spice-up-your-kubernetes-environment-with-aws-lambda-a07d81347607: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2021/09/better-price-performance-aws-lambda-functions-aws-graviton2-processor: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/compute/deploying-aws-lambda-layers-automatically-across-multiple-regions: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@tarekbecker/serverless-enterprise-grade-multi-tenancy-using-aws-76ff5f4d0a23: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/manage-webhooks-at-scale-with-aws-serverless-fof: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/architecture/mistakes-to-avoid-when-implementing-serverless-architecture-with-lambda: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@andrewjr350/misunderstanding-of-serverless-aws-835c7076ea4c: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/how-to-setup-a-basic-serverless-backend-with-aws-lambda-and-api-gateway: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/compute/migrating-a-monolithic-net-rest-api-to-aws-lambda: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://medium.com/aws-serverless-microservices-with-patterns-best/cloud-native-microservices-evolves-to-aws-serverless-event-driven-architectures-9a38c473f4f8 +: v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/exploring-the-serverless-event-driven-architecture-8d6bda93e823: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/lambda-vs-step-functions-the-battle-of-cost-and-performance-5f008045e2ab: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://medium.com/awesome-cloud/aws-difference-between-serverless-lambda-and-containers-kubernetes-serverless-vs-containers-lambda-vs-k8s-a166931870a2 +: v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/compute/scaling-aws-lambda-permissions-with-attribute-based-access-control-abac: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/compute/understanding-aws-lambda-scaling-and-throughput: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/mobile/how-to-enforce-user-quota-on-aws-appsync-with-lambda-authorizer: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.plainenglish.io/lets-design-a-serverless-etl-pipeline-with-aws-services-9ab88c95afd4: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.theserverlessmindset.com/p/best-serverless-database: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/aidansteele/secretsctx: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://faun.pub/serverless-with-spring-boot-aws-lambda-bc76c1de2b12: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/new-accelerate-your-lambda-functions-with-lambda-snapstart: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3681549/aws-lambda-kickstarts-java-functions.html: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@dan.avila7/prueba-tus-proyectos-serverless-de-forma-local-con-serverless-offline-2e555f2b5e9b: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://tutorialsdojo.com/real-time-monitoring-of-5xx-errors-using-aws-lambda-cloudwatch-logs-slack: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/go-fast-and-reduce-risk-using-cdk-to-deploy-your-serverless-applications-on-aws-2i3k: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/event-driven-architectures-using-aws-with-example-3d2d: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://terrateam.io/blog/aws-lambda-function-with-terraform: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/lego-engineering/a-journey-into-serverless-and-handling-step-function-failures-dba51b4e8e99: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/introduction-to-aws-sam-serverless-application-model-12oc: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/deploying-awesome-app-on-aws-serverless-services-step-by-step-guide-54bc89e4d236: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://medium.com/@sassenthusiast/serverless-simplified-integrating-docker-containers-into-aws-lambda-via-serverless-yml-cdef9be1681e +: v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/blogs/containers/developers-guide-to-using-amazon-efs-with-amazon-ecs-and-aws-fargate-part-1: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.kdnuggets.com/2020/07/deploy-machine-learning-pipeline-aws-fargate.html: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www2.deloitte.com/es/es/blog/todo-tecnologia/2021/fargate-con-eks.html: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.element7.io/2022/10/a-hidden-gem-two-ways-to-improve-aws-fargate-container-launch-times: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@HirenDhaduk1/best-choice-to-run-your-containers-aws-fargate-or-aws-lambda-or-both-d9e14685a363: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/awslabs/specctl: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@mertmengu/aws-sam-cli-advanced-serverless-deployments-07432fee87ab: + v1: + - page: aws-serverless.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/okelet/awsipinventory: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/dineshrathee12/how-to-copy-a-security-group-with-rules-from-one-aws-account-to-another-account-36mb: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/awslabs/assisted-log-enabler-for-aws: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/saml-to/assume-aws-role-action: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/Levi-Michael/boto3-ec2-s3-management: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/cavaliercoder/vpc-free: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +demos.md: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.github.io: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/floci-io/floci: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + - page: docker.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://steampipe.io: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + - page: cloud-asset-inventory.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/opensource/querying-aws-at-scale-across-apis-regions-and-accounts: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + - page: cloud-asset-inventory.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/awslabs/aws-cloudsaga: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/willdady/aws-resource-based-policy-collector: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/ermetic/access-undenied-aws: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://ermetic.com/blog/aws/access-undenied-on-aws: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/ualter/awsbe-site: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/awslabs/amazon-s3-tar-tool: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/aws-samples/aws-cdk-stack-builder-tool: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/containerscrew/aws-sso-auth: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.cloudcatalog.dev: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/infrahouse/infrahouse-toolkit: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/continuous-integration-and-deployment-on-aws-and-a-wishlist-for-cicd-tools-on-aws-5a13: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2021/11/aws-toolkits-cloud9-jetbrains-vs-code: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/mt: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/salesforce/metabadger: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/cli: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/cli/latest/index.html: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/cli/latest/reference/codepipeline/index.html: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://pypi.python.org/pypi/ec2-ssh-yplan: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-python-2-7-in-aws-sdk-for-python-and-aws-cli-v1: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/sdk-for-java: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/circuitpeople/aws-cli-with-jq-and-bash-9d54e2eabaf1: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.plainenglish.io/lessons-learned-from-switching-to-aws-sdk-v3-6babe1530a59: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.awsfundamentals.com/aws-s3-rm-removing-files: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/franciscogm/aws-cli-sso-made-easy-3bh9: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/codewhisperer: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://www.genbeta.com/desarrollo/amazon-lanza-codewhisperer-su-propia-alternativa-a-github-copilot-que-no-insertara-codigo-licenciado-avisar +: v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/accelerate-your-terraform-development-with-amazon-codewhisperer: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/devops/introducing-amazon-codewhisperer-for-command-line: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.awsfundamentals.com/aws-s3-sync: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + - page: aws-storage.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/jcjorel/ec2-spot-converter: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://techcrunch.com/2021/01/12/vantage-makes-managing-aws-easier: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.vantage.sh: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/one2nc/cloudlens: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://codecatalyst.aws/explore: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/Reaimua/AWS-CLI-Uploader-Project: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/welldone-cloud/aws-list-resources: + v1: + - page: aws-tools-scripts.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/how-to-set-up-custom-email: + v1: + - page: cloudflare.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.cloudflare.com: + v1: + - page: cloudflare.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://workers.cloudflare.com: + v1: + - page: cloudflare.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://venturebeat.com/2020/12/22/cloudflare-acquires-linc-to-automate-web-app-deployment: + v1: + - page: cloudflare.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.cloudflare.com/network-performance-update-full-stack-week: + v1: + - page: cloudflare.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.cloudflare.com/guest-blog-zero-trust-access-kubernetes: + v1: + - page: cloudflare.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.cloudflare.com/zero-trust-private-networking-rules: + v1: + - page: cloudflare.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com: + v1: + - page: digitalocean.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com/products/kubernetes: + v1: + - page: digitalocean.md + is_bold: false + is_highlighted: false + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://try.digitalocean.com/cloudplex: + v1: + - page: digitalocean.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com/community/tutorials/deepseek-r1-gpu-droplets: + v1: + - page: digitalocean.md + is_bold: false + is_highlighted: false + - page: ai.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com/community/tools: + v1: + - page: digitalocean.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com/community/tools/nginx: + v1: + - page: digitalocean.md + is_bold: false + is_highlighted: false + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com/docs/app-platform: + v1: + - page: digitalocean.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://try.digitalocean.com/app-platform: + v1: + - page: digitalocean.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.theregister.com/2020/10/07/digitalocean_paas_app_platform: + v1: + - page: digitalocean.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/digitalocean-app-platform-eases-kubernetes-deployments-for-developers: + v1: + - page: digitalocean.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.redhat.com/en/documentation/openshift_container_platform/4.21/html/ai_workloads/red-hat-build-of-kueue: + v1: + - page: kubernetes-bigdata.md + is_bold: false + is_highlighted: false + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.opensourceforu.com/2021/12/kubernetes-adoption-widespread-for-big-data-survey/?amp: + v1: + - page: kubernetes-bigdata.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/migrating-apache-spark-workloads-from-aws-emr-to-kubernetes-463742b49fda: + v1: + - page: kubernetes-bigdata.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://tomlous.medium.com/ci-cd-for-data-engineers-68b0fd915545: + v1: + - page: kubernetes-bigdata.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.datamechanics.co/blog-post/apache-spark-3-1-release-spark-on-kubernetes-is-now-ga: + v1: + - page: kubernetes-bigdata.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/run-and-scale-an-apache-spark-application-on-kuber: + v1: + - page: kubernetes-bigdata.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/running-apache-spark-on-kubernetes: + v1: + - page: kubernetes-bigdata.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/blog/getting-started-running-spark-workloads-on-openshift: + v1: + - page: kubernetes-bigdata.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/empathyco/running-apache-spark-on-kubernetes-2e64c73d0bb2: + v1: + - page: kubernetes-bigdata.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://hevodata.com/learn/spark-data-pipeline: + v1: + - page: kubernetes-bigdata.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://coderstan.com/2022/07/15/spark-on-kubernetes-launching-millions-of-spark-executors: + v1: + - page: kubernetes-bigdata.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://spot.io/blog/setting-up-managing-monitoring-spark-on-kubernetes: + v1: + - page: kubernetes-bigdata.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/master-sparkml-practical-guide-for-machine-learning-1efe1bd9cdce: + v1: + - page: kubernetes-bigdata.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://aprenderbigdata.com/databricks: + v1: + - page: kubernetes-bigdata.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.databricks.com/structured-streaming/scheduler-pools.html: + v1: + - page: kubernetes-bigdata.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/databrickslabs/ucx: + v1: + - page: kubernetes-bigdata.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/kueue/releases/tag/v0.14.0: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://relnotes.k8s.io: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/whats-new-kubernetes-1-20: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.magalix.com/blog/what-you-should-know-about-kubernetes-1.20: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.zdnet.com/article/kubernetes-dropping-docker-is-not-that-big-of-a-deal: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-1-20-lands-with-44-enhancements: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-1-20-enhances-the-operator-experience-and-brings-new-features-to-the-container-runtime: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/kubernetes-is-removing-docker-support-kubernetes-is-not-removing-docker-support: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://devopscube.com/kubernetes-v1-21-released: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-1-21-brings-a-new-memory-manager-more-flexible-scheduling: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2021/04/09/kubernetes-release-1.21-cronjob-ga: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2021/04/08/kubernetes-1-21-release-announcement: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://devclass.com/2021/04/09/kubernetes-1-21-unloads-pod-security-adds-dual-ipv4-ipv6-networking-and-shuts-down-gracefully +: v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2021/04/12/introducing-suspended-jobs: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://analyticsindiamag.com/kubernetes-v1-21-released-major-updates-latest-features: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/kubernetes-1.21-grows-innovative-new-features: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://gist.github.com/jimangel/0014770713cdca8b363816930ef2520f: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2021/04/23/kubernetes-release-1.21-metrics-stability-ga: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/kubernetes-1-22-whats-new: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2021/07/14/upcoming-changes-in-kubernetes-1-22: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2021/08/04/kubernetes-1-22-release-announcement: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/less-is-more-with-kubernetes-1-22: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/whats-new-with-kubernetes-1-22: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2021/04/21/graceful-node-shutdown-beta: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2021/08/11/kubernetes-1-22-feature-memory-manager-moves-to-beta: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2021/11/12/are-you-ready-for-dockershim-removal: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/thermokline/kubernetes-v1-22-ends-cloud-provider-loadbalancer-lock-in-80ed7907695e: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/kubernetes-1-23-whats-new: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.armosec.io/blog/kubernetes-version-1-23-is-out-everything-you-should-know: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-1-23-dual-stack-ipv4-ipv6-cronjobs-ephemeral-volumes: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.aquasec.com/kubernetes-version-1.23-security-features: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2021/12/07/kubernetes-1-23-release-announcement: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2022/01/kubernetes-dockershim-removal: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.runx.dev/will-that-kubernetes-v1-22-upgrade-break-my-application-cc339dc2e2c7: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2022/02/17/dockershim-faq: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2021/07/20/new-kubernetes-release-cadence: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/amazon-eks-now-supports-kubernetes-1-22: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/kubernetes-1-24-whats-new: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://inder-devops.medium.com/its-time-to-migrate-your-container-runtime-kubernetes-1-24-is-coming-f0c0b6b9bb90: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2022/08/04/upcoming-changes-in-kubernetes-1-25: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/kubernetes-1-25-whats-new: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2022/08/23/kubernetes-v1-25-release: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2022/08/23/podsecuritypolicy-the-historical-context: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.macchaffee.com/blog/2022/psp-deprecation: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://datree.io/resources/eks-1-22-upgrade-tutorial: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2022/11/28/registry-k8s-io-faster-cheaper-ga: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/kubernetes-1-26-whats-new: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.armosec.io/blog/kubernetes-1-26-everything-you-should-know: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2022/12/16/kubernetes-1-26-non-graceful-node-shutdown-beta: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2022/12/23/kubernetes-12-06-fsgroup-on-mount: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2022/12/26/pod-scheduling-readiness-alpha: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2022/12/27/cpumanager-ga: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/unleashing-the-power-of-kubernetes-1-26-56979ee667fd: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2022/12/29/scalable-job-tracking-ga: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://alexandrev.medium.com/kubernetes-autoscaling-1-26-a-game-changer-for-keda-users-c718a81fb155: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2022/12/30/advancements-in-kubernetes-traffic-engineering: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/kubernetes-1-27-whats-new: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2023/04/11/kubernetes-v1-27-release: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@jonathan_37674/kubernetes-1-27-everything-you-should-know-armo-236de6d77272: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-1-27-arrives: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.armosec.io/blog/kubernetes-1-27-release: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2023/05/aws-management-console-private-access: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2023/05/12/in-place-pod-resize-alpha: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-1-28-accommodates-the-service-mesh-sudden-outages: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/kubernetes-planternetes-v1-28-non-graceful-node-shutdown-feature-8608d5073519: + v1: + - page: kubernetes-releases.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/7/open-source-test-automation-frameworks: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://selenium.dev: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/best-practices-for-selenium-automation-one-must-kn: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/top-11-challenges-in-automation-testing-using-sele: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=vDj5IsWjU0A: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/why-selenium-grid-is-ideal-for-automated-browser-testing: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/27-best-practices-selenium-test-automation: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/complete-guide-to-access-forms-in-selenium-with-java: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/selenium-ide-what-is-it-why-is-it-must-for-every-qa: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://qautomation.blog/2019/05/07/how-to-run-selenium-script-in-jmeter: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dev.to/nazliander/using-selenium-within-a-docker-container-ghp: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/tutorial/selenium-tutorial: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/selenium-maven-jenkins-integration: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/learning-hub/selenium-4: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://automationreinvented.blogspot.com/2021/02/how-to-run-test-selenium-tests-from.html: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/selenium: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/selenium-java-tutorial-how-to-test-login-process: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/selenium-github-actions-example: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/49-common-selenium-exceptions-automation-testing: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/run-selenium-tests-in-docker: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/what-is-deprecated-in-selenium4: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/upgrade-from-selenium3-to-selenium4: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/scroll-a-webpage-in-selenium-using-java: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://automationscript.com/parallel-execution-in-selenium-using-jenkins: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/modifying-http-request-headers-in-java-using-selenium-webdriver: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/use-selenium-to-create-a-web-scraping-bot: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/debunking-selenium-testing-myths: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/selenium-4-grid-integration-kubernetes-rishi-khanna: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://automated-360.com/integration/how-to-perform-code-quality-check-for-selenium-test-automation: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.testrigtechnologies.com/how-to-write-a-test-automation-selenium-test-script: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/learning-hub/selenium-locators: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/selenium-automation-testing: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/automated-web-bot-with-selenium-python: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/learning-hub/python-tutorial: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/why-you-need-build-automation-tools-for-selenium-automation-testing: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://robotframework.org: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/cypress-vs-selenium-comparison: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/manage/monitor: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://automationqahub.com/how-to-install-playwright-tool: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://automationqahub.com/how-to-build-playwright-page-object-model: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://automationqahub.com/how-to-configure-multiple-environments-in-playwright: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://docs.openstack.org/tempest: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://opensource.com/article/22/1/open-source-testing-framework: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +http://appium.io: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://automationqahub.com/how-to-do-mobile-automation-using-appium-2-0: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://experitest.com/appium-blog/start-automating-your-mobile-tests-with-cucumber-and-appium: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/python-in-plain-english/testing-apis-with-python-4ca51d604ffe: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/cucumber-with-jenkins-integration: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://tutorials.virtualan.io: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.testinglpoint.com/cucumber-interview-question: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/api-testing-with-cucumber: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://marketplace.atlassian.com/apps/1014681/zephyr-for-jira-test-management: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/14-of-the-best-automation-testing-tools-available: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/the-power-of-automated-testing-and-test-management: + v1: + - page: test-automation-frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://cursor.com/es/learn: + v1: + - page: ai-agents-mcp.md + is_bold: false + is_highlighted: false + - page: ai.md + is_bold: false + is_highlighted: false + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.anthropic.com/news/model-context-protocol: + v1: + - page: ai-agents-mcp.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://modelcontextprotocol.io/introduction: + v1: + - page: ai-agents-mcp.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://t.co/EKsVgKA4xn: + v1: + - page: ai-agents-mcp.md + is_bold: false + is_highlighted: false + - page: securityascode.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +? https://cloud.google.com/blog/topics/developers-practitioners/level-up-your-agents-announcing-googles-official-skills-repository +: v1: + - page: ai-agents-mcp.md + is_bold: false + is_highlighted: false + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/shanraisshan/claude-code-best-practice: + v1: + - page: ai-agents-mcp.md + is_bold: false + is_highlighted: false + - page: ai.md + is_bold: false + is_highlighted: false + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://kiro.dev: + v1: + - page: ai-agents-mcp.md + is_bold: false + is_highlighted: false + - page: cicd.md + is_bold: false + is_highlighted: false + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/robusta-dev/holmesgpt: + v1: + - page: ai-agents-mcp.md + is_bold: false + is_highlighted: false + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/Skyvern-ai/Skyvern: + v1: + - page: ai-agents-mcp.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/azure-sdk/announcing-azure-mcp-server-2-0-stable-release: + v1: + - page: ai-agents-mcp.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/punkpeye/awesome-mcp-servers: + v1: + - page: ai-agents-mcp.md + is_bold: false + is_highlighted: false + - page: ai.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://pulsemcp.com: + v1: + - page: ai-agents-mcp.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://mcpbundles.com: + v1: + - page: ai-agents-mcp.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/modelcontextprotocol/servers: + v1: + - page: ai-agents-mcp.md + is_bold: false + is_highlighted: false + - page: ai-agents-mcp.md + is_bold: false + is_highlighted: false + - page: ai-agents-mcp.md + is_bold: false + is_highlighted: false + - page: ai-agents-mcp.md + is_bold: false + is_highlighted: false + - page: ai-agents-mcp.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/ai-machine-learning/google-cloud-managed-mcp-for-gemini: + v1: + - page: ai-agents-mcp.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/ray-project/kuberay: + v1: + - page: ai-agents-mcp.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/vllm-project/vllm: + v1: + - page: ai-agents-mcp.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/NVIDIA/gpu-operator: + v1: + - page: ai-agents-mcp.md + is_bold: false + is_highlighted: false + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/go-skynet/LocalAI: + v1: + - page: ai-agents-mcp.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/s3/faqs: + v1: + - page: aws-storage.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/AmazonS3/latest/dev/ipv6-access.html: + v1: + - page: aws-storage.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/apn/how-to-build-sparse-ebs-volumes-for-fun-and-easy-snapshotting: + v1: + - page: aws-storage.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/storagegateway/latest/userguide/GettingStarted-common.html: + v1: + - page: aws-storage.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://devopscube.com/automate-ebs-snapshot-creation-deletion: + v1: + - page: aws-storage.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloudkatha.com/is-s3-region-specific-or-global-what-do-you-think: + v1: + - page: aws-storage.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloudkatha.com/why-s3-bucket-names-are-unique-globally: + v1: + - page: aws-storage.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloudkatha.com/aws-s3-storage-classes-everything-you-need-to-know: + v1: + - page: aws-storage.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/storage/a-step-by-step-guide-to-synchronize-data-between-amazon-s3-buckets: + v1: + - page: aws-storage.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.percona.com/blog/performance-of-various-ebs-storage-types-in-aws: + v1: + - page: aws-storage.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/blogs/architecture/connect-amazon-s3-file-gateway-using-aws-privatelink-for-amazon-s3: + v1: + - page: aws-storage.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.min.io/certificate-based-authentication-with-s3: + v1: + - page: aws-storage.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/s3-glacier-instant-retrieval-deep-dive-which-s3-storage-class-is-right-for-me: + v1: + - page: aws-storage.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/storage/monitor-amazon-s3-activity-using-s3-server-access-logs-and-pandas-in-python: + v1: + - page: aws-storage.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/storage/building-an-active-active-latency-based-application-across-multiple-regions: + v1: + - page: aws-storage.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/adding-an-ebs-volume-to-a-running-aws-ec2-instance-311l: + v1: + - page: aws-storage.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://awstip.com/uploading-files-to-s3-through-api-gateway-7bb78c0d0483: + v1: + - page: aws-storage.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/ceph/ceph: + v1: + - page: aws-storage.md + is_bold: false + is_highlighted: false + - page: cloud-asset-inventory.md + is_bold: false + is_highlighted: false + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/amazon-elastic-file-system-production-ready-in-three-regions: + v1: + - page: aws-storage.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2021/01/amazon-elastic-file-system-triples-read-throughput: + v1: + - page: aws-storage.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2021/01/aws-transfer-ftp-efs: + v1: + - page: aws-storage.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@andretost_75145/using-chatgpt-to-learn-kubernetes-and-openshift-15051bc95535: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.ansible.com/blog/ansible-wisdom-and-chatgpt-putting-it-to-the-test: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/chatgpt-and-software-architecture-308b6e0cc25a: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.genbeta.com/a-fondo/era-inteligencia-artificial-microsoft-nuevo-google: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://abcabhishek.substack.com/p/chatgpt-for-generating-sql-as-a-data: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.businessinsider.es/uso-chatgpt-50-70-veces-dia-ser-productivo-1228162: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://thenewstack.io/using-chatgpt-for-questions-specific-to-your-company-data: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.techrepublic.com/article/chatgpt-cheat-sheet: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://businessinsider.mx/trucos-chatgpt-aminorar-carga-laboranl_vida-profesional: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://christianmartinezfinancialfox.medium.com/how-to-use-chatgpt-to-improve-your-microsft-excel-skills-41817b6465df: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://thenewstack.io/developers-put-ai-bots-to-the-test-of-writing-code: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.aihr.com/blog/chatgpt-prompts-for-hr: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +? https://christianmartinezfinancialfox.medium.com/tableaugpt-the-ultimate-guide-on-how-to-utilize-its-full-potential-445939e3833d +: v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://k8sgpt.ai: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + - page: ai.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/robusta-dev/chatgpt-yaml-generator: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/Terraform/comments/1l7my1x/where_is_ai_still_completely_useless_for: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/ProgrammerHumor/comments/1tbzih8/techcompaniescuttingdevsforai: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + - page: ai.md + is_bold: false + is_highlighted: false + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.cerebras.ai: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + - page: ai.md + is_bold: false + is_highlighted: false + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/serenakeyitan/awesome-notebookLM-prompts: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + - page: ai.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/rasbt/LLMs-from-scratch: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + - page: ai.md + is_bold: false + is_highlighted: false + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://claude101.com: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + - page: ai.md + is_bold: false + is_highlighted: false + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.google.com/share.google?q=rRH2WBGGgW1LON3N1: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +? https://www.xataka.com/robotica-e-ia/google-lanza-misil-github-copilot-su-asistente-programacion-ofrece-mucho-uso-gratuito-que-microsoft +: v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + - page: ai.md + is_bold: false + is_highlighted: false + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.blog/changelog/2025-01-15-copilot-users-can-ask-about-a-failed-actions-job-ga: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + - page: cicd.md + is_bold: false + is_highlighted: false + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/robusta-dev/kubernetes-chatgpt-bot: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://itnext.io/k8sgpt-localai-unlock-kubernetes-superpowers-for-free-584790de9b65: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://numerous.ai: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://chat.openai.com/g/g-6eSNNNvsB-kubernetes-terraformer: + v1: + - page: chatgpt.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.cloudquery.io: + v1: + - page: cloud-asset-inventory.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudquery.io/blog/open-source-cloud-asset-inventory-with-cloudquery-and-grafana: + v1: + - page: cloud-asset-inventory.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://revistacloud.com/serverlesshorrors-la-web-que-recoge-las-peores-pesadillas-del-mundo-serverless: + v1: + - page: cloud-asset-inventory.md + is_bold: false + is_highlighted: false + - page: finops.md + is_bold: false + is_highlighted: false + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=zQyrhjEAqLs: + v1: + - page: cloud-asset-inventory.md + is_bold: false + is_highlighted: false + - page: aws-training.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloudcanvas.co: + v1: + - page: cloud-asset-inventory.md + is_bold: false + is_highlighted: false + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/enterprise-scale/transition: + v1: + - page: cloud-asset-inventory.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/architecture/landing-zones/subscription-vending: + v1: + - page: cloud-asset-inventory.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://searchitoperations.techtarget.com/news/252467102/Kubernetes-policy-project-takes-enterprise-IT-by-storm: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/policy-based-countermeasures-for-kubernetes-part-1: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/airwalk/automate-policies-enforcement-with-policy-as-code-2f20aac9e2b0: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.gitguardian.com/what-is-policy-as-code-an-introduction-to-open-policy-agent: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.openpolicyagent.org: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.magalix.com/blog/integrating-open-policy-agent-opa-with-kubernetes-a-deep-dive-tutorial: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.fugue.co/blog/5-tips-for-using-the-rego-language-for-open-policy-agent-opa: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/policy-hub/policy-hub-cli: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.styra.com/blog/integrating-identity-oauth2-and-openid-connect-in-open-policy-agent: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.styra.com/blog/rego-unit-testing: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/instrumenta/policies: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.itprotoday.com/devops-and-software-development/who-needs-open-policy-agent: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.styra.com/blog/dynamic-policy-composition-for-opa: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.styra.com/blog/5-opa-deployment-performance-models-for-microservices: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.styra.com/blog/open-policy-agent-the-top-5-kubernetes-admission-control-policies: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/getting-open-policy-agent-up-and-running: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://siegert-maximilian.medium.com/ensure-content-trust-on-kubernetes-using-notary-and-open-policy-agent-485ab3a9423c: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.styra.com/blog/policy-based-infrastructure-guardrails-with-terraform-and-opa: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@ravindursr/automated-manifest-file-validation-using-open-policy-agent-and-github-actions-697fa9fd74f0: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/weaveworks-adds-policy-as-code-to-secure-kubernetes-apps: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.fugue.co/blog/securing-a-kubernetes-pod-with-regula-and-open-policy-agent: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/permit_io/load-external-data-into-opa-the-good-the-bad-and-the-ugly-26lc: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://inspektor.cloud/blog/evaluating-open-policy-agent-in-rust-using-wasm: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/4th-coffee/what-is-policy-as-code-an-introduction-to-open-policy-agent-6098463f8461: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/kubernetes-pod-security-policies-opa: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://banzaicloud.com/blog/istio-opa: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@siegert.maximilian/ensure-content-trust-on-kubernetes-using-notary-and-open-policy-agent-485ab3a9423c: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.kubermatic.com/blog/using-open-policy-agent-with-kubermatic: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/raspbernetes/k8s-security-policies: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/linkbynet/deploying-opa-on-a-gke-cluster-da4d3d77812c: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.styra.com/blog/using-opa-with-gitops-to-speed-cloud-native-development: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/gitguardian/what-is-policy-as-code-an-introduction-to-open-policy-agent-dba1400bb030: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/fine-grained-policy-enforcement-in-openshift-with-open-policy-agent: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/open-policy-agent/contrib/tree/master/wasm/cloudflare-worker: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/resources/securing-infrastructure-in-application-pipelines: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.fugue.co/container-kubernetes: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://t.co/cvOceuueCF: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + - page: devops-tools.md + is_bold: false + is_highlighted: false + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.blog/security/application-security/how-exposed-is-your-code-find-out-in-minutes-for-free: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + - page: devsecops.md + is_bold: false + is_highlighted: false + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://web-check.xyz: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + - page: devops-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.docker.com/blog/docker-hardened-images-for-every-developer: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + - page: docker.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/yor-automates-tagging-for-infrastructure-as-code: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://yor.io: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.checkov.io: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/blogs/containers/policy-based-countermeasures-for-kubernetes-part-1: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/tmobile/magtape: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/selefra/selefra: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kyverno.io: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://venturebeat.com/2021/08/10/how-nirmata-plans-to-conquer-kubernetes-complexity-with-open-source-kyverno: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://neonmirrors.net/post/2021-02/kubernetes-policy-comparison-opa-gatekeeper-vs-kyverno: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kyverno.io/policies: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/rinkiyakedad/using-kyverno-to-enforce-eks-best-practices-cad: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/easy-as-one-two-three-policy-management-with-kyverno-on-amazon-eks: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kyverno.io/docs/writing-policies/mutate: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.squadcast.com/blog/kyverno-policy-management-in-kubernetes: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://neonmirrors.net/post/2020-12/exploring-kyverno-part3: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kyverno.io/policies/best-practices/check_deprecated_apis: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kyverno.io/docs/writing-policies/generate: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kyverno.io/policies/other/add-pod-proxies: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kyverno.io/docs/writing-policies/autogen: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kyverno.io/policies/other/require_pdb: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://nirmata.com/2021/08/12/kubernetes-supply-chain-policy-management-with-cosign-and-kyverno: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://neonmirrors.net/post/2020-11/exploring-kyverno-intro: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://nirmata.com/2021/08/18/introducing-kyverno-1-4-2-trusted-and-more-efficient: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://searchitoperations.techtarget.com/news/252505548/CNCF-policy-as-code-project-bridges-Kubernetes-security-gaps: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/kyverno/policy-reporter: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.sesin.at/2021/08/28/securing-kubernetes-with-kyverno-how-to-protect-your-users-from-themselves-by-ritesh-patel: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://movi.hashnode.dev/simplify-kubernetes-cluster-management-with-kyverno-ckt6yxjqy0duy95s14groe7h4: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://arun-sisodiya.medium.com/kyverno-a-policy-manager-for-kubernetes-286f6e082062: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/niveditacoder/default-kyverno-policies-for-openebs-4abf: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/blog/automate-your-security-practices-and-policies-on-openshift-with-kyverno: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes/ingress-nginx/issues/7837: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kyverno.io/policies/best-practices/restrict_image_registries/restrict_image_registries: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/mda590/using-kyverno-policies-for-kubernetes-governance-3e17: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kyverno.io/policies/best-practices/require_probes/require_probes: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/compass-true-north/governing-multi-tenant-kubernetes-clusters-with-kyverno-3e11ba4a64ad: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@haseebshaukat2/kyverno-policy-engine-for-kubernetes-b49f3fac43b9: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=0TvhTXddRGE&t=12s: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.sigstore.dev/how-to-verify-container-images-with-kyverno-using-kms-cosign-and-workload-identity-1e07d2b85061: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@glen.yu/why-i-prefer-kyverno-over-gatekeeper-for-native-kubernetes-policy-management-35a05bb94964: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://appsecengineer.com/courses/kubernetes-policy-management-with-kyverno: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/cloud-custodian/cloud-custodian: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://apolicy.io: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/sysdig-and-apolicy-join-forces-to-help-customer-secure-infrastructure-as-code: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/entra/fundamentals/configure-security: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + - page: devsecops.md + is_bold: false + is_highlighted: false + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/private-link/network-security-perimeter-concepts: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + - page: networking.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +azure.md: + v1: + - page: securityascode.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://www.infoq.com/articles/service-mesh-ultimate-guide: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://learnk8s.io/kubernetes-long-lived-connections: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + - page: message-queue.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.christianposta.com/microservices/do-i-need-an-api-gateway-if-i-have-a-service-mesh: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/service-mesh-adds-security-observability-and-traffic-control-to-kubernetes: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://lucperkins.dev/blog/service-mesh-use-cases: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/zero-trust-security-with-service-mesh: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.solo.io/blog/identity-federation-for-multi-cluster-kubernetes-and-service-mesh: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2020/10/26/service-mesh-is-still-hard: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@maggarwa/part-1-why-red-hat-openshift-service-mesh-54b8b6ae1a8f: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/introducing-openshift-service-mesh-2.0: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.weave.works/blog/introduction-to-service-meshes-on-kubernetes-and-progressive-delivery: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/hybrid-multi-cloud-service-mesh-based-applications-distributed-deployments: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/offloading-authentication-and-authorization-from-application-code-to-a-service-mesh: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-service-mesh-can-help-devops-achieve-business-goals: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/mutual-tls-microservices-encryption-for-service-mesh: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.cloudops.com/blog/comparing-service-meshes-istio-linkerd-and-consul-connect-citrix-adc: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://platform9.com/blog/kubernetes-service-mesh-a-comparison-of-istio-linkerd-and-consul: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/3/service-mesh: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://containerjournal.com/features/when-is-service-mesh-worth-it: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/service-meshes-in-the-cloud-native-world: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.koyeb.com/blog/service-mesh-and-microservices-improving-network-management-and-observability: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/accelerate-kubernetes-adoption-with-a-service-mesh: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.toptal.com/kubernetes/service-mesh-comparison: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.nginx.com/blog/how-to-choose-a-service-mesh: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +? https://www.cncf.io/blog/2021/07/15/networking-with-a-service-mesh-use-cases-best-practices-and-comparison-of-top-mesh-options +: v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://layer5.io/service-mesh-landscape: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.polymatic.systems/service-mesh-wars-goodbye-istio-b047d9e533c7: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/secure-your-service-mesh-a-13-item-checklist: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/cloud-native-architecture-adoption-part3: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/service-mesh-ultimate-guide-2e: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://itnext.io/stupid-simple-service-mesh-what-when-why-e9be9e5f4d41: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-hidden-costs-of-service-meshes: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.learnsteps.com/what-is-a-service-mesh-is-it-born-with-kubernetes: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@adarsh.prabhu/microservices-and-the-world-with-a-service-mesh-ec9a709dd4b5: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.infoq.com/presentations/adopting-service-mesh: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://devops.com/how-are-api-management-and-service-mesh-different: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://devops.com/when-to-use-api-management-and-service-mesh-together: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.infoq.com/presentations/5-challenges-mesh: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/elca-it/service-mesh-performance-evaluation-istio-linkerd-kuma-and-consul-d8a89390d630: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@pauldotyu/service-mesh-considerations-117561f30295: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +? https://medium.com/4th-coffee/a-comprehensive-tutorial-on-service-mesh-istio-envoy-access-log-and-log-filtering-8f3d939c081d +: v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.infoq.com/presentations/service-mesh-ebpf: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/better-programming/the-roles-of-service-mesh-and-api-gateways-in-microservice-architecture-f6e7dfd61043: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.medianova.com/en-blog/service-mesh-vs-api-gateway: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/prometheus-and-opentelemetry-just-couldnt-get-along: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://meshery.io: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://itnext.io/service-mesh-testing-tools-frameworks-open-source-7904ee222298: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.consul.io: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/consul-in-kubernetes-pushing-to-production-223506bbe8db: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/hashicorp-engineering/hashicorp-consul-multi-cloud-and-multi-platform-service-mesh-372a82264e8e: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/get-started-with-consul-service-mesh-on-kubernetes: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/hashicorp-consul-ingress-gateways-and-l7-traffic-management-in-kubernetes: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://learn.hashicorp.com/tutorials/consul/kubernetes-consul-design-patterns: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/disaster-recovery-for-hashicorp-consul-on-kubernetes: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/velotio-perspectives/a-practical-guide-to-hashicorp-consul-part-1-5ee778a7fcf4: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/velotio-perspectives/a-practical-guide-to-hashicorp-consul-part-2-3c0ebc0351e8: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://fabiolb.net: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/getting-started-with-hcp-consul-frequently-asked-questions: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.consul.io/docs/connect/index.html: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://linkerd.io: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://linkerd.io/2020/06/09/announcing-linkerd-2.8: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2021/02/25/kubernetes-network-policies-with-cilium-and-linkerd: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2021/03/10/protocol-detection-and-opaque-ports-in-linkerd: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/linkerd-2-0-the-service-mesh-for-service-owners-platform-architects-sres: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2020/12/11/why-linkerd-doesnt-use-envoy: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://linkerd.io/2.10/tasks/multicluster/index.html: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://linkerd.io/2021/05/27/linkerd-vs-istio-benchmarks/index.html: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://linkerd.io/2021/07/28/announcing-cncf-graduation: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://containerjournal.com/features/linkerds-cncf-graduation-due-to-its-simplicity: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://itnext.io/a-practical-guide-for-linkerd-authorization-policies-6cfdb50392e9: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://linkerd.io/2021/11/29/linkerd-vs-istio-benchmarks-2021/index.html: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://buoyant.io/2021/12/14/locking-down-network-traffic-between-kubernetes-namespaces: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://linkerd.io/2022/03/09/announcing-automated-multi-cluster-failover-for-kubernetes: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/is-linkerd-winning-the-service-mesh-race: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/attest-product-and-technology/debugging-mislabelled-route-metrics-from-linkerd-dda47fdff04a: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://buoyant.io/service-mesh-academy/upgrading-to-linkerd-2-12: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@eshiett314/mutual-tls-with-emissary-ingress-and-linkerd-4aa3ffe0413f: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://dev.to/thenjdevopsguy/linkerd-and-gitops-115a: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://buoyant.io/blog/multi-cluster-multi-region-setup-using-linkerd-service-mesh: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://containo.us/maesh: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://cloud.google.com/traffic-director: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +? https://medium.com/cloudzone/google-clouds-traffic-director-what-is-it-and-how-is-it-related-to-the-istio-service-mesh-c199acc64a6d +: v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +? https://thenewstack.io/google-traffic-director-and-the-l7-internal-load-balancer-intermingles-cloud-native-and-legacy-workloads +: v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2019/04/google-traffic-director: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://cloudblog.withgoogle.com/products/networking/traffic-director-supports-proxyless-grpc/amp: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://cloud.google.com/load-balancing/docs/l7-internal: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.envoyproxy.io: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.envoyproxy.io/examining-load-balancing-algorithms-with-envoy-1be643ea121c: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.solo.io/blog/why-the-control-plane-matters: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/jrockway/ekglue: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://amalaruja.medium.com/basic-http-routing-strategies-with-envoy-376be42559eb: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.envoyproxy.io/docs/envoy/latest/api-docs/xds_protocol: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.cloudnativedeepdive.com/implementing-istio-from-start-to-finish: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + - page: istio.md + is_bold: false + is_highlighted: false + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +istio.md: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://openservicemesh.io: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/06/30/kourier-a-lightweight-knative-serving-ingress: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@anupam.s1602/aws-app-mesh-with-eks-and-canary-deployment-5503d9ba95d6: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/gateway-api: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/ingate: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://traefik.io/blog/transition-from-ingress-nginx-to-traefik: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.cloudtrooper.net/2025/04/02/application-gateway-for-containers-a-not-so-gentle-intro-4: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.nginx.com/blog/introducing-nginx-service-mesh: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.nginx.com/blog/mtls-architecture-nginx-service-mesh: + v1: + - page: servicemesh.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://devtools.chrome.com: + v1: + - page: ChromeDevTools.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://chrome.google.com/webstore/detail/json-viewer/efknglbfhoddmmfabeihlemgekhhnabb: + v1: + - page: ChromeDevTools.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://twitter.com/ChromeDevTools: + v1: + - page: ChromeDevTools.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com/community/tutorials/how-to-debug-node-js-with-the-built-in-debugger-and-chrome-devtools: + v1: + - page: ChromeDevTools.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/otomer/my-12-favorite-chrome-extensions-as-a-web-developer-56eg: + v1: + - page: ChromeDevTools.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.bitsrc.io/google-chrome-experimental-features-for-developers-a9a7cc9d1b30: + v1: + - page: ChromeDevTools.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developer.mozilla.org/en-US/docs/Tools/Tools_Toolbox: + v1: + - page: ChromeDevTools.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://jsontoolbox.com: + v1: + - page: ChromeDevTools.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://cloud.google.com: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://console.cloud.google.com/products: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://googlecloudcheatsheet.withgoogle.com: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/devops: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://cloud.google.com/products/tools: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://cloud.google.com/code: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + - page: scaffolding.md + is_bold: false + is_highlighted: false + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://cloud.google.com/cloud-build: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/google-cloud/tagged/devops: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://cloud.google.com/docs/compare: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/docs/compare/aws: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://gregsramblings.com/blog/compare-google-cloud-to-aws: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.whizlabs.com/blog/google-cloud-platform: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/topics/training-certifications/google-cloud-to-train-more-than-40-million-with-cloud-skills: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://inthecloud.withgoogle.com/free-training-21/register.html: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/topics/developers-practitioners/microservices-architecture-google-cloud: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/topics/training-certifications/new-learning-hub-and-benefits-for-google-cloud-innovators: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/application-development/introducing-cloud-shell-editor: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.techradar.com/news/google-cloud-is-making-it-easier-for-developers-to-smuggle-secrets-in-their-code: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://venturebeat.com/2021/03/23/google-cloud-announces-network-connectivity-center-to-simplify-hybrid-cloud-management: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/topics/developers-practitioners/demystifying-cloud-spanner-multi-region-configurations: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/free/docs/aws-azure-gcp-service-comparison: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/secret-manager/docs/best-practices: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://cloud.google.com/blog/products/identity-security/how-to-authenticate-service-accounts-to-help-keep-applications-secure +: v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/gcp/5-google-cloud-product-cheat-sheets-2021: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/configuring-for-high-availability-in-google-cloud-platform: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.zdnet.com/article/google-cloud-rolls-out-new-security-tools-as-threat-landscape-heats-up: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/networking/private-service-connect-is-now-generally-available: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/vpc/docs/vpc: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://kinsta.com/blog/google-cloud-hosting: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/operations/better-access-to-observability-data-for-virtual-machines: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2021/08/google-cloud-cas-ga: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/topics/developers-practitioners/your-google-cloud-database-options-explained: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/topics/developers-practitioners/container-story-google-kubernetes-engine: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/compute/guide-to-cost-optimization-through-automated-vm-management: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/topics/developers-practitioners/traffic-director-explained: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/topics/developers-practitioners/how-transfer-your-data-google-cloud: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/topics/developers-practitioners/cloud-dns-explained: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://cloud.google.com/blog/topics/developers-practitioners/where-should-i-run-my-stuff-choosing-google-cloud-compute-option +: v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/topics/developers-practitioners/what-cloud-load-balancing: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/topics/developers-practitioners/google-cloud-networking-overview: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/topics/developers-practitioners/service-orchestration-google-cloud: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/serverless/the-next-big-evolution-in-cloud-computing: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/identity-security/enabling-keyless-authentication-from-github-actions: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/identity-security/announcing-general-availability-of-google-cloud-ids: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/topics/developers-practitioners/devops-and-cicd-google-cloud-explained: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/topics/developers-practitioners/what-cloud-cdn-and-how-does-it-work: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.networkmanagementsoftware.com/google-cloud-platform-gcp-networking-fundamentals: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/topics/developers-practitioners/service-directory-cheat-sheet: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://medium.com/google-cloud/design-your-landing-zone-design-considerations-part-4-iac-gitops-and-ci-cd-google-cloud-ae3f533c6dbd +: v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://devlibrary.withgoogle.com: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/GoogleCloudPlatform: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/GoogleCloudPlatform/cloud-code-samples: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/kelseyhightower/cmd-tutorial: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/kubernetes-engine/docs/add-on/config-sync/overview: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://cloud.google.com/appsheet: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3640975/google-cloud-appsheet-review-no-code-with-extras.html: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://engineering.mercari.com/en/blog/entry/20211222-kubernetes-based-spanner-autoscaler: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/serverless/learn-how-to-use-advanced-vpc-functionality-with-your-cloud-functions: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/anthos: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://www.forbes.com/sites/janakirammsv/2019/04/14/everything-you-want-to-know-about-anthos-googles-hybrid-and-multi-cloud-platform +: v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://itnext.io/anthos-multi-cluster-management-aa6f2c03120d: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://itnext.io/ingress-for-anthos-multi-cluster-ingress-and-global-service-load-balancing-c56c57b97e82: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://cloud.google.com/solutions/partners/a-hybrid-cloud-native-devsecops-pipeline-with-jfrog-artifactory-and-gke-on-prem +: v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/topics/anthos/windows-server-support-comes-to-anthos-on-prem: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/containers-kubernetes/google-cloud-anthos-multicloud-api-and-gke-on-azure-ga: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/google-cloud/anthos-at-home-spinning-up-a-bare-metal-anthos-cluster-on-dumpster-servers-5bcef301cfa5: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://anderfernandez.com/blog/automatizar-script-python-google-cloud: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/GoogleCloudPlatform/buildpacks: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/devops-sre/google-cloud-deploy-automates-deploys-to-gke: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/devops-sre/google-cloud-deploy-now-ga: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2022/02/google-cloud-deploy: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/topics/developers-practitioners/testing-cloud-sql-failover-where-begin: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/api-management/google-cloud-announces-apigee-integration: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/google/agents-cli: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + - page: ai.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/en/blog/terraform-provider-for-google-cloud-7-0-is-now-ga: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/kloeckner-i/db-auth-gateway: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/application-development/google-cloud-cli-declarative-export-preview: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/sdk/docs/cheatsheet?hl=en: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/GoogleCloudPlatform/k8s-config-connector: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/web-scraping-google-sheets: + v1: + - page: GoogleCloudPlatform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.guru99.com/ai-tutorial.html: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.technologyreview.com/2021/03/26/1021258/ai-pioneer-andrew-ng-machine-learning-business: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.technologyreview.es/s/13258/las-empresas-que-empiezan-lo-grande-con-la-ia-fracasan-mas: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.cio.com/article/350337/make-better-ai-infrastructure-decisions-why-hybrid-cloud-is-a-solid-fit.html: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://hipertextual.com/2023/02/diferencias-ia-machine-learning: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: [] +https://www.businessinsider.es/ingenieros-software-estan-aterrorizados-posibilidad-ser-sustituidos-ia-1238112: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://computerhoy.com/tecnologia/deep-learning-considera-revolucion-ia-1241180: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://poloclub.github.io/cnn-explainer: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/ace-your-deep-learning-job-interview: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/deep-learning-fundamentals-handbook-start-a-career-in-ai: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://aman.ai/primers/ai: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://aman.ai/primers/ai/LLM: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +? https://www.forbesargentina.com/innovacion/por-nvidia-google-microsoft-apuestan-miles-millones-modelos-llm-ia-generativa-biotecnologia-n49278 +: v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=1Lat8dP7Eq0: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://developers.google.com/machine-learning/crash-course?hl=es-419: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: elearning.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: career-and-industry.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/microsoft/ML-For-Beginners: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.amazon.science/base-tts-samples: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/NielsRogge/Transformers-Tutorials: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://aman.ai/primers/ai/transformers: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://aman.ai/primers/ai/bert: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://aman.ai/primers/ai/gpt: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://cursor.com/blog/cloud-agent-development-environments: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://cursor.com/docs/bugbot: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: devops-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://anthropic.skilljar.com/claude-code-in-action: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: cicd.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.docker.com/llm: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: docker.md + is_bold: false + is_highlighted: false + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/blog/finopsblog/learn-to-manage-investments-and-cost-efficiency-of-azure-and-ai-workloads/4396862 +: v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: finops.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://johnlokerse.dev/2025/02/10/automate-pull-request-descriptions-in-azure-devops-with-azure-openai: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: cicd.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/tensorchord/Awesome-LLMOps: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://valohai.com/blog/llmops: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/mlabonne/llm-course: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://itnext.io/deploy-flexible-and-custom-setups-with-anything-llm-on-kubernetes-a2b5687f2bcc: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://thenewstack.io/ignore-prior-instructions-ai-still-befuddled-by-basic-reasoning: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://mad.firstmark.com: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/openai/openai-cookbook: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +? https://www.xataka.com/robotica-e-ia/microsoft-no-quiere-poner-todos-huevos-cesta-anuncia-asociacion-mistral-ai-openai-europa +: v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://markrosscloud.medium.com/introducing-kiro-aws-agentic-ai-based-ide-cded711b1409: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: aws.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +http://blog.aks.azure.com/2025/04/02/Scaling-Kubernetes-for-AI-and-Data-intensive-Workloads: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.warp.dev: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: developerportals.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://collabnix.com/the-rise-of-kubernetes-and-ai-kubectl-openai-plugin: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://markaicode.com/terraform-ai-infrastructure-as-code: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://masterpoint.io/blog/ai-meets-tf-prompt-strategies-for-test-generation: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/aws/ide-extension-for-aws-application-composer-enhances-visual-modern-applications-development-with-ai-generated-iac +: v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/dotnet/extend-your-coding-agent-with-dotnet-skills: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: developerportals.md + is_bold: false + is_highlighted: false + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://docs.github.com/en/copilot/get-started/best-practices: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: cicd.md + is_bold: false + is_highlighted: false + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://t.co/FhNsA9iy4Q: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: cicd.md + is_bold: false + is_highlighted: false + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? https://www.xataka.com/servicios/copilot-chatgpt-gpt-4-han-cambiado-para-siempre-mundo-programacion-esto-que-opinan-expertos +: v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://blog.redbrickai.com/blog-posts/fast-meta-sam-for-medical-imaging: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/SkalskiP/top-cvpr-2023-papers: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/openops-cloud/openops: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: finops.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://cast.ai: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.apmdigest.com/aiops-itops-1: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.apmdigest.com/aiops-itops-2: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.apmdigest.com/aiops-itops-3: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.apmdigest.com/aiops-itops-4: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.apmdigest.com/aiops-itops-5: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-urgency-driving-aiops-into-your-enterprise: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://thenewstack.io/intelligent-automation-whats-the-missing-piece-of-aiops: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3673891/5-best-practices-for-securing-cicd-pipelines.html: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/aiops-reliability-engineering: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/accelerating-ai-adoption-on-azure-with-terraform: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/solutions/ai-infrastructure-management: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://platformengineering.org/blog/ai-is-changing-the-future-of-platform-engineering-are-you-ready: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/industries/bmw-group-develops-a-genai-assistant-to-accelerate-infrastructure-optimization-on-aws +: v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +? https://github.blog/ai-and-ml/github-copilot/github-copilot-cli-for-beginners-getting-started-with-github-copilot-cli/?utm_source=twitter-cli-beginners-getting-started-cta&utm_medium=social&utm_campaign=dev-pod-copilot-cli-2026 +: v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: developerportals.md + is_bold: false + is_highlighted: false + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://ettema.dev/posts/ai-multi-repo-workspaces: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: developerportals.md + is_bold: false + is_highlighted: false + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/TabularisDB/tabularis/blob/main/README.es.md: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: databases.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/mattpocock/skills: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thomasthornton.cloud/draw-io-mcp-for-diagram-generation-why-its-worth-using: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: cicd.md + is_bold: false + is_highlighted: false + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/davila7/claude-code-templates: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/ned1313/quiz-grader: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/devops/azure-devops-mcp-server-public-preview: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + - page: cicd.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/jupyterlab/jupyter-ai: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/XingangPan/DragGAN: + v1: + - page: ai.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.ansible.com: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://docs.ansible.com: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.edureka.co/blog/what-is-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/part-2-deploying-applications: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/10-easy-to-use-modules-in-ansible-1: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/running-ansible-at-scale: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.udemy.com/ansible-essentials-simplicity-in-automation: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/avmconsulting-blog/deploying-microservices-via-ansible-in-cloud-platform-a03d46b7bd68: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/9/install-packages-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/9/ansible-modules-kubernetes: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opensource.com/article/19/2/quickstart-guide-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/9/ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/10/calendar-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/10/first-day-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://siliconangle.com/2020/10/13/red-hat-ties-ansible-automation-kubernetes-cluster-management: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/red-hat-brings-ansible-automation-to-kubernetes: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/ansible-and-openshift-connecting-for-success: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.zdnet.com/article/red-hat-expands-ansible-ready-to-run-cloud-programs: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.theregister.com/2020/10/14/redhat_ansible_kubernetes: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/services/training/do007-ansible-essentials-simplicity-automation-technical-overview: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/10/ansible-modules-linux: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/renewed-thrill-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/12/ansible-lab: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/1/improve-ansible-play: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/demystifying-ansible-sysadmins: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/ansible-quick-start: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/1/ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ansible.com/blog/ansible-network-resource-modules-deep-dive-on-return-values: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/ansible-what-marcel-koert: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/automate-reboot-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://developer.okta.com/blog/2021/02/05/okta-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/how-start-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/2/ansible-origin-story: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ansible.com/blog/announcing-the-community-ansible-3.0.0-package: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.toptechskills.com/ansible-tutorials-courses: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.toptechskills.com/ansible-tutorials-courses/speed-up-ansible-playbooks-pipelining-mitogen: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/3/ansible-sysadmin: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/developing-ansible-role: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ansible.com/resources/whitepapers/ansible-in-depth: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/configure-gmail-using-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/reverse-proxy-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://groups.google.com/g/ansible-devel/c/CdQ7eWUUm8k?pli=1: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://fedoramagazine.org/using-ansible-to-configure-podman-containers: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/ansible-vs-puppet-which-is-right-for-you: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/install-ansible-way: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/introduction-rhel-system-roles: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://linuxtechlab.com/ansible-tutorial-simple-commands: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://k21academy.com/ansible/ansible-for-beginners: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://k21academy.com/ansible/day2-live-session-review-and-q-a: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://analyticsindiamag.com/ansible-vs-docker-a-detailed-comparison-of-devops-tools: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/6-code-pushes-aap: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/ansible-create-users-csv: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/faq/how-to-define-multiple-when-conditions-in-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/grayhat/devops-101-introduction-to-ansible-1n64: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/python-venv-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/ansible-ad-hoc-commands: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/software-packages-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://getbetterdevops.io/build-docker-images-using-ansible-and-packer: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/08/30/automate-red-hat-jboss-web-server-deployments-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/ansible-templates-configuration: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/ansiblefest-sysadmins: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/9/keep-folders-tidy-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/09/27/four-reasons-developers-should-use-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://vitux.com/how-to-speed-up-an-ansible-playbook: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=mc20VwxYaGE&t=3s&ab_channel=CLOUDLEARNHUB: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opensource.com/article/22/1/learn-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/operations/use-ansible-to-deploy-the-google-cloud-ops-agent: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/getting-started-quickly-with-ansible-ad-hoc-commands: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/faster-ansible-playbook-execution: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.middlewareinventory.com/blog/ansible-list-examples-how-to-create-and-append-items-to-list: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.middlewareinventory.com/blog/ansible-dict: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.middlewareinventory.com/blog/ansible-aws_s3-example: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.techbeatly.com/ansible-for-infrastructure-provisioning-in-aws-ansible-real-life-series: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/ansible-dynamic-inventories: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/ansible-dynamic-inventory-python: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/ansible-plugin-inventory-files: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.dlford.io/ansible-orchestration-how-to-home-lab-part-10: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learning-devops-tools-with-nandita.blogspot.com/2022/08/overview-of-ansible-and-ansible.html: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.learncodeonline.in/everything-about-ansible-variables: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.learncodeonline.in/managing-file-operations-with-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2022/10/25/how-install-vms-and-ansible-automation-platform-mac-m1: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devopscube.com/setup-ansible-aws-dynamic-inventory: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ansible.com/blog/creating-custom-rules-for-ansible-lint: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ansible.com/blog/top-10-ansible-blogs-2022: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://tomsitcafe.com/2023/02/14/getting-started-with-ansible-playbooks-more-steps-towards-devops: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://tomsitcafe.com/2023/02/17/conditional-statements-making-decisions-in-ansible-code: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://tomsitcafe.com/2023/03/06/how-to-implement-and-use-handlers-in-ansible-code: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://tomsitcafe.com/2023/03/13/configuration-file-blueprints-jinja2-templates-in-the-ansible-code: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://tomsitcafe.com/2023/03/16/handling-sensitive-data-with-ansible-vault-encrypting-strings-instead-of-files: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ansible.com/blog/kubernetes-meets-event-driven-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://sayali.hashnode.dev/day-56-understanding-ad-hoc-commands-in-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://tomsitcafe.com/2023/05/11/lets-use-a-more-flexible-directory-structure-for-an-ansible-project: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://tomsitcafe.com/2023/05/15/ansible-semaphore-a-modern-open-source-gui-for-our-ansible-automation: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://tomsitcafe.com/2023/06/02/mastering-ansible-navigating-the-most-common-errors-and-mistakes: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://tomsitcafe.com/2023/06/09/automating-apis-with-ansible-a-comprehensive-guide: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@Techie1/networking-tasks-in-production-using-ansible-b09d0a6121f7: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/cloud-native-daily/getting-started-with-ansible-a-comprehensive-guide-for-devops-beginners-fd2fb3fd7a40: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devopsinside.com/how-kubernetes-is-killing-tools-like-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://community.ibm.com/community/user/ibmz-and-linuxone/blogs/daniel-jast1/2023/12/07/red-hat-aap-on-ibm-z-and-linuxone: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/ansible-vs-kubernetes-vs-docker: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/ansible-lists-dictionaries-yaml: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/naveensilver/Ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://ansible.ai: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/technologies/management/ansible/ansible-lightspeed: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.semui.co: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-to-put-a-gui-on-ansible-using-semaphore: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://infraxpertzz.com/deploying-custom-files-with-jinja2-template: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/pallets/jinja: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_general.html: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://techforce1.nl/creating-your-first-ansible-module: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://linuxctl.com/2017/01/ansible---interacting-with-external-rest-api: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://steampunk.si/blog/let-us-give-ansible-a-rest: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/ansible-web-endpoints: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/9/ansible-rest-apis: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ansible.com/automating-business-applications-rest-api: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?list=PLVx1qovxj-al0Knm1A0eEXfGyd5kCi16p: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?list=PLOwxB_PX3s3WSfhzVtwhxXwy7QpkmtnzR: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=pJFZ5h9fT5o&ab_channel=InfraXpertzz: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?list=PLWZKNB9waqIXEL-NIapWwIADPtkspe9vk: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=NgRuap0MmZw&ab_channel=XavkiEn: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/geerlingguy/ansible-for-devops: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/k3s-io/k3s-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/PyratLabs/ansible-role-k3s: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/09/28/set-modcluster-red-hat-jboss-web-server-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.middlewareinventory.com/blog/ansible-playbook-example: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/ansible-collections: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/ansible-collections/amazon.aws: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/Radware/radware-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ansible.com/blog/based-validated-network-content: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ansible.com/blog/now-available-red-hat-ansible-automation-platform-1.2: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://pypi.org/project/ansible-navigator: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ansible.com/blog/introducing-ansible-automation-platform-2: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/datacenter-edge-open-hybrid-cloud-vision-red-hat-ansible-automation-platform-2: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/redefining-possibilities-it-automation-across-your-ecosystem-red-hat-partners: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.crn.com/news/cloud/ibm-s-red-hat-reveals-ansible-automation-platform-2-early-access: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devops.com/red-hat-extends-scope-of-ansible-automation-ambitions: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://www.redhat.com/en/about/press-releases/red-hat-ansible-automation-platform-2-drives-cloud-native-automation-and-helps-developers-become-automators +: v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ansible.com/blog/whats-new-in-ansible-automation-platform-2-automation-controller: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ansible.com/blog/whats-new-in-ansible-automation-platform-2-automation-content-navigator: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://venturebeat.com/2021/12/08/red-hat-brings-its-ansible-it-automation-engine-to-azure: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/about/press-releases/red-hat-brings-industry-leading-ansible-automation-platform-microsoft-azure: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.wraltechwire.com/2021/12/11/red-hat-expands-hybrid-cloud-efforts-in-ansible-deal-with-microsoft-azure: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ansible.com/products/automation-services-catalog: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://access.redhat.com/articles/4993781: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ansible.com/blog/automating-red-hat-satellite-with-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://galaxy.ansible.com/t_systems_mms/letsencrypt: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/3/ansible-collections: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ansible.com/blog/announcing-the-red-hat-enterprise-linux-certified-ansible-collection: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?app=desktop&v=AXnDrGgLaF0&feature=share&ab_channel=RobertdeBock: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://docs.ansible.com/ansible/latest/user_guide/playbooks.html: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.linuxtechi.com/how-to-use-loops-in-ansible-playbook: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.t-systems-mms.com/tech-insights/ansible-lets-encrypt-collection: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/troubleshoot-ansible-playbooks: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/extra-variables-ansible-playbook: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/running-ansible-playbooks-from-jenkins: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/ansible-and-jenkins-automate-your-scritps-8dff99ef653: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ansible.com/products/tower: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://docs.ansible.com/ansible-tower/index.html: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/ansible/awx: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/ansible/awx-operator: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ansible.com/blog/topic/ansible-tower: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ansible.com/blog/red-hat-ansible-tower-monitoring-using-prometheus-node-exporter-grafana: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.linuxsysadmins.com/install-ansible-awx-on-kubernetes: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://steampunk.si/blog/managing-infrastructure-using-ansible-tower: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.maquinasvirtuales.eu/docker-swarm-instalar-ansible-awx: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.techsupportpk.com/2020/03/how-to-install-ansible-awx-centos-rhel-7-8.html: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@claudio.domingos/ansible-awx-from-scratch-to-rest-api-part-4-of-8-4aa860d823f6: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://galaxy.ansible.com/geerlingguy/awx: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://galaxy.ansible.com/awx/awx: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://app.vagrantup.com/ansible/boxes/tower: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://app.vagrantup.com/krlex/boxes/centos-awx: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/tom-256/ansible-awx-packer: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/scorputty/packer-centos-awx: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/jsmartin/ansible-tower-packer: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://artifacthub.io/packages/search?ts_query_web=awx&sort=relevance&page=1: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/marketplace/search/results?searchTerms=tower: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.jenkins.io: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.theforeman.org: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://galaxy.ansible.com/theforeman/foreman: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/theforeman/foreman-ansible-modules: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://community.theforeman.org/t/rfc-operations-ansible-collection/20971: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://theforeman.org/2021/01/updating-foreman-inventory-with-system-facts.html: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://theforeman.org/2021/09/foreman-30-is-here.html: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ansible.com/blog/fast-vs-easy-benchmarking-ansible-operators-for-kubernetes: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://molecule.readthedocs.io: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.jeffgeerling.com/blog/2018/testing-your-ansible-roles-molecule: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ansible.com/hubfs//AnsibleFest%20ATL%20Slide%20Decks/Practical%20Ansible%20Testing%20with%20Molecule.pdf: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opensource.com/article/18/12/testing-ansible-roles-molecule: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@moep_moep/test-driven-development-with-ansible-using-molecule-3386cef987ac: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://tomsitcafe.com/2023/04/27/how-to-test-ansible-code-with-molecule: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ansiblefordevops.com: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ansibleforkubernetes.com: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/engage/automated-enterprise-ebook-20171107: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/automateyournetwork/automate_your_network: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://galaxy.ansible.com: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://galaxy.ansible.com/geerlingguy: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/ansible-system-role: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/geerlingguy/ansible-role-docker: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/Tronde/ansible-role-rhel-patchmanagement: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/konstruktoid/ansible-hvault-inventory: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/opstree-technology/ansible-helm-diff-plugin-63e1cda299a3: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://docs.ansible.com/ansible/latest/collections/kubernetes/core/helm_module.html: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://docs.ansible.com/ansible/latest/collections/kubernetes/core/helm_plugin_module.html: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/jdauphant/awesome-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/awesome-devops/awesome-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.packetcoders.io/the-beginners-guide-to-the-ansible-inventory: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.ansible.com/ansible/latest/scenario_guides/cloud_guides.html: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/es/about/videos/ansible-automate-microsoft-azure: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@ayushsingh1525/aws-configuration-with-apache-server-in-ec2-using-ansible-2ef61f98872e: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://docs.ansible.com/ansible/latest/collections/kubernetes/core/k8s_module.html: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://adamtheautomator.com/ansible-kubernetes: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://galaxy.ansible.com/nginxinc/nginx_core: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.nginx.com/blog/announcing-nginx-core-collection-ansible: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://www.dynatrace.com/news/blog/achieve-faster-time-to-value-by-deploying-thousands-of-oneagents-at-once-with-ansible-preview +: v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/mssql-linux-easy: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://oci-ansible-collection.readthedocs.io: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/oravirt/ansible-oracle: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/oravirt/ansible-oracle-modules: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://oravirt.wordpress.com/2014/10/01/getting-started-with-ansible-oracle: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://oravirt.wordpress.com/2014/11/05/changes-in-ansible-oracle-v1-2: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/abessifi/ansible-sqlplus: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://stackoverflow.com/questions/41796466/ansible-playbook-to-execute-oracle-script: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://stackoverflow.com/questions/41341823/running-oracle-sql-scripts-with-ansible-playbook: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/ansistrano: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://capistranorb.com: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/9/ansible-anacron-automation: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/2/linux-automation: + v1: + - page: ansible.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://simple.wikipedia.org/wiki/Application_programming_interface: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.postman.com/what-is-an-api: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/public-apis/public-apis: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://apifriends.com/api-management/what-is-an-api: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.axway.com/en/products/api-management/what-is-api-management: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blogs.mulesoft.com/dev/api-dev/apis-versus-web-services: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?list=PLM-7VG-sgbtBBnWb2Jc5kufgtWYEmiMAw: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://devdocs.io: + v1: + - page: api.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://thenewstack.io/5-ways-to-succeed-with-an-api-gateway: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.redhat.com/architect/apis-soap-rest-graphql-grpc: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://amazicworld.com/why-apis-cant-be-missed-when-it-comes-to-devops: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/easyread/api-gateway-part-1-7901ba703f9: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/easyread/api-gateway-part-2-7264ee5be187: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://snipcart.com/blog/api-vs-microservices-architecture: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=UxZiDZsQoZI&ab_channel=TinyStacks: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/rest-api-best-practices-rest-endpoint-design-examples: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/api-throttling-strategies: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://abdulrwahab.medium.com/api-architecture-best-practices-for-designing-rest-apis-bf907025f5f: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.bitsrc.io/api-vs-microservices-are-you-using-2-terms-for-the-same-concept-b51f13f5974e: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/best-practice-and-cheat-sheet-for-rest-api-design-6a6e12dfa89f: + v1: + - page: api.md + is_bold: false + is_highlighted: false + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.troyhunt.com/your-api-versioning-is-wrong-which-is: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/Standardized-Specification-Driven-API-Lifecycle: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/whats-wrong-with-your-crudy-interfaces-besides-everything-bde4f4c8cb8a: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/exploring-the-api-first-design-pattern: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://www.genbeta.com/desarrollo/hace-20-anos-este-correo-jeff-bezos-amazon-cambio-para-siempre-forma-que-programamos-apps +: v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-to-achieve-api-governance: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://jkebertz.medium.com/the-art-of-writing-amazing-rest-apis-dc4c4100478d: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/rest-api-design-best-practices-build-a-rest-api: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.infoq.com/presentations/api-design-implement-document: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/how-to-deprecate-apis-the-right-way-371c1cbf1723: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/rest-vs-messaging-for-microservices: + v1: + - page: api.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/@ezinneanne/best-api-documentation-tools-you-need-cf3ef2c47e89: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/public-apis-for-developers: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.postman.com/how-to-choose-between-rest-vs-graphql-vs-grpc-vs-soap: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.postman.com/api-platform/api-versioning: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://foojay.io/today/the-evolution-of-apis-from-restful-to-event-driven: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.hubspot.com/website/api-gateway-vs-load-balancer: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://writersbyte.com/introduction-to-apis-with-python-fastapi: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/rest-apis-with-python-f330c7ffc6ab: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://www.zdnet.com/article/apis-published-apis-consumed-mainstream-enterprises-increasingly-behave-like-software-vendors +: v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://seguridad-informacion.blogspot.com/2020/07/you-bet-that-apis-power-devops-tools.html: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.postman.com/resources/infographics/api-survey-2019: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.postman.com/capture-responses-using-the-postman-proxy: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://smartbear.com/resources/ebooks/the-state-of-api-2019-report: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://apifriends.com/api-creation/different-types-apis: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://vishnuch.tech/interprocess-communication-in-microservices: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/SOAP: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.geeksforgeeks.org/basics-of-soap-simple-object-access-protocol: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.guru99.com/soap-simple-object-access-protocol.html: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://www.jitendrazaa.com/blog/java/create-soap-message-using-java: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/creating-a-soap-web-service-with-spring-boot-start: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Representational_state_transfer: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.geeksforgeeks.org/rest-api-introduction: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.geeksforgeeks.org/rest-api-architectural-constraints: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.mulesoft.com/resources/api/restful-api: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/rest-foundations-restful: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/rest-api-tutorials: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/shreyazz/make-your-own-api-under-30-lines-of-code-4doh: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/rest-api-versioning-strategies-1: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/what-is-rest-rest-api-definition-for-beginners: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://javarevisited.blogspot.com/2022/08/how-to-post-json-data-with-curl-command.html: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/@shubhadeepchat/best-practices-for-good-rest-api-design-b5fae9a62c86: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.bytebytego.com/p/ep94-rest-api-cheatsheet: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/build-consume-and-document-a-rest-api: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.openapis.org: + v1: + - page: api.md + is_bold: false + is_highlighted: false + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/OpenAPI_Specification: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.openapis.org/faq: + v1: + - page: api.md + is_bold: false + is_highlighted: false + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Remote_procedure_call: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://open-rpc.org: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://grpc.io: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/GRPC: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.googleblog.com/2015/02/introducing-grpc-new-open-source-http2.html: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://nordicapis.com/using-grpc-to-connect-a-microservices-ecosystem: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2021/07/19/think-grpc-when-you-are-architecting-modern-microservices: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://itnext.io/a-minimalist-guide-to-grpc-e4d556293422: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://gendocu.com: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: [] +https://medium.com/javarevisited/microservices-communication-using-grpc-protocol-dc3a2f8b648d: + v1: + - page: api.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.getambassador.io/implementing-grpc-web-with-emissary-ingress-22aa0d86aac: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/WebSocket: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://banksco.de/p/state-of-realtime-web-2016.html: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blogs.akamai.com/2012/07/spdy-and-websocket-support-at-akamai.html: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://spring.io/blog/2021/01/25/ymnnalft-websockets: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.bitsrc.io/deep-dive-into-websockets-e6c4c7622423: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2022/04/05/how-to-use-websockets-to-visualize-real-time-iot-data-in-grafana: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://socket.io: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://itnext.io/differences-between-websockets-and-socket-io-a9e5fa29d3dc: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.asyncapi.com: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://thenewstack.io/asyncapi-could-be-the-default-api-format-for-event-driven-architectures: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://microcks.io/blog/simulating-cloudevents-with-asyncapi: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.asyncapi.com/blog/asyncapi-cloud-events: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.bitsrc.io/not-all-microservices-need-to-be-rest-3-alternatives-to-the-classic-41cedbf1a907: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/truth-about-soap-vs-rest-vs-grpc-vs-graphql-checklist-f50bcb475adf: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/rest-rpc-graphql-what-to-choose-c57c78c0593d: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.logrocket.com/graphql-vs-grpc-vs-rest-choosing-right-api: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/dlt-labs-publication/grpc-vs-rest-performance-test-using-jmeter-f17e5ba1c23b: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.geeksforgeeks.org/difference-between-rest-api-and-soap-api: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/comprehensive-guide-rest-vs-soap: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/comparing-restful-apis-and-soap-apis: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.reply.com/solidsoft-reply/en/content/webservices-soap-and-rest-a-simple-introduction: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.baeldung.com/cs/rest-vs-soap: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://code.tutsplus.com/tutorials/rest-vs-grpc-battle-of-the-apis--cms-30711: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/comparing-openapi-with-grpc: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.imaginarycloud.com/blog/grpc-vs-rest: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.danhacks.com/software/grpc-rest-graphql.html: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://apidog.com: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://openapi-generator.tech: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/javinpaul/7-api-tools-for-rest-developers-and-testers-n67: + v1: + - page: api.md + is_bold: false + is_highlighted: false + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://www.softwaretestingportal.com/2020/03/31/api-testing: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/10-api-testing-tips-for-beginners-soap-amp-rest: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.testproject.io/2020/06/25/top-10-api-testing-tools-to-watch-in-2020: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://mockoon.com: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://pythonium.net/mockapy: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://thenewstack.io/4-essential-tools-for-protecting-apis-and-web-applications: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=b0D_bkcT4a4&t=1s&ab_channel=SoftwareDiagnosticsCenter: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.testproject.io/2021/06/16/api-testing-101: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://microcks.io: + v1: + - page: api.md + is_bold: false + is_highlighted: false + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.tricentis.com/blog/automated-continuous-performance-testing: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/katalon/top-15-automated-api-testing-tools-lasted-update-32ip: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/9/unit-test-python: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://graphql.org: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://devops.com/hansura-launches-beta-of-graphql-based-remote-joins-tool: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://thenewstack.io/why-backend-developers-should-fall-in-love-with-graphql-too: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.dream11engineering.com/lessons-learned-from-running-graphql-at-scale-2ad60b3cefeb: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://world.hey.com/sammy.henningsson/another-rest-vs-graphql-comparison-8e8357bb: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.datadriveninvestor.com/everything-you-wanted-to-know-about-graphql-but-were-afraid-to-ask-ad66980116cb: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/building-graphql-server-using-schema-first-approach-in-python-68aeee38bcc3: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://hasura.io: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/4-awesome-browser-apis-you-might-not-be-using-yet-726d3e3237d2: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://devops.com/web-application-security-is-not-api-security: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://biztechmagazine.com/article/2021/07/6-steps-improved-api-security: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://portswigger.net/daily-swig/introducing-vapi-an-open-source-lab-environment-to-learn-about-api-security: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://thenewstack.io/developer-beware-the-3-api-security-risks-you-cant-overlook: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/@sajjadfazlani/how-to-protect-your-apis-and-microservices-f22b99ce2322: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://publicapis.io: + v1: + - page: api.md + is_bold: false + is_highlighted: false + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +http://free-web-services.com: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://swagger.io/tools/swaggerhub: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.programmableweb.com: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://any-api.com: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://rapidapi.com: + v1: + - page: api.md + is_bold: false + is_highlighted: false + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Open_banking: + v1: + - page: api.md + is_bold: false + is_highlighted: false + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/a-digital-transformation-journey-in-the-banking-sector: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://thenewstack.io/true-success-in-process-automation-requires-microservices: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-platform-ops-teams-should-think-about-api-strategy: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/how-to-create-rest-api-with-spring-boot: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/spring-boot-restful-web-service-complete-example: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.oscarblancarteblog.com/2018/06/25/creando-un-api-rest-en-java-parte-1: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/fllstck/rapid-api-creation-with-aws-amplify-3c8i: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://portal.dev: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/bee-travels/openapi-comment-parser: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.techrepublic.com/article/ibm-creates-an-open-source-tool-to-simplify-api-documentation: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://mux.com: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://softwareengineeringdaily.com/2020/12/29/kubernetes-vs-serverless-with-matt-ward-repeat: + v1: + - page: api.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.infoq.com/presentations/API-Business-Models: + v1: + - page: api.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://argoproj.github.io/argo-events: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://mkdev.me/posts/why-and-when-do-you-need-argo-cd: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/argoproj/argo-cd/pull/26601: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + - page: cicd.md + is_bold: false + is_highlighted: false + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://argoproj.github.io/argo-cd: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=QrLwFEXvxbo&ab_channel=HoussemDellai: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/openshift-authentication-integration-with-argocd: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/applied-gitops-with-argocd: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/why-argo-cd-is-the-lifeline-of-gitops: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/getting-started-with-applicationsets: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/argo-cd-a-tool-for-kubernetes-devops-c46f2881edfe: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://itnext.io/argocd-users-access-and-rbac-ddf9f8b51bad: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/7/automating-argo-cd: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/blog/how-to-use-argocd-deployments-with-github-tokens: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.risingstack.com/argo-cd-kubernetes-tutorial: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.wecloudpro.com/2021/11/28/Argocd-helm.html: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/gitops-on-kubernetes-deciding-between-argo-cd-and-flux: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/gumgum-tech/streamlining-your-kubernetes-adoption-with-helmfile-argocd-and-gitops-211937e21e29: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/getting-started-with-argocd-on-your-kubernetes-cluster-552ca5d8cf41: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com/community/tutorials/how-to-deploy-to-kubernetes-using-argo-cd-and-gitops: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/cloud-native-ci-cd-with-tekton-and-argocd-on-aws: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.argoproj.io/new-sync-and-diff-strategies-in-argocd-44195d3f8b8c: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://igboie.medium.com/kubernetes-ci-cd-with-github-github-actions-and-argo-cd-36b88b6bda64: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/containers-101/using-gitops-multiple-argo-instances-and-environments-with-argo-cd-at-scale-e6b19c86be36: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.argoproj.io/best-practices-for-multi-tenancy-in-argo-cd-273e25a047b0: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@ScrumPokerPro/cloud-native-architecture-with-kubernetes-and-argocd-ebecda7784b8: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://faun.pub/deploying-argo-cd-and-sealed-secrets-with-helm-8de12f53051b: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +? https://amralaayassen.medium.com/how-to-create-argocd-applications-automatically-using-applicationset-automation-of-the-gitops-59455eaf4f72 +: v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.getambassador.io/gitops-in-kubernetes-with-argocd-c6ea0e510741: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.akuity.io/unveil-the-secret-ingredients-of-continuous-delivery-at-enterprise-scale-with-argo-cd-7c5b4057ee49: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dev.to/camptocamp-ops/towards-a-modular-devops-stack-257c: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://datree.io/resources/argocd-best-practices-you-should-know: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://devops.com/the-argo-project-making-gitops-practical: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2022/06/28/manage-kubernetes-cluster-with-terraform-and-argo-cd: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://prashant-48386.medium.com/continuous-delivery-for-kubernetes-with-argo-cd-9d5f3b69f1db: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@outlier.developer/getting-started-with-argocd-for-gitops-kubernetes-deployments-fafc2ad2af0: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@hmquan08011996/setup-microservices-on-kubernetes-automating-kubernetes-with-argocd-cb94622dac5b: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.datree.io/resources/argocd-best-practices-you-should-know: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://kamsjec.medium.com/argocd-setup-on-kubernetes-openshift-cluster-f7340344c017: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@versentfastforward/gitops-and-argocd-to-automate-kubernetes-deployments-640f3a086865: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@versentfastforward/one-click-bootstrap-deployment-of-argocd-e06f848aacc5: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@versentfastforward/structuring-your-repo-for-argocd-part-1-582817713b0: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://faun.pub/continuous-deployments-of-kubernetes-applications-using-argo-cd-gitops-helm-charts-9df917caa2e4: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +? https://jamalshahverdiev.medium.com/argocd-applicationset-with-applications-image-updater-and-notification-controller-with-sso-bba3182dad8a +: v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://kubebyexample.com/learning-paths/argo-cd/argo-cd-overview: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://faun.pub/hygiene-of-argocd-built-automation-at-a-scale-cf63ee459510: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/argo-cd-introduction-4b16f50b0d56: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dev.to/timtsoitt/argo-cd-and-sealed-secrets-is-a-perfect-match-1dbf: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://figments.medium.com/argocd-the-first-step-towards-gitops-899732fbc33e: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@nsfabrice2009/how-to-install-argocd-on-k8s-cluster-ad9084c71f16: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://akuity.io/blog/argo-cd-architectures-explained: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2022/12/09/manage-multiple-kubernetes-clusters-with-argocd: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/containers-101/how-to-install-and-upgrade-argo-cd-a64f4635f97b: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/containers-101/best-practices-for-argo-cd-8253bcd31897: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/crumbhole/argocd-lovely-plugin: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://gokhan-karadas1992.medium.com/argocd-kubevela-integration-eb88dc0484e0: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.tanmaysarkar.tech/beginners-guide-to-argo-cd: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/devops-techable/gitops-with-argocd-running-in-kubernetes-for-deployment-processing-c5d21770ca97: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://seraf.dev/argocd-tutorial-with-terraform-af77ddea2e6e: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@eduard.mihai.lemnaru/auto-update-helm-chart-version-using-argocd-4936933a2bac: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://53jk1.medium.com/argocd-the-continuous-delivery-solution-for-kubernetes-ae5b008e76d1: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/myspotontheweb/gitops-workloads-demo: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@jon.mclean/argocd-the-gitops-way-90f7eb0d2606: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +? https://medium.com/@devopsrockers/blue-green-deployment-on-eks-using-argocd-with-kubecost-istio-external-dns-grafana-prometheus-d5d5508f0748 +: v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@samuelbagattin/partial-helm-values-encryption-using-aws-kms-with-argocd-aca1c0d36323: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/gitops-at-scale-69639c9a3dd7: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@jerome.decoster/create-temporary-environment-from-pull-request-with-argocd-applicationset-1cef9803223a: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2023/05/05/manage-kubernetes-operators-with-argocd: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@geoffrey.muselli/argocd-multi-cluster-helm-charts-installation-in-mono-repo-0a406ff7c578: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://itnext.io/build-a-lightweight-internal-developer-platform-with-argo-cd-and-kubernetes-labels-4c0e52c6c0f4: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/otomi-platform/helmfile-and-argocd-better-together-f8d4587263ff: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://overcast.blog/gitops-with-argocd-for-kubernetes-tips-and-tricks-4b926ba75f88: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/globant/using-multiple-sources-for-a-helm-chart-deployment-in-argocd-cf3cd2d598fc: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://faun.pub/argocd-finalizer-shield-protecting-your-clusters-from-unintended-deletion-c7929a82d983: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://overcast.blog/kubernetes-argocd-gitlab-webhook-configuration-30bc5a75139e: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2024/06/06/enhance-kubernetes-deployment-efficiency-argo-cd-and-applicationset: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dev.to/amplication/extending-gitops-effortless-continuous-integration-and-deployment-on-kubernetes-1oem: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +? https://dev.to/devsatasurion/deploying-applications-with-github-actions-and-argocd-to-eks-best-practices-and-techniques-4epc +: v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://threatpost.com/argo-cd-security-bug-kubernetes-cloud-apps/178239: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thehackernews.com/2022/02/new-argo-cd-bug-could-let-hackers-steal.html: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.armosec.io/blog/cve-2022-24348-argo-kubernetes: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://securityaffairs.co/wordpress/127708/hacking/kubernetes-argo-cd-flaw.html: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +? https://www.infoworld.com/article/3650659/how-to-protect-your-kubernetes-infrastructure-from-the-argo-cd-vulnerability.html +: v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dnastacio.medium.com/gitops-argocd-security-cbb6fb6378bb: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/cloudposse-terraform-components/aws-eks-argocd: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + - page: gitops.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/argoproj-labs/argocd-autopilot: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/argoproj-labs/applicationset: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/IBM/argocd-vault-plugin: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/argoproj-labs/argocd-vault-plugin: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/crumbhole/argocd-vault-replacer: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://argoproj.github.io/argo-rollouts: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jijujacob27.medium.com/sharded-saas-applications-on-kubernetes-using-helm-argocd-and-argo-rollouts-a683c66f8646: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@ej.sta.ana/easy-blue-green-deployment-on-openshift-container-platform-using-argo-rollouts-4d514b3c5c0f: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/progressive-delivery-argo-rollouts-blue-green-deployment: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/progressive-delivery-argo-rollouts-canary-deployment: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/everything-full-stack/deployment-strategies-argo-rollouts-1980fc0685e6: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://faun.pub/kubernetes-practice-automating-blue-green-deployment-with-argo-rollouts-2279aa890c53: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/blue-green-deployments-dns-routing: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://codefresh.io/blog/progressive-delivery-for-kubernetes-config-maps-using-argo-rollouts: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://faun.pub/how-helm-subcharts-make-the-transition-to-argo-rollouts-a-breeze-aaf160924dbf: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dev.to/intuitdev/migrating-cicd-from-jenkins-to-argo-1km4: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + - page: cicd.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.argoproj.io/whats-new-in-argo-workflows-v3-3-dd051d2f1c7: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dev.to/crenshaw_dev/the-three-meanings-of-template-in-argo-workflows-2paf: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.argoproj.io/practical-argo-workflows-hardening-dd8429acc1ce: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.argoproj.io/architecting-workflows-for-reliability-d33bd720c6cc: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/atlantbh/implementing-ci-cd-pipeline-using-argo-workflows-and-argo-events-6417dd157566: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/co-located-events/argocon: + v1: + - page: argo.md + is_bold: false + is_highlighted: false + - page: cicd.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Tutorials.RestoringFromSnapshot.html: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/airbnb-engineering/how-we-partitioned-airbnb-s-main-database-in-two-weeks-55f7e006ff21: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/amazon-rds-for-sql-server-support-for-windows-authentication: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://blog.rubyroidlabs.com/2016/04/postgresql-9-5: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/getting-started/tutorials/create-mysql-db: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateOracleInstance.html: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2016/10/oracle-database-on-the-aws-cloud-quick-start-reference-deployment: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.besanttechnologies.com/amazon-web-services-relational-database: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/database/introducing-the-aurora-storage-engine: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://sysadminxpert.com/how-to-enable-slow-query-logs-in-aws-rds-mysql: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/new-create-microsoft-sql-server-instances-of-amazon-rds-on-aws-outposts: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.percona.com/blog/2019/12/19/the-benefits-of-amazon-rds-for-mysql: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.migops.com/blog/2021/11/26/is-aurora-postgresql-really-faster-and-cheaper-than-rds-postgresql-benchmarking: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/database/auditing-for-highly-regulated-industries-using-amazon-aurora-postgresql: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/amazon-rds-multi-az-db-cluster: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/database/amazon-aurora-postgresql-blue-green-deployment-using-fast-database-cloning: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/database/securely-connect-to-an-amazon-rds-or-amazon-ec2-database-instance-remotely-with-your-preferred-gui +: v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/database/modernize-database-stored-procedures-to-use-amazon-aurora-postgresql-federated-queries-pg_cron-and-aws-lambda +: v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/architecture/lets-architect-architecting-with-amazon-dynamodb: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://itnext.io/manage-redis-on-aws-from-kubernetes-eeadba7eb889: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/diving-into-aws-databases-amazon-rds-and-dynamodb-explained: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/aws-database-migration-service: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/dms/learn-more: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/database/replicate-and-transform-data-in-amazon-aurora-postgresql-across-multiple-regions-using-aws-dms +: v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/database/migrating-oracle-databases-with-near-zero-downtime-using-aws-dms: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/database/migrating-a-commercial-database-to-open-source-with-aws-sct-and-aws-dms: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.revenuecat.com/blog/replicating-a-postgresql-cluster-to-redshift: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/blogs/aws/amazon-rds-proxy-now-generally-available: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://cloudacademy.com/blog/migrating-data-to-aws: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://aws.amazon.com/about-aws/whats-new/2016/01/aws-schema-conversion-tool-postgresql-support: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/SchemaConversionTool/latest/userguide/CHAP_SchemaConversionTool.Converting.CreateProject.html: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/redshift/latest/dg/tutorial-tuning-tables.html: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/about-aws/whats-new/2016/06/easily-model-your-app-data-in-a-nosql-database-with-aws-mobile-hub: + v1: + - page: aws-databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/getting-started-with-sns-and-sqs-3m4i: + v1: + - page: aws-messaging.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-limits.html: + v1: + - page: aws-messaging.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/sqs/faqs: + v1: + - page: aws-messaging.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://enlear.academy/how-to-build-a-scalable-email-service-using-aws-d404b347a7fb: + v1: + - page: aws-messaging.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/when-to-sns-or-sqs-2aji: + v1: + - page: aws-messaging.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/compute/building-an-event-driven-application-with-amazon-eventbridge: + v1: + - page: aws-messaging.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://faun.pub/implementing-event-driven-architecture-with-aws-eventbridge-event-driven-messaging-pattern-9d29262bfade: + v1: + - page: aws-messaging.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/application-discovery/latest/userguide/what-is-appdiscovery.html: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://aws.amazon.com/documentation/elastic-beanstalk: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/php-ha-tutorial.html: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_PHP_eb.html: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2016/08/aws-elastic-beanstalk-supports-asp-net-core-and-multi-app-net-support: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2016/08/aws-elastic-beanstalk-supports-application-load-balancer: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environments-cfg-applicationloadbalancer.html: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2016/08/aws-elastic-beanstalk-supports-nginx-proxy-server-with-tomcat: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/opsworks: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=cj_LoG6C2xk&list=PLR3sVanzLpJN6BiYS20K4BMPpiDGifbZy: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/cloudcontrolapi: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/announcing-aws-cloud-control-api: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/vmware: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/aws-application-discovery-service-update-agentless-discovery-for-vmware: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://blog.rackspace.com/patch-and-ami-management-for-windows-on-aws: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/en/iot: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/iot/latest/developerguide/what-is-aws-iot.html: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://developer.amazon.com/public/community/post/TxDJWS16KUPVKO/New-Alexa-Skills-Kit-Template-Build-a-Trivia-Skill-in-under-an-Hour +: v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/partners: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/partners/technology: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/partners/consulting: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/apn: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/apn/active-directory-single-sign-on-sso-on-aws-with-bitium: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/apn/how-to-deploy-a-high-availability-web-service-on-aws-using-spotinst: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.appmeshworkshop.com: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/leveraging-app-mesh-with-amazon-eks-in-a-multi-account-environment: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/aws/amazon-ec2-metadata-mock: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://localstack.cloud: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/localstack/localstack: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/omenking/localstack-gitpod-template: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/premiumsupport/knowledge-center/troubleshoot-service-quotas-cli-commands: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://awscli.amazonaws.com/v2/documentation/api/latest/reference/service-quotas/get-service-quota.html: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://techcrunch.com/2020/12/15/aws-introduces-new-chaos-engineering-as-a-service-offering: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/quickstart/architecture/superwerker: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.logrocket.com/aws-amplify-and-react-native-a-tutorial: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/aws/10-new-aws-amplify-features-to-check-out-4291: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.amplify.aws/javascript/build-a-backend/auth/set-up-auth: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/apprunner: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/aws-app-runner-how-to-deploy-containerized-applications-using-app-runner-1f7c: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/architecting-for-resiliency-on-aws-app-runner: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/remote-debugging-in-aws-the-missing-link-in-your-debugging-toolset: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/cdk: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.bbvanexttechnologies.com/como-definir-infraestructura-como-codigo-en-aws-con-cdk: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://itnext.io/aws-cdk-for-eks-handling-helm-charts-aa002afedde4: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/aws-cdk-v2-three-tier-serverless-application: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/contino-engineering/weve-begun-to-move-towards-the-aws-cdk-and-here-s-why-69c8fad688b3: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/simform-engineering/infrastructure-as-code-and-ci-cd-in-practice-with-aws-cdk-bd0685b361f8: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/devops/announcing-cdk-migrate-a-single-command-to-migrate-to-the-aws-cdk: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://sst.dev/blog/moving-away-from-cdk.html: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/about-aws/whats-new/2022/05/aws-systems-manager-support-port-forwarding-remote-hosts-using-session-manager +: v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://faun.pub/using-aws-session-manager-for-port-forwarding-to-remote-hosts-8168589ba579: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/cloudendure-migration: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/architecture/architecting-a-highly-available-serverless-microservices-based-ecommerce-site: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://www.theregister.co.uk/2016/07/13/trainline_dumps_oracle_microsoft_goes_full_aws_cto_interview: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=IUvUmqu1MBQ: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/solutions/case-studies/trainline: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://treblle.com/blog/how-does-treblle-scale-on-aws-without-breaking-the-bank: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/hpc/creating-a-digital-map-of-covid-19-virus-for-discovery-of-new-treatment-compounds: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/lightsail: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/architecture/optimize-your-modern-data-architecture-for-sustainability-part-1-data-ingestion-and-data-lake +: v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/aws-heroes/automatic-api-key-rotation-for-amazon-managed-grafana-2h68: + v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://medium.com/@mike_tyson_cloud/aws-landing-zone-mastering-the-architecture-best-practices-and-design-secrets-a37746f72962 +: v1: + - page: aws-miscellaneous.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/blogs/apn/aws-networking-for-developers: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/elastic-network-adapter-high-performance-network-interface-for-amazon-ec2: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://www.netdesignarena.com/index.php/2020/04/15/new-blog-series-aws-cloud-networking-zero-to-hero: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloudonaut.io/what-architects-need-to-know-about-networking-on-aws: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloudonaut.io/advanved-aws-networking-pitfalls-that-you-should-avoid: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/networking-and-content-delivery/resolve-dns-names-of-network-load-balancer-nodes-to-limit-cross-zone-traffic +: v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/seligman/aws-ip-ranges: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/avmconsulting-blog/building-a-global-network-with-aws-transit-gateway-7ab0e5222f12: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/networking-and-content-delivery/creating-active-passive-bgp-connections-over-aws-direct-connect +: v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://towardsaws.com/networking-basics-in-aws-ab72882855c4: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/products/networking/network-operations: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/compute/secure-connectivity-from-public-to-private-introducing-ec2-instance-connect-endpoint-june-13-2023 +: v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/premiumsupport/knowledge-center/transfer-domain-to-aws: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://docs.aws.amazon.com/whitepapers/latest/aws-best-practices-ddos-resiliency/configuring-route53-for-cost-protection-from-nxdomain-attacks.html +: v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=HinwLb2lpLQ: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/what-is-load-balancing.html: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://ably.com/blog/limits-aws-network-load-balancers: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://luis-sena.medium.com/automated-aws-load-balancer-warm-up-d0b4084c8bbc: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dashbird.io/blog/aws-application-load-balancer: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/elasticloadbalancing/applicationloadbalancer: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/new-aws-application-load-balancer: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://medium.com/ankercloud-engineering/10-reasons-why-you-should-think-about-using-an-aws-application-loadbalancer-945f57816c34 +: v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/introducing-aws-load-balancer-controller: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/devops/blue-green-deployments-with-application-load-balancer: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://faun.pub/end-to-end-ssl-encryption-with-aws-application-load-balancer-b43db918bd9e: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2024/03/application-load-balancer-http-keepalive-duration: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/apn/centralized-traffic-inspection-with-gateway-load-balancer-on-aws: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2024/08/aws-waf-rate-based-rules-lower-rate-limits: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2016/09/nginx-plus-on-the-aws-cloud-quick-start-reference-deployment: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://aws-latency.altaircp.com: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/groups/49531/49531-6092152919937794052: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/aws-activate-startup-blog/optimizing-latency-and-bandwidth-for-aws-traffic-cdfd18d0d0f7: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://t.co/PPlhHZx5Bh: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + - page: networking.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Amazon_Virtual_Private_Cloud: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +http://www.linuxjournal.com/content/aws-ec2-vpc-cli: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/about-aws/whats-new/2016/07/build-a-modular-and-scalable-amazon-vpc-architecture-with-new-quick-start +: v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2016/08/specifying-the-vpc-for-your-amazon-rds-db-instance: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://awsfundamentals.blogspot.com/2019/12/aws-vpc-fundamental.html: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/architecture/reduce-cost-and-increase-security-with-amazon-vpc-endpoints: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://ealtili.medium.com/deepdive-to-vpcs-and-connections-to-vpc-2de3fb164d7c: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/networking-and-content-delivery/centralize-access-using-vpc-interface-endpoints: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/aws-creating-a-vpc-with-an-auto-scaling-group-using-t2-micro-instances-4ac2c5c7795b: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://alanblackmore.medium.com/what-is-aws-vpc-peering-af85c1e29fb2: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://awstip.com/setting-up-aws-vpc-endpoint-connection-d4294d0c2204: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://towardsaws.com/how-to-centralize-vpc-endpoints-in-aws-64c68b5b9d50: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloudonaut.io/aws-client-vpn-connected-with-the-cloud: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://tailscale.com/kb/1021/install-aws: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2016/09/amazon-cloudfront-now-supports-http2: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/de/blogs/networking-and-content-delivery/authorizationedge-using-cookies-protect-your-amazon-cloudfront-content-from-being-downloaded-by-unauthenticated-users +: v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.alexdebrie.com/posts/api-gateway-elements: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://towardsaws.com/accessing-a-private-rest-api-from-another-private-rest-api-in-aws-api-gateway-5112b835c0d4: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://faun.pub/using-aws-api-gateway-as-proxy-to-our-internal-application-369eb115db70: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/compute/architecture-patterns-for-consuming-private-apis-cross-account: + v1: + - page: aws-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://blogs.aws.amazon.com/security: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/security: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.aws.amazon.com/security: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/SSL-on-an-instance.html: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://blogs.aws.amazon.com/security/post/Tx4QX7W51NDSLO/The-Most-Popular-AWS-Security-Blog-Posts-in-2015: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@espringe/amazon-s-customer-service-backdoor-be375b3428c4: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://blogs.aws.amazon.com/security/post/Tx3PTTZB14FWPBA/Announcing-Industry-Best-Practices-for-Securing-AWS-Resources: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://blogs.aws.amazon.com/security/post/Tx2N52FR8XGJVL3/The-Most-Viewed-AWS-Security-Blog-Posts-so-Far-in-2016: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/blogs/apn/oracle-database-encryption-options-on-amazon-rds: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2016/06/learn-aws-security-fundamentals-with-free-and-online-training: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://blogs.aws.amazon.com/security/post/TxK5WUJK3DG9G8/How-to-Restrict-Amazon-S3-Bucket-Access-to-a-Specific-IAM-Role: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? http://blogs.aws.amazon.com/security/post/Tx6QAIBSQTJPHB/Updated-Whitepaper-Available-AWS-Best-Practices-for-DDoS-Resiliency +: v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? http://blogs.aws.amazon.com/security/post/Tx3KVD6T490MM47/In-Case-You-Missed-These-AWS-Security-Blog-Posts-from-June-July-and-August +: v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/about-aws/whats-new/2016/08/amazon-inspector-announces-general-availability-for-windows: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://blogs.aws.amazon.com/security/post/TxLEHNNDPUFDU9/Automated-Reasoning-and-Amazon-s2n: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/security/encrypt-global-data-client-side-with-aws-kms-multi-region-keys: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/removing-the-bastion-host-and-improving-the-securi: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/how-to-audit-and-secure-an-aws-account: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.yobyot.com/aws/aws-multi-region-keys-and-ec2-data-lifecycle-manager/2021/08/18: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/security/how-to-automate-aws-account-creation-with-sso-user-assignment: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/security/security-practices-in-aws-multi-tenant-saas-environments: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/security/how-to-use-aws-security-hub-and-amazon-opensearch-service-for-siem: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://faun.pub/handling-exposed-aws-access-key-b053362abd73: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/aws-samples/aws-secrets-manager-hybrid-secret-replication-from-hashicorp-vault: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@neonforge/why-you-shouldnt-use-aws-managed-kms-keys-83d9eb9d5090: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/complexities-aws-security-groups-cloud-world-ashish-kar: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/awslabs/cognito-at-edge: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/aws-samples/service-control-policy-examples: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.parttimepolymath.net/no-more-aws-access-keys-13a3c3f2337a: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://darryl-ruggles.cloud/aws-sso-credentials-with-multiple-accounts: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/awslabs/sustainability-scanner: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.aws.amazon.com/prescriptive-guidance/latest/security-reference-architecture/welcome.html: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/security/update-of-aws-security-reference-architecture-is-now-available: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/imthenachoman/How-To-Secure-A-Linux-Server: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/top-content/?trk=article_not_found: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + - page: cicd.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://docs.aws.amazon.com/wellarchitected/latest/security-pillar/application-security.html: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/opensource/realize-policy-as-code-with-aws-cloud-development-kit-through-open-policy-agent: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/about-aws/whats-new/2016/05/pci-dss-standardized-architecture-on-the-aws-cloud-quick-start-reference-deployment +: v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thomasthornton.cloud/2025/02/27/deploying-to-azure-secure-your-github-workflow-with-oidc: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + - page: cicd.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.wiz.io/blog/avoiding-mistakes-with-aws-oidc-integration-conditions: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + - page: cicd.md + is_bold: false + is_highlighted: false + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/IAM/latest/UserGuide/getting-started.html: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://blogs.aws.amazon.com/security/post/Tx2OB7YGHMB7WCM/Adhere-to-IAM-Best-Practices-in-2016: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? http://blogs.aws.amazon.com/security/post/Tx14ADBJOCAT9NS/How-to-Record-and-Govern-Your-IAM-Resource-Configurations-Using-AWS-Config +: v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? http://blogs.aws.amazon.com/security/post/Tx2CGWIB8SBYW2J/How-to-Use-SAML-to-Automatically-Direct-Federated-Users-to-a-Specific-AWS-Manage +: v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/blogs/security/new-iamctl-tool-compares-multiple-iam-roles-and-policies: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/blogs/mt/bring-your-own-cli-session-manager-configurable-shell-profiles: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://keepler.io/2021/03/gestionando-el-control-de-accesos-en-nuestro-data-lake-en-aws: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/about-aws/whats-new/2021/03/iam-access-analyzer-supports-over-100-policy-checks-with-actionable-recommendations +: v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/iam-access-analyzer-update-policy-validation: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://netflixtechblog.com/consoleme-a-central-control-plane-for-aws-permissions-and-access-fd09afdd60a8: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloudkatha.com/difference-between-root-user-and-iam-user-in-aws-you-need-to-know: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://ben11kehoe.medium.com/principals-in-aws-iam-38c4a3dc322a: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2022/01/aws-iam-s3-access: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/iann0036/iamlive: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.awsiam.info: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.daan.fyi/writings/iam: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/willdady/cdk-iam-credentials-rotator: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.aws.amazon.com/whitepapers/latest/organizing-your-aws-environment/organizing-your-aws-environment.html: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/security/when-and-where-to-use-iam-permissions-boundaries: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/security/extend-aws-iam-roles-to-workloads-outside-of-aws-with-iam-roles-anywhere: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://binx.io/2022/07/13/working-with-aws-permission-policies: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/security/use-iam-access-analyzer-policy-generation-to-grant-fine-grained-permissions-for-your-aws-cloudformation-service-roles +: v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://ermetic.com/blog/aws/diving-deeply-into-iam-policy-evaluation-highlights-from-aws-reinforce-session-iam433: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://globaldatanet.com/tech-blog/aws-iam-identity-center-permission-management-at-scale-part-2: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/security/how-to-monitor-and-query-iam-resources-at-scale-part-1: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/aws-samples/visualize-iam-access-analyzer-policy-validation-findings: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/a-deep-dive-into-the-security-of-iam-in-aws: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/awslabs/terraform-iam-policy-validator: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://jimmydqv.com/iam-anywhere: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/mt/simplifying-permissions-management-at-scale-using-tags-in-aws-organizations: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/mt/standardize-compliance-in-aws-using-devops-and-a-cloud-center-of-excellence-ccoe-approach: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.wut.dev/2024/07/05/moving-aws-accounts-within-organization.html: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/controltower: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/new-aws-control-tower-account-factory-for-terraform: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/hashicorp-teams-with-aws-on-new-control-tower-account-factory-for-terraform: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2023/11/automate-aws-control-tower-zone-operations-apis: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.doit-intl.com/aws-firewalls-101-how-and-when-to-use-each-one-d4ad8087a6b3: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/es/blogs/security/automatically-block-suspicious-traffic-with-aws-network-firewall-and-amazon-guardduty +: v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/waf: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? http://blogs.aws.amazon.com/security/post/Tx1LPI2H6Q6S5KC/How-to-Automatically-Update-Your-Security-Groups-for-Amazon-CloudFront-and-AWS-W +: v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? http://blogs.aws.amazon.com/security/post/Tx223ZW25YRPRKV/How-to-Use-AWS-WAF-to-Block-IP-Addresses-That-Generate-Bad-Requests +: v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? http://blogs.aws.amazon.com/security/post/Tx1G747SE1R2ZWE/How-to-Reduce-Security-Threats-and-Operating-Costs-Using-AWS-WAF-and-Amazon-Clou +: v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/awslabs/aws-waf-sample: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/cloud-techies/blocking-bots-using-aws-waf-d449e6d159ca: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/avmconsulting-blog/protecting-your-web-application-or-apis-using-aws-waf-1829ff79275a: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://faun.pub/set-up-global-rate-limiting-with-aws-waf-in-5-minutes-bd43a9309683: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/aws-waf-web-application-firewall-deep-dive-15bd: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloudbuild.co.uk/free-automated-lets-encrypt-certificates-in-azure-key-vault-with-acme-bot-a-step-by-step-guide: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/security/how-to-replicate-secrets-aws-secrets-manager-multiple-regions: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/containers/aws-secrets-manager-controller-poc-an-eks-operator-for-automatic-rotation-of-secrets +: v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://k21academy.com/amazon-web-services/aws-solutions-architect/aws-secrets-manager: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/manage-secrets-on-aws-and-helm-as-environment-variables-f7ec998c58fc: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/99designs/aws-vault: + v1: + - page: aws-security.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/local/spain: + v1: + - page: aws-spain.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.xataka.com/servicios/que-amazon-ha-elegido-aragon-para-instalar-sus-tres-primeros-centros-datos-espana: + v1: + - page: aws-spain.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://emea-resources.awscloud.com/spain-events-webinars: + v1: + - page: aws-spain.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: aws-spain.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://techunwrapped.com/spain-becomes-a-cloud-region-in-2022: + v1: + - page: aws-spain.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2023/04/aws-transit-gateway-europe-spain-region: + v1: + - page: aws-spain.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2021/01/new-digital-course-and-lab-aws-cloud-development-kit-cdk-primer: + v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://acloudguru.com: + v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.twitch.tv/acloudguruofficial: + v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.cantrill.io: + v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/acantril/learn-cantrill-io-labs: + v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/so-you-think-youre-associate-level-solutions-adrian-cantrill: + v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://analyticsindiamag.com/free-online-resources-to-get-started-on-cloud-computing: + v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/10-fun-hands-on-projects-to-learn-aws: + v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://portal.tutorialsdojo.com/product-category/aws/aws-digital-courses-2: + v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://hashnode.tpschmidt.com/my-top-10-free-learning-resources-for-aws: + v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://explore.skillbuilder.aws/learn: + v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://explore.skillbuilder.aws/learn/course/external/view/elearning/7854/aws-technical-essential-spanish-from-latin-america +: v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/es/blogs/aws-spanish/examenes-practicos-gratuitos-y-100-en-espanol-para-que-obtenga-su-certificacion +: v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://satyenkumar.medium.com/my-youtube-channel-is-updated-for-aws-certifications-over-150-video-list-1ae7aa81e99d: + v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://explore.skillbuilder.aws/learn/course/external/view/elearning/48/aws-security-fundamentals-second-edition: + v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/towards-cloud-computing/7-free-aws-practice-labs-and-aws-workshops-resources-d0a861f05d3: + v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://devopsmonk.hashnode.dev/learn-aws-if-you-want-to-save-your-career: + v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/sharing-my-top-10-resources-use-while-preparing-aws-exams-semaan: + v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/certification/certification-prep/testing: + v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/javinpaul/how-to-become-a-certified-aws-solution-architect-in-2022-35ad: + v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://community.aws/training: + v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://awscerts.slack.com: + v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://walkintocloud.com/index.php/2016/06/04/amazon-aws-certification-preparation-tips: + v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://gist.github.com/leonardofed: + v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blue-clouds.com/category/study-guide: + v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/about-aws/whats-new/2016/10/first-aws-certification-study-guide-now-available: + v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/passed-aws-certified-solutions-architect-level-harshit-agarwal: + v1: + - page: aws-training.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/products: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/global-infrastructure/localzones/locations: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://status.aws.amazon.com: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/new: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/releasenotes: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/en/premiumsupport/knowledge-center: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/general/latest/gr/glos-chap.html: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/donnemartin/awesome-aws: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/marketplace: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/en/premiumsupport: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://www.slideshare.net/AmazonWebServices: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/getting-started/tutorials: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/open-guides/og-aws: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/training/ramp-up-guides: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://serverlessland.com: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://serverlessland.com/patterns: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://serverlessland.com/explore/sam-pipelines: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/activate: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/aws/containers-roadmap: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dashbird.io/blog/use-aws-free: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/aws-basics: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/aws-basics-bastian-hosts-and-nat: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/the-cloud-dictionary-of-pain-five-of-awss-toughest-cloud-topics: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dannys.cloud/10-best-free-aws-learning-resources-for-beginners: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/listado-de-todos-los-servicios-amazon-web-services-daniel-pe%25C3%25B1a-silva: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://towardsaws.com/a-gentle-introduction-to-amazon-web-services-aws-50f18c7c57dc: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.aws.amazon.com/prescriptive-guidance/latest/security-reference-architecture/architecture.html: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/understand-the-aws-shared-responsibility-model-for-kubernetes: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@ashish_fagna/aws-services-every-developer-should-be-aware-of-f7c48aaa854f: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.cloudyali.io/absolute-minimum-every-developer-must-know-about-aws-security: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/12-aws-config-rules-that-every-account-should-have: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloudonaut.io/ec2-checklist-seven-things-to-do-after-launching-an-instance: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/6-lessons-learned-from-migrating-web-application-on-production-ce9add8e63f3: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.lastweekinaws.com/blog/17-more-ways-to-run-containers-on-aws: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/streaming-data: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/five-different-ways-to-build-aws-infrastructure: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/architecture/what-to-consider-when-selecting-a-region-for-your-workloads: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://ben11kehoe.medium.com/never-put-aws-temporary-credentials-in-env-vars-or-credentials-files-theres-a-better-way-25ec45b4d73e +: v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.aws.amazon.com/whitepapers/latest/microservices-on-aws/microservices-on-aws.html: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/what-is-amazon-web-services-aws: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://tech.twenix.com/securiza-tu-infraestructura-cloud-sin-arruinarte-d9d2e2d5302c: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://amazon.qwiklabs.com/catalog: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/tag/aws: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://paigeshin1991.medium.com/drop-nuclear-bomb-on-your-aws-services-how-to-clear-your-entire-aws-account-in-3-seconds-53f28928e09c +: v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://medium.com/gargee-bhatnagar/how-to-create-a-custom-ami-with-image-pipeline-and-automate-its-creation-using-ec2-image-builder-7e194e39c8e9 +: v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.aws.amazon.com/service-authorization/latest/reference/reference_policies_actions-resources-contextkeys.html: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@imaze.enabulele/autoscaling-ec2-instances-for-high-availability-and-stress-testing-946b41f229e2: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://awstip.com/how-to-list-all-resources-in-your-aws-account-c3f18061f71b: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/compute/building-highly-resilient-applications-with-on-premises-interdependencies-using-aws-local-zones +: v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/disaster-recovery-cheat-sheetwrite-up-o62: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://terminalsandcoffee.com/setting-up-the-aws-cli-iam-user-api-keys-b83554e314e4: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/best-practices-when-designing-aws-architecture-4c8d: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3694090/amazon-s-quiet-open-source-revolution.html: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://mrdevops.hashnode.dev/how-to-create-ec2-instance-in-aws-step-by-step-tutorial: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2023/02/aws-deployment-pipelines: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://k21academy.com/amazon-web-services/aws-solutions-architect/aws-application-services: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/devops-made-easy-install-aws-cli-ecs-cli-docker-terraform-using-chocolatey-2lld: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://jayendrapatil.com: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.plainenglish.io: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://awstip.com: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://app.polymersearch.com/discover/aws: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://workshops.aws: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.amazon.com/b/?node=14297978011: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/many-free-and-useful-aws-official-dev-and-user-guides-54ci: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://runs-on.com: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + - page: cicd.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.vladionescu.me/posts/scaling-containers-on-aws-in-2022: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/aws-activate-startup-blog/bitmovin-improving-video-quality-on-the-web-8670039c4334: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/aws-activate-startup-blog/what-startups-should-know-about-amazon-vpc-part-1-bebe94b7f228: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/aws-activate-startup-blog/scaling-on-aws-part-3-500k-users-3750b227b761: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/aws-activate-startup-blog/building-a-serverless-dynamic-dns-system-with-aws-a32256f0a1d8: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/aws-activate-startup-blog/the-top-10-aws-startup-blog-posts-of-2015-d2975e3778bb: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://twitter.com/awscloud: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://twitter.com/AWSreInvent: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://twitter.com/jeffbarr: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://twitter.com/AWSstartups: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://twitter.com/AWS_Partners: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.youtube.com/user/AmazonWebServices: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.youtube.com/user/awstutorialseries: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.youtube.com/user/AWSwebinars: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/podcasts/aws-podcast: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/podcasts/aws-techchat: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://www.stitcher.com/podcast/amazon-web-services/aws-podcast: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/compute/introducing-an-enhanced-local-ide-experience-for-aws-step-functions: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/developer: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/apigateway/latest/developerguide/create-api-using-import-export-api.html: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://t.co/5E4FLUyh98: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/towardsthecloud/cloudburn: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/greenm/top-4-aws-patterns-of-highly-available-api-d34599bfbb96: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@ben11kehoe/aws-configuration-files-explained-9a7ea7a5b42e: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/aws-config-compliance-as-code-9621eb3b7ac7: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/getting-started.html: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/aws-azure-gcp-resource-hierarchies-25b829127511: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://bridgecrew.io/blog/best-practices-for-aws-tagging-with-yor: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/mt/multi-account-aws-trusted-advisor-summaries-now-available-aws-systems-manager-explorer: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/security/how-to-automate-incident-response-to-security-events-with-aws-systems-manager-incident-manager +: v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/professional-services/CAF: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/aws-cloud-adoption-framework-caf-3-0-is-now-available: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://repost.aws: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/aws-repost-a-reimagined-qa-experience-for-the-aws-community: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2021/12/amazon-repost-questions-answers: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://go.aws/4eFRwIt: + v1: + - page: aws.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Web_cache: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Dynamic_site_acceleration: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +http://www.slideshare.net/NasceniaIT/brown-bag-caching-rafi-faisal-48694442: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/open-source/http-web-performance-proxy-load-balancer-accelerator-software: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/introducing-amp-assimilating-caching-quick-read-fo: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/enjoy-algorithm/caching-system-design-concept-500134cff300: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/design-microservices-architecture-with-patterns/microservices-distributed-caching-76828817e41b: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/rtkal/distributed-cache-design-348cbe334df1: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://surfingcomplexity.blog/2022/11/25/cache-invalidation-really-is-one-of-the-hardest-things-in-computer-science: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/java-caching: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/getting-started-infinispan: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/products/datagrid/overview: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/technologies/jboss-middleware/data-grid: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/red-hat-jboss-data-grid-not-just-storing-java-objects-anymore: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +? https://developers.redhat.com/blog/2020/04/13/red-hat-data-grid-8-0-brings-new-server-architecture-improved-rest-api-and-more +: v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Content_delivery_network: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://humanwhocodes.com/blog/2011/11/29/how-content-delivery-networks-cdns-work: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.imperva.com/learn/performance/cdn-caching: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.nczonline.net/blog/2011/11/29/how-content-delivery-networks-cdns-work: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +http://www.haproxy.org: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +http://www.slideshare.net/haproxytech/haproxy-web-performance-55536394: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +http://www.slideshare.net/Severalnines/load-balancing-mysql-with-haproxy-webinar-replay-english-44071270: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +http://www.slideshare.net/haproxytech/haproxy-best-practice: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +http://www.slideshare.net/Severalnines/severalnines-ha-proxyjul20143: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +http://www.slideshare.net/Severalnines/haproxy-mysql-slides: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.haproxy.com/blog/the-haproxy-enterprise-waf: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.varnish-cache.org: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.varnish-software.com: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +http://info.varnish-software.com/the-varnish-book: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://fedoramagazine.org/varnish-site-faster-stable: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://developerblog.redhat.com/tag/varnish: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +http://rhelblog.redhat.com/tag/varnish: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.varnish-cache.org/installation/redhat: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://hitch-tls.org: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +http://www.slideshare.net/piotrpasich/varnish-47199139: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +? https://www.digitalocean.com/community/tutorials/how-to-speed-up-static-web-pages-with-varnish-cache-server-on-ubuntu-20-04 +: v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/IBM/varnish-operator: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/mittwald/kube-httpcache: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +http://memcached.org: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +http://www.slideshare.net/oemebamo/introduction-to-memcached: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +http://redis.io: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +http://www.slideshare.net/dvirsky/introduction-to-redis: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/groupon-eng/scaling-millions-of-geospatial-queries-per-minute-using-redis-7c05bcf6b4db: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://architecturenotes.co/redis: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://faun.pub/redis-high-availability-with-sentinel-on-kubernetes-k8s-a1d67842e0ce: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +? https://medium.com/lightricks-tech-blog/step-by-step-guide-how-to-create-a-dynamic-service-endpoint-via-k8s-api-1024309cb226 +: v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=OssIuHbgzJY: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +http://charlesleifer.com/blog/nginx-a-caching-thumbnailing-reverse-proxying-image-server-: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +http://highscalability.com/blog/2016/2/17/building-nginx-and-tarantool-based-services.html: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/taubyte/tau: + v1: + - page: caching.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/dastergon/awesome-chaos-engineering: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/chaos-engineering-is-not-just-for-ops: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/why-chaos-engineering-isnt-just-for-operations: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/adidoescode/chaos-engineering-how-simulating-adversity-can-help-build-ecommerce-resilience-4a799c8912dc: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.opsmx.com/blog/what-is-chaos-engineering: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/architecture/verify-the-resilience-of-your-workloads-using-chaos-engineering: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://faun.pub/what-is-chaos-engineering-a89b64db9af0: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.syntasso.io/post/platform-democracy-rethinking-who-builds-and-consumes-your-internal-platform: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/openshift/comments/e1j5qzrbac_for_container_access_to_destroy_other: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/asobti/kube-monkey: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.comjoshmsmith/monkey-ops: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/pingcap/chaos-mesh: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/litmuschaos/litmus: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: [] +https://cloud.redhat.com/blog/chaos-engineering-with-litmuschaos: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/using-chaos-engineering-to-improve-the-resilience-of-stateful-applications-on-kubernetes: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2020/10/kubernetes-chaos-mesh-ga: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://chaos-mesh.org/blog/chaos-mesh-1.0-chaos-engineering-on-kubernetes-made-easier: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/develop-a-daily-reporting-system-for-chaos-mesh-to-improve-system-resilience: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://pingcap.com/blog/chaos-mesh-action-integrate-chaos-engineering-into-your-ci: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/introduction-to-kraken-a-chaos-tool-for-openshift/kubernetes: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/chaos-engineering-progressively-moves-to-production: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blog.flant.com/chaos-engineering-in-kubernetes-open-source-tools: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/powerfulseal/powerfulseal: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://buggyapp.ycrash.io: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://1829034.medium.com/getting-started-with-chaos-engineering-13e85a438d37: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://chaos-mesh.org: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/10/chaos-engineering-kubernetes-ebook: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/chaos-engineering-made-simple: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/use-chaos-engineering-to-strengthen-your-incident-response: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/operationalizing-chaos-engineering-with-gitops: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/better-practices/chaos-d3ef238ec328: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/devops/chaos-engineering-on-amazon-eks-using-aws-fault-injection-simulator: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/chaos-engineering-with-litmuschaos-on-amazon-eks: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blog.container-solutions.com/comparing-chaos-engineering-tools: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blog.palark.com/chaos-mesh-in-kubernetes: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://awstip.com/kubernetes-chaos-monkey-a-scheduled-random-pod-deletion-python-script-for-testing-cluster-6eac429554b2: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/@alex.ivenin/chaos-engineering-in-kubernetes-4de425132ba1: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/breaking-serverless-on-purpose-with-chaos-engineering: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/chaosblade-io/chaosblade: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://azure.microsoft.com/services/chaos-studio: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-governance-and-management/announcing-the-public-preview-of-azure-chaos-studio/ba-p/2893050 +: v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/chaos-studio/chaos-studio-overview: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.sqlservercentral.com/articles/chaos-engineering-in-azure: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/industries/automating-and-scaling-chaos-engineering-using-aws-fault-injection-simulator: + v1: + - page: chaos-engineering.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://wizardzines.com: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cheatography.com: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/LeCoupa/awesome-cheatsheets: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/detailyang/awesome-cheatsheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/cheatsheets: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.jromanmartin.io/cheat-sheets: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://www.cheat-sheets.org: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://simplecheatsheet.com: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: [] +https://medium.com/dataseries/the-devops-cheat-sheet-3177d6cf361c: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ABZ-Aaron/CheatSheets: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/cheat-sheets/intermediate-linux-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/cheat-sheets/microprofile-rest-client: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cheat.sh: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/cheat-sh-the-ultimate-multi-language-cheat-sheet-8e97c16407aa: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://bash.cyberciti.biz/guide/Man_command: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/downloads/logrotate-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://manz.dev/cheatsheets: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://crontab.guru: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +networking.md: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://en.wikipedia.org/wiki/Google_Search: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://seranking.com/blog/practical-tips-google-search-operators: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://supple.com.au/tools/google-advanced-search-operators: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.linkody.com/guides/google-search-operators-cheatsheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://mywiki.wooledge.org/BashPitfalls: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/cheat-sheets/bash-shell-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/cheat-sheets/advanced-linux-commands: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/downloads/watch-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/tutorial/amazon-web-services-aws-tutorial/aws-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://tutorialsdojo.com/links-to-all-aws-cheat-sheets: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.igoroseledko.com/aws-cli-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.awsgeek.com/Amazon-S3: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/priyankavergadia/google-cloud-4-words: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloud-architect.fr/2022/01/19/az-cheatsheet-become-an-expert-in-azure-landing-zones: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/what-is-an-api-and-how-to-test-it: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://karneliuk.com/2019/07/rest-api-1-basics-cheat-sheet-ansible-bash-postman-and-python-for-get-using-netbox-and-docker-as-examples +: v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/ebooks: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/engage/open-practice-library-ebook: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kapeli.com/dash: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kapeli.com/cheatsheets: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://velocity.silverlakesoftware.com: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://zealdocs.org: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.k8sref.io: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://learnk8s.io/research: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.bluematador.com/learn/kubernetes-glossary: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.mirantis.com/blog/kubernetes-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://manifests.io: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.manifests.io/kubernetes/1.28: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://quickref.me/index.html: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: devops-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/cheat-sheets/kubernetes: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/reference/kubectl/cheatsheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://linuxacademy.com/blog/containers/kubernetes-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/fabric8io/kansible/blob/master/vendor/k8s.io/kubernetes/docs/user-guide/kubectl-cheatsheet.md: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/tutorial/devops-tutorial/kubernetes-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/kubectl-commands-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://jimmysong.io/kubernetes-handbook/guide/using-kubectl.html: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cheatsheet.dennyzhang.com/cheatsheet-kubernetes-a4: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/5/kubectl-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.bluematador.com/learn/kubectl-cheatsheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dockerlabs.collabnix.com/kubernetes/cheatsheets/kubectl.html: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/better-programming/awesome-kubernetes-command-line-hacks-8bd3604e394f: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://akhilsharma.work/kubectl-get-resource-short-names: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.mimacom.com/kubernetes-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/r0hi7/k8s-In-30Mins: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kunchalavikram1427/Kubernetes_public: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: [] +https://github.com/kunchalavikram1427/Kubernetes_public/blob/master/Kubernetes_Commands.txt: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/awesome-kubernetes-command-line-hacks-8bd3604e394f: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thechief.io/c/editorial/definitive-kubectl-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.ithands-on.com/2021/05/kubernetes-101-kubectl-communication.html: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/5/kubernetes-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://computingforgeeks.com/kubectl-cheat-sheet-for-kubernetes-cka-exam-prep: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://myfuturehub.com/must-keep-these-kubernetes-commands-handy: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cmcrowell.com/cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://komodor.com/learn/the-ultimate-kubectl-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/kubectl-commands-all-beginners-must-know-e504349fcec9: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@devopsfolks8546/1-pods-c3d1a9349ba0: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/kubernetes-commands-for-deployment-and-management-e10a74c95015: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://learncloudnative.com/blog/2022-05-10-kubectl-tips: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudtechtwitter.com/2022/05/kubernetes-common-commands.html: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/k8s-resource-management-an-autoscaling-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://abhirajdevops.hashnode.dev/a-cheat-sheet-of-essential-commands-for-managing-and-debugging-your-kubernetes-clusters-networking +: v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/devoriales/kubectl-cheatsheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/msfaizi/kubernetes-cheatsheet-essential-commands-and-concepts-for-efficient-container-orchestration-201n: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-kustomize-cheat-sheet-8e2d31b74d8f: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dockerlux.github.io/pdf/cheat-sheet-v2.pdf: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dockerlabs.collabnix.com/docker/cheatsheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/cheat-sheets/containers: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/wsargent/docker-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/tutorial/devops-tutorial/docker-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/promotions/docker-cheatsheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.gitguardian.com/how-to-improve-your-docker-containers-security-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://myfuturehub.com/useful-commands-of-docker: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://linuxhandbook.com/container-lifecycle-docker-commands: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/a-beginners-cheat-sheet-for-docker-f5024fd6c17f: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/pragyanatvade/docker-commands-cheat-sheet-47n4: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/sematext/cheatsheets/blob/master/docker-swarm-cheatsheet.md: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: [] +https://cdn2.hubspot.net/hubfs/5111483/docker-swarm-cheatsheet-sematext.pdf: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://lzone.de/cheat-sheet/Docker%20Swarm: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kerneltalks.com/virtualization/docker-swarm-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://codingfriend.medium.com/docker-swarm-cheatsheet-22665e3278b1: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.programster.org/docker-swarm-cheatsheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cheatsheetseries.owasp.org/index.html: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://guides.github.com: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/zinox9/git-github-cheatsheet-22ok: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://git-scm.com/docs: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.jrebel.com/blog/git-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://ndpsoftware.com/git-cheatsheet.html: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://the-awesome-git-cheat-sheet.com: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/cheat-sheetsgit: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.atlassian.com/git/tutorials/atlassian-git-cheatsheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.github.com/training-kit/downloads/github-git-cheat-sheet.pdf: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://education.github.com/git-cheat-sheet-education.pdf: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/getting-started-git: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.git-tower.com/blog/git-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://rogerdudler.github.io/git-guide: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://rogerdudler.github.io/git-guide/files/git_cheat_sheet.pdf: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/git-commands-cheat-sheet-software-developer-54f6aedc1c46: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/top-35-git-commands-with-examples-and-bonus: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gitexplorer.com: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.justingarrison.com/blog/2021-07-11-github-url-hacks: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/star_trooper/git-it-right-git-cheatsheet-4o0h: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://jan-krueger.net/git-cheat-sheet-extended-edition: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/baransel/a-git-cheat-sheet-4mab: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.geeksforgeeks.org/essential-git-commands: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/codewithtee/git-cheat-sheet-20-commands-i-use-everyday-47h9: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/joshnh/Git-Commands/blob/master/README.md: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/aashiya123/git-commands-cheatsheet-advanced-20-git-commands-advanced--35i3: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/doabledanny/git-cheat-sheet-50-commands-free-pdf-and-poster-4gcn: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://enlear.academy/26-git-command-i-use-all-the-time-cheatsheet-6c5682ded2af: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/git-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/22/4/git-tips: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/8-advanced-git-commands-university-wont-teach-you-fe63b483d34b: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/tutorial/devops-tutorial/git-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/devland/20-git-commands-that-will-make-you-a-version-control-pro-149p: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://danielkummer.github.io/git-flow-cheatsheet/index.html: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/arslanbilal/git-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kapeli.com/cheat_sheets/Sourcetree.docset/Contents/Resources/Documents/index: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.gitkraken.com/resources/gitkraken-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://linuxacademy.com/blog/red-hat/ansible-roles-explained: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.edureka.co/blog/cheatsheets/ansible-cheat-sheet-guide: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/tutorial/devops-tutorial/ansible-basic-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sites.google.com/site/mrxpalmeiras/ansible/ansible-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/downloads/ansible-k8s-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.fosstechnix.com/ansible-ad-hoc-commands-with-examples: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/terraform-cli-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.terraform.io/docs/commands/index.html: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/scraly/terraform-cheat-sheet/blob/master/terraform-cheat-sheet.pdf: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://lzone.de/cheat-sheet/Terraform: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thedevopsblog.co.uk/terraform-cli-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/the-ultimate-terraform-cheatsheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/using-template-files-with-hashicorp-packer: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://searchitoperations.techtarget.com/tip/Terraform-cheat-sheet-Notable-commands-HCL-and-more: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.techbeatly.com/terraform-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://praveendandu24.medium.com/mastering-terraform-top-20-essential-commands-with-examples-for-beginners-1029852b419: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.commandlinefu.com: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/7/sysadmin-cheat-sheets: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://daniel.haxx.se/blog/wp-content/uploads/2020/01/sticker-cheat-sheet.png: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/neilhwatson/nustuff/blob/master/networking/nmcli.md: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://www.pixelbeat.org/cmdline.html: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/downloads/parted-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/downloads/gnu-screen-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://catonmat.net/gnu-coreutils-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/faq/linux-ip-command-examples-usage-syntax: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://linuxhandbook.com/yum-cheatsheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.stationx.net/hacking-tools-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cheatsheet.dennyzhang.com/cheatsheet-ssh-a4: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://lzone.de/cheat-sheet/SSH: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://pentestmonkey.net/cheat-sheet/ssh-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://computingforgeeks.com/ssh-cheatsheet-for-sysadmins: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/18/4/learn-advanced-ssh-commands-new-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.comparitech.com/net-admin/nmap-nessus-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://www.mastertheboss.com/soa-cloud/openshift/openshift-cheatsheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/cheat-sheets/red-hat-openshift-container-platform: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/nekop/openshift-sandbox/blob/master/docs/command-cheatsheet.md: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gist.github.com/rafaeltuelho/111850b0db31106a4d12a186e1fbc53e: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/mhausenblas/openshift-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://monodot.co.uk/openshift-cheatsheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://openshift.tips: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/getting-started-with-openshift: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cookbook.openshift.org: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cookbook.openshift.org/image-registry-and-image-streams/how-do-i-import-an-image-from-an-external-image.html: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/cheat-sheets/debezium-openshift-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/cheat-sheets/writing-kubernetes-operator-java: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://jimmysong.io/kubernetes-handbook/concepts/pod.html: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/aurelievache/kubernetes-sketchnotes-pods-4ib0: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://garba.org/posts/2018/k8s_pod_lc: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/cheat-sheets/buildah-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://iximiuz.com/en/posts/prometheus-vector-matching: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://iximiuz.com/en/posts/prometheus-functions-agg-over-time: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gist.github.com/tuannvm/4e1bcc993f683ee275ed36e67c30ac49: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/helm-command-cheat-sheet-by-m-sharma-488706ecf131: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://maven.apache.org/guides/MavenQuickReferenceCard.pdf: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.jrebel.com/blog/maven-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@TimvanBaarsen/maven-cheat-sheet-45942d8c0b86: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.journaldev.com/33645/maven-commands-options-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cheatography.com/mikesac/cheat-sheets/maven: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.javaguides.net/2018/06/maven-cheat-sheet.html: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.bogotobogo.com/Java/tutorials/Spring-Boot/Maven-mvn-command-cheat-sheet.php: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://lzone.de/cheat-sheet/Maven: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gist.github.com/michaellihs/b08c89581ec597fa198cf74e2239f4a6: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://confluence.sakaiproject.org/display/REL/Maven+release+plugin+cheat+sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.polyglotdeveloper.com/cheatsheet/2015-01-08-Gradle-cheatsheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://eta-lang.org/docs/cheatsheets/gradle-cheatsheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://mingliang.me/blog/gradle-cheatsheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.rratliff.com/gradle-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gist.github.com/jahe/59557d507f43574b0d96: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gist.github.com/jiffle/499caa5f53ab8f90dc19a3040ee40f48: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/cheat-sheets/microprofile-jwt: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.edureka.co/blog/cheatsheets/jenkins-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://miro.medium.com/max/1400/1*5tZVl-tqZwSoxH97v4u45w.png: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/edureka/jenkins-cheat-sheet-e0f7e25558a3: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cheatography.com/funthomas424242/cheat-sheets/jenkins: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/tutorial/devops-tutorial/jenkins-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://balajisblog.com/cheatsheet-for-bitbucket-pipelines: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/getting-started-with-apache-jmeter?chapter=1: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/the-groovy-templates-cheat-sheet-for-jmeter: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://blog.extremehacking.org/blog/2015/11/09/jmeter-web-application-testing-cheatsheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hellotestworld.com/2016/02/02/cheatsheet-for-jmeter-__time-function-calls: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://martkos-it.co.uk/our-work/jmeter-testing-cheat-sheet-ng5zm-97y43-af8tj: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://martkos-it.co.uk/s/jmeter-testing-cheat-sheet-v10.pdf: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://performanceoptimize.blogspot.com/2017/04/RegularExpressionCheatSheet.html: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://lordofthejars.github.io/quarkus-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.markdownguide.org: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.markdownguide.org/cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/markdown-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://codingharbour.com/kafkacat-cheatsheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/kafka-cli-commands-1a135a4ae1bd: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.google.com/machine-learning/glossary: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/downloads/javascript-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/typescript-cheatsheets/react: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/learn/paths/build-javascript-applications-typescript: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/nestjs-microservices-with-grpc-api-gateway-and-authentication-part-1-2-650009c03686: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/how-typescript-interfaces-work: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/downloads/jupyterlab-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/tutorial/sql-tutorial/sql-commands-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.sqltutorial.org/sql-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/enochtangg/quick-SQL-cheatsheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hackr.io/blog/sql-commands: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/swapnakpanda/Infographics/blob/main/Cheat%20Sheet/Database/SQL_CheatSheet.png: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://helpercodes.com/sql-query-cheatsheet-tutorial: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/navneet7716/optimizing-sql-queries-h9j: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://postgrescheatsheet.com: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.datadoghq.com/resources/datadog-postgresql-cheatsheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/downloads/mariadb-mysql-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developer.mongodb.com/quickstart/cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/tutorial/python-tutorial/python-cheat-sheet-basics: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://websitesetup.org/python-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://python.plainenglish.io/ultimate-python-cheat-sheet-f2930e08669c: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ekramasif/Basic-Machine-Learning/blob/main/Extraa/PythonCheatSheet.ipynb: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devhints.io/go: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/a8m/golang-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: golang.md + is_bold: false + is_highlighted: false + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://simplecheatsheet.com/tag/golang-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: golang.md + is_bold: false + is_highlighted: false + v2: [] +https://github.com/goldbergyoni/nodebestpractices/blob/spanish-translation/README.spanish.md: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + - page: golang.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/cheat-sheets/nodejs-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hackingcpp.com/cpp/cheat_sheets.html: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/razgandeanu/selenium-cheat-sheet-9lc: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/selenium-python-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/tutorial/selenium-tutorial/selenium-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/tutorial/rpa-tutorial/rpa-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.kdnuggets.com/2022/02/complete-collection-data-science-cheat-sheets-part-1.html: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.kdnuggets.com/2022/02/complete-collection-data-science-cheat-sheets-part-2.html: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/scrum: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://teamhood.com/agile/scrum-cheat-sheet: + v1: + - page: cheatsheets.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/kubernetes: + v1: + - page: cicd-kubernetes-plugins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/kubernetes-cd: + v1: + - page: cicd-kubernetes-plugins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/openshift-pipeline: + v1: + - page: cicd-kubernetes-plugins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/openshift-sync: + v1: + - page: cicd-kubernetes-plugins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/openshift-client: + v1: + - page: cicd-kubernetes-plugins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://docs.gitlab.com/ee/user/clusters/agent: + v1: + - page: cicd-kubernetes-plugins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/releases/2021/04/22/gitlab-13-11-released: + v1: + - page: cicd-kubernetes-plugins.md + is_bold: false + is_highlighted: false + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://newsletter.francofernando.com/p/the-12-factor-app-an-updated-guide: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://opensource.com/article/18/8/what-cicd: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/DevOps: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Continuous_integration: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Continuous_delivery: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://martinfowler.com/articles/originalContinuousIntegration.html: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/continuous-integration-servers: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://sdtimes.com/devops/ci-cd-pipelines-are-expanding: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.devopsonline.co.uk/chatops-devops-scrumops-and-5-other-ops-religions: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://opensource.com/article/19/4/devops-pipeline: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://info.acloud.guru/resources/brazeal-how-your-org-predicts-your-ci/cd-pipeline: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: [] +https://dev.to/semaphore/ci-cd-continuous-integration-delivery-explained-75l: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.mindtheproduct.com/what-the-hell-are-ci-cd-and-devops-a-cheatsheet-for-the-rest-of-us: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://tech.buzzfeed.com/continuous-deployments-at-buzzfeed-d171f76c1ac4: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/continuous-delivery-patterns: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3271126/what-is-cicd-continuous-integration-and-continuous-delivery-explained.html: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://devops.com/how-to-implement-an-effective-ci-cd-pipeline: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.ammeon.com/5-tips-for-building-ci-cd-pipeline: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: [] +https://medium.com/faun/what-is-ci-cd-pipeline-in-devops-6fba17a76e73: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/builders-library/automating-safe-hands-off-deployments: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +? https://www.techuz.com/blog/what-is-ci-cd-an-introduction-to-continuous-integration-continuous-deployment-and-ci-cd-pipeline +: v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://kodekloud.com/what-is-ci-cd-pipeline-in-devops: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@sanjayaben/how-to-build-an-efficient-ci-cd-pipeline-b5738ad567c8: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/09/03/the-present-and-future-of-ci-cd-with-gitops-on-red-hat-openshift: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.bitsrc.io/ci-cd-best-practices-bca0ef665677: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://harness.io/2020/10/what-is-cicd-platform-why-should-i-care: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/3-ways-to-use-automation-in-ci-cd-pipelines: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/tips-creating-successful-cicd-pipeline: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://javi-kata.medium.com/ci-cd-the-journey-of-a-dummy-team-f51a061684bc: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thinkinglabs.io/talks/feature-branching-considered-evil.html: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.tripwire.com/state-of-security/devops/everything-need-to-know-about-ci-cd-security: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://harness.io/blog/continuous-delivery/ci-cd-pipeline: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://stackoverflow.blog/2021/01/19/fulfilling-the-promise-of-ci-cd: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://circleci.com/blog/top-5-ci-cd-best-practices: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://harness.io/blog/continuous-integration/what-is-continuous-integration: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://cd.foundation/blog/2021/02/01/trends-that-will-define-ci-cd-in-2021: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.opsmx.com/blog/what-is-a-ci-cd-pipeline: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://continuousdelivery.com/implementing/patterns: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://devops.com/7-popular-open-source-ci-cd-tools: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://testguild.com/podcast/automation/a345-mohamed: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://harness.io/blog/devops/software-development-life-cycle: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/ci-cd-pipeline: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.thundra.io/why-a-ci/cd-pipeline-makes-good-business-sense: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jfrog.com/blog/cloud-native-ci-cd-the-ultimate-checklist: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jfrog.com/blog/how-to-accelerate-software-delivery-with-hybrid-cloud-ci-cd: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://harness.io/blog/continuous-integration/streamlining-ci-cd: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://sdtimes.com/cicd/the-state-of-ci-cd: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.javacodegeeks.com/2021/08/the-case-against-ci-cd.html: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/improve-dev-experience-to-maximize-the-business-value-of-cd: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://community.dataminer.services/ci-cd-and-the-agile-principles: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/codezero-reflections/automated-build-and-deploy-pipelines-for-kubernetes-d268542cca52: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/codezero-reflections/next-generation-kubernetes-deployments-12637eae9d68: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/basics-of-ci-cd-a98340c60b04: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.techrepublic.com/article/how-to-choose-the-right-cicd-platform: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://stackoverflow.blog/2021/12/20/fulfilling-the-promise-of-ci-cd: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://speakerdeck.com/devopslx/cd-and-optimized-cloud-spend?slide=12: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/cicd-pipeline-challenges: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.devopsdigest.com/cicd-deployments-how-to-expedite-across-a-kubernetes-environment-with-devops-orchestration: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/softwareimprovementgroup/ci-cd-best-practices-how-to-set-up-your-pipeline-4643eea14bfa: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +? https://medium.com/dynatrace-engineering/how-to-combine-and-automate-infrastructure-and-application-deployment-in-a-microservice-environment-a16b664bb8b5 +: v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/four-best-practices-to-drive-successful-adoption-of-ci-cd: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2022/02/03/how-to-keep-up-with-ci-cd-best-practices: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://harness.io/blog/software-delivery-best-practices: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/enabling-cicd-boost-devops-pavan-belagatti: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2022/04/13/how-to-learn-ci-cd-fast: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/are-monolith-ci-cd-pipelines-killing-quality-in-your-software: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.clickittech.com/devops/ci-cd-best-practices: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@rifkikarimr/continuous-integration-and-continuous-deployment-best-practices-for-devops-b99eac071a5c: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.guru99.com/ci-cd-pipeline.html: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/how-to-build-an-effective-cicd-pipeline: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.groundcover.com/blog/ci-cd-kubernetes: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://spacelift.io/blog/kubernetes-ci-cd: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/embracing-database-deployments-in-ci-cd-practices-with-git: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://hart-michael.medium.com/why-you-need-continuous-deployment-93d7b5936523: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/blog/AzureDevCommunityBlog/enhancing-infrastructure-as-code-generation-with-github-copilot-for-azure/4388514 +: v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/automating-kubernetes-deployments-with-helm-charts-baaec0e6fbc5: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: helm.md + is_bold: false + is_highlighted: false + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/an-overview-of-cicd-pipelines-with-kubernetes: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-ci-cd-pipelines-explained: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://betanews.com/2022/01/26/overcoming-observability-challenges: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://chrisarcand.com/purposeful-commits: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2019/07/08/10-tips-for-reviewing-code-you-dont-like: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/devops/update-to-ado-allowed-ip-addresses: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/ci-checks-are-not-enough-combat-configuration-drift-in-kubernetes-resources: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://devops.com/8-security-considerations-for-ci-cd: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.split.io/glossary/progressive-delivery: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://harness.io/blog/feature-flags/progressive-delivery: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.weave.works/blog/progressively-delivering-applications-across-cloud-and-on-premise: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.container-solutions.com/deployment-strategies: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://harness.io/blog/continuous-verification/blue-green-canary-deployment-strategies: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +? https://medium.com/@denniszielke/continuous-kubernetes-blue-green-deployments-on-azure-using-nginx-appgateway-or-trafficmanager-4490bce29cb +: v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/blue-green-with-canary-deployment-a-novel-approach-2cee77ff564d: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://semaphoreci.com/blog/continuous-blue-green-deployments-with-kubernetes: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://cd.foundation/blog/2021/03/24/intro-to-deployment-strategies-blue-green-canary-and-more: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.opsmx.com/blog/blue-green-deployment: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://devopslearners.com/blue-green-vs-canary-deployment-76436d7f6bc1: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=aU-EtdEOdlM: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://deniscooper.co.uk/azure-devops-terraform-pipeline: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://harness.io/blog/devops/deployment-pipeline-patterns: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://noodlemctwoodle.medium.com/automating-microsoft-sentinel-deployment-with-azure-devops-ci-cd-2d4ae0c4e254: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: devsecops.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://azure.github.io/Azure-Landing-Zones/accelerator: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.sonatype.com/achieving-ci/cd-with-kubernetes: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://devtron.ai: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/7-features-that-make-kubernetes-ideal-for-ci-cd: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/ebooks/kubernetes/ci-cd-with-kubernetes: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://harness.io/blog/kubernetes-ci-cd-best-practices: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://docs.cloudposse.com/components/library/aws/runs-on: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.returngis.net/2025/02/como-instalar-java-23-en-una-pipeline-de-azure-devops: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: java_app_servers.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://mediatemple.net/blog/cloud-hosting/cicd-workflows-aws-3-use-cases: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.trek10.com/blog/pragmatic-enterprise-cicd: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jfrog.com/whitepaper/gigaom-radar-for-enterprise-ci-cd: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://t.co/UmacHpStqI: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/antonbabenko/terraform-skill: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://t.co/qXtIPX5eF6: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.pmease.com: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: devops-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/stan-smith/FossFLOW: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: gitops.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://canine.sh: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: devops-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/microsoft/azure-devops-mcp: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: devops-tools.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +? https://www.linkedin.com/pulse/infracost-terraform-prs-making-cost-awareness-martin-jackson-a6sge?utm_source=share&utm_medium=member_android&utm_campaign=share_via +: v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: finops.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://skundunotes.com/2025/01/22/automate-terraform-testing-with-azure-devops-pipelines: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/blog/2023/10/31/marc-s-napkin-upgrade-guide: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/techpivot/terraform-module-releaser: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/termkit/gama: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: git.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.returngis.net/2025/02/dependabot-updates-en-azure-devops: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/mxschmitt/action-tmate: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: devops-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.plutora.com/ci-cd-tools/artifacts-management-tools: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/cicd-tools-to-know-2021: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/devops-cicd-tools-to-watch-out-for-in-2022: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/when-should-you-self-host-ci-tools-330fc38d2a6: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/cicdops/awesome-ciandcd: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://youtu.be/gnYU0jtQbug?si=dWSDPD4eXvF3dx5r: + v1: + - page: cicd.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2018/02/22/container-terminology-practical-introduction: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.inovex.de/blog/containers-docker-containerd-nabla-kata-firecracker: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.alexellis.io/building-containers-without-docker: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/container-best-practices-what-they-are-and-why-you-should-care: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.opencontainers.org: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.scrivano.org/posts/2022-10-21-the-journey-to-speed-up-oci-containers: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/opencontainers/runc: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/containers/crun: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/containers/conmon: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/containerd/containerd: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + - page: docker.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://labs.iximiuz.com/tutorials/controlling-process-resources-with-cgroups: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + - page: linux.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://build5nines.com/what-is-podman-and-how-does-it-compare-to-docker: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + - page: docker.md + is_bold: false + is_highlighted: false + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/setup/production-environment/container-runtimes: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.docker.com/products/container-runtime: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://containerd.io: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes/frakti: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cri-o.io: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://redhat.com/en/blog/why-red-hat-investing-cri-o-and-podman: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://podman.io: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/containers/libpod: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2018/08/29/intro-to-podman: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/be-careful-when-pulling-images-short-name: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2019/02/21/podman-and-buildah-for-docker-users: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://podman.io/blogs/2020/06/29/podman-v2-announce.html: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=Za36qHbrf3g: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/podman-clients-macos-windows: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/09/25/rootless-containers-with-podman-the-basics: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.tecmint.com/manage-containers-using-podman-in-rhel: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/tutorial-host-a-local-podman-image-registry: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/podman-docker-compose: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/compose-kubernetes-podman: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://fedoramagazine.org/manage-containers-with-podman-compose: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/javarevisited/podman-getting-started-e7fc06961994: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://oldgitops.medium.com/setting-up-podman-on-wsl2-in-windows-10-be2991c2d443: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?app=desktop&v=OcHRWaC5tvY&feature=youtu.be&ab_channel=RedHat: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://wbhegedus.me/running-podman-on-wsl2: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/replace-docker-podman-macos: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/new-podman-secrets-command: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://developers.redhat.com/blog/2021/04/22/using-podman-compose-with-microcks-a-cloud-native-api-mocking-and-testing-tool +: v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/automate-podman-ansible: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.tutorialworks.com/podman-systemd: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=15PFfjuxtvM&ab_channel=mkdev: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://fedoramagazine.org/use-docker-compose-with-podman-to-orchestrate-containers-on-fedora: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/7/linux-podman: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/11/19/transitioning-from-docker-to-podman: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://pythonspeed.com/articles/podman-buildkit: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://devopscube.com/podman-tutorial-beginners: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetespodcast.com/episode/164-podman: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/podman-auto-updates-rollbacks: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/10/podman-windows-wsl: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +http://crunchtools.com/should-i-use-docker-compose-or-podman-compose-with-podman: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/techbeatly/exploring-docker-alternative-podman-14674c990311: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://darumatic.com/blog/podman_introduction: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/podman-play-kube-updates: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://iongion.github.io/podman-desktop-companion: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/replace-docker-podman-mac-revisited: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.imaginarycloud.com/blog/podman-vs-docker: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://opensource.com/article/22/1/run-containers-without-sudo-podman: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/create-containers-podman-quickly: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/container-information-podman: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/podman-features-1: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@raghavendraguttur/podman-containers-beginners-guide-830b931e66f4: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://nilesh93.medium.com/replacing-docker-desktop-with-podman-and-kind-in-macos-c750581a3fda: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/cedricclyburn/containers-without-docker-podman-buildah-and-skopeo-1eal: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/quadlet-podman: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://podman-desktop.io: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2022/10/24/podman-expands-desktop: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/using-container-technology-make-trusted-pipeline: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/sherifabdlnaby/kubephp: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://iximiuz.com/en/posts/containers-making-images-better: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/introducing-red-hat-universal-base-image: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2019/10/09/what-is-red-hat-universal-base-image: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/ubi-faq: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://catalog.redhat.com/software/containers/explore: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/fatherlinux/ubi-micro: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2021/04/13/how-to-pick-the-right-container-base-image: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/ynqa/bul: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/privileged-flag-container-engines: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/docker-kaniko-buildah-209abdde5f94: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.kubesimplify.com/getting-started-with-ko-a-fast-container-image-builder-for-your-go-applications: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://buildah.io: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/containers/buildah: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2021/01/11/getting-started-with-buildah: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?app=desktop&v=Fl0iLoAMdzc&ab_channel=AndrewMalkov: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/containers/skopeo: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/promoting-container-images-between-registries-with-skopeo: + v1: + - page: container-managers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://crossplane.io: + v1: + - page: crossplane.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2019/01/upbound-crossplane: + v1: + - page: crossplane.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.crossplane.io/crossplane-openshift-operator-cloud-native-services: + v1: + - page: crossplane.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/crossplane-a-kubernetes-control-plane-to-roll-your-own-paas: + v1: + - page: crossplane.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/dzerolabs/using-crossplane-to-provision-a-kubernetes-cluster-in-google-cloud-cf5374d765ee: + v1: + - page: crossplane.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/upbound/platform-ref-multi-k8s: + v1: + - page: crossplane.md + is_bold: false + is_highlighted: true + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://codefresh.io/about-gitops/gitops-for-infrastructure-and-applications: + v1: + - page: crossplane.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/why-do-developers-find-kubernetes-hard-6532e8d6ce7f: + v1: + - page: crossplane.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://faun.pub/defining-infrastructure-declaratively-with-crossplane-eb9e0a98ae38: + v1: + - page: crossplane.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/gitopsify-cloud-infrastructure-with-crossplane-and-flux-d605d3043452: + v1: + - page: crossplane.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://symphony.is/blog/crossplane---the-new-kid-in-town-: + v1: + - page: crossplane.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://docs.google.com/presentation/d/1IZXCiQl_NUawHMvKJANCG2_LIBZseUpY-XyPjlghj9E/edit: + v1: + - page: crossplane.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/askmeegs/yaml-your-cloud: + v1: + - page: crossplane.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.crunchydata.com: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://learn.crunchydata.com: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + - page: elearning.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/CrunchyData: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/CrunchyData/postgres-operator: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://access.crunchydata.com/documentation/crunchy-postgres-containers/latest: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/blog/active-active-on-kubernetes: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/blog/crunchy-postgres-kubernetes-operator-4.0: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.slideshare.net/vyruss000/deploying-postgresql-on-kubernetes: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.slideshare.net/jkatz05/operating-postgresql-at-scale-with-kubernetes-137132067: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=HX10WWTRiTY: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=gaXlrlz7GVc: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=X4vuktlK0Tg: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/blog/monitoring-postgresql-clusters-in-kubernetes: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/blog/deploy-high-availability-postgresql-on-kubernetes: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/blog/migrating-from-oracle-to-postgresql-questions-and-considerations: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/blog/schedule-postgresql-backups-and-retention-with-kubernetes: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +? https://info.crunchydata.com/blog/synchronous-replication-in-the-postgresql-operator-for-kubernetes-guarding-against-transactions-loss +: v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/news/crunchy-postgresql-for-kuberenetes-4.3: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/blog/deploy-pgadmin4-with-postgresql-on-kubernetes: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/blog/multi-kubernetes-cluster-postgresql-deployments: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/blog/d-meta: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/blog/fast-csv-and-json-ingestion-in-postgresql-with-copy: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/blog/composite-primary-keys-postgresql-and-django: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/blog/getting-started-with-postgresql-operator-4.3-in-openshift: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/blog/using-postgres-to-back-prometheus-for-your-postgresql-monitoring-1: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://opensource.com/article/19/2/scaling-postgresql-kubernetes-operators: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/blog/setup-ora2pg-for-oracle-to-postgres-migration: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/blog/pgbackrest-performing-backups-on-a-standby-cluster: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/advanced-kubernetes-namespace-management-with-the-postgresql-operator: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +? https://www.postgresql.org/about/news/crunchy-postgresql-operator-45-enhanced-monitoring-custom-annotations-postgresql-13-2086 +: v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/blog/setup-postgresql-monitoring-in-kubernetes: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/blog/postgresql-monitoring-for-application-developers-dba-stats: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=9jbR9lZuSU0: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/blog/tuning-your-postgres-database-for-high-write-loads: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/blog/crunchy-postgresql-operator-with-rook-ceph-storage: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/blog/an-easy-recipe-for-creating-a-postgresql-cluster-with-docker-swarm: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/blog/install-postgres-operator-kubernetes-on-gke-ansible: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/blog/gitops-postgres-kubernetes: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/blog/kubernetes-pod-tolerations-and-postgresql-deployment-strategies: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.crunchydata.com/blog/gitops-postgres-kubernetes-helm: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.crunchydata.com/blog/crunchy-postgres-operator-4.6.0: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.crunchydata.com/blog/set-up-tls-for-postgresql-in-kubernetes: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.crunchydata.com/blog/announcing-google-cloud-storage-gcs-support-for-pgbackrest: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=9wuUXi6Qbis&ab_channel=MichaelBornholdtNielsen: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.crunchydata.com/blog/tentative-smarter-query-optimization-in-postgres-starts-with-pg_stat_statements: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.crunchydata.com/blog/kubernetes-pod-tolerations-and-postgresql-deployment-strategies: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.crunchydata.com/blog/active-active-postgres-federation-on-kubernetes: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.crunchydata.com/blog/multi-kubernetes-cluster-postgresql-deployments: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.crunchydata.com/news/next-generation-crunchy-postgres-for-kubernetes-released: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.crunchydata.com/blog/pgbackrest-point-in-time-recovery-using-crunchy-postgresql-operator: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.crunchydata.com/blog/using-cert-manager-to-deploy-tls-for-postgres-on-kubernetes: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/postgresql-ha-and-kubernetes: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.crunchydata.com/blog/resize-postgres-kubernetes-volume-instance-sets: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.crunchydata.com/blog/your-guide-to-connection-management-in-postgres: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.crunchydata.com/blog/postgresql-14-on-kubernetes: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.crunchydata.com/blog/kube-cluster-from-scratch-on-rocky-8: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.crunchydata.com/blog/announcing-postgres-container-apps-easy-deploy-postgres-apps: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/blog/announcing-the-crunchy-data-developer-portal: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.crunchydata.com/developers: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/leveraging-the-crunchy-postgresql: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://access.crunchydata.com/documentation/postgres-operator/4.3.0/installation/postgres-operator: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://access.crunchydata.com/documentation/postgres-operator/4.3.0/installation/other/bash: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://access.crunchydata.com/documentation/postgres-operator/4.3.0/installation/other/ansible: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/CrunchyData/crunchy-containers: + v1: + - page: crunchydata.md + is_bold: true + is_highlighted: false + v2: [] +https://docs.openshift.com/container-platform/4.1/authentication/using-service-accounts-in-applications.html: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/understanding-openshift-security-context-constrain: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + - page: crunchydata.md + is_bold: false + is_highlighted: false + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/3.6/admin_guide/manage_scc.html: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/understanding-service-accounts-sccs: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/4.1/authentication/understanding-and-creating-service-accounts.html: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/4.1/authentication/managing-security-context-constraints.html: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://access.crunchydata.com/documentation/postgres-operator/latest/operatorcli/pgo-overview: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://access.crunchydata.com/documentation/crunchy-postgres-containers/4.3.0/container-specifications/crunchy-pgadmin4: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://access.crunchydata.com/documentation/crunchy-postgres-containers/4.3.0/examples/administration/pgadmin4: + v1: + - page: crunchydata.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.facebook.com/pages/BMW-IT-Zentrum/122968844423716: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.bmw-connecteddrive.com: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://www.redhat.com/es/about/press-releases/red-hat-openshift-container-platform-takes-digital-innovation-fast-lane-major-european-automaker +: v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/bmw-takes-digital-innovation-fast-lane-red-hat-openshift-mendus: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?time_continue=5340&v=FUu4kMc0PL8: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/how-bmw-uses-redhat-openshift-bobby-singh: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/BMW-InnovationLab: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/success-stories/the-volkswagen-group: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.xataka.com/movilidad/auge-coche-electrico-autonomo-se-ha-topado-otra-barrera-software-volkswagen-sabe-bien: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3664052/why-mercedes-benz-runs-on-900-kubernetes-clusters.html: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/mercedes-benz: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.genbeta.com/desarrollo/software-coches-mercedes-contiene-codigo-abierto-vez-distribuirlo-github-usan-cd: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=UmbjwSK9b3I: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/mercedes-benz-4-reasons-to-sponsor-open-source-projects: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://www.hibridosyelectricos.com/articulo/actualidad/tesla-recurre-china-calidad-fabricacion-coches-electricos/20221222124048066230.html +: v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.teslarati.com/idra-9000-ton-giga-press: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: customer.md + is_bold: false + is_highlighted: false + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://horizons.carrefour.com/efficient-java-in-the-cloud-with-quarkus: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://quarkus.io/blog/decathlon-user-story: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-deutsche-telekom-manages-edge-infrastructure-with-gitops: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/industries/astrazenecas-drug-design-program-built-using-aws-wins-innovation-award: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://chaimeleon.eu: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://healthitanalytics.com/news/ai-for-medical-imaging-boosts-cancer-screenings-with-provider-aid: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://valenciaplaza.com/iis-fe-liderara-direccion-cientifica-nodo-central-atlas-imagenes-cancer: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/industries/accelerating-radiology-imaging-workflows-with-relevant-clinical-context-on-aws: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.biobanking.com/europes-leading-cancer-image-biobank-eucaim-launched-by-quibim-and-european-commission: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://health.google/intl/ALL_en/health-research/imaging-and-diagnostics: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.nature.com/articles/d43747-023-00028-w: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://imperialbiosciencereview.wordpress.com/2023/05/26/redefining-diagnostics-the-integration-of-machine-learning-in-medical-imaging-2 +: v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://falco.org/about/case-studies/incepto-medical: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hms.harvard.edu/news/does-ai-help-or-hurt-human-radiologists-performance-depends-doctor: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cronicaglobal.elespanol.com/vida/20240604/roberto-ardon-incepto-ia-pueden-pedir-imposibles/860164103_0.html: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/resources/building-a-migration-factory-with-terraform-enterprise-at-axa-group: + v1: + - page: customer.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/database-load-balancing-and-the-delusion-of-3-tiered-architecture: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.sqlshack.com/sql-database-on-kubernetes-considerations-and-best-practices: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/just-how-challenging-is-state-in-kubernetes: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.theregister.com/2020/12/02/gartner_cloud_dbms: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/what-is-data-management-in-the-kubernetes-age: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/a-case-for-databases-on-kubernetes-from-a-former-skeptic: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://hackernoon.com/database-vs-data-warehouse-vs-data-lake-a-simple-explanation-hz2k33rm: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.percona.com/blog/2021/02/08/dbaas-on-kubernetes-under-the-hood: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.crunchydata.com/blog/using-kubernetes-chances-are-you-need-a-database: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/databases-finally-get-containerized: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.percona.com/blog/2021/06/23/autoscaling-databases-in-kubernetes-for-mongodb-mysql-and-postgresql: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/how-to-design-a-system-to-scale-to-your-first-100-million-users-4450a2f9703d: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.magalix.com/blog/kubernetes-and-database: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/datastore-choices-sql-vs-nosql-database-ebec24d56106: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://andrewlock.net/deploying-asp-net-core-applications-to-kubernetes-part-7-running-database-migrations: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +? https://www.red-gate.com/simple-talk/databases/sql-server/performance-sql-server/designing-highly-scalable-database-architectures +: v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/dataseries/not-using-nosql-is-good-i-stuck-to-sql-4504a67972f0: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/database-as-a-service-a-key-technology-for-agile-growth: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +? https://cloud.redhat.com/blog/openshift-commons-briefing-database-disaster-recovery-made-easy-with-annette-clewett-red-hat-and-andrew-lecuyer-crunchy-data +: v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://hackernoon.com/practical-transaction-handling-in-microservice-architecture-5x1631ke: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/data-on-kubernetes-operators-tools-need-standardization: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-will-revolutionize-enterprise-database-management: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dok.community/dokc-2021-report: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/blog/simplifying-database-cloud-service-access: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://venturebeat.com/2021/11/03/the-rise-of-kubernetes-and-its-impact-on-enterprise-databases: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://vladmihalcea.com/single-primary-database-replication: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/dbms-vs-rdbms-difference: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/multi-tenancy-support-with-spring-boot-liquibase-and-postgresql-d41942dc0639: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-kubernetes-and-database-operators-drive-the-data-revolution: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-radical-api-design-changed-the-way-we-access-databases: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://architecturenotes.co/things-you-should-know-about-databases: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://vladmihalcea.com/database-multitenancy: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://itnext.io/stateful-workloads-in-kubernetes-e49b56a5959: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/more-database-analytics-workloads-ran-on-kubernetes-in-2022: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +? https://medium.com/@bijit211987/kubernetes-ready-for-stateful-workloads-and-to-revolutionize-enterprise-database-management-3cd619b1a0b2 +: v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/javarevisited/top-performance-issues-every-developer-architect-must-know-part-1-fc1ad6e1644b: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/kubernetes-databases-apache-sharding-sphere: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dineshchandgr.medium.com/why-do-we-need-a-database-connection-pool-every-programmer-must-know-9f90e7c8e5af: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/fintechexplained/what-is-database-sharding-582b36282f97: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.equationlabs.io/managing-database-migrations-safely-in-high-replicated-k8s-deployment: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/distributed-database-architecture-what-is-it: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/@fengruohang/database-in-kubernetes-is-that-a-good-idea-daf5775b5c1f: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/wix-engineering/how-to-choose-the-right-database-for-your-service-97b1670c5632: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://severalnines.com/database-blog/how-does-database-load-balancer-work: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com/community/tutorials/how-to-use-where-clauses-in-sql: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/sql-vs-mysql-difference: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://vettabase.com/blog/how-slow-is-select: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/how-to-use-sql-cross-joins-5653fe7d353: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://vladmihalcea.com/sql-exists: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://vladmihalcea.com/default-database-key-indexing: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.jooq.org: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://vladmihalcea.com/sql-left-join: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://vladmihalcea.com/sql-join-using: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.gcreddy.com/2021/05/sql-step-by-step-videos.html: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/sql-joins-tutorial: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/sql-join-types-inner-join-vs-outer-join-example: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/the-sql-inner-join-command-example-syntax: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/sql-inner-join-how-to-join-3-tables-in-sql-and-mysql: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.geeksforgeeks.org/best-practices-for-sql-query-optimizations: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/you-should-use-this-to-visualize-sql-joins-instead-of-venn-diagrams-ede15f9583fc: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://vladmihalcea.com/mysql-json-table: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3654909/beyond-sql-8-new-languages-for-data-querying.html: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.yugabyte.com/are-stored-procedures-and-triggers-anti-patterns-in-the-cloud-native-world: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://stackoverflow.com/questions/1761601/is-the-usage-of-stored-procedures-a-bad-practice: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +? https://softwareengineering.stackexchange.com/questions/436567/what-is-the-best-practice-about-microservice-architecture-for-consuming-many-sto +: v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/8-techniques-to-speed-up-your-database-292754ff7739: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.xenonstack.com/insights/stateful-and-stateless-applications: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://threadreaderapp.com/thread/963413508300812295.html: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/data-on-kubernetes-the-next-frontier: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/openshift-databases-and-you-when-to-put-containerized-database-workloads-on-openshift: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://sixfold.medium.com/reducing-database-queries-to-a-minimum-with-dataloaders-cc98c25e54ce: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-to-ensure-your-serverless-database-stays-serverless: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-benefits-and-drawbacks-of-dataops-in-practice: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/database-continuous-integration: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/databases/to-run-or-not-to-run-a-database-on-kubernetes-what-to-consider: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/kubernetes/comments/9d8on5/whats_the_best_proper_way_of_running_a_database: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://learnk8s.io/cloud-resources-kubernetes: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/5414/should-you-run-a-database-in-docker: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.informationweek.com/devops/can-enterprises-benefit-from-adopting-database-devops/a/d-id/1337238: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/devops-dudes/devops-and-databases-the-forgotten-automation-95325b2d3c89: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/@database-mesh/database-mesh-2-0-database-governance-in-a-cloud-native-environment-3e41f0f2722c: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://kubedb.com: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Cockroach_Labs: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.cockroachlabs.com/docs/stable/orchestration.html: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.cockroachlabs.com/blog/automate-database-ops-with-terraform: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.cloudneutral.se/running-cockroachdb-tpc-c-benchmark-on-gke: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://itnext.io/wth-is-a-operator-lifecycle-manager-873cf1661b04: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/zalando/spilo: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/zalando/patroni: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://disaev.me/p/how-i-have-set-up-ha-postgresql-on-kubernetes: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/zalando/postgres-operator: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +crunchydata.md: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://medium.com/@pittar/running-oracle-12c-on-openshift-container-platform-ca471a9f7057: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://datacrazyworld.com/index.php/2025/03/16/automatiza-backups-de-sql-server-con-powershell: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://cloudblogs.microsoft.com/sqlserver/2020/06/23/expanding-sql-server-big-data-clusters-capabilities-now-on-red-hat-openshift +: v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/azure-sql/devops-for-azure-sql: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://khalidabuhakmeh.com/running-sql-server-queries-in-docker: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://twindb.com/verify-mysql-backups-with-twindb-backup-tool: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.eduguru.in/mysql-2/mysql-create-index-on-table: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.percona.com/blog/2020/06/30/mysql-101-parameters-to-tune-for-mysql-performance: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://pub.towardsai.net/step-by-step-design-of-enhanced-entity-relationship-eer-in-mysql-1e0f8b9fe5d4: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dbasecenter.com/blog/the-top-5-mysql-performance-variables: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/5/mysql-query-tuning: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.percona.com/blog/2021/06/23/mysql-on-kubernetes-with-gitops: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://cybozu-go.github.io/moco: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/13842/how-to-run-phpmyadmin-in-a-docker-container: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +http://www.tusacentral.com/joomla/index.php/mysql-blogs/243-mysql-on-kubernetes-demystified: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/postgresql-versus-mysql-performance: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/deploy-mysql-and-phpmyadmin-with-docker: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/maria-db-gets-reactive-with-a-non-blocking-connector-for-java: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://vladmihalcea.com/9-postgresql-high-performance-performance-tips: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.migops.com/blog/2021/04/09/pgbackrest-the-best-postgres-backup-tool-with-a-very-active-community: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/practical-introduction-to-postgresql-5f73d3d394e: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.percona.com/blog/2019/05/24/an-overview-of-sharding-in-postgresql-and-how-it-relates-to-mongodbs: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.crunchydata.com/blog/setup-postgresql-monitoring-in-kubernetes: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.flant.com/comparing-kubernetes-operators-for-postgresql: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.crunchydata.com/blog/generating-json-directly-from-postgres: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.percona.com/blog/2019/08/02/out-of-memory-killer-or-savior: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://postgresapp.com: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://devopscube.com/deploy-postgresql-statefulset: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.crunchydata.com/blog/d-meta: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.crunchydata.com/blog/message-queuing-using-native-postgresql: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.percona.com/blog/should-i-create-an-index-on-foreign-keys-in-postgresql: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.percona.com/blog/postgresql-14-database-monitoring-and-logging-enhancements: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.theregister.com/2021/12/06/mysql_a_pretty_poor_database: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://wanago.io/2021/12/06/views-postgresql-typeorm: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/percona/pg_stat_monitor: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.crunchydata.com/blog/a-postgres-primer-for-oracle-dbas: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.crunchydata.com/blog/postgres-indexes-for-newbies: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dev.to/yugabyte/rest-data-service-on-yugabytedb-postgresql-5f2h: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/orgrim/pg_back: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://sqlrevisited.blogspot.com/2022/03/mysql-vs-postgresql-pros-and-cons.html: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://adamtheautomator.com/postgres-to-kubernetes: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://purnapoudel.blogspot.com/2018/09/how-to-configure-postgresql-with-ssl-tls-on-kubernetes.html: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.percona.com/doc/kubernetes-operator-for-pxc/index.html: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/flant-com/upgrading-mysql-percona-server-5-to-8-4bce53bdce5c: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.percona.com/blog/2020/06/26/mysql-101-how-to-find-and-tune-a-slow-sql-query: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.percona.com/blog/2021/03/22/storing-kubernetes-operator-for-percona-server-for-mongodb-secrets-in-github: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.percona.com/blog/migration-of-a-mysql-database-to-a-kubernetes-cluster-using-asynchronous-replication: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.percona.com/blog/migrating-postgresql-to-kubernetes: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/RedisLabs/redis-enterprise-k8s-docs: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://tech.trell.co/redis-cluster-creation-automation-5e71eedf0e56: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/how-to-use-redis-pub-sub-in-your-python-application-b6d5e11fc8de: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://rockset.com/blog/sequoia-capital-elasticsearch-to-rockset: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/how-to-get-started-with-pysondb: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://clickhouse.com: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/Altinity/clickhouse-operator: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/radondb/radondb-clickhouse-kubernetes: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://tech.marksblogg.com/clickhouse-prometheus-grafana.html: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://ignite.apache.org: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/stateful-microservices-with-apache-ignite: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://druid.apache.org: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dev.to/setevoy/apache-druid-overview-running-in-kubernetes-and-monitoring-with-prometheus-g5j: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/dolthub/dolt: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://victoriametrics.com: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://victoriametrics.com/blog/q2-2024-round-up-victoriametrics-and-victorialogs-updates: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/frectonz/sql-studio: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + - page: devops-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/mbucc/shmig: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/DATA-DOG/go-sqlmock: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/datafold/data-diff: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/@nomulex/how-to-create-an-ssh-tunnel-to-a-remote-database-in-kubernetes-8e702e927328: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/you-dont-need-a-blockchain-you-need-a-time-series-database: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/4/visualize-data-eda: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-run-analytics-at-the-edge-postgres-kafka-debezium: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.unifieddatascience.com/data-lake-design-patterns-on-azure-microsoft-cloud: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.unifieddatascience.com/data-lake-design-patterns-on-aws-amazon-cloud: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.unifieddatascience.com/data-lake-design-patterns-on-google-cloud: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/BBVA/sqerzo: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/at-its-core-hows-a-graph-database-different-from-a-relational-8297ca99cb8f: + v1: + - page: databases.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://sysadmincasts.com: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devopslibrary.com: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/channel/UCv9MUffHWyo2GgLIDLVu0KQ: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devstack.in: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes-advocate.medium.com: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://redhatgov.io: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + - page: elearning.md + is_bold: false + is_highlighted: false + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: career-and-industry.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/wardviaene: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/wardviaene/jenkins-course: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/wardviaene/kubernetes-course: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.thoughtworks.com/es/insights/blog/modernizing-your-build-pipelines: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/sirech/example-concourse-pipeline: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/yankils/Simple-DevOps-Project: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? '' +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://swissarmydevops.com: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/sowmenappd/build-a-highly-available-node-js-application-using-docker-nginx-and-aws-elb-3cjp: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://linuxtechlab.com/learn-create-dockerfile-example: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/bregman-arie/devops-exercises: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/jose-r-lopez/SSI_Materials: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/diy-devops-ci-and-cd-with-github-docker-and-a-vps: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/learning-cloud-native-go/myapp: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://ansible.github.io/workshops/demos: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/network-automation/tower_workshop: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.stephane-robert.info/post/ansible-utiliser-mysql-comme-inventaire-dynamique: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/10/kubernetes-minecraft-ansible: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes-advocate.medium.com/how-to-deploy-a-website-to-aws-with-ansible-e878a63dd93: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://konstruktoid.medium.com/running-a-nginx-container-using-rootless-docker-with-ansible-a2bfcedd3b07: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://kmahi2600.medium.com/launching-a-wordpress-application-with-mysql-database-in-k8s-cluster-on-aws-using-ansible-a78d6bf12b1a +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/automation-deploying-an-app-in-gke-using-ansible-4b6687967ac3: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://galaxy.ansible.com/ansible/product_demos: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://ankush-chavan.medium.com/creating-multi-cloud-kubernetes-cluster-on-aws-azure-and-gcp-cloud-92d64633bdfc: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/build-VM-fast-ansible: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/clean-up-your-kubernetes-deployments-using-ansible-10a000db313b: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://praveendandu24.medium.com/ansible-infrastructure-testing-to-test-aws-resources-bd8bdba9ab7c: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/tutorial-gitops-in-multicluster-environments-with-anthos-config-management: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.mytechramblings.com/posts/gitops-with-azure-devops-helm-acr-flux-and-k8s: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=HSjm6-ACmWQ&ab_channel=JFrog: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/todaywasawesome/oss-apps: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://kubernetesbyexample.com: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/learnk8s/free-kubernetes: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/eon01/kubernetes-workshop: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-course/container_workshops: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/mautic/docker-mautic: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.howtoforge.com/create-a-deployment-in-kubernetes: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://codeburst.io/getting-started-with-kubernetes-deploy-a-docker-container-with-kubernetes-in-5-minutes-eb4be0e96370: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.theguild.nl/k8s-workshop-in-a-box: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kabisa/k8s-workshop-in-a-box: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@Kubernetes_Advocate: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/avmconsulting-blog: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/kubernetes-tutorials/efficient-node-out-of-resource-management-in-kubernetes-67f158da6e59: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/k8s-raise-statefulset-volume-size-with-low-impact-33fe1e2576f6: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ianmiell/kubernetes-examples: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@sdhah1999/prometheus-grafana-on-k8s-6efee4af4036: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.scottlowe.org/2020/06/16/using-kubectl-via-an-ssh-tunnel: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://trainings.kubernauts.sh: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.magalix.com/blog/how-to-integrate-opa-into-your-kubernetes-cluster-using-kube-mgmt: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-journey-up-and-running-out-of-the-cloud-how-to-setup-the-masters-using-kubeadm-9a496a14fbc1: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/better-programming/build-a-federation-of-multiple-kubernetes-clusters-with-kubefed-v2-8d2f7d9e198a: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@andriisumko/single-sign-on-in-kubernetes-1ad9528350ed: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/kubernetes-in-a-nutshell-tutorial-for-beginners-caa442dfd6c0: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.shipa.io/development/deploying-applications-on-kubernetes: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.shipa.io/development/a-real-world-application-deployment-on-kubernetes: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.shipa.io/development/gitops: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://shipa.io/development/a-developer-focused-ci-cd-pipeline-for-kubernetes: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kruyt.org/running-a-mailserver-in-kubernetes: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2020/09/29/rabbitmq-monitoring-on-kubernetes/?utm_sq=gl0f6vph5e: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/bootstrapping-java-kubernetes-apps-no-yaml: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/awsblogs/ci-cd-with-kubernetes-3c29e8073c38: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://myweblearner.com/springboot_k8s_readiness_liveness.html: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/faun/attacking-kubernetes-clusters-using-the-kubelet-api-abafc36126ca: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/nfrankel/jvm-controller: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://matthewpalmer.net/kubernetes-app-developer/articles/kubernetes-ingress-guide-nginx-example.html: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2021/03/09/deploying-node-js-applications-to-kubernetes-with-nodeshift-and-minikube: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/breaking-down-and-fixing-kubernetes-4df2f22f87c3: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/douglasmakey/implementing-a-simple-k8s-admission-controller-in-go-2dcg: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://ishantgaurav.in/2021/06/22/complete-application-deployment-using-kubernetes: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/python-fastapi-kubernetes-gcp-296e0dc3abb6: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/developer-guy/kubernetes-cluster-setup-using-terraform-and-k3s-on-digitalocean: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2021/09/24/kubernetes-ingress-grpc-example-with-a-dune-quote-service: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/how-to-create-a-noops-deployment-with-github-actions-kubernetes-and-shipa-18aab208fe7a: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2021/10/25/kubernetes-multicluster-with-kind-and-cilium: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/todaywasawesome/atomic-cluster: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=4DUhc0MjdUc&feature=youtu.be&ab_channel=MohamedRadwan-DevOps: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.howtoforge.com/how-to-deploy-your-first-pod-on-a-kubernetes-cluster: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/AdminTurnedDevOps/kubernetes-examples: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/deploying-simple-golang-webapp-to-kubernetes-25dc1736dcc4: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/groupon-eng/loadbalancer-services-using-kubernetes-in-docker-kind-694b4207575d: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devxblog.hashnode.dev/kubernetes-microservice-flask-application-1: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@hmquan08011996/set-up-microservice-on-kubernetes-write-config-file-8df7c2b07a4c: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/AdminTurnedDevOps/kubernetes-in-production-examples: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://webhooks.app: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/journey-of-a-microservice-application-in-the-kubernetes-world-bdfe795532ef: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com/community/tutorials/how-to-deploy-a-scalable-and-secure-django-application-with-kubernetes: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/mkalioby/django-apps-on-kubernetes-2edo: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.flant.com/our-experience-with-postgres-operator-for-kubernetes-by-zalando: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://teletype.in/@sravancynixit/CcwqFANxY: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2020/12/18/spring-boot-on-kubernetes-with-buildpacks-and-skaffold: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://spring.io/blog/2021/01/04/ymnnalft-easy-docker-image-creation-with-the-spring-boot-maven-plugin-and-buildpacks: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/spring-cloud/spring-cloud-kubernetes: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.baeldung.com/spring-boot-deploy-openshift: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://start.spring.io: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://app.getambassador.io/initializer: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/getting-started-with-ambassador-and-consul-using-kubernetes-initializer: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://codeburst.io/kubernetes-ckad-weekly-challenges-overview-and-tips-7282b36a2681: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/redhat-developer-demos/istio-tutorial: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.jetstack.io/blog/istio-oidc: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/stefanprodan/gitops-istio: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.alexellis.io/a-bit-of-istio-before-tea-time: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/hashicorp-engineering/consul-kubernetes-ingress-gateways-and-l7-traffic-management-178957dcd934: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Andrew-Klaas/hashi-k8s-demo: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/hashicorp-engineering/kittens-as-a-service-layer-7-traffic-management-security-with-consul-connect-f5965fac5aa +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://learn.hashicorp.com/tutorials/consul/kubernetes-minikube?in=consul/kubernetes: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.consul.io/docs/k8s/connect/ingress-gateways: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ahmetb/kubernetes-network-policy-recipes: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/deploy-with-gitlab-ci: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2020/11/12/implementing-gitops-on-kubernetes-using-k3s-rancher-vault-and-argo-cd: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.stackrox.com/post/2021/01/part-1-rancher-kubernetes-engine-rke-security-best-practices-for-cluster-setup: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/maximize-k3s-resource-efficiency-with-calico-ebpf-data-plane: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=W_rcYPZkhFg&ab_channel=RedHat: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/fluxcd/flux2-kustomize-helm-example: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +'https://eksworkshop.com/ ': + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://eksworkshop.com/x-ray/microservices: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://eksworkshop.com/scaling/deploy_ca: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/getting-started/projects/deploy-kubernetes-app-amazon-eks: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/opensource/git-push-deploy-app-eks-gitkube: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/faun/create-your-first-application-on-aws-eks-kubernetes-cluster-874ee9681293: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/deploying-a-kubernetes-cluster-with-amazon-eks: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://www.stacksimplify.com/aws-eks/aws-devops-eks/learn-to-master-devops-on-aws-eks-using-aws-codecommit-codebuild-codepipeline +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/stacksimplify/aws-eks-kubernetes-masterclass: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/hbollon/k8s-voting-app-aws: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.plainenglish.io/deploying-application-on-amazon-eks-211eb46c069c: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/stacksimplify/azure-aks-kubernetes-masterclass: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://channel9.msdn.com/Shows/Azure-Friday/Troubleshoot-AKS-cluster-issues-with-AKS-Diagnostics-and-AKS-Periscope: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://trstringer.com/deploy-to-aks-from-github-actions: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://trstringer.com/deploy-to-aks-from-github-actions-self-hosted: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/bb-tutorials-and-thoughts/how-to-build-and-deploy-mern-stack-on-azure-aks-c25eaf27b9d0: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Azure/draft: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/operations/troubleshooting-services-on-google-kubernetes-engine: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/MatthewCYLau/gcp-react-gke-terraform: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/MatthewCYLau/node-express-typescript-k8-gke: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/madhuakula/kubernetes-goat: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/chrisns/k8s-opa-boilerplate: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@LachlanEvenson/verifying-container-signatures-on-kubernetes-with-gatekeeper-19a4519c3016: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@LachlanEvenson/mutating-kubernetes-resources-with-gatekeeper-3e5585d49ead: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/12/kubernetes-gatekeeper: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://move2kube.konveyor.io: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@hari.balagopal/create-a-helm-chart-automatically-from-kubernetes-yamls-91a4c1bf8cc5: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gitlab.com/redhatdemocentral: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://redhatdemocentral.gitlab.io: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gitlab.com/redhatdemocentral/rhcs-rhdm-install-demo: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=CJMdSQVFVik: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gitlab.com/redhatdemocentral/portfolio-architecture-examples/-/blob/main/healthcare.adoc: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://redhatdemocentral.gitlab.io/portfolio-architecture-workshops: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://redhatdemocentral.gitlab.io/portfolio-architecture-tooling: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://gitlab.com/redhatdemocentral/portfolio-architecture-examples: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://code.visualstudio.com/docs/datascience/data-wrangler: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: visual-studio.md + is_bold: false + is_highlighted: false + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/courses/openshift: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/OpenShiftDemos: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hub.docker.com/r/openshiftdemos: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/redhat-developer-demos: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/aws-and-red-hat-quickstart-workshop: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/deploying-docker-images-to-openshift: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/OpenShiftDemos/sonarqube-openshift-docker: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.dbi-services.com/deploying-postgresql-in-minishiftopenshift: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://www.mastertheboss.com/soa-cloud/openshift/clustering-wildfly-on-openshift-using-wildfly-operator: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://www.mastertheboss.com/soa-cloud/openshift/java-ee-example-application-on-openshift: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://www.mastertheboss.com/soa-cloud/openshift/running-microprofile-applications-on-openshift: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://www.mastertheboss.com/soa-cloud/openshift/using-wildfly-on-openshift: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://www.mastertheboss.com/soa-cloud/openshift/thorntail-on-openshift: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://www.mastertheboss.com/jboss-frameworks/spring/deploy-your-springboot-applications-on-openshift: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/openshiftdemos: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/openshift-labs: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/siamaksade/mapit-spring: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/simple-canary-deployments-using-kubernetes-statefulsets-on-openshift: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/jbossdemocentral/rhpam7-mortgage-demo: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/@erfin.feluzy/tutorial-secure-your-api-with-x509-mutual-authentication-with-spring-boot-on-openshift4-416a00a47af8 +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@carlosedp/red-hat-openshift-virtualization-in-nested-vmware-vsphere-56c5e5d76a80: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.schabell.org/2020/10/codeready-containers-building-cloud-native-hr-process.html: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://developers.redhat.com/blog/2020/10/22/persistent-storage-in-action-understanding-red-hat-openshifts-persistent-volume-framework +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/11/minishift-linux: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://rcarrata.com: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: openshift.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://access.redhat.com/documentation/en-us/red_hat_jboss_web_server/5.4/html-single/red_hat_jboss_web_server_for_openshift/index +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://developers.redhat.com/blog/2021/04/09/containerize-and-deploy-strapi-applications-on-kubernetes-and-red-hat-openshift +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://developers.redhat.com/articles/2021/05/24/build-lean-java-containers-new-red-hat-universal-base-images-openjdk-runtime +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=jBDmX85IjLM&ab_channel=RedHatDeveloper: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/10/01/new-application-samples-red-hat-openshift-48: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/11/18/build-and-store-universal-application-images-openshift: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2021/11/30/serverless-java-functions-on-openshift: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/developer-sandbox: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: openshift.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/developer-sandbox/how-to-deploy-java-application-in-kubernetes: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://developers.redhat.com/developer-sandbox/activities/deploying-full-stack-javascript-applications-to-the-sandbox/part1 +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developer.ibm.com/tutorials/examples-differentiate-openshift-kubernetes: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloudpak8s.io/apps/cp4a_overview: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/cloud-native-toolkit/multi-tenancy-gitops: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/redhat-developer-demos/knative-tutorial: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aymen-segni.com/index.php/2020/07/22/deploying-your-serverless-services-on-kubernetes-using-knative: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/05/26/build-a-go-application-using-openshift-pipelines: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://redhat-developer-demos.github.io/openshift-pipelines-workshop: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/openshift/pipelines-catalog: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/systemcraftsman/lab-tekton-pipelines: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/gitops-using-red-hat-openshift-pipelines-tekton-and-red-hat-advanced-cluster-management: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/09/24/set-up-continuous-integration-for-net-core-with-openshift-pipelines: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://alesnosek.com/blog/2020/06/30/ci-slash-cd-pipeline-spanning-multiple-openshift-clusters: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/guide-to-openshift-pipelines-part-1-introducing-openshift-pipelines: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kailashyogeshwar.medium.com/how-we-implemented-reusable-ci-cd-pipeline-using-git-and-tekton-503bed91975b: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://www.openshift.com/blog/gitops-using-red-hat-openshift-pipelines-tekton-and-red-hat-advanced-cluster-management-to-deploy-on-multiple-clusters +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2021/01/13/getting-started-with-tekton-and-pipelines: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/07/21/bootstrap-gitops-red-hat-openshift-pipelines-and-kam-cli: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/wiggitywhitney/9-waa-w-what-is-knative-serving-a-friendly-guide-28f6: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/4.8/cicd/gitops/understanding-openshift-gitops.html: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/blog/virtual-machines-as-code-with-openshift-gitops-and-openshift-virtualization: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/rromannissen/rhoar-microservices-demo: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/09/10/from-code-to-production-with-openshift-pipelines-and-argo-cd: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/deploy-argo-cd-with-ingress-and-tls-in-three-steps-no-yaml-yak-shaving-required-bc536d401491: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://app.getambassador.io: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: scaffolding.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/09/03/introduction-to-tekton-and-argo-cd-for-multicluster-development: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/argocd-secret-management-with-argocd-vault-plugin-539f104aff05: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=5XWwjyikWMQ&feature=emb_logo&ab_channel=Konveyor: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.argoproj.io/introducing-the-applicationset-controller-for-argo-cd-982e28b62dc5: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://vzilla.co.uk/vzilla-blog/gitops-getting-started-with-argocd: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/sso-integration-for-the-openshift-gitops-operator: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/how-to-use-hashicorp-vault-and-argo-cd-for-gitops-on-openshift: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.argoproj.io/getting-started-with-applicationsets-9c961611bcf0: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2021/08/05/kubernetes-ci-cd-with-tekton-and-argocd: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/multicluster-gitops-argocd: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/08/03/managing-gitops-control-planes-secure-gitops-practices: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/8/argo-cd: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.argoproj.io/introducing-the-appsource-controller-for-argocd-52f21d28d643: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2021/12/13/continuous-delivery-on-kubernetes-with-database-using-argocd-and-liquibase: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/adaltas/gitops-in-practice-deploy-kubernetes-applications-with-argocd-ca170ce8aba3: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gokuldevops.medium.com/argo-cdsample-app-deployment-56b36601f279: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://codefresh.io/blog/using-argo-cd-and-kustomize-for-configmap-rollouts: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/@martin.hodges/use-terraform-ansible-and-github-actions-to-automate-running-your-spring-boot-application-on-e82424da828e +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://mrcloudbook.com/automating-tetris-deployments-devsecops-with-argocd-terraform-and-jenkins-for-two-game-versions: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://mrcloudbook.com/gitops-deploying-tetris-on-eks-using-argocd: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/building-openshift-pipelines-with-gitlab: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://itnext.io/building-and-deploying-a-weather-web-application-onto-kubernetes-red-hat-openshift-using-eclipse-62bf7c924be4 +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/deploy-quarkus-todo-list-app-to-kubernetes-using-eclipse-jkube-c774ef6b68f0: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=vgIwRX4LXfU: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/monitoring-services-like-an-sre-in-openshift-servicemesh: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/products/mta/getting-started: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://youtu.be/mRCz6Jl0Ds8: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/applications-here-applications-there-part-3-application-migration: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?list=PLbMP1JcGBmSFA56rykbH2fg1F9Tozk4of: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/about/videos/acm-ansible-integration-overview: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://www.openshift.com/blog/k8s-integrity-shield-tech-preview-protecting-the-integrity-of-kubernetes-resources-with-signature +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://cloud.redhat.com/blog/how-to-observe-your-clusters-with-red-hat-advanced-cluster-management-customize-the-grafana-dashboard +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@craig_robinson/guide-installing-an-okd-4-5-cluster-508a2631cbee: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/guide-installing-an-okd-4-5-cluster-508a2631cbee: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://www.openshift.com/blog/recap-okd-4-testing-and-deployment-workshop-videos-and-additional-resources?utm_source=thenewstack&utm_medium=twitter&utm_campaign=platform +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://wkrzywiec.medium.com/how-to-deploy-application-on-kubernetes-with-helm-39f545ad33b8: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://josephrodriguezg.medium.com/deploying-a-spring-boot-application-in-kubernetes-using-helm-charts-5c04c2d46e16: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/08/21/hello-world-tutorial-with-kubernetes-operators: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/writing-customized-reports-using-metering-operator: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/08/04/http-based-kafka-messaging-with-red-hat-amq-streams: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2021/01/08/message-broker-integration-made-simple-with-red-hat-fuse: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/CastawayEGR/openshift-ai-examples: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +'https://bitbucket.org/blog/setting-up-a-ci-cd-pipeline-with-spring-mvc-jenkins-and-kubernetes-on-aws ': + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/@simionrazvan/simple-spring-boot-microservice-deployed-in-kubernetes-using-docker-and-nexus-part-1-b581e3ca8916 +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/@simionrazvan/simple-spring-boot-microservice-deployed-in-kubernetes-using-docker-and-nexus-part-2-25dc2a3982cf +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes-advocate.medium.com/ci-cd-with-dockers-and-jenkins-70b6f801f9f7: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@devml2016/lets-start-automation-using-jenkins-docker-github-d5f8d019ec4a: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/06/04/an-easier-way-to-create-custom-jenkins-containers: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@deepanshuyadavv11/task1-integrating-github-jenkins-and-docker-d66a817774be: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/jenkins-pipeline-tutorial: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://ittroubleshooter.in/run-parallel-build-kubernetes-cluster-jenkins: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/cloudogu/jenkinsfiles: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/devops/using-jenkins-with-codeartifact: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/monodot/pipeline-library-demo: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2020/11/10/continuous-integration-with-jenkins-on-kubernetes: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=KgH0QzMHXLs: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/the-programmer/ci-cd-pipeline-with-jenkins-github-part-1-c057a31b5297: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/the-programmer/building-ci-cd-pipeline-with-jenkins-kubernetes-github-part-2-cbb6c366aa41: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/05/24/deploy-helm-charts-jenkins-cicd-red-hat-openshift-4: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://devopscube.com/jenkins-build-agents-kubernetes: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/codex/deploy-docker-image-to-kubernetes-cluster-using-jenkins-8182cc0a8de7: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.simplilearn.com/tutorials/jenkins-tutorial/ci-cd-pipeline: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=LhB8-sAx3pM&ab_channel=K21Academy: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/how-to-create-jenkins-multibranch-pipeline: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://lakshaws.medium.com/ci-cd-pipeline-for-dockerized-applications-f1003e821812: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/arun-gupta/docker-jenkins-pipeline: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/openshift/origin/tree/master/examples/jenkins/pipeline: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/gnunn1/openshift-basic-pipeline: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/deweya/OpenShift-Jenkins-Lab: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/marcredhat/crcdemos: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/redhat-gpte-devopsautomation/ocp4_app_deploy_homework_grading: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/openshift-pipelines-jenkins-blue-ocean: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/siamaksade/jenkins-blueocean: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/oleg-nenashev/demo-jenkins-config-as-code/tree/java11-support: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/figaw/configuration-as-code-jenkins-k8s: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/redhatspain/jenkins-CasC-kubernetes-demo: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.meetup.com/Jenkins-online-meetup/events/270600737: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/figaw/freestyle-to-pipeline-jenkins/blob/master/from-freestyle-jobs-to-pipeline-with-jobdsl.pdf: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/figaw/freestyle-to-pipeline-jenkins: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/cloudbees/groovy-cps: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jenkinsci.github.io/job-dsl-plugin: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + - page: demos.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/doc/book/managing/cli: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/configuration-as-code-plugin: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/jenkinsfile-runner-test-framework: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/JenkinsPipelineUnit: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/plugin-installation-manager-tool: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/custom-war-packager: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/events/online-hackfest/2020-uiux: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/plugin-usage-plugin: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/pipeline-as-yaml: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/job-dsl-plugin: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/leastload: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/declarative-pipeline-migration-assistant: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/polarpoint-io/groovy-jenkins-pipelines/blob/master/jobs/parameterisedPipelines.groovy: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkins-infra/pipeline-library: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/create-your-first-ci-cd-pipeline-with-jenkins-and-github-6aefe21c9240: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=zI7_8M2KtRI&t=7s&ab_channel=MicroserviceFactory: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/LerryAlexander/postman_jenkins_api_tests: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://praveendavidmathew.medium.com/data-driven-testing-per-request-without-using-data-file-aeb573b4f63a: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://enmilocalfunciona.io/mostrando-resultados-de-jenkins-en-grafana-mediante-influxdb: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.testproject.io/2020/07/09/jenkins-x-cloud-native-ci-cd-with-testproject: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/apn/modernize-your-ci-cd-pipeline-using-jenkins-x-with-amazon-eks: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://spinnaker.io/setup/quickstart: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/wardviaene/advanced-kubernetes-course/tree/master/spinnaker: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/imperialwicket/spinnaker-demo: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://codeburst.io/spinnaker-by-example-part-1-c4de9180d689: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://codeburst.io/spinnaker-by-example-part-2-6f92a1fdaedf: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://codeburst.io/spinnaker-by-example-part-3-c6ed9ac5f8ce: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/continuous-deployment-on-kubernetes-with-spinnaker: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.armory.io/blog/how-to-set-up-liquibase-in-spinnaker: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.armory.io/blog/build-a-deployment-pipeline-with-spinnaker-on-kubernetes: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://hackernoon.com/using-spinnaker-with-kubernetes-for-cicd-52w3uo9: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/opensource/declarative-provisioning-of-aws-resources-with-spinnaker-and-crossplane: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.armory.io/blog/git-pull-support-in-spinnaker: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/redhatspain/nexus3-helm-chart: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2020/10/19/gitlab-ci-cd-on-kubernetes: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2020/12/10/basics-of-gitlab-ci-updated: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2021/11/18/gitops-with-gitlab-connecting-the-cluster: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@kachidude007/setting-up-an-access-token-in-gitlab-for-a-jenkins-pipeline-a688dd6c994a: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://spring-petclinic.github.io: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://spring-petclinic.github.io/docs/resources.html: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/spring-projects/spring-petclinic: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: [] +https://gitlab.beuth-hochschule.de/s70178/petclinic-ansible-jenkins-ci-cd: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gitlab.comquent.de/petclinic/spring-petclinic-microservices: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/deors/deors-demos-petclinic/blob/master/Jenkinsfile: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.liatrio.com/blog/building-with-docker-using-jenkins-pipelines: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://stackoverflow.com/questions/52337851/how-to-define-buildconfig-object-with-jenkins-and-openshift: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.experfy.com/training/courses/effective-jenkins-continuous-delivery-and-continuous-integration: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/redhat-developer-demos/spring-petclinic: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/griddynamics/mpl: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.griddynamics.comdeveloping-a-modular-pipeline-library-to-improve-devops-collaboration: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=GLtvxY1S3Aw: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/spring-petclinic/spring-petclinic-kubernetes: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/spring-petclinic/spring-petclinic-microservices: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: [] +https://github.com/saturnism/spring-petclinic-gcp: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/odedia/spring-petclinic-microservices: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/paulczar/k8s-spring-petclinic: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://tech.paulcz.net/blog/spring-into-kubernetes-part-1: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kohsuke/petclinic/blob/master/Jenkinsfile: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://pushbuildtestdeploy.com/jenkins-on-kubernetes-building-docker-images: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://hub.docker.com/r/ibuchh/petclinic-spinnaker-jenkins: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hub.docker.com/r/sarjunkumar24391/petclinic: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hub.docker.com/r/bmoussaud/petclinic: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hub.docker.com/r/alwin2/petclinic-customers-service: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hub.docker.com/r/arey/springboot-petclinic: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hub.docker.com/r/anthonydahanne/spring-petclinic: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hub.docker.com/r/jbrisbin/spring-petclinic: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/spring-projects/spring-petclinic/issues/339: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/trisberg/spring-petclinic: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://che.openshift.io/dashboard: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/che-samples: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/aws-samples: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/aws-samples/aws-auto-inventory: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/aws-samples/aws-waf-ops-dashboards: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/aws-samples/aws-customer-playbook-framework: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/aws-samples/serverless-java-frameworks-samples: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/miztiik/AWS-Demos: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/aws-samples/aws-training-demo: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/aws-samples/aws-network-hub-for-terraform: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/faq/how-to-create-mysql-user-and-grant-permissions-in-aws-rds: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/cloud-techies/application-inventory-using-system-manager-f3eeb75d3279: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=6W2TuBDaaiI&ab_channel=AliSpittel: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/how-to-deploy-react-apps-to-production: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://itnext.io/hydrating-a-data-lake-using-log-based-change-data-capture-cdc-with-debezium-apicurio-and-kafka-799671e0012f +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://jfrog.com/blog/5-steps-to-hosting-your-application-on-amazon-cloud-container-service: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/from-java-microservices-to-lambda-functions-a-jour: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/AdminTurnedDevOps/DevOps-The-Hard-Way-AWS: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/@adrianarba/ci-cd-defined-through-terraform-using-aws-codepipeline-aws-codecommit-and-aws-codebuild-12ade4d9cfa3 +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/using-aws-session-manager-with-ansible-to-execute-playbook-on-ec2-ac97fa17b187: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/build-a-cloud-native-multiprocessing-framework-b33cfc2c02b9: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/aws-samples/resource-tagging-automation: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.plainenglish.io/trigger-function-message-12f117b7f067: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://towardsaws.com/integrating-python-amazon-api-gateway-lambda-sqs-and-sns-services-6015631d5527: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/unitypark/aws-serverless-demos: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: [] +https://github.com/unitypark/aws-serverless-demos/tree/main/serverless-web-hosting/cloudfront-http-api-cognito: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Azure-Samples: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://doylestowncoder.com/2021/11/29/building-ci-cd-pipelines-with-azure-data-factory-part-1: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://doylestowncoder.com/2021/12/02/building-ci-cd-pipelines-with-azure-data-factory-part-2: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://doylestowncoder.com/2021/12/05/building-ci-cd-pipelines-with-azure-data-factory-part-3: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/microsoft/contosotraders-cloudtesting: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://azuredevopsdemogenerator.azurewebsites.net: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/devops/azure-devops-demo-generator-is-now-open-source: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/devops/demo-gen/use-demo-generator-v2?view=azure-devops: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/Terraform/comments/h0tdq3/automate_infrastructure_deployments_on_microsoft: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/learn/modules/azure-spring-cloud-workshop: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://davidsr.me/deploy-azure-waf-with-terraform-and-azure-devops: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thomasthornton.cloud/2021/12/26/a-devops-journey-using-azure-devops: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/build-ci-cd-pipeline-in-azure-devops: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/tea-networks/kubernetes-ci-cd-pipeline-c028aea17535: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-gb/learn/modules/create-a-build-pipeline: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blogs.sap.com/2021/07/04/cloud-integration-with-commerce-azure-blob-storage-using-rest-api: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blogs.sap.com/2021/12/26/cloud-integration-with-commerce-azure-blob-storage-using-rest-api-part-2: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/TerraHubCorp/terraform-google-automation-demo: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/application-development/access-an-orgs-custom-code-repo-from-cloud-code-ides: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/tutorial-connect-amazon-eks-and-azure-aks-clusters-with-google-anthos: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/tutorial-deploy-anthos-apps-from-gcp-marketplace-into-amazon-eks-cluster: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://javatechonline.com/how-to-deploy-spring-boot-application-in-docker: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://tanzu.vmware.com/developer/guides/kubernetes/app-enhancements-spring-k8s: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Salaboy/from-monolith-to-k8s: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/dsyer/kubernetes-intro: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/piomin/sample-spring-microservices-kubernetes: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/piomin/sample-spring-microservices-new: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aytartana.wordpress.com/2020/08/26/migrating-springboot-petclinic-rest-to-quarkus: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/aalmiray/q-cli: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/piomin/sample-quarkus-serverless-kafka: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2023/09/15/introduction-to-grpc-with-quarkus: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/stefanprodan/podinfo: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@jweng1/setting-up-kafkasource-to-send-data-and-displayed-with-knative-event-display-33891b253442: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/aleksk1ng/go-kafka-and-grpc-clean-architecture-cqrs-microservices-with-jaeger-tracing-45bj: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://ably.com/blog/realtime-ticket-booking-solution-kafka-fastapi-ably: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/event-driven-architectures-with-kafka-and-java-spring-boot-revision-1-c0d43d103ee7: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://codeopinion.com/troubleshooting-kafka-with-2000-microservices: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://tomd.xyz/kubernetes-event-driven-keda: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/07/26/modernizing-applications-apache-camel-javascript-and-red-hat-openshift: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kelseyhightower/nocode: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/06/17/red-hat-jboss-enterprise-application-platform-expansion-pack-1-0-released: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: java_app_servers.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/getting-started-jboss: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://collabnix.github.io/terraform: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/7/terraform-kubernetes: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@vipinagarwal18/install-istio-on-azure-kubernetes-cluster-using-terraform-214f6d3f611: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://brennerm.github.io/posts/setting-up-eks-with-irsa-using-terraform.html: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://betterprogramming.pub/with-latest-updates-create-amazon-eks-fargate-cluster-and-managed-node-group-using-terraform-bc5cfefd5773 +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://azapril.dev/2021/04/12/deploying-a-logicapp-with-terraform: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://k21academy.com/terraform-iac/terraform-automate-aws-vm: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://fsgeorgee.medium.com/growing-out-of-heroku-to-terraform-docker-and-aws-69e66df4132d: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/StarpTech/k-andy: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://adamtheautomator.com/terraform-aws-rds: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/BishopFox/iam-vulnerable: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/automate-and-configure-your-rds-database-with-terraform-898fd4b8990d: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.middlewareinventory.com/blog/terraform-create-multiple-ec2-different-config: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://the-tech-guy.in/2022/03/08/automating-lamp-config-using-terraform-and-ansible: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://betterprogramming.pub/all-hail-the-monolith-celebrating-the-verbosity-of-the-unified-architecture-in-terraform-81b53e3a03ae +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/aws-ecs-blue-green-deployment-setup-using-terraform-b56bb4f656ea: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.plainenglish.io/creating-a-custom-ec2-module-using-terraform-59c9896c2df2: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@zeloygabri/deploying-2-tier-aws-architecture-using-terraform-b4167b035751: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://christopher-lawshe.medium.com/building-infrastructure-with-terraform-ec2-jenkins-s3-and-more-4ec30f53a44a: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://dev.to/aws-builders/creating-a-rest-api-with-infrastructure-as-code-terraform-serverless-lambda-python-part-2-cicd-g8h +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://towardsaws.com/how-to-deploy-two-tier-aws-architecture-with-terraform-59db7b11dd47: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.awsfundamentals.com/using-s3-with-terraform: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devopscube.com/terraform-aws-rds: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/fasttrack-for-azure/create-an-azure-openai-langchain-chromadb-and-chainlit-chat-app/ba-p/3885602 +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://mahira-technology.medium.com/deploying-aws-codepipeline-with-terraform-d6613979d0b6: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.patrickkoch.dev/posts/post_31: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@Tyler.Gallimore/deploying-apache-web-server-on-aws-ec2-with-terraform-and-docker-6c315c81c024: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/venkateshk111/terraform-beginners-guide: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/chenjd/terraform-101: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/xiaopeng163/docker-compose-tpg: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2021/08/31/how-istio-tempo-and-loki-speed-up-debugging-for-microservices: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/monitoring-your-system-with-docker-grafana-prometheus-node-d7fae11416f3: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/test-automation-how-build-cicd-pipeline-using-pytest-nir-tal: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/major/imagebuilder-containerized/blob/main/.github/workflows/main.yml: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/learn/modules/github-actions-cd: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/github-github-actions-overview-and-argocd-deployment-example-b6cf0cf6f832: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/debianmaster/actions-k3s: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://judebantony.github.io/cicd-github-action-example: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.codeproject.com/Articles/5320647/Making-a-Simple-Data-Pipeline-Part-4-CI-CD-with-Gi: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/gitops-ci-cd-using-github-actions-and-argocd-on-kubernetes-909d85d37746: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/how-to-setup-a-ci-cd-pipeline-with-github-actions-and-aws: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://nicwortel.nl/blog/2022/05/27/continuous-deployment-to-kubernetes-with-github-actions: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/gitops-github-actions-k8s-deploy-workflow-54f0d9a1d11b: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://eggboy.medium.com/ci-cd-java-apps-securely-to-azure-kubernetes-service-with-github-action-part-1-16393af4d097: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/GitHubSecurityLab/actions-permissions: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thomasthornton.cloud/2023/08/11/if-elseif-or-else-in-github-actions: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kaleshreya907.medium.com/step2a-install-docker-and-run-sonarqube-container-faa42d01f5fe: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@ebonyymonae/github-actions-and-automation-9637aa06af64: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/github-actions-self-hosted-runners-on-amazon-eks-spot-instances-bc3abcd5d38f: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/@eduardo854/building-your-gitops-pipeline-with-github-actions-dockerhub-and-helm-repository-553c4873116e +: v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/from-scratch-oidc-providers-252d: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/redhat-actions/spring-petclinic: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gitlab.com/bpmworkshop/rhpam-signal-marketing-demo: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/microsoft/azure-digital-twins-postman-samples: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/running-opentelemetry-demo-app-in-kubernetes-95dccd613e0b: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/opentelemetry-understanding-sli-and-slo-with-opentelemetry-demo-74c1d0b263b0: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devops.com/measuring-the-progress-of-the-opentelemetry-project: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hasura.io/blog/a-simple-real-time-event-driven-architecture-with-qr-codes: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.sitepoint.com/gatsby-mdx-blog: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://learntocloud.guide: + v1: + - page: demos.md + is_bold: false + is_highlighted: false + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/mrcodedev/frontend-developer-resources: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://python.plainenglish.io/15-github-repos-that-every-developers-must-bookmark-right-now-eee01db63977: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/why_and_how/top-3-sites-for-programmers-4bmc: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.makeuseof.com/best-open-source-webinar-software: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/software-engineering-best-practices-that-high-perf: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.geeksforgeeks.org/7-most-in-demand-and-high-paying-programming-jobs: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.analyticsinsight.net/top-10-programming-languages-to-learn-for-better-job-opportunities-in-2022: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/iainfreestone/10-trending-projects-on-github-for-web-developers-3rd-december-2021-12f5: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3639050/complexity-is-killing-software-developers.html: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.techrepublic.com/article/the-best-programming-languages-to-learn-in-2022: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.baeldung.com/cs/concurrency-vs-parallelism: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://readwrite.com/tech-for-programmers-in-2022-the-good-the-bad-and-the-ugly: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/madza/19-valuable-github-repositories-for-beginner-developers-3i18: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/frontend-vs-backend-whats-the-difference: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/how-to-refactor-a-codebase-982772695078: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/what-is-a-full-stack-developer-full-stack-engineer-guide: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/mariamarsh/10-best-github-repos-for-developers-5gmp: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/javinpaul/5-books-and-courses-to-learn-object-oriented-programming-in-depth-4kff: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.trio.dev/react/resources/angular-vs-react: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/learn-coding-for-everyone-handbook: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://refactoring.guru/design-patterns: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://refactoring.guru/design-patterns/java: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://refactoring.guru/design-patterns/python: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://refactoring.guru/design-patterns/go: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/javarevisited/7-best-books-to-learn-design-patterns-for-java-programmers-5627b93eefdb: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://shadman-jamil.medium.com/most-useful-software-architecture-patterns-68e171405292: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/@victor.ronin/design-your-code-for-readability-vs-writability-d42f04cc6f4d: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/how-solid-remains-solid-software-principles-vs-patterns-c77c623a628b: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/this-is-learning/a-better-way-to-code-documentation-driven-development-1kem: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/codecrafters-io/build-your-own-x: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/freelensapp/freelens: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://users.rust-lang.org/t/anyone-here-go-intellij-vscode/84499: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + - page: golang.md + is_bold: false + is_highlighted: false + - page: javascript.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/sourcegraph/15-developer-tools-to-make-you-super-productive-2g0a: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://firebase.google.com: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://supabase.com: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.logrocket.com/working-supabase-studio: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/ballerina-fullstack-rest-api: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.softwarecollections.org: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/products/softwarecollections/overview: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/products/developertoolset/overview: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://developers.redhat.com/articles/2021/11/15/red-hat-software-collections-38-and-red-hat-developer-toolset-11-now-generally +: v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dhall-lang.org: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://ddev.com: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://opensource.com/article/22/12/ddev: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://oclif.io: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/@jdxcode/12-factor-cli-apps-dd3c227a0e46: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://copilot.github.com: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/codeguru: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://hipertextual.com/2024/03/devin-inteligencia-artificial-programa-software: + v1: + - page: devel-sites.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://kislayverma.com/software-architecture/layering-domains-and-microservices-using-api-gateways: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blog.oliverjumpertz.dev/the-10-most-valuable-lessons-i-learned-as-a-developer: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? https://www.genbeta.com/desarrollo/32-000-desarrolladores-responden-plataformas-lenguajes-programacion-javascript-aws-github-windows-usados +: v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/readme/guides/functional-programming-basics: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/apache-apisix/10-most-use-cases-of-an-api-gateway-in-api-led-architecture-f4d7fa160dcf: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.siliconrepublic.com/advice/dev-tools-recommended-by-irish-start-up-founders: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://howhttps.works: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dev.to/tiangolo/https-for-developers-1774: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.apidays.co/api-landscape: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.chakray.com/api-strategy-how-to-create-an-api-marketplace: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://rapidapi.com/blog/api-marketplace-vs-api-gateway-whats-the-difference: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/rapidapi-provides-api-marketplace-and-insight: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.blog/developer-skills/github/github-for-beginners-getting-started-with-oss-contributions: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + - page: git.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.youtube.com/live/2IArMAhkJcE?si=_LlIjakRXHUzERjy: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/what-is-github-wiki-and-how-do-you-use-it: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/api-management-vs-api-gateway-and-where-does-api-a: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dev.to/moesif/api-management-vs-api-gateway-and-where-does-api-analytics-and-monitoring-fit-4g75: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.3scale.net: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/technologies/jboss-middleware/3scale: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=kBBBhpKIv9I: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/openshift-ecosystem-api-management-on-red-hat-openshift-with-3scale: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2018/05/30/3scale-api-gateway-policies: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2019/09/09/install-3scale-multitenant-in-7-commands: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? https://developers.redhat.com/blog/2020/10/29/new-custom-metrics-and-air-gapped-installation-in-red-hat-3scale-api-management-2-9 +: v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2021/04/29/enhance-application-security-by-rotating-3scale-access-tokens: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/07/01/how-expose-websocket-endpoint-using-red-hat-3scale-api-management: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/08/11/simplify-load-balancing-api-gateways-using-red-hat-3scale-api-management: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://cloud.google.com/apigee: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.youtube.com/user/apigee: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://developer.ibm.com/apiconnect: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.youtube.com/user/WSO2TechFlicks: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.chakray.com/why-api-lifecycle-management-is-must-organisation-apis: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.chakray.com/11-steps-achieving-successful-api-management-strategy: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.chakray.com/es/por-que-api-lifecycle-management-imprescindible-api-organizacion: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.chakray.com/es/11-pasos-lograr-estrategia-api-management-exitosa: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://konghq.com/kong: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.youtube.com/channel/UCJfQURxlI_pQdeJUGXtA_zw: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/kong-api-gateway-zero-to-production-5b8431495ee: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/modern-application-development-with-kong-konnect-enterprise-and-red-hat-openshift: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/@far3ns/kong-the-microservice-api-gateway-526c4ca0cfa6: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/nerd-for-tech/running-services-with-knative-kong-3135c0d94dfa: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/breaking-up-a-monolithic-database-with-kong: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://konghq.com/blog/kong-and-red-hat-collaboration: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/@martin.hodges/why-do-i-need-an-api-gateway-on-a-kubernetes-cluster-c70f15da836c: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://tyk.io: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.youtube.com/channel/UCe3VG8wgz03u73xiomGeQzQ: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.axway.com/en/products/api-management/full-lifecycle-api-management: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.youtube.com/channel/UCsRNLDnXvgtz6qsleSlVcqQ: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://axway.com/digitize: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.mulesoft.com/platform/api/manager: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.youtube.com/user/mulesoftvids: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.solo.io/blog/introducing-gloo-federation-for-multi-cluster-management: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://backstage.io: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.youtube.com/channel/UCHBvqSwbfAf5Vx1jrwkG43Q: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/@_gdantas/backstage-and-terraform-a-powerful-combination-for-ops-wonderful-for-devs-c04ebce849f0: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2024/06/13/getting-started-with-backstage: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2024/06/28/backstage-on-kubernetes: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/apache/apisix: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/apisix-an-open-source-api-gateway-for-microservices: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.nginx.com/blog/deploying-nginx-plus-as-an-api-gateway-part-1: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://luraproject.org: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.krakend.io: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.krakend.io/blog/krakend-framework-joins-the-linux-foundation: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://spring.io/projects/spring-cloud-gateway: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/rate-limiting-for-microservices: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.cloudtechtwitter.com/2022/05/pattern-api-gateway-backends-for.html: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/@jeevansathisocial/high-performance-api-gateway-3661d5a2fee0s-3661d5a2fee0: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://developer.mobileconnect.io: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://developer.android.com: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://developer.apple.com: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://auto-api.dev: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/highmobility: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://high-mobility.com: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://high-mobility.com/learn/tutorials/rest: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.youtube.com/channel/UCZNjYn1NXEgPa_ENPna9Atw: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://smartcar.com: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://smartcar.com/bmw: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://rapidapi.com/collection/car-api: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Payment_Services_Directive: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.berlin-group.org/psd2-access-to-bank-accounts: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.openbankingtracker.com: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://developerhub.santander.com: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.bbvaapimarket.com: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://apistore.caixabank.com: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://developer.db.com: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://apis.developer.tsb.co.uk: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://developer.ing.com: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://developer.ing.com/api-marketplace/marketplace: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://developer.rabobank.nl: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://developer.rabobank.nl/api-marketplace: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://apimarket.cecabank.es: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://openinsurance.io: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://api-market.santalucia.es: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thinking-cities.readthedocs.io: + v1: + - page: developerportals.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/awesome-foss/awesome-sysadmin: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/dev-genius/technologies-tools-to-watch-in-2021-a216dfc30f25: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hostadvice.com/blog/devops-toolbox-jenkins-ansible-chef-puppet-vagrant-saltstack: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devopscube.com/vagrant-tutorial-beginners: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devops.com/11-open-source-devops-tools-we-love-for-2021: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/channel/UCoOq-DtESvayx5yJE5H6-qQ/playlists: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/devops-is-fed-by-a-tools-culture-loop: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/devops-toolchain-for-beginners: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.gitkraken.com/resources/devops-report-2020: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.guru99.com/devops-tools.html: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://raygun.com/blog/best-devops-tools: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hackr.io/blog/top-devops-tools: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://victorops.com/blog/20-top-devops-tools-for-2020: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.techradar.com/best/best-devops-tools: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://geekflare.com/devops-tools: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.c/blog/top-10-devops-tools: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://reviewnprep.com/blog/devops-tool-comparison-docker-vs-kubernetes-vs-ansible: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloudtweaks.com/2019/05/devops-secure-and-scalable-ci-cd-pipeline-with-aws: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/@anujsharma12feb/devops-tools-handbook-b42487a53353: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://clarusway.com/top-21-devops-tools: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://zigiwave.medium.com/top-10-tools-your-devops-teams-should-use-in-2022-569700f40426: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/top-10-uncommon-devops-tools-you-should-know-f4f4464ec7f3: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/leapp-cloud/top-10-uncommon-devops-tools-you-should-know-91dadde9777e: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/4th-coffee/10-new-devops-tools-to-watch-in-2023-e974dbb1f1bb: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/4th-coffee/10-best-devops-tools-for-start-ups-91eb69bc3128: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +keptn.md: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: [] +https://relay.sh: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.zdnet.com/article/puppet-introduces-beta-of-cloud-native-event-driven-devops-program-relay: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kbterm/kubeterm: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/GhostWriters/DockSTARTer: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + - page: docker.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/devtron-labs/devtron: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.searce.com/devtron-one-stop-shop-for-all-kubernetes-deployments-6f1c111a7ba1: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/cp-massive-programming/deploying-devtron-in-a-local-k8s-kind-cluster-using-terraform-cea9d4d9636: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://codegiant.io/home: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/AdminTurnedDevOps/CapabilityPE: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/IvanJosipovic/KubeUI: + v1: + - page: devops-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://enterprisersproject.com/article/2020/7/devops-5-things-teams-need: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/topics/devops: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.redhat.com/es/topics/devops: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/codex/6-key-areas-to-improve-your-devops-performance-f4c4226feb25: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/it-automation-training: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2021/11/30/soft-skills-are-the-key-to-your-devops-career-advancement: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.salesforceben.com/5-devops-concepts-you-need-to-know: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://enterprisersproject.com/article/2021/10/devops-future-operating-model-it: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/devops/devops-dojo-culture-and-mindset: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/the-evolving-devops-journey-continuous-mindset-starts-with-cultural-change: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/trendreports/devops-3: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/automation-is-no-silver-bullet-3-keys-for-scaling-success: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://yourdevopsmentor.com/blog/how-to-become-a-devops-engineer: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/why-mttr-is-a-vital-metric-for-devops-teams: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.umbrellainfocare.com/blogs/cloud-and-devops-are-made-for-each-other: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.guru99.com/devops-lifecycle.html: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/devops-just-system-administration-repackaged-gianluca-mascolo: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/a-devops-reset-for-a-multi-cloud-world: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/@polatatc/terraform-the-most-demanded-devops-skill-88c461641e7b: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dev.to/pavanbelagatti/devops-trends-for-developers-in-2023-345b: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.abc.es/economia/ingenieros-devops-pieza-clave-engranaje-digital-empresas-20230212000148-nt.html: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.microsoft.com/en-us/security/blog/2023/04/06/devops-threat-matrix: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/11-steps-to-a-successful-devops-career: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/how-to-get-started-with-devops-what-skills-should-we-start-with-5efp: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/devops-shifting-left: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/red-hat-automation-glossary: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/defining-day-2-operations: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://livingdevops.com/devops/10-real-world-kubernetes-troubleshooting-scenarios-and-solutions: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://devops.com: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devopscube.com: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.devopszone.info: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.devopsdigest.com: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://searchitoperations.techtarget.com/feature/Top-15-DevOps-blogs-to-read-and-follow: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devopstips.net: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devopslearners.com: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://orange-quarter.com/upskill-yourself-with-these-5-devops-resources: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/devops-tutorials-tools-news: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.arresteddevops.com: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devopsdays.org/events/2022-amsterdam/welcome: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://mrcloudbook.com: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/DevOps-Projects-Ideas/DevOps-Books: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.bikeshed.fm: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.techworld-with-nana.com: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.techworld-with-nana.com/devops-bootcamp: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/paragpallavsingh/90DaysOfDevOps: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/paragpallavsingh/90DaysOfDevOps/blob/master/submission/day21/README.md: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/devops-sre/announcing-dora-2021-accelerate-state-of-devops-report: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.itprotoday.com/devops/google-dora-report-details-best-practices-speed-devops: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/configuration-drift: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.continuitysoftware.com/blog/it-resilience/what-is-configuration-drift: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/cloud-drift-detection-how-to-resolve-out-of-state-changes: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.fairwinds.com/blog/configuration-drift-kubernetes: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.env0.com/blog/automated-drift-detection-with-env0: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-drift-detection-and-iac-help-maintain-a-secure-infrastructure: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://autodotes.com/posts/s90PP9397WYTsAWaRapd: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Twelve-Factor_App_methodology: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Infrastructure_as_code: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Lean_software_development: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Value_stream: + v1: + - page: devops.md + is_bold: false + is_highlighted: true + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/category/kubernetes: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://opensource.com/article/19/7/devops-vs-sysadmin: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://opensource.com/article/19/7/how-transition-career-devops-engineer: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/2/devops-beginners: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://enterprisersproject.com/article/2020/3/how-get-devops-noops-5-steps: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.zdnet.com/article/corporate-culture-complicates-kubernetes-and-container-collaboration: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blog.shippable.com/how-to-be-a-great-devops-engineer: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.smartsheet.com/devops: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/are-you-stuck-in-the-new-devops-matrix-from-hell: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/6/devops-mindset: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: workfromhome.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://stackoverflow.blog/2020/06/10/the-rise-of-the-devops-mindset: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://enterprisersproject.com/article/2020/6/devops-engineer-role-common-misconceptions: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://enterprisersproject.com/article/2020/6/devops-beginners-where-start: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.contino.io/insights/how-to-make-enterprise-container-strategies-that-last-part-one: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.scaledagileframework.com/devops: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://containerjournal.com/topics/container-ecosystems/how-the-rise-of-containers-will-drive-devops: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.itprotoday.com/devops-and-software-development/devops-model-killing-developer-word-no: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blogs.vmware.com/management/2020/06/devops-culture.html: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://enterprisersproject.com/article/2020/7/3-devops-skills-it-leaders-need-next-normal: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/better-programming/how-to-become-a-devops-engineer-in-2020-7618492a09d8: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/how-to-become-an-devops-engineer-in-2020-80b8740d5a52: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/digestible-devops-the-7-devops-practices-8bd8b34e1418: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.red-gate.com/blog/automated-production-deployments-are-not-the-key-to-devops-performance: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://statemanagement.substack.com/p/hating-the-code-of-others: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.bbva.com/es/devops-que-es-y-como-mejorar-los-procesos-gracias-a-esta-estrategia/amp: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/devops-guide-implementing-four-eyes-principle-with: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/3233/a-beginners-introduction-to-devops-principles: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.learnsteps.com/devops-interview-question-how-will-you-set-up-a-ci-cd-pipeline: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/survey-surfaces-high-reliance-on-devops-to-build-and-deploy-apis: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.computing.co.uk/news/4020521/cloudbees-busy-security-visibility-control-devops-evolves: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/5-reasons-to-not-move-to-devops: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? https://www.forbes.com/sites/steveandriole/2020/10/01/why-no-one-understands-agile-scrum--devops--why-perfect-technology-abstractions-are-sure-to-fail +: v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.blog/2020-10-07-devops-definition: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/from-devops-to-devapps: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-future-of-ops-careers: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/post-pandemic-devops-moves-to-resilient-collaboration: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devopscurry.com/key-devops-principles-to-focus-in-2021: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://cloudacademy.com/blog/devops-why-is-it-important-to-decouple-deployment-from-release: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2020/11/2020-devops-report: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.informationweek.com/devops/whats-holding-devops-back/a/d-id/1339540: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/12/remote-devops: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.blog/2020-12-18-how-to-make-devops-your-competitive-advantage: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/12/devops: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://sysadmin.prod.acquia-sites.com/sysadmin/container-guides-2020: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/unlocking-your-devops-automation-mindset: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/7-trends-influencing-devops-and-devsecops-adoption: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.learnsteps.com/devops-interview-questions-how-will-you-design-your-cloud-vpc-and-subnets: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/devops-for-the-development-and-delivery-of-high-performance-applications: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/devops-devapps-and-the-death-of-infrastructure: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/15-devops-trends-to-expect-in-2021: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devopscube.com/become-devops-engineer: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/6-signs-youre-doing-devops-correctly: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://containerjournal.com/uncategorized/9-pillars-of-engineering-devops-with-kubernetes: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://content.techgig.com/5-best-devops-practices-for-beginners/articleshow/81368965.cms: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/five-steps-to-successful-devops-culture: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.cst-bg.net/post/13-clues-to-good-devops: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/lightstephq/devops-observability-and-the-need-to-tear-down-organizational-boundaries-f5d25755ff3a: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.softwebsolutions.com/resources/devops-and-microservices.html: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/5-cloud-automation-tips-for-developers-and-devops: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://containerjournal.com/features/kubernetes-enables-devops-as-a-service-daas: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/maximizing-the-value-of-containerization-for-devops: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/3/devops-documentation: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/devops-not-enough-scaling-tech-driven-organizations: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3613155/5-devops-practices-to-improve-application-reliability.html: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/languages-and-devops-recommendations: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/survey-shows-mounting-devops-frustration-and-costs: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=js-rq7SvPpE&ab_channel=DevOpsToolkit: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/devops-trends-to-watch-in-2021: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.itproportal.com/features/how-to-implement-devops-successfully-in-2021: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: [] +https://devops.com/nine-pillars-of-devops-best-practices: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/hackernoon/digital-transformation-for-modern-enterprises-through-devops-a-complete-guide-6f595463c7dd: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.weblineindia.com/blog/all-about-devops-automation: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.getxray.app/blog/get-started-with-devops-principles-best-practices-and-tips: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://stackoverflow.blog/2021/05/24/how-developers-can-be-their-own-operations-department: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/top-10-skills-devops-engineer-should-possess-saurabh-badhwar: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/how-containers-simplify-devops-workflows-and-ci-cd-pipelines: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dev.to/ankit01oss/5-github-projects-to-make-you-a-better-devops-engineer-2fkl: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/how-to-nail-devops-governance-and-compliance-in-a-highly-regulated-industry: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/it-automation-book: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.forbes.com/sites/tomtaulli/2021/07/16/devops-what-you-need-to-know: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.zdnet.com/article/stop-calling-devops-teams-devops-teams: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://puppet.com/resources/report/2021-state-of-devops-report: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/yeah-youre-doing-devops: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2021/08/external-IT-providers-devops: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.chaossearch.io/blog/essential-devops-tools: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.devopsonline.co.uk/the-role-of-automation-in-devops: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.sqlshack.com/6-reasons-why-you-cant-have-devops-without-test-automation: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.forbes.com/sites/forbestechcouncil/2021/09/03/who-should-own-the-job-of-observability-in-devops: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dev.to/run-x/devops-is-not-automation-2amo: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/what-does-a-devops-engineer-do: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? https://siliconangle.com/2021/09/29/devops-dummies-author-emily-freeman-introduces-revolutionary-model-modern-software-development-awsq3 +: v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/microservices-transformed-devops-why-security-is-next: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/devops-at-the-crossroads-the-future-of-software-delivery: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/3-habits-of-highly-successful-devops-teams: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/5-tips-for-a-successful-devops-implementation: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dev.to/attaullahshafiq10/dev-ops-59dm: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.blog/2021-11-30-5-devops-tips-to-speed-up-your-developer-workflow: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.valuecoders.com/blog/technology-and-apps/why-should-you-adopt-devops-to-deliver-business-value-rapidly: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.itproportal.com/features/stop-messing-up-with-cicd-vs-devops-and-learn-the-difference-finally: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: [] +https://blog.udemy.com/devops-engineer: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/devops-engineering-course-for-beginners: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.bmc.com/blogs/devops-ci-cd-metrics: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.simform.com/blog/devops-for-enterprise: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.calcalistech.com/ctechnews/article/s1mlpunf9: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://reviewnprep.com/blog/devops-basics: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dev.to/techworld_with_nana/how-i-learn-new-technologies-as-a-devops-engineer-without-being-overwhelmed--495e: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/@hunkarbozkurt/what-is-devops-how-was-devops-derived-660ef47d42d6: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/devops-best-practices-for-continuous-delivery-2f0ebbae65c6: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/the-real-pipeline: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.information-age.com/devops-vs-agile-distinguishing-and-combining-the-two-20117: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/@devfire/how-to-become-a-devops-engineer-in-six-months-or-less-part-7-monitor-47c61aea0bf7: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://rcls.medium.com/stop-calling-yourselves-devops-engineers-f9dfec382d0d: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://enterprisersproject.com/article/2020/5/devops-shift-left-why-goes-wrong: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://itnext.io/devops-big-picture-on-premises-d07f61d6c34c: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/agileinsider/devops-principles-and-practices-explained-in-ten-minutes-6cec7e1dae6d: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/@perspectivementor/6-essential-skills-for-landing-a-devops-job-in-2024-88f6c19341d7: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://net.connect4techs.com/what-are-the-top-devops-trends-in-2024: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.dynatrace.com/news/blog/devops-metrics-for-success: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/keptn/dora-metrics-automatically-for-all-your-kubernetes-workloads-42225f4b8515: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/milanm/DevOps-Roadmap: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/hackernoon/the-2018-devops-roadmap-31588d8670cb: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dev.to/kodekloud/your-roadmap-to-become-a-devops-engineer-in-2020-i1n: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.techworld-with-nana.com/devops-roadmap: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/what-is-apiops-and-how-to-be-successful-at-apiops: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3686695/how-multicloud-changes-devops.html: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://searchitoperations.techtarget.com/tip/Tips-and-tools-to-achieve-a-serverless-DevOps-workflow: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/devops-as-a-service-migrating-your-entire-devops-stack-to-the-cloud: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://containerjournal.com/editorial-calendar/best-of-2021/kubernetes-enables-devops-as-a-service-daas: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/the-devops-bottleneck-why-iac-orchestration-is-the-missing-piece: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://build5nines.com/terraform-get-user-principal-name-upn-of-user-running-deployment-without-entra-id-read-permissions: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +iac.md: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://xebialabs.com/glossary: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://xebialabs.com/the-ultimate-devops-tool-chest: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://xebialabs.com/the-ultimate-devops-tool-chest/open-source: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://xebialabs.com/periodic-table-of-devops-tools: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +devops-tools.md: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://netflixtechblog.com/full-cycle-developers-at-netflix-a08c31f83249: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://netflixtechblog.com/applying-netflix-devops-patterns-to-windows-2a57f2dbbf79: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/microsoft/entraexporter: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: gitops.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/blog/appsonazureblog/azure-app-service-auto-heal-capturing-relevant-data-during-performance-issues/4390351 +: v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://azure.microsoft.com/services/devops: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +noops.md: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://www.datacenterdynamics.com/en/opinions/why-netops-needs-a-digital-sandbox-to-benefit-from-devops: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/the-rise-of-netdevops-and-ci-cd-pipeline-solutions: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blog.postman.com/what-is-platformops: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/3-gpt-3-tools-for-developers-software-engineers-de: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.zebrium.com: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://debuild.co: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.seekwell.io: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-coming-era-of-data-as-code: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.arrikto.com/blog/what-is-data-as-code: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blogs.sap.com/2021/12/13/a-practical-guide-to-devops-for-sap-erp: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?list=PLVx1qovxj-akoYTAboxT1AbHlPmrvRYYZ: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?list=PLVx1qovxj-amqyqHceAhkcsopzi4PFcKc: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?list=PLVx1qovxj-akr_3XqQQgpqRyQw4GYuS4h: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.techworld-with-nana.com/post/platform-engineering-guide: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://platformengineering.org: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/platform-engineering: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.honeycomb.io/blog/future-ops-platform-engineering: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/devops-burnout-try-platform-engineering: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://softwareengineeringdaily.com/2020/02/13/setting-the-stage-for-platform-engineering: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-is-platform-engineering-different-from-devops-and-sre: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://salaboy.com/2022/11/28/the-challenges-of-platform-building-on-top-of-kubernetes-4-4: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/platform-engineering-in-2023-dev-first-collaboration-and-apis: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? https://www.forbes.com/sites/forbestechcouncil/2023/02/23/how-to-empower-modern-kubernetes-management-with-a-platform-team-model +: v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/platform-engineering/architecture-and-design-considerations-for-platform-engineering-teams: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dev.to/thenjdevopsguy/platform-engineering-on-kubernetes-part-4-internal-developer-platforms-1kmh: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? https://medium.com/agorapulse-stories/platform-engineering-part-3-when-how-to-build-an-internal-developer-platform-cfb22efcca34 +: v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dev.to/thenjdevopsguy/creating-your-platform-engineering-environment-4hpa: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://siliconangle.com/2023/04/20/rise-platform-engineering-kubernetes-era-kubecon: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/platform-engineering-the-definitive-guide: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3694869/why-platform-engineering.html: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/platform-engineering-and-internal-developer-platform-3deb: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/whats-the-difference-between-devops-and-platform-engineering: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dev.to/thenjdevopsguy/what-is-platform-engineering-and-what-is-it-not-2jb8: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-6-pillars-of-platform-engineering-part-1-security: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://humanitec.com/blog/how-to-design-your-repository-structures-to-nail-platform-engineering: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/@rphilogene/whats-an-internal-developer-platform-8f52fb367552: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/devoptimism/devops-platform-engineering-a-necessary-love-story-of-efficiency-783dff78fd81: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? https://medium.com/@rphilogene/platform-engineering-7-internal-developer-platform-vs-internal-developer-portal-05c33658891b +: v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.muycomputerpro.com/2024/01/12/ingenieria-de-plataformas-de-devops-la-nueva-generacion-de-devops: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://fernandovillalba.substack.com/p/devops-dont-destroy-silos-transform: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://humanitec.com/blog/escape-vmware-lock-in-with-a-modular-internal-developer-platform: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.infoq.com/platformengineering: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/platform-runtime-engineering: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.infoq.com/podcasts/platform-engineering-teams-10x-better: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.syntasso.io/post/platform-engineering-orchestrating-applications-platforms-and-infrastructure: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/5-lessons-for-building-a-platform-as-a-product: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://overcast.blog/15-cloud-native-devops-tools-you-should-know-36129057a15c: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.seal.io: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://humanitec.com/blog/why-every-internal-developer-platform-needs-a-backend: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2024/07/04/idp-on-openshift-with-red-hat-developer-hub: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/spacelift/platform-engineering-vs-devops-ade389ce819e: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/@rphilogene/top-10-platform-engineering-tools-you-should-consider-in-2024-892e6e211b85: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/Qovery/Torii: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/backstage/backstage: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.getport.io: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.cortex.io: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.atlassian.com/software/compass: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/KusionStack/kusion: + v1: + - page: devops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.devopszone.info/post/devsecops-explained: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/dear-google-my-data-has-left-your-building-zakir-khan: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://snyk.io/open-source-security-report: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.neowin.net/news/exploring-the-lack-of-security-in-a-typical-docker-and-kubernets-installation: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kalilinuxtutorials.com/deploying-securing-kubernetes-clusters: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://loves.cloud/creation-of-a-fully-automated-devsecops-cicd-pipeline: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/linux-security-usability: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/culture-vulnerabilities-and-budget-why-devs-and-appsec-disagree: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.paloaltonetworks.com/2020/10/cloud-iam-misconfiguration-risks: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devops.com/how-to-successfully-integrate-security-and-devops: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.helpnetsecurity.com/2020/12/14/how-devsecops-developers: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.christophetd.fr/shifting-cloud-security-left-scanning-infrastructure-as-code-for-security-issues: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devclass.com/2021/01/13/sysdig-container-security-and-usage-report-2021: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://securityboulevard.com/2021/02/devops-vs-devsecops-heres-how-they-fit-together: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/2/devsecops: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devops.com/devsecops-trends-for-2021: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devops.com/from-agile-to-devops-to-devsecops-the-next-evolution: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://permission.site: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ais.com/leaping-into-devsecops-from-devops: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2020/06/defense-department-devsecops: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/devops/building-end-to-end-aws-devsecops-ci-cd-pipeline-with-open-source-sca-sast-and-dast-tools +: v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/devops-secure-trends: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.addteq.com/blog/2021/03/the-real-difference-between-devops-and-devsecops: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: [] +https://www.invensislearning.com/blog/devops-vs-devsecops: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.techerati.com/features-hub/opinions/devsecops-eight-tips-for-truly-securing-software: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devops.com/secdevops-is-the-solution-to-cybersecurity: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.techrepublic.com/article/devops-is-getting-code-released-faster-than-ever-but-security-is-lagging-behind: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redeszone.net/noticias/seguridad/configurar-mal-nube-vulnerabilidades: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.cybersecuritydive.com/news/developer-security-gitlab-devsecops: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.bbvanexttechnologies.com/blogs/filosofia-devsecops-en-el-desarrollo-de-aplicaciones-sobre-azure: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://harness.io/blog/continuous-delivery/automated-devsecops: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cloudify.co/blog/overcoming-devsecops-delivery-pipeline-challenges: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://containerjournal.com/editorial-calendar/cloud-native-security/the-what-and-why-of-cloud-native-security: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/vulnerability-assessment: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/where-are-you-on-the-devsecops-maturity-curve: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-top-5-secrets-management-mistakes-and-how-to-avoid-them: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.arsouyes.org/en/blog/2021/2021-06-21_PKCS_pem_der_key_crt: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://torq.io/blog/5-security-automation-examples-for-non-developers: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/serverless-security: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.dqindia.com/secure-cicd-pipeline-tips-experts: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-devsecops-skillsets-required-for-cloud-deployments: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://devblogs.microsoft.com/engineering-at-microsoft/you-cant-have-security-for-devops-until-you-have-devops-for-security +: v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://goteleport.com/blog/hack-via-pull-request: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://edidiongasikpo.com/how-to-give-developers-secure-access-to-kubernetes-clusters: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/cncf/tag-security: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://enterprisersproject.com/article/2021/8/5-devsecops-open-source-projects-know: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/quay/clair: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: [] +https://www.sigstore.dev: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/stackrox/kube-linter: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + - page: devsecops.md + is_bold: false + is_highlighted: false + - page: yaml.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://thomasthornton.cloud/2024/01/31/enforcing-kubernetes-best-practices-and-simplifying-kubernetes-configuration-validation-with-kube-linter-and-github-actions +: v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/open-policy-agent/gatekeeper: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://falco.org: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/10-steps-to-simplify-your-devsecops: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/automation-first-mentality: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devops.com/transform-mobile-devops-into-mobile-devsecops: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.softwebsolutions.com/resources/devops-security-tools-benefits.html: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://containerjournal.com/features/siloscape-the-dark-side-of-kubernetes: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/infrastructure-as-code-6-best-practices-for-securing-applications: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devops.com/securing-your-software-development-pipelines: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-gitops-benefits-from-security-as-code: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devops.com/tips-for-a-successful-devsecops-life-cycle: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.aquasec.com/advanced-persistent-threat-techniques-container-attacks: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/5-misconceptions-about-devsecops: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/why-cloud-native-systems-demand-a-zero-trust-approach: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/security-matters-vulnerability-scanning-done-right-1: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/architect/devsecops-enterprise-architecture: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/12/open-source-security: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/topics/security/devsecops/approach: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/open-source-democratized-software-now-lets-democratize-security: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://goteleport.com/blog/devsecops-passwordless: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://infosecwriteups.com/how-i-discovered-thousands-of-open-databases-on-aws-764729aa7f32: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/want-real-cybersecurity-progress-redefine-the-security-team: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devops.com/why-traditional-approaches-to-api-security-dont-work: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devops.com/continuous-security-the-next-evolution-of-ci-cd: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2022/02/17/fantastic-infrastructure-as-code-security-attacks-and-how-to-find-them: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devops.com/how-to-seamlessly-transition-to-devsecops: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://bridgecrew.io/blog/kubernetes-devsecops-principles: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://research.nccgroup.com/2022/01/13/10-real-world-stories-of-how-weve-compromised-ci-cd-pipelines: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/secops-in-a-post-covid-world-3-security-trends-to-watch: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/microservices-learning/how-to-implement-security-for-microservices-89b140d3e555: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/concepts/security/overview: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/triaging-malicious-docker-container: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.sonatype.com/python-packages-upload-your-aws-keys-env-vars-secrets-to-web: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@anshuman2121/devsecops-implement-security-on-cicd-pipeline-19eb7aa22626: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@jonathan_37674/what-have-we-learned-from-scanning-over-10k-kubernetes-clusters-b0ac6b250427: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.bleepingcomputer.com/news/security/over-900-000-kubernetes-instances-found-exposed-online: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/gitops-iac-security-source: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/technology-hits/incomplete-guide-for-securing-containerized-environment-78b57fc3238: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@jonathan_37674/how-to-keep-your-ci-cd-pipelines-secure-armo-8e962bc51fb6: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/whats-the-difference-between-authentication-and-authorisation: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://betanews.com/2022/10/22/cloud-security-is-complex-but-most-vulnerabilities-fall-into-three-key-categories: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@pbijjala/container-security-an-eco-system-183dbffdf2d8: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://containerjournal.com/features/kubernetes-security-in-your-ci-cd-pipeline: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/cloud-apps-secure-by-design: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/google-cloud/shifting-even-further-left-on-kubernetes-resource-compliance-8f96fb8c72eb: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://hmaslowski.com/home/f/macos-security-hardening-with-microsoft-intune: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.kubewarden.io/blog/2022/10/env-var-secrets: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/how-to-manage-vulnerabilities-in-modern-cloud-nati: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://auth0.com/blog/webauthn-and-passkeys-for-java-developers: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/prevent-secret-leaks-in-repositories: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/end-to-end-devsecops-kubernetes-project-4259f90722ef: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://blog.stackademic.com/advanced-end-to-end-devsecops-kubernetes-three-tier-project-using-aws-eks-argocd-prometheus-fbbfdb956d1a +: v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.armosec.io/blog/kubernetes-security-frameworks-and-guidance: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/what-is-zero-trust-security: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/secured-access-to-kubernetes-from-anywhere-with-zero-trust: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://securityboulevard.com/2022/10/implementing-zero-trust-security-with-service-mesh-and-kubernetes: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2022/11/04/seven-zero-trust-rules-for-kubernetes: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.rtinsights.com/implementing-zero-trust-for-kubernetes: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.cisecurity.org/insights/blog/where-does-zero-trust-begin-and-why-is-it-important: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devops.com/devops-security-your-complete-checklist: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-do-authentication-and-authorization-differ: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.osohq.com/post/microservices-authorization-patterns: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/getindata-blog/oauth2-based-authentication-on-istio-powered-kubernetes-clusters-2bd0999b7332: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/oauth2-proxy/oauth2-proxy: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://manfredmlange.medium.com/containerized-keycloak-in-development-2f9d079ec4a3: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/fidalmathew/session-based-vs-token-based-authentication-which-is-better-227o: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/irakan/is-jwt-really-a-good-fit-for-authentication-1khm: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/devops-pipeline-quality-gates-a-double-edged-sword: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/capital-one-tech/focusing-on-the-devops-pipeline-topo-pal-833d15edf0bd: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/hygieia/Hygieia: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2020/06/16/identifying-kubernetes-config-security-threats-pods-running-as-root: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-kubernetes-vulnerabilities-have-shifted-since-the-first-api-attacks: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.mirantis.com/blog/introduction-to-istio-ingress-the-easy-way-to-manage-incoming-kubernetes-app-traffic: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.armosec.io/blog/kubernetes-ingress-security: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/stackrox-kubelinter-brings-security-linting-to-kubernetes: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/yannh/kubeconform: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/security-insights-into-infrastructure-as-code: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/why-you-should-be-using-multi-category-security-your-linux-containers: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.projectcalico.org: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/project-calico-kubernetes-security-as-saas: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/intro-runtime-security-falco: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/kubernetes-security-with-falco-2eb060d3ae7d: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://developer.okta.com/blog/2020/03/23/microservice-security-patterns: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://anchore.com: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/anchore-scan-your-container-images-for-vulnerabilities-from-the-command-line: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.twistlock.com: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.threatstack.com: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://vashishtsumit89.medium.com/security-pen-testing-a-guide-to-run-owasp-zap-headless-in-containers-for-ci-cd-pipeline-ddb580dae3c8 +: v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cloud.google.com/architecture/owasp-top-ten-mitigation: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-latest-owasp-top-10-looks-a-lot-like-the-old-owasp: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/owasp-top-10-a-guide-to-the-worst-software-vulnerabilities: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://owasp.org/www-project-api-security: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.traceable.ai/blog-post/use-the-owasp-api-top-10-to-secure-your-apis: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.cequence.ai/blog/owasp-api-security-top-10-from-a-real-world-perspective: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://securityonline.info/vampi-vulnerable-rest-api-with-owasp-top-10-vulnerabilities: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/OWASP/www-project-kubernetes-top-ten: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.securecoding.com/blog/code-audit-how-to-ensure-compliance-for-an-application: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.stackrox.com: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/about/press-releases/red-hat-acquire-kubernetes-native-security-leader-stackrox: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/aquasecurity/trivy: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.aquasec.com/docker-official-images: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/pwd9000/terraform-iac-scanning-with-trivy-3cai: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.returngis.net/2021/09/buscar-vulnerabilidades-en-imagenes-de-docker-con-snyk: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://iximiuz.com/en/posts/thick-container-vulnerabilities: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://gkovan.medium.com/a-zero-trust-approach-for-securing-the-supply-chain-of-microservices-packaged-as-container-images-89d2f5b7293b +: v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/find-vulnerabilities-in-container-images-with-docker-scan: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@nanditasahu031/devsecops-implementing-secure-ci-cd-pipelines-9653726b4916: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/deepfence/YaraHunter: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://anchore.com/kubernetes: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://anchore.com/cicd: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/anchore-container-scanner: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/notaryproject/notary: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/sigstore/cosign: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/enforcing-image-trust-docker-containers-notary: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/sse-blog/verify-container-image-signatures-in-kubernetes-using-notary-or-cosign-or-both-c25d9e79ec45: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/secure-containers-cosign-distroless-images: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.blog/2021-12-06-safeguard-container-signing-capability-actions: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/chrisns/cosign-keyless-demo: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.chainguard.dev/cosign-verify-ecs: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.justinpolidori.it/posts/20220116_sign_images_with_cosign_and_verify_with_gatekeeper: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/secure-kubernetes-deployment-signature-verification: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@slimm609/secure-image-signing-with-cosign-and-aws-kms-82bc25d7fdae: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/securing-kubernetes-workloads-a-practical-approach-to-signed-and-encrypted-container-images-ff6e98b65bcd: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.gitguardian.com/github-security: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://security.stackexchange.com/questions/58167/databases-in-dmz-and-intranet: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@tanmay.avinash.deshpande/the-easiest-way-to-remove-checked-in-credentials-from-a-git-repo-704a373b94e3: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.forbes.com/sites/chenxiwang/2020/06/17/devops-drives-pentesting-delivered-as-a-service: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://patchthenet.medium.com/introduction-to-sql-injection-sql-injection-for-beginners-579c00431d40: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.keycloak.org: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://fdk.codes/securing-kubernetes-apps-with-keycloak-and-gatekeeper: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/08/03/authorizing-multi-language-microservices-with-louketo-proxy: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/08/07/a-deep-dive-into-keycloak: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.getambassador.io/centralized-authentication-with-keycloak-and-ambassador-edge-stack-d509ffbc7b6f: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.sighup.io/keycloak-ha-on-kubernetes: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/11/24/authentication-and-authorization-using-the-keycloak-rest-api: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://faun.pub/integrate-keycloak-with-hashicorp-vault-5264a873dd2f: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/geographically-distributed-stateful-workloads-part-3-keycloak: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.flant.com/ha-keycloak-infinispan-kubernetes: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.baeldung.com/spring-boot-keycloak: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@charled.breteche/securing-grafana-with-keycloak-sso-d01fec05d984: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/keycloak-with-nginx-ingress-6fo: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@amirhosseineidy/kubernetes-authentication-with-keycloak-oidc-63571eaeed61: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@martin.hodges/how-to-install-keycloak-iam-on-your-kubernetes-cluster-backed-by-postgres-1228eae4faeb: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/microsoft/Git-Credential-Manager-Core: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.blog/2020-07-02-git-credential-manager-core-building-a-universal-authentication-experience: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.gitguardian.com/secrets-credentials-api-git: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://harness.io/blog/devops/secrets-management-ci-cd: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://smallstep.com/blog/command-line-secrets: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cloud.google.com/secret-manager/docs/analyze-resources: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/mozilla/sops: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://jenkins-x.io/v3/admin/setup/secrets: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.fpcomplete.com/blog/announcing-amber-ci-secret-tool: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://jfrog.com/blog/how-to-protect-your-secrets-with-spectral-and-jfrog-pipelines: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://pkg.go.dev/github.com/keilerkonzept/aws-secretsmanager-files: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/containers-101/how-to-handle-secrets-like-a-pro-using-gitops-f3b812536434: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=6UF-QxiRGms&ab_channel=Kubevious: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/jenkins-x/gsm-controller: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devops.com/devops-teams-struggling-to-keep-secrets: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.thorsten-hans.com/encrypt-your-kubernetes-secrets-with-mozilla-sops: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2022/02/02/protect-secrets-git-cleansmudge-filter: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/kubeopsskills/cloud-secret-resolvers: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/managing-secrets-in-your-devops-pipeline: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-secrets-management-3-approaches-9-best-practices: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://siddhivinayak-sk.medium.com/kubeseal-sealedsecret-make-your-secrets-secure-in-scm-by-using-sealed-secret-4631bcb39bf8 +: v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/commjoen/wrongsecrets: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/avmconsulting-blog/aws-secret-manager-protect-sensitive-information-and-functionality-f520e15293f4: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.opstree.com/2021/11/16/aws-secret-manager: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/aws/secrets-store-csi-driver-provider-aws: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://medium.com/@ishana98dadhich/integrating-aws-secret-manager-with-eks-and-use-secrets-inside-the-pods-part-1-1938b0c3c2fb +: v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.unixarena.com/2022/04/terraform-source-credentials-from-aws-secret-manager.html: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/pyca/bcrypt: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://argon2-cffi.readthedocs.io: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://docs.python.org/3/library/hashlib.html: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cryptography.io/en/latest/hazmat/primitives/key-derivation-functions: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://git-secret.io: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/wincent/git-cipher: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/hashicorp/vault: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/hashicorp/vault-csi-provider: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.vaultproject.io: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/hashicorp-engineering/coding-for-secrets-reliability-with-hashicorp-vault-2090dd8667e: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/resources/vault-and-kubernetes-better-together: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/learn-vault-1-5: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://medium.com/hashicorp-engineering/securing-k8s-ingress-traffic-with-hashicorp-vault-pkiaas-and-jetstack-cert-manager-cb46195742ca +: v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/vault-github-action: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/aws-lambda-extensions-for-hashicorp-vault: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/kelseyhightower/serverless-vault-with-cloud-run: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.confluent.io/blog/manage-secrets-with-kubernetes-and-hashicorp-vault: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://digitalvarys.com/simple-introduction-to-hashicorp-vault: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/vault-on-the-hashicorp-cloud-platform-ga: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/resources/serverless-secrets-vault: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/hashicorps-releases-hcp-vault-to-combat-secrets-management-fatigue: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.datadoghq.com/blog/monitor-vault-metrics-and-logs: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/reasons-to-implement-hashicorp-vault-and-other-zero-trust-tools: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/retrieve-hashicorp-vault-secrets-with-kubernetes-csi: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://testdriven.io/blog/running-vault-and-consul-on-kubernetes: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/onboarding-applications-to-vault-using-terraform-a-practical-guide: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/managing-ssh-access-at-scale-with-hashicorp-vault: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devopscube.com/vault-in-kubernetes: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devopscube.com/vault-agent-injector-tutorial: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/vault-1-8: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/a-kubernetes-user-s-guide-to-hashicorp-nomad-secret-management: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/hashicorp-vault-use-cases-and-best-practices-on-azure: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://marcofranssen.nl/install-hashicorp-vault-on-kubernetes-using-helm-part-1: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@marco.franssen/install-hashicorp-vault-on-kubernetes-using-helm-part-2-d612cf6c0c91: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2021/12/30/vault-on-kubernetes-with-spring-cloud: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/integrating-azure-ad-identity-hashicorp-vault-part-1-application-auth-oidc: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@pratyush.mathur/secrets-management-using-vault-in-k8s-272462c37fd8: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/kubernetes-vault-integration-via-sidecar-agent-injector-vs-csi-provider: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/manage-kubernetes-secrets-for-flux-with-hashicorp-vault: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/how-to-integrate-your-application-with-vault-static-secrets: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/using-vault-in-kubernetes-production-for-security-engineers-54d2f0aca4d1: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/vault-1-11: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@nikhil.purva/securing-kubernetes-secrets-with-hashicorp-vault-a9555728e095: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/the-state-of-vault-and-kubernetes-and-future-plans: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://alexandre-vazquez.com/inject-secrets-in-pods-using-hashicorp-vault: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://medium.com/@martin.hodges/introduction-to-vault-to-provide-secret-management-in-your-kubernetes-cluster-658b58372569 +: v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@martin.hodges/enabling-tls-on-your-vault-cluster-on-kubernetes-0d20439b13d0: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@calvineotieno010/managing-application-secrets-with-hashicorp-vault-8efb5e1d87fd: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@muppedaanvesh/a-hand-on-guide-to-vault-in-kubernetes-%EF%B8%8F-1daf73f331bd: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://harness.io/blog/devops/vault-agent-secrets-management: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://harness.io/blog/devops/vault-agent-kubernetes-delegates: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/why-use-the-vault-agent-for-secrets-management: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/nerd-for-tech/pki-certs-injection-to-k8s-pods-with-vault-agent-injector-d97482b48f3d: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/refresh-secrets-for-kubernetes-applications-with-vault-agent: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/key-vault/general/overview: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://azure.github.io/secrets-store-csi-driver-provider-azure: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://akv2k8s.io: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/SparebankenVest/azure-key-vault-to-kubernetes: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/Neoteroi/essentials-configuration-keyvault: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-arc-blog/in-preview-azure-key-vault-secrets-provider-extension-for-arc/ba-p/3002160 +: v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +http://vcloud-lab.com/entries/microsoft-azure/-create-azure-key-vault-certificates-on-azure-portal-and-powershell: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ansible.com/blog/simplifying-secrets-management-with-cyberark-and-red-hat-ansible-automation-platform: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ansible.com/blog/automating-security-with-cyberark-and-red-hat-ansible-automation-platform: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.conjur.org: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/securing-kubernetes-secrets-conjur: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/stack-labs/manage-your-secrets-in-git-with-sops-for-kubernetes-57me: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://mehighlow.medium.com/hardened-aks-secrets-82351c43eac4: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kapitan.dev: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/kapitan-blog/declarative-secret-management-for-gitops-with-kapitan-b3c596eab088: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/gitops-secret-management: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/external-secrets/kubernetes-external-secrets: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/godaddys-innovative-project-to-secure-and-rotate-kubernetes-secrets: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/opensource/managing-secrets-deployment-in-kubernetes-using-sealed-secrets: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/managing-kubernetes-secrets: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.container-solutions.com/the-birth-of-the-external-secrets-community: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/secrets-injection-from-external-vault-into-kubernetes-poc-83a52c8cf5cb: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/jenkins-x-plugins/jx-secret-postrenderer: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/managing-kubernetes-secrets-with-aws-secrets-manager: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://ot-container-kit.github.io/k8s-vault-webhook: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://portworx.com/implementing-data-security-on-red-hat-openshift: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/walkthrough-bitwardens-new-secrets-manager: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://morey.tech/technical%20blog/Bitwarden-And-External-Secrets: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://snyk.io/blog/10-serverless-security-best-practices: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thehackernews.com/2020/06/cryptocurrency-docker-image.html: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/image-scanning-best-practices: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/top-10-things-for-container-security: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@vaib16dec/kubesecops-pipeline-container-security-in-a-cloudnative-ecosystem-e59bf19a713d: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/sysdig-2021-container-security-usage-report: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/hardening-docker-and-kubernetes-with-seccomp-a88b1b4e2111: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/container-security-seccomp: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/signing-and-verifying-container-images: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/introducing-red-hat-vulnerability-scanner-certification: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/security-center/defender-for-container-registries-introduction: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://techbeacon.com/security/17-open-source-container-security-tools: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2021/07/28/secure-container-images-with-gitlab-and-grype: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/GoogleContainerTools/container-structure-test: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.dynatrace.com/news/blog/what-is-container-security: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/secure-your-kubernetes-cluster-with-seccomp-9403ecf831b2: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=fZfd4orrn8Y&ab_channel=RawkodeAcademy: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/12/sigstore-container-images: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/container-security-best-practices: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/a-practical-guide-for-container-security: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://octetz.com/docs/2018/2018-12-07-psp: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/k8s-network-policies-demystified-and-simplified-18f5ea9848e2: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.nody.cc/posts/2020-06-kubernetes-network-policy-verification: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@senthilrch/kubernetes-network-polices-are-they-really-useful-c3a153c49316: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://digitalvarys.com/devsecops-static-analysis-sast-with-jenkins-pipeline: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.europeclouds.com/blog/implementing-aqua-security-to-secure-kubernetes: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/pomerium/pomerium: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/blog/top-open-source-kubernetes-security-tools-of-2021: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://fluentbit.io: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://falco.org/blog/detect-malicious-behaviour-on-kubernetes-api-server-through-gathering-audit-logs-by-using-fluentbit-part-2 +: v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kubearmor.io: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/protecting-your-kubernetes-environment-with-kubearmor-76b02fc2209b: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dlorenc.medium.com/whos-at-the-helm-1101c37bf0f1: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/helm-3-secrets-management-4f23041f05c3: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/manage-auto-generated-secrets-in-your-helm-charts-5aee48ba6918: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev-vibe.medium.com/encrypt-helm-sensitive-data-9d7622e41d00: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://hashcat.net/hashcat: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.intezer.com/blog/container-security/new-attacks-on-kubernetes-via-misconfigured-argo-workflows: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devops.com/how-to-automate-pki-for-devops-with-open-source-tools: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/cybersecsi/HOUDINI: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/top-6-threat-detection-tools-for-containers-3dd80b77777e: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/aws-open-sources-security-tools: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.sentinelone.com/blog/reducing-human-effort-in-cybersecurity-why-we-are-investing-in-torqs-automation-platform: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://pkg.go.dev/knative.dev/security-guard: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://developer.ibm.com/articles/secure-microservices-by-monitoring-behavior: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.facilelogin.com/microservices-security-in-action-933072043ad7: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/cve-2021-20291-cri-o-podman: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.armosec.io/blog/kubescape-checks-if-kubernetes-exposed-to-k8s-symlink-vulnerability-cve202125741: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/mitigating-log4j-kubernetes-network-policies: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/aws-samples/kubernetes-log4j-cve-2021-44228-node-agent: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/proferosec/log4jScanner: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://logging.apache.org/log4j/2.x/security.html: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/blog/log4shell-practical-mitigations-and-impact-analysis: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://edition.cnn.com/2021/12/15/tech/log4j-vulnerability/index.html: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/yahoo/check-log4j: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.welivesecurity.com/la-es/2021/12/16/que-deben-saber-lideres-empresas-sobre-log4shell: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://www.genbeta.com/actualidad/internet-esta-llamas-cloudflare-ha-detectado-24-600-ataques-minuto-que-explotaban-vulnerabilidad-log4shell +: v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.dynatrace.com/resource-center/log4j-vulnerability: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/Maelstromage/Log4jSherlock: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.mimacom.com/log4j-in-a-log4shell: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.cyberscoop.com/log4j-hack-security-update-ransomware: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.vpnranks.com/news/belgian-defense-ministry-under-cyber-attack-due-to-log4j-vulnerability: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.dynatrace.com/news/blog/log4shell-vulnerability-discovery-and-mitigation: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/yet-another-log4j-security-problem-appears: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/cisagov/log4j-scanner: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://venturebeat.com/2021/12/18/what-log4shell-teaches-us-about-open-source-security: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://tanzu.vmware.com/developer/blog/log4shell-vulnerability-spotlights-the-importance-of-adopting-trusted-open-source-software-providers-for-the-enterprise +: v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/google/log4jscanner: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thehackernews.com/2022/01/microsoft-warns-of-continued-attacks.html: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.zdnet.com/article/log4j-after-white-house-meeting-google-calls-for-list-of-critical-open-source-projects: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://it.slashdot.org/story/21/05/22/041242/and-the-top-source-of-critical-security-threats-ispowershell: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://therecord.media/uk-government-plans-to-release-nmap-scripts-for-finding-vulnerabilities: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ncsc.gov.uk/blog-post/introducing-scanning-made-easy: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.techrepublic.com/article/how-to-create-lets-encrypt-ssl-certificates-with-acme-sh-on-linux: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/waf-securing-applications-at-the-edge: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.zdnet.com/article/google-releases-new-open-source-security-software-program-scorecards: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://sysadminxpert.com/how-to-do-security-auditing-of-centos-system-using-lynis-tool: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://tryhackme.com/room/metasploitintro: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://bridgecrew.io: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://bridgecrew.io/blog/tutorial-incorporate-iac-security-in-your-ci-cd-pipeline-with-bridgecrew-jenkins-and-github: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://socket.dev/blog/introducing-socket: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.itbusinessedge.com/security/okta-vs-azure-ad: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/deepfence/ThreatMapper: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/goauthentik/authentik: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/openappsec/openappsec: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.microsoft.com/en-us/security/business/ai-machine-learning/microsoft-security-copilot: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/prowler-cloud/prowler: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/top-content/career: + v1: + - page: devsecops.md + is_bold: false + is_highlighted: false + - page: recruitment.md + is_bold: false + is_highlighted: false + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Cryptocurrency: + v1: + - page: digital-money.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Blockchain: + v1: + - page: digital-money.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://tether.to: + v1: + - page: digital-money.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/getting-started-with-docker-1: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/java-containerization: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://americanexpress.io/do-not-run-dockerized-applications-as-root: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.freecodecamp.com/a-beginner-friendly-introduction-to-containers-vms-and-docker-79a9e3e119b: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://labs.play-with-docker.com: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/docker-explained-an-introductory-guide-to-docker: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/everything-you-need-to-know-about-docker: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/docker/build-push-action: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/getting-started-with-docker-facts-you-should-know-d000e5815598: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://jfrog.com/knowledge-base/a-beginners-guide-to-understanding-and-building-docker-images: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://pythonspeed.com/articles/dockerizing-python-is-hard: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@shahinghasemy/what-is-docker-why-should-you-use-it-in-simple-words-cc5e6160f9db: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.docker.com/blog/top-questions-for-getting-started-with-docker: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/how-to-start-working-with-docker-containers-72b73ca60e0c: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/mitigating-devops-repository-risks: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://automationreinvented.blogspot.com/2020/02/top-18-docker-commands-for-aytomation.html: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://css-tricks.com/a-gentle-introduction-to-using-a-docker-container-as-a-dev-environment: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.docker.com/engine/context/ecs-integration: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/aws-docker-collaborate-simplify-developer-experience: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.docker.com/blog/from-docker-straight-to-aws: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://martinheinz.dev/blog/35: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.docker.com/blog/docker-hub-experimental-cli-tool: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.docker.com/blog/year-in-review-the-most-viewed-docker-blog-posts-of-2020-part-1: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.docker.com/blog/year-in-review-the-most-viewed-docker-blog-posts-of-2020-part-2: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://www.adictosaltrabajo.com/2020/12/22/como-crear-y-desplegar-microservicios-con-spring-boot-spring-cloud-netflix-y-docker +: v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/9033/how-to-use-cron-with-your-docker-containers: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2021/01/docker-jfrog-partnership: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://technology.doximity.com/articles/buildpacks-vs-dockerfiles: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.docker.com/blog/containerized-python-development-part-1: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.docker.com/blog/containerized-python-development-part-2: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.docker.com/blog/containerized-python-development-part-3: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://pythonspeed.com/articles/security-updates-in-docker: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2021/03/04/making-environment-variables-accessible-in-front-end-containers: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://medium.com/analytics-vidhya/dockerizing-a-rest-api-in-python-less-than-9-mb-and-based-on-scratch-image-ef0ee3ad3f0a +: v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.datamechanics.co/blog-post/optimized-spark-docker-images-now-available: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.theskillpedia.com/managing-docker-images-openshift-tutorial: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://iximiuz.com/en/posts/container-networking-is-simple: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.r-bloggers.com/2021/05/dockerizing-shiny-applications: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://pythonspeed.com/articles/docker-performance-overhead: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://turbofuture.com/computers/introductiontodocker: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://releasehub.com/blog/cutting-build-time-in-half-docker-buildx-kubernetes: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/nttlabs/buildx-kubernetes-ad0fe59b0c64: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.linuxadictos.com/docker-presenta-nuevas-capacidades-para-desarrolladores.html: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://grafana.com/docs/grafana-cloud/reference/integrations/integration-docker: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/hood/docker-cmd-vs-entrypoint-explaining-the-difference-55g7: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.gougousis.net/file-permissions-the-painful-side-of-docker: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://twitter.com/agarcia: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/codex/push-docker-image-to-docker-hub-acc978c76ad: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.thundra.io/why-should-you-run-all-your-tests-in-docker: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.returngis.net/2021/08/crea-hosts-de-docker-con-docker-machine-en-microsoft-azure: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/kubona_my/docker-101-124e: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://pawelurbanek.com/asdf-docker-development: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.tecmint.com/install-docker-in-rocky-linux-and-almalinux: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.adoptium.net/2021/08/using-jlink-in-dockerfiles: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/13937/how-to-ssh-into-a-docker-container: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/13987/how-to-use-docker-cp-to-copy-files-between-host-and-containers: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.baeldung.com/docker-deploy-java-war: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.returngis.net/2021/08/explorar-graficamente-el-contenido-de-un-volumen-de-docker: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/8/container-image: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.zdnet.com/article/docker-changes-its-subscription-plans-usage-rules-and-product-line: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.servethehome.com/docker-abruptly-starts-charging-many-users-for-docker-desktop: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://matt-rickard.com/docker-desktop-alternatives: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.aquasec.com/container-isolation-techniques: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3632142/how-docker-broke-in-half.html: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/14081/how-to-pass-environment-variables-to-docker-containers: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/tylerlwsmith/one-does-not-just-containerize-an-app-5eae: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/14191/how-to-clean-up-and-delete-docker-images: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/software-development-in-containers-a-cookbook-2ba14d07e535: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/abdorah/how-to-create-production-docker-image-ready-for-deployment-4bbe: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/_nicolas_louis_/how-to-run-docker-on-windows-without-docker-desktop-hik: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/paru429/beginner-s-guide-to-docker-and-docker-cli-commands-1p75: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/learn-how-to-deploy-12-apps-to-aws-azure-google-cloud: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/14508/how-to-assign-a-static-ip-to-a-docker-container: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/14663/how-to-inspect-a-docker-images-content-without-starting-a-container: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/why-you-should-start-using-docker-now: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3639596/docker-really-did-change-the-world.html: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/14890/how-and-why-to-run-docker-inside-docker: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/14880/whats-the-difference-between-exposing-and-publishing-a-docker-port: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://clavinjune.dev/en/blogs/working-with-remote-docker-using-docker-context: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/14973/how-to-add-a-volume-to-an-existing-docker-container: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/15066/how-to-manage-docker-engine-plugins: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://iximiuz.com/en/posts/container-learning-path: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-time-to-decide-on-docker-desktop-has-arrived: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.codeproject.com/Tips/5323808/How-To-Create-An-Image-In-Docker-Using-Python: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-to-share-data-between-docker-containers: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://iximiuz.com/en/posts/containers-101-attach-vs-exec: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/docker-copy-vs-add-whats-the-difference: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-to-run-docker-in-rootless-mode: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://mjovanc.com/get-started-with-docker-and-docker-compose-cddcb5a3f3b9: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/dhravya/docker-explained-to-a-5-year-old-2cbg: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://nishnit007.medium.com/a-journey-from-dockerfile-to-application-deployment-on-kubernetes-for-beginners-fea1eb0f3581: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/docker-cache-tutorial: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/signoz/docker-101-introduction-to-docker-1kbm: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@joelbelton/optimising-docker-performance-the-key-4-techniques-you-need-6440cfebb650: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/docker-limit-container-cpu-usage-11eb8ee0de5a: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://devtron.ai/blog/cmd-and-entrypoint-differences: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://fatehmuhammad.medium.com/introduction-to-docker-part-1-3cff7559e372: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloudnativeislamabad.hashnode.dev/introduction-to-docker-part-1: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docker-curriculum.com: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.hostinger.in/tutorials/what-is-docker: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/container-namespace-introduction-6a1e26f8707a: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://viblo.asia/p/how-to-prevent-out-of-disk-space-when-using-docker-english-WR5JRDBrVGv: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://iximiuz.com/en/posts/docker-publish-container-ports: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://iximiuz.com/en/posts/docker-publish-port-of-running-container: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@BeNitinAgarwal/lifecycle-of-docker-container-d2da9f85959: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.docker.com/blog/new-docker-compose-v2-and-v1-deprecation: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@i180826/using-docker-to-build-react-app-49862615e6f8: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/kameshsampath/simplify-your-dockerfile-1j5k: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.itprotoday.com/it-operations/docker-still-worth-learning-it-operations-teams-probably-not: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kennybrast.medium.com/how-i-used-docker-to-create-a-python-dev-environment-48a5d31ae277: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=0mxhS7H6bxM: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.codementor.io/blog/docker-technology-5x1kilcbow: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/javinpaul/my-favorite-free-courses-to-learn-docker-and-containers-in-2023-1ldo: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://tonylixu.medium.com/docker-run-vs-cmd-vs-entrypoint-57f248b95889: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/itsahsanmangal/building-a-robust-cicd-pipeline-with-docker-a-comprehensive-guide-4k8b: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/prasenjeetsymon/docker-from-zero-to-hero-part-1-3a45: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/components-of-container-management: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://devopscube.com/build-docker-image: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://pointbase.hashnode.dev/understand-docker-layers-by-example-run-instructions-impact: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.docker.com/2019/07/intro-guide-to-dockerfile-best-practices: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.docker.com/blog/intro-guide-to-dockerfile-best-practices: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.docker.com/blog/speed-up-your-development-flow-with-these-dockerfile-best-practices: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/dockerfile-best-practices: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://testdriven.io/blog/docker-best-practices: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/techworld_with_nana/top-8-docker-best-practices-for-using-docker-in-production-1m39: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/karanpratapsingh/top-5-docker-best-practices-57oh: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://stevelasker.blog/2018/03/01/docker-tagging-best-practices-for-tagging-and-versioning-docker-images: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://faun.pub/dockerfile-best-practices-for-developers-87a2c19b4abe: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://azeynalli1990.medium.com/15-best-practices-when-working-with-docker-720d2d8de202: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://hwchiu.medium.com/docker-networking-model-introduction-194a2a2c9b68: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/nycdev/understanding-docker-volumes-mounts-and-layers-9fa17befa493: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://spacelift.io/blog/docker-volumes: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.netapp.com/us-en/trident/trident-docker/volumes-docker.html: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/5-simple-tips-for-debugging-docker-containers-271cb3dee77a: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://iximiuz.com/en/posts/docker-debug-slim-containers: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.docker.com/engine/reference/commandline/buildx_imagetools: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/docker/9-docker-extensions-every-developer-must-try-1no2: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/Saniewski/mongo-express-docker-extension: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +kubernetes-alternatives.md: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/veggiemonk/awesome-docker: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/docker/awesome-compose: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + - page: docker.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/pabpereza/curated-dockerfiles-examples: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.testproject.io/2021/06/21/a-comparison-of-kubernetes-and-docker: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://containerjournal.com/features/whats-the-difference-between-docker-and-kubernetes: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://codefresh.io/containers/docker-anti-patterns: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/containers-101/docker-anti-patterns-ad2a1fcd5ce1: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/10-docker-security-best-practices-to-cut-container-chaos: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://brianchristner.io/how-to-use-docker-scan: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://snyk.io/blog/10-docker-image-security-best-practices: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.augmentedmind.de/2022/02/20/optimize-docker-image-security: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/securing-docker: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.clickittech.com/devops/docker-security-best-practices: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://infosecwriteups.com/attacking-and-securing-docker-containers-cc8c80f05b5b: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://securitylabs.datadoghq.com/articles/container-security-fundamentals-part-1: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2016/03/09/more-about-docker-images-size: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@gdiener/how-to-build-a-smaller-docker-image-76779e18d48a: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itsopensource.com/how-to-reduce-node-docker-image-size-by-ten-times: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.bitsrc.io/best-practices-for-writing-a-dockerfile-68893706c3: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://sequoia.makes.software/reducing-docker-image-size-particularly-for-kubernetes-environments: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/building-docker-images-the-proper-way-3c9807524582: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.returngis.net/2021/08/reduce-el-tamano-de-tus-imagenes-con-dockerfiles-multi-stage: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.slim.ai: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.slim.ai/blog/automatically-reduce-docker-container-size-using-dockerslim.html: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=1o14tIEhZL0: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.slim.ai/docs/docker-desktop-extension.html: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://learnk8s.io/blog/smaller-docker-images: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://contains.dev/blog/optimizing-docker-image-size: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +http://jpetazzo.github.io/2021/11/30/docker-build-container-images-antipatterns: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2022/01/17/reduce-size-container-images-dockerslim: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.docker.com/blog/reduce-your-image-size-with-the-dive-in-docker-extension: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/vantageai/how-to-make-your-python-docker-images-secure-fast-small-b3a6870373a0: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/devops-in-k8s-write-dockerfile-efficiently-37eaedf87163: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2023/11/07/slim-docker-images-for-java: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://bhupesh.me/publishing-my-first-ever-dockerfile-optimization-ugit: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@RoussiAbel/optimizing-java-base-docker-images-size-from-674mb-to-58mb-c1b7c911f622: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.nrmitchi.com/2020/10/one-simple-trick-for-building-images-faster/?utm_sq=gkugwn5n5s: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://pythonspeed.com/articles/docker-buildkit: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://pauldally.medium.com/structuring-dockerfiles-for-productivity-2681de4815a4: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.inedo.com/top-50-docker-tools: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2020/07/docker-ecs-plugin: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/wagoodman/dive: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/bcicen/ctop: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/sherifabdlnaby/phpdocker: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/kooldev/use-kool-to-dockerize-your-local-development-environment-the-right-way-18gl: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://sematext.com/docker: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/stepchowfun/docuum: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/15158/10-tools-that-complement-docker: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/cybersecsi/RAUDI: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/grosser/preoomkiller: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/ory/dockertest: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/hadolint/hadolint: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://ttl.sh: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/ktock/buildg: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2022/09/debug-dockerfiles-buildg: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/google/go-containerregistry: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/jesseduffield/lazydocker: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.docker.com/blog/telepresence-for-docker: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/containrrr/watchtower: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.docker.com/blog/creating-the-best-linux-development-experience-on-windows-wsl-2: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://andrewlock.net/installing-docker-desktop-for-windows: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@adeelsubhan25/how-to-setup-and-build-docker-images-on-windows-baf252152aca: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://www.freecodecamp.org/news/a-beginners-guide-to-docker-how-to-create-a-client-server-side-with-docker-compose-12c8cf0ae0aa +: v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.docker.com/blog/announcing-the-compose-specification: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3536573/dockers-compose-specification-is-now-an-open-standard.html: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.theregister.co.uk/2020/04/08/docker_opens_up_compose_specification: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://nuxx.io: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/clarusway/how-can-we-easily-and-visually-explain-the-docker-compose-53df77e9f046: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.docker.com/blog/docker-compose-for-amazon-ecs-now-available: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://geshan.com.np/blog/2021/12/docker-postgres: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://codesolid.com/how-to-use-docker-with-python: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://releasehub.com/blog/6-docker-compose-best-practices-for-dev-and-prod: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +http://crunchtools.com/moving-linux-services-to-containers: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@sebagomez/windows-containers-personal-cheat-sheet-95c1c4d6bdf5: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/itops-talk-blog/iis-central-certificate-store-and-windows-containers/ba-p/4181509: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.portainer.io: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.portainer.io/products/community-edition: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/deploy-a-persistent-kubernetes-application-with-portainer: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +http://crunchtools.com/comparison-linux-container-images: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubedex.com/base-images: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/03/24/red-hat-universal-base-images-for-docker-users: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/books/red-hat-universal-base-images-ubi: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://hub.docker.com/u/redhat: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/05/25/red-hat-universal-base-image-and-docker-hub-why-should-developers-care: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/about/press-releases/red-hat-brings-red-hat-universal-base-image-docker-hub: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com/community/tags/docker: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://buildpacks.io: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.altoros.com/blog/streamlining-the-creation-of-docker-images-with-cloud-native-buildpacks: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/container-images-the-easy-way-with-cloud-native-buildpacks: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://dev.to/pmbanugo/goodbye-dockerfiles-build-secure-optimised-nodejs-container-images-with-cloud-native-buildpacks-489p +: v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/nttlabs/nerdctl-359311b32d0e: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://jfrog.com/knowledge-base/the-basics-7-alternatives-to-docker-all-in-one-solutions-and-standalone-container-tools: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/containerd/nerdctl: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/genuinetools/img: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/GoogleContainerTools/jib: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/GoogleContainerTools/kaniko: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.docker.com/develop/develop-images/build_enhancements: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.logrocket.com/top-docker-alternatives-2022: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/replace-docker-desktop-with-lima-88ec6f9d6a19: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/alternatives-to-docker-desktop: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/docker-alternatives-10-alternatives-to-docker-for: + v1: + - page: docker.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/.NET: + v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/apps-on-azure/full-stack-net-6-apps-with-blazor-webassembly-and-azure-static/ba-p/2933428 +: v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2021/03/16/three-ways-to-containerize-net-applications-on-red-hat-openshift: + v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/11/15/net-60-now-available-rhel-and-openshift: + v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.telerik.com/blogs/your-first-microservice-dotnet-6: + v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/dotnet/architecture/microservices: + v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://stackify.com/who-will-dominate-in-the-future-net-or-java: + v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/dotnet/announcing-rate-limiting-for-dotnet: + v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.jetbrains.com/dotnet/2021/07/19/getting-started-with-asp-net-core-and-grpc: + v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/building-a-restful-service-using-aspnet-core-and-d: + v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://enlear.academy/repository-pattern-and-unit-of-work-with-asp-net-core-web-api-6802e1aa4f78: + v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://itnext.io/how-to-build-an-event-driven-asp-net-core-microservice-architecture-e0ef2976f33f: + v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/NuGet/docs.microsoft.com-nuget/blob/main/docs/reference/nuspec.md: + v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://gist.github.com/andykuszyk/a5ee80ae263e77f651bed878c1deb03b: + v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://khalidabuhakmeh.com/a-dotnet-five-guide-from-idea-to-nuget-package: + v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.syncfusion.com/blogs/post/10-best-c-nuget-packages-to-improve-your-productivity-in-2022.aspx: + v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/nuget/introducing-compatible-frameworks-on-nuget-org: + v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/dotnet/devops-for-dotnet-maui: + v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/App-vNext/Polly: + v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://medium.com/aspnetrun/microservices-resilience-and-fault-tolerance-with-applying-retry-and-circuit-breaker-patterns-c32e518db990 +: v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://procodeguide.com/programming/polly-in-aspnet-core: + v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.paradigm.net.co: + v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://jasperfx.github.io/oakton: + v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://jasperfx.github.io/lamar: + v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://jeremydmiller.com/2021/10/12/self-diagnosing-deployments-with-oakton-and-lamar: + v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.dotnetcurry.com/aspnet-core/kubernetes-for-developers: + v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://andrewlock.net/series/deploying-asp-net-core-applications-to-kubernetes: + v1: + - page: dotnet.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.katacoda.com: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + - page: openshift.md + is_bold: false + is_highlighted: false + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: career-and-industry.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://learn.openshift.com: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + - page: openshift.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.tutorialspoint.com/openshift: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://e-learning.zeef.com/tracy.parish: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.udemy.com: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.whizlabs.com: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.lynda.com: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.edx.org: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.coursera.org: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.codecademy.com: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://eu.udacity.com: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.guru99.com: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +http://www.tutorialspoint.com: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://typing.io: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +http://www.vogella.com/tutorials: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://training.linuxfoundation.org/resources: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.khanacademy.org: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://codely.tv: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://ine.com: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://edu.gcfglobal.org/en: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://wiki.bash-hackers.org: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://sqlpd.com: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://techstudyslack.com: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://kube.academy: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.codewars.com: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://riptutorial.com: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/hashicorp-learning-resources-reference-guide: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: career-and-industry.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://pll.harvard.edu/course/cs50-introduction-computer-science: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.learnitguide.net: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://github.com/techiescamp/devops-projects: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://medium.com/javarevisited/10-best-java-microservices-courses-with-spring-boot-and-spring-cloud-6d04556bdfed: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.udemy.com/course/microservices-architecture-the-complete-guide: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.udemy.com/course/microservices-with-spring-boot-and-spring-cloud: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.educative.io/courses/introduction-microservice-principles-concepts: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.coursera.org/learn/google-cloud-java-spring: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +http://open-bootcamp.com: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://code.joejag.com/2021/i-am-aws-certified-should-you-trust-me.html: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://homebusinessmag.com/businesses/success-tips/certificates-alone-wont-get-hired-need-certifications-plus: + v1: + - page: elearning.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.jamesmichaelhickey.com/microservices-architecture: + v1: + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@ebin/stop-you-dont-need-microservices-dc732d70b3e0: + v1: + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/faun/your-team-might-not-need-kubernetes-57240e8d554a: + v1: + - page: faq.md + is_bold: false + is_highlighted: false + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cybercoders.com/insights/what-hiring-managers-look-for-in-a-full-stack-developer: + v1: + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.nginx.com/blog/introduction-to-microservices: + v1: + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/programming-styles-spring-boot-vis-a-vis-with-ecli: + v1: + - page: faq.md + is_bold: false + is_highlighted: false + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://shekhargulati.com/2018/08/01/week-1-service-discovery-for-modern-distributed-applications: + v1: + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/pitfalls-patterns-microservice-dependency-management: + v1: + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/majidqafouri/microservice-roadmap-4mci: + v1: + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.clickittech.com/devops/microservices-vs-monolith: + v1: + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://betterprogramming.pub/domain-partitions-how-to-find-a-healthy-balance-between-microservices-and-monoliths-2cd74206559 +: v1: + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/microservices-align-the-pain-with-the-solution: + v1: + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://k21academy.com/docker-kubernetes/monolithic-vs-microservices: + v1: + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/ibm-garage/its-time-to-stop-making-microservices-the-goal-of-modernization-71758b400287: + v1: + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/choosing-between-container-native-and-container-ready-storage: + v1: + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.risingstack.com/designing-microservices-architecture-for-failure: + v1: + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/tngeene/when-are-microservices-appropriate-g2n: + v1: + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/design-microservices-architecture-with-patterns/when-to-use-and-when-not-to-use-microservices-no-silver-bullet-3ae293faf6d +: v1: + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://bit.ly/kubeappserver: + v1: + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/04/08/why-kubernetes-native-instead-of-cloud-native: + v1: + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/cloud-native-architecture-adoption-part1: + v1: + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=Q6i0LK4vHsU: + v1: + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/the-best-cloud-migration-approach-lift-and-shift-r: + v1: + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/10-commandments-on-microservice-decomposition: + v1: + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/business/what-is-lift-and-shift-cloud-migration: + v1: + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hazelcast.com/blog/architectural-patterns-for-caching-microservices: + v1: + - page: faq.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.finops.org: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/better-programming/devops-noops-finops-64e0df91bcb8: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.padok.fr/en/blog/finops-cloud: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? https://es.slideshare.net/AmazonWebServices/finops-a-culture-transformation-to-bring-devops-finance-and-the-business-together-sponsored-by-cloudability-aws-summit-sydney +: v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/blogs/enterprise-strategy/introducing-finops-excuse-me-devsecfinbizops: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/finops-foundation-to-help-rein-in-cloud-costs: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/every-devops-team-needs-finops-lead: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? https://www.cncf.io/blog/2021/06/29/finops-for-kubernetes-insufficient-or-nonexistent-kubernetes-cost-monitoring-is-causing-overspend +: v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/the-cost-of-managed-kubernetes-a-comparison: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/4-reasons-your-cloud-operations-need-a-finops-team: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://faun.pub/finops-introduction-origins-and-next-steps-bcdaa8b82417: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/topics/cloud-first/key-metrics-to-measure-impact-of-cloud-finops: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/cloud-cost-management-for-devops: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.zdnet.com/article/as-cloud-costs-spiral-upward-enterprises-turn-to-a-thing-called-finops: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/tricks-for-cloud-cost-optimization: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://venturebeat.com/datadecisionmakers/cloud-costs-are-unmanageable-its-time-we-standardize-billing: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/@pratzy99/adoption-of-finops-for-kubernetes-cost-optimization-6263bc7b3f57: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://hystax.com/the-difference-between-cloud-cost-management-and-finops: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3674048/are-we-experiencing-cloudflation.html: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://edgebricks.com/why-public-clouds-get-so-expensive-over-time: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/smb/four-principles-of-cloud-financial-management-small-and-medium-business-owners-need-to-know +: v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://logz.io/blog/finops-observability-monitoring-kubernetes-cost: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/adeo-tech/how-to-save-money-fast-with-kubernetes-do-finops-3a9cafc9beba: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3695569/kubernetes-cost-management-for-the-real-world.html: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3688332/when-finops-costs-you-more-in-the-end.html: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3696277/kubernetes-costs-less-but-less-than-what.html: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.bitsand.cloud/posts/slashing-data-transfer-costs: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/@tarunbehal02/aws-cost-optimizations-my-learnings-fcdc14da1f58: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/architecture/overview-of-data-transfer-costs-for-common-architectures: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blog.cloudtrooper.net/2026/01/16/which-azure-network-is-cheaper: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + - page: networking.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/blog/AzureInfrastructureBlog/building-a-finops-ready-azure-landing-zone-infrastructure-foundations-for-cost-o/4411706 +: v1: + - page: finops.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://build5nines.com/azure-functions-cost-considerations-and-optimization: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + - page: serverless.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/blog/AzureNetworkingBlog/a-guide-to-azure-data-transfer-pricing/4374538: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + - page: networking.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/dolevshor/azure-finops-guide: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://info.microsoft.com/ww-landing-the-road-to-azure-cost-governance-e-book.html: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/mivano/azure-cost-cli: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/azure-savings-dashboard/ba-p/3816131: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/view-kubernetes-costs: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-governance-and-management/azure-pricing-how-to-navigate-azure-pricing-options-and/ba-p/4166276 +: v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-governance-and-management/azure-pricing-how-to-estimate-azure-project-costs/ba-p/4166297 +: v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/finops-blog/identify-your-savings-potential-in-azure/ba-p/4131194: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/armory/continuous-cost-optimization-for-kubernetes-4361045f0215: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/learnk8s/xlskubectl: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/empathyco/cloud-finops-part-4-kubernetes-cost-report-b4964be02dc3: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/@danielepolencic/reserved-cpu-and-memory-in-kubernetes-nodes-65aee1946afd: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/develeap/cutting-down-kubernetes-costs-cast-ai-vs-karpenter-20f6788b4c67: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://engineering.razorpay.com/the-culture-of-cost-optimization-reducing-kubernetes-cost-by-300-000-32611cdd19d9: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3693050/5-steps-to-bringing-kubernetes-costs-in-line.html: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/@suleimanabualrob/kubernetes-cost-optimisation-9e81b76814f6: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/grafana-wants-to-help-you-avoid-getting-dinged-by-kubernetes-costs: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://marketplace.atlassian.com/apps/1227641/license-manager-easily-track-your-software-licenses: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dev.to/zenika/eks-10-tips-to-reduce-the-bill-up-to-90-on-aws-managed-kubernetes-clusters-epe: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/understanding-and-cost-optimizing-amazon-eks-control-plane-logs: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/compass-true-north/halving-kubernetes-compute-costs-with-vertical-pod-autoscaler-df658c043301: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.replex.io: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.replex.io/blog/an-introduction-to-kubernetes-finops: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://t.co/y414rbxM7l: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/cremich/cdk-bill-bot: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/finout-gets-a-handle-on-kubernetes-costs: + v1: + - page: finops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/france-european-el-dorado-freelancing-quentin-debavelaere: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.elconfidencial.com/tecnologia/2018-05-12/informatico-freelance-carnica-freelancer-yeeply_1562518: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? https://www.genbeta.com/web/siete-webs-explicadas-a-fondo-donde-encontrar-trabajo-freelance-autonomo-te-niegas-a-volver-a-oficina +: v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? https://www.eleconomista.es/economia/noticias/11338080/07/21/Solo-el-13-de-autonomos-en-tarifa-plana-sobrevive-despues-de-24-meses.html +: v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://calculadora.malt.es: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? https://www.eleconomista.es/actualidad/noticias/11361634/08/21/El-acceso-a-financiacion-una-barrera-casi-infranqueable-para-los-autonomos.html +: v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? http://www.gestoresderiesgo.com/colaboradores/prohibicion-de-utilizar-programas-informaticos-que-permitan-llevar-una-doble-contabilidad-empresarial +: v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.noticiastrabajo.es/como-deben-autonomos-retrasar-pago-intereses-creditos-ico: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? https://www.autonomosyemprendedor.es/articulo/tus-finanzas/autonomos-solo-deben-presentar-iva-octubre-mas-obligaciones-tributarias-mes/20210927125637025167.html +: v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? https://www.xataka.com/pro/seguridad-social-crea-app-movil-para-gestionar-nueva-cuota-autonomos-permitira-cambiar-tramo-mensualmente-ingresos +: v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.diariocordoba.com/cordoba-ciudad/2021/12/26/autonomo-espana-sigue-profesion-riesgo-61023753.html: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://blog.xolo.io/es/es-rentable-ser-aut%C3%B3nomo-en-espa%C3%B1a: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://marinaaisa.com/es/blog/contractor-eeuu-espana: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.billin.net/blog/como-ser-freelance: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://cincodias.elpais.com/cincodias/2022/02/08/fortunas/1644336556_587972.html: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=81VnO4puNkg: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://acentocoop.es: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://declarando.es: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.malt.com: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://upper.co: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.upwork.com: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.freelancer.com: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.yeeply.com: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.codementor.io: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.toptal.com: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.fiverr.com: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.guru.com: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.truelancer.com: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.peopleperhour.com: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.crossover.com: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://arc.dev: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.scalablepath.com: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://turing.com: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.asklorem.com: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://soshace.com: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://adevait.com: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://speedlancer.com: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://worksome.co.uk: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.certace.com: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.hellobonsai.com: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://remote.one: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.bairesdev.com/join-us: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.paystream.co.uk/umbrella/what-is-an-umbrella-company: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +http://umbrellaselector.com/Spain: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://freelance.es: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://contractortaxation.com/contracting-in-spain: + v1: + - page: freelancing.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Git: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://git-scm.com: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://git-scm.com/book: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devdocs.io/git: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://tutorialzine.com/2016/06/learn-git-in-30-minutes: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/gonedark/3-git-commands-i-use-every-day: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/life/16/7/how-restore-older-file-versions-git: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://tychoish.com/post/9-awesome-git-tricks: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/dictcp/awesome-git: + v1: + - page: git.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/top-20-git-commands-with-examples: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://ohshitgit.com: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/learn-git-basics: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://datree.io/blog/git-commit-message-conventions-for-readable-git-log: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://datree.io/blog/useful-git-commands-list: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2015-06-08-how-to-undo-almost-anything-with-git: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/milu_franz/git-explained-the-basics-igc: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/javarevisited/7-best-courses-to-master-git-and-github-for-programmers-d671859a68b2: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@atif.ramzan89/top-7-cloud-source-code-management-tools-features-and-pricing-plans-105f4eb88a3a: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/g_abud/advanced-git-reference-1o9j: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/7/git-repos-best-practices: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://codeburst.io/debug-your-code-using-git-bisect-45db2983cc69: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2020-07-27-highlights-from-git-2-28: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://codeburst.io/a-resource-for-all-things-git-b63d6626beca: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://stu2b50.dev/posts/things-you-wante9665: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://livecodestream.dev/post/2020-08-21-git-concepts-and-workflow-for-beginners: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenextweb.com/syndication/2020/09/02/a-beginners-guide-to-the-most-popular-git-commands: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://julien.danjou.info/stop-merging-your-pull-request-manually: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2020/11/23/keep-git-history-clean-with-interactive-rebase: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.gitkraken.com/learn/git/tutorials: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2020-12-17-commits-are-snapshots-not-diffs: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2020/03/13/partial-clone-for-massive-repositories: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/tutorial/devops-tutorial/git-tutorial: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/how-to-handle-multiple-git-configurations-in-one-machine: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/purveshshende2/git-for-beginners-3il6: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.gitguardian.com/rewriting-git-history-cheatsheet: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.smashingmagazine.com/2021/02/getting-the-most-out-of-git: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://thenewstack.io/why-open-source-project-maintainers-are-reluctant-to-use-digital-signatures-two-factor-authentication +: v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.geeksforgeeks.org/how-to-write-good-commit-messages-in-github: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/what-is-git-learn-git-version-control: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.c-sharpcorner.com/article/20-git-commands-you-should-know: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/4/git-whatchanged: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/practical-git-and-git-workflows: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2021/03/18/iteration-and-code-review: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.honeybadger.io/blog/git-tricks: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.balasundar.com/automate-git-operations-using-python: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/13-git-commands-to-know-in-order: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/5-git-commands-to-know-before-your-first-tech-job-or-internship-1b5856313338: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/valeriavg/master-git-in-7-minutes-gai: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.greenroots.info/how-not-to-use-git-in-practice-ten-git-usages-you-should-know-to-avoid: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://livecodestream.dev/post/five-advanced-git-concepts-that-make-you-look-like-a-pro: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/git-pull-how-it-works-with-detailed-examples: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://midu.dev/buenas-practicas-escribir-commits-git: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/git-push-an-in-depth-tutorial-with-examples: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://blog.annamcdougall.com/git-workflow-tutorial-start-using-git-today-with-basic-git-commands-ckdc1nvfs02zp66s1d4zydz47 +: v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/git-for-managing-small-projects: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://netflixtechblog.medium.com/improving-pull-request-confidence-for-the-netflix-tv-app-b85edb05eb65: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/14036/how-to-use-git-hooks-for-commit-automation: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.simplilearn.com/tutorials/git-tutorial/merge-conflicts-in-git: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.argoproj.io/5-new-git-commands-and-1-tip-youll-use-every-day-3c28e97c9321: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/okimotomizuho/open-source-my-first-pull-request-1356: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.testproject.io/2021/09/23/git-101-from-scratch-the-ultimate-guide-for-qas: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/git-for-professionals: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/a-git-cheatsheet-that-all-coders-need-bf8ad4d91576: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.r-bloggers.com/2021/10/git-moving-from-master-to-main: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://css-tricks.com/creating-the-perfect-commit-in-git: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://css-tricks.com/branching-strategies-in-git: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://css-tricks.com/better-collaboration-with-pull-requests: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://css-tricks.com/merge-conflicts-what-they-are-and-how-to-deal-with-them: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://css-tricks.com/rebase-vs-merge-integrating-changes-in-git: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://css-tricks.com/interactive-rebase-clean-up-your-commit-history: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://css-tricks.com/cherry-picking-commits-in-git: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://css-tricks.com/using-the-reflog-to-restore-lost-commits: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/git-reset-undo-changes: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.c-sharpcorner.com/article/top-15-git-commands-with-examples-for-every-developers: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/14822/should-you-use-https-or-ssh-for-git: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://marklodato.github.io/visual-git-guide/index-en.html: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/tahsinature/get-lazy-with-lazygit-4h37: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/top-30-git-commands-you-should-know-to-master-git-cli-f04e041779bc: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@swain.dennis1/forking-github-repository-with-git-and-vim-54288dff3801: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/yenyih/10-useful-git-tips-to-improve-your-workflow-kf1: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/render/git-organized-a-better-git-flow-56go: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/how-to-filter-the-git-logs-2dcebf3d12: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/development-introduction-to-git-logging: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/git-config-how-to-configure-git-settings: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/git-undo-merge-how-to-revert-the-last-merge-commit-in-git: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devconnected.com/how-to-delete-file-on-git: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3654955/what-is-git-version-control-for-collaborative-programming.html: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/github/how-do-i-resolve-merge-conflicts-5438: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/github/how-to-undo-pushed-commits-with-git-2pe6: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/22/4/git-push: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/22/4/customize-git-subcommands: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/2-use-cases-of-python-pre-commit-hooks-to-tidy-up-your-git-repositories-8d86c9c4f06b: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/recovering-from-common-git-errors-eccda7ec6180: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2022-06-29-improve-git-monorepo-performance-with-a-file-system-monitor: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.java67.com/2022/07/10-best-free-git-courses-and-tutorials.html: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@ladoui.bilal/10-git-commands-should-every-devops-should-know-6ae07f5e1989: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://polarsquad.com/blog/stop-doing-pull-requests: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@datosh18/gitsign-in-remote-environments-6f40f47d289f: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/qe-unit/how-google-does-monorepo-revisited-8c793be20344: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/samuelfaure/how-atomic-git-commits-dramatically-increased-my-productivity-and-will-increase-yours-too-4a84: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/leandronsp/git-fundamentals-a-complete-guide-do7: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/undo-git-add-how-to-remove-added-files-in-git: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://realpython.com/advanced-git-for-pythonistas: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloud-and-devops.hashnode.dev/git-007-learn-advanced-git-topics-like-a-pro: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://build5nines.com/git-reset-undo-most-recent-local-commit: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/how-to-write-commit-messages-maintainers-will-like: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://learn.gitkraken.com/courses/git-foundations: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://build5nines.com/how-to-determine-url-a-local-git-repository-was-originally-cloned-from: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2023-03-13-highlights-from-git-2-40: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/4/git-stash: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/featurepreneur/dont-trash-your-changes-but-stash-em-2091a191f7db: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/mwafrika/how-to-use-git-stash-command-22bk: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/git-squash-how-to-condense-your-commit-history: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.devroom.io/2011/07/05/git-squash-your-latests-commits-into-one: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/git-squash-commits: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://learngitbranching.js.org: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.gitkraken.com/learn/git/problems/rename-git-branch: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/git-checkout-remote-branch-tutorial: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/how-to-use-branches-in-git: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://stackoverflow.blog/2021/04/05/a-look-under-the-hood-how-branches-work-in-git: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/4/context-switching-git: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/git-push-to-remote-branch-how-to-push-a-local-branch-to-origin: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/how-git-branches-work: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/14289/how-to-delete-git-branches-on-local-and-remote-repositories: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/okimotomizuho/open-source-multiple-branches-and-git-merges-2f69: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/14710/how-to-move-changes-to-another-branch-in-git: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://css-tricks.com/git-switching-unstaged-changes-to-a-new-branch: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/leave-aside-git-checkout-consider-git-switch-for-a-change-7849df8714b0: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/git-list-branches-how-to-show-all-remote-and-local-branch-names: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/22/4/git-branches: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://blog.devops.dev/stop-messing-up-with-git-follow-this-simple-and-effective-strategy-to-maintain-git-branches-cc378468cde6 +: v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@selvamraju007/git-branching-strategies-a6eafe4541ae: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/varbsan/a-simplified-convention-for-naming-branches-and-commits-in-git-il4: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@amid.ukr/agile-git-branching-strategies-in-2023-caeead79ddd: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/the-definitive-guide-to-git-merge: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/how-to-fix-merge-conflicts-in-git: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://build5nines.com/git-merge-repositories-with-history: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/11/git-aliases: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://davidwalsh.name/more-awesome-git-aliases: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.mimacom.com/git-aliases-you-wished-you-had: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/karaluton/explain-like-i-m-five-git-rebase-vs-merging-1k69: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/22/4/manage-git-commits-rebase-i-command: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/git-rebase-handbook: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.backhub.co: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devops.com/make-github-backups-part-of-your-development-process: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/github/3-ways-to-backup-your-code-even-if-you-dont-know-git-1o5l: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/3/git-cherry-pick: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://jmfloreszazo.com/git-mejores-practicas-cherry-picking: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://git-scm.com/book/en/v2/Git-Tools-Submodules: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.sitepoint.com/git-submodules-introduction: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://shields.io: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.fourtheorem.com/blog/monorepo: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/the-pros-and-cons-monorepos-explained-f86c998392e1: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://paulhammant.com/2013/12/04/what_is_your_branching_model: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://adevait.com/software/creating-branching-strategy: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://confluence.atlassian.com/bitbucketserver/using-branches-in-bitbucket-server-776639968.html: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://git-scm.com/book/en/v2/Git-Branching-Branching-Workflows: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://git-scm.com/book/en/v2/Distributed-Git-Distributed-Workflows: + v1: + - page: git.md + is_bold: false + is_highlighted: false + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://stackoverflow.com/questions/26003298/how-to-setup-local-git-with-local-blessed-repo-integration-manager-workflow: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/git-patterns-and-anti-patterns: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://martinfowler.com/articles/branching-patterns.html: + v1: + - page: git.md + is_bold: false + is_highlighted: false + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/aventude/which-git-branching-model-should-i-select-73aafc503b5f: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://speakerdeck.com/lemiorhan/10-git-anti-patterns-you-should-be-aware-of: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.gitkraken.com/learn/git/branch: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://jmfloreszazo.com/flujos-de-trabajo-de-git: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.atlassian.com/git/tutorials/comparing-workflows: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.gitlab.com/ee/topics/gitlab_flow.html: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://guides.github.com/introduction/flow: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://nvie.com/posts/a-successful-git-branching-model: + v1: + - page: git.md + is_bold: false + is_highlighted: false + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gist.github.com/djspiewak/9f2f91085607a4859a66: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.kubernetes.dev/docs/guide/github-workflow: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://trunkbaseddevelopment.com: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://paulhammant.com/2013/04/05/what-is-trunk-based-development: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/origins-trunk-based: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.quora.com/What-is-trunk-based-development: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kean.github.io/post/trunk-based-development: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://paulhammant.com/2014/04/03/microsofts-trunk-based-development: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/devops/release-flow-how-we-do-branching-on-the-vsts-team: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.devopszone.info/post/an-introduction-to-git-flow-workflow: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://support.gitkraken.com/git-workflows-and-extensions/git-flow: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://git-flow.readthedocs.io: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@rafavinnce/gitflow-branch-guide-8a523360c053: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@thibault60000/git-flow-for-beginners-d7a152b2c1f9: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@okandavut/what-is-gitflow-c0be7a659992: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gist.github.com/JamesMGreene/cdd0ac49f90c987e45ac: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://aprendegit.com/git-flow-la-rama-develop-y-uso-de-feature-branches: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thinkinglabs.io/talks/2016/10/29/feature-branching-considered-evil.html: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=h4DM-Wa0aDQ&t=38s&ab_channel=XPDaysUkraine: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=_w6TwnLCFwA&ab_channel=ContinuousDelivery: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.toptal.com/software/trunk-based-development-git-flow: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://victorops.com/blog/source-code-control-trunk-based-development-vs-gitflow: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@vafrcor2009/gitflow-vs-trunk-based-development-3beff578030b: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/why-i-prefer-trunk-based-development-over-feature: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://team-coder.com/from-git-flow-to-trunk-based-development: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/what-is-trunk-based-development: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://trunkbaseddevelopment.com/alternative-branching-models: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://featureflags.io/feature-flags-vs-branching: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://martinfowler.com/articles/feature-toggles.html: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://twitter.com/hashtag/featureflag: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.previous.cloudbees.com/press/cloudbees-releases-another-industry-first-feature-flagging-premise-use: + v1: + - page: git.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: [] +https://cioperu.pe/articulo/30477/devops-5-formas-de-impulsar-la-utilizacion-de-feature-flags: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/feature-flags-improve-developer-productivity: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/case-study/petdesk: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/wave-goodbye-to-release-nights: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3600150/why-arent-you-using-feature-flags.amp.html: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/grow-cd-maturity: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/change-management-in-production: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/feature-flag-lifecycle: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2021-04-27-ship-code-faster-safer-feature-flags: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/the-importance-of-feature-flags-in-cicd: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3638153/5-devops-use-cases-for-developing-with-feature-flags.html: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://reflectoring.io/spring-boot-feature-flags: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://martinfowler.com/bliki/KeystoneInterface.html: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://split.io/blog/keystone-feature-flags: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gist.github.com/CrookedNumber/8964442: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://bitbucket.org: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gitlab.com: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/using-gitlab-rest-api-to-create-projects: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2020/07/06/beginner-guide-ci-cd: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/automating-integration-and-deployment-to-remote-server-63a2b6576ebf: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2020/07/29/effective-ci-cd-pipelines: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2021/01/25/mr-reviews-with-vs-code: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2021/01/20/using-run-parallel-jobs: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2021/02/05/ci-deployment-and-environments: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2021/02/22/pipeline-editor-overview: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2021/02/22/gitlab-kubernetes-agent-on-gitlab-com: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.gitlab.com/runner/install/openshift.html: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://devclass.com/2021/03/23/gitlab-march-release-focuses-on-security-and-scalability-pops-in-support-for-red-hat-openshift +: v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/use-gitlab-ci-to-run-test-locally: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sdtimes.com/devops/gitlab-14-aims-to-do-away-with-diy-devops-toolchains: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/releases/2021/07/22/gitlab-14-1-released: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2021/03/10/new-git-default-branch-name: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2021/09/09/5-code-review-features: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://pythonspeed.com/articles/gitlab-build-docker-image: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2021/10/05/gitpod-desktop-app-personal-activities: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2021/10/12/open-shift-ga: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://containerjournal.com/features/gitlab-brings-kubernetes-operator-to-red-hat-openshift: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://vadosware.io/post/level-one-automated-k8s-deployments-with-gitlab-ci: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://redpill-solutions.medium.com/deploying-to-kubernetes-with-gitlab-28c2f1a42e57: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://venturebeat.com/2021/12/14/gitlab-acquires-open-source-observability-distribution-opstrace: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2021/12/17/gitlab-chart-works-towards-kubernetes-1-22: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/devops/deploy-and-manage-gitlab-runners-on-amazon-ec2: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/devops-with-gitlab-ci-course: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.testmo.com/guides/gitlab-ci-test-automation: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://community.ops.io/jatin/ci-cd-101-with-gitlab-4pol: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2022/11/15/simple-kubernetes-management-with-gitlab: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/managing-multiple-kubernetes-clusters-using-git-cd068bbd85ac: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://renjithvr11.medium.com/running-gitlab-runners-on-kubernetes-8e7fc9bf75ce: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://stackoverflow.blog/2021/09/22/gitlab-launches-collective-on-stack-overflow: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.githubstatus.com: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://buttons.github.io: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/features/codespaces: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2022/02/github-codespaces-templates: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3679948/github-codespaces-freely-available-to-all-github-users.html: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cli.github.com: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/cli/cli: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://github.blog/changelog/2020-05-11-github-cli-allows-you-to-close-reopen-and-add-metadata-to-issues-and-pull-requests +: v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/changelog/2020-05-26-mark-pull-requests-as-ready-for-review-review-and-merge-from-github-cli: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.githubstatus.com/uptime: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2020-07-02-how-we-launched-docs-github-com: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2020-07-27-introducing-githubs-openapi-description: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/github/roadmap: + v1: + - page: git.md + is_bold: false + is_highlighted: false + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2020-07-30-token-authentication-requirements-for-api-and-git-operations: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.mayadata.io/github-chaos-actions-in-your-ci/cd-workflow-part-1: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2020/08/GitHub-open-api-spec: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sebastiandedeyne.com/things-you-didnt-know-you-could-diff-in-github: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/changelog/2020-08-26-set-the-default-branch-for-newly-created-repositories: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2020/09/21/how-we-use-the-grafana-github-plugin-to-track-outstanding-pull-requests: + v1: + - page: git.md + is_bold: false + is_highlighted: false + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/build-ship-github-container-registry-kubernetes-aa06029b3f21: + v1: + - page: git.md + is_bold: false + is_highlighted: false + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.theregister.com/2020/12/17/github_bans_passwords: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2020-12-18-learn-about-ghapi-a-new-third-party-python-client-for-the-github-api: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2021-01-25-improving-how-we-deploy-github: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2021-02-03-deployment-reliability-at-github: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2021-02-04-extending-gitops-to-reliability-as-code-with-github-and-stackpulse: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2021-03-23-solving-the-innersource-discovery-problem: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.gruntwork.io/introducing-git-xargs-an-open-source-tool-to-update-multiple-github-repos-753f9f3675ec: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2021-05-10-security-keys-supported-ssh-git-operations: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://education.github.com: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2021-07-22-github-supply-chain-security-features-go-community: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/github/how-to-never-type-passwords-when-using-git-18bb: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/lostintangent/10-awesome-things-you-can-do-with-github-dev-5fm7: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2021-08-24-github-cli-2-0-includes-extensions: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/ifierygod/git-and-github-the-complete-guides-chapter-6-2c74: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/changelog/2021-09-27-improved-pull-request-file-filtering: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/ifierygod/series/14420: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3639588/github-introduces-code-review-controls.html: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.returngis.net/2021/11/migrar-un-repositorio-de-un-bitbucket-server-local-a-github: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/git-and-github-for-beginners: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/github/hub: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/14640/how-to-properly-fork-a-github-repository: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/colocodes/learn-how-to-use-git-and-github-in-a-team-like-a-pro-2dk7: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/colocodes/learn-how-to-use-git-and-github-in-a-team-like-a-pro-part-2-11j: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/ericawanja/git-and-github-for-beginners-33a0: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://adamtheautomator.com/github-actions-environment-variables: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/estherwanjiru/introduction-to-git-and-github-25ei: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2021-12-08-improving-github-code-search: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/changelog/2021-12-09-lists-are-now-available-as-a-public-beta: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/how-to-use-the-dot-github-repository: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2021/11/16/gko-on-ocp: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://alsmola.medium.com/securing-github-organizations-9c33c850638: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2022-01-31-dependency-graph-now-supports-github-actions: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2022-02-02-build-ci-cd-pipeline-github-actions-four-steps: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/15207/how-to-use-github-actions-to-automate-your-repository-builds: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2022-02-10-using-reusable-workflows-github-actions: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2022-02-11-getting-started-with-project-planning-on-github: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/how-to-fork-a-github-repository: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/github-may-replace-dockerhub-a5da5e547f01: + v1: + - page: git.md + is_bold: false + is_highlighted: false + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Lightning-AI/engineering-class: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Lightning-AI/engineering-class/blob/main/ep08-github-pr/Ep08-ShowNotes.md: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: [] +https://github.com/Lightning-AI/engineering-class/blob/main/ep09-github-collab/Ep09-ShowNotes.md: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/marketplace/actions/aws-secrets-manager-github-action: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://tylercipriani.com/blog/2022/09/30/githubs-missing-merge-option: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://steampipe.io/blog/github-security-tips: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/opensauced/how-to-create-a-good-pull-request-template-and-why-you-should-add-gifs-4i0l: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?list=PL0pgb_7nDofA1hJpkpPf4qHQTYZbPVT5M: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/create-a-github-template-repository-with-react-vite-and-tailwindcss: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://alemsbaja.hashnode.dev/git-and-github-demystified-a-comprehensive-guide-for-version-control-system: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.github.com/en/authentication/troubleshooting-ssh/using-ssh-over-the-https-port: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/git-and-github-workflow-for-open-source: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://mattias.engineer/blog/2024/azure-federated-credentials-github: + v1: + - page: git.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/create-and-sync-git-and-github-repositories: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/rakyll/fake-it-til-you-make-it: + v1: + - page: git.md + is_bold: false + is_highlighted: false + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://lab.github.com: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://analyticsindiamag.com/github-launches-code-scanner-to-flag-security-vulnerabilities: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/giscus/giscus: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2020-10-09-devops-cloud-testing: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.docker.com/blog/docker-github-actions: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://laravel-news.com/generate-github-actions-config-for-laravel-projects-with-ghygen: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.codecentric.de/en/2021/03/github-actions-nextgen-cicd: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://particule.io/en/blog/cicd-ecr-ecs: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://proandroiddev.com/continuous-integration-delivery-for-android-with-github-actions-part-1-b232ed2b1740: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2021-04-13-implementing-least-privilege-for-secrets-in-github-actions: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2021-04-15-work-with-github-actions-in-your-terminal-with-github-cli: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2021-04-22-github-actions-update-helping-maintainers-combat-bad-actors: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2021-04-28-use-github-actions-manage-docs: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://vimeo.com/552276182: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/codemonday/github-actions-for-ci-cd-with-ec2-codedeploy-and-s3-e93e75bf1ce0: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/actions-runner-controller/actions-runner-controller: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/github-actions-for-android-developers-9ae606df2bfa: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/jessfraz/branch-cleanup-action: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.thundra.io/how-to-set-up-a-ci-pipeline-in-github-actions: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/changelog/2021-09-20-github-actions-ephemeral-self-hosted-runners-new-webhooks-for-auto-scaling: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/changelog/2021-09-27-showing-code-scanning-alerts-on-pull-requests: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.thundra.io/top-10-github-actions-you-should-use-to-set-up-your-ci/cd-pipeline: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2021-11-04-10-github-actions-resources-basics-ci-cd: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://resources.github.com/devops/tools/automation/actions: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://github.blog/changelog/2021-12-06-container-signing-added-to-the-publish-docker-container-workflow-for-github-actions +: v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/github/whats-the-difference-between-a-github-action-and-a-workflow-2gba: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2021-12-16-5-automations-every-developer-should-be-running: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2021-12-17-getting-started-with-github-actions-just-got-easier: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/changelog/2021-12-17-github-actions-improvements-to-github-actions-starter-experience: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.fleetdm.com/4-tips-for-github-actions-usability-2-debugging-4c0c920adfde: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/build-your-first-javascript-github-action: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/github/how-to-edit-a-github-action-3j14: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.ediri.io/auto-docs-test-and-release-a-helm-chart-with-github-actions: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.shreyaspatil.dev/automate-library-publishing-to-maven-central-with-github-actions-workflow-dispatch: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://laravel-news.com/deploy-your-php-app-with-ansible-and-github-actions: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2022/01/GitHub-devops-mobile-apps: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.gskinner.com/archives/2022/01/flutter-easily-add-ci-testing-with-github-actions.html: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/dotnet/dotnet-loves-github-actions: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://tonylixu.medium.com/gitops-github-actions-docker-build-workflow-157cc53e9a0d: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://registry.terraform.io/modules/markti/github-runner/azurerm: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://build5nines.com/configuring-manual-triggers-in-github-actions-with-workflow_dispatch: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@george_bakas/mastering-github-actions-environment-variables-and-secrets-management-3daac384477b: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://build5nines.com/configuring-github-actions-to-run-jobs-on-specific-branches: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://build5nines.com/github-actions-get-current-branch-name-for-git-repo: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/marketplace/actions/flat-data: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://www.redhat.com/en/about/press-releases/red-hat-and-github-collaborate-expand-developer-experience-red-hat-openshift-github-actions +: v1: + - page: git.md + is_bold: false + is_highlighted: false + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/deploying-to-openshift-using-github-actions: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/redhat-actions: + v1: + - page: git.md + is_bold: false + is_highlighted: false + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/redhat-actions/openshift-actions-runner: + v1: + - page: git.md + is_bold: false + is_highlighted: false + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/redhat-actions/openshift-actions-runner-chart: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hipertextual.com/2021/06/github-inteligencia-artificial-autocompletar-codigo: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: [] +? https://www.xataka.com/robotica-e-ia/programar-cuando-maquina-hace-poco-ti-asi-github-copilot-sistema-que-se-nutre-prodigioso-gpt-3 +: v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/github-copilot-a-powerful-controversial-autocomplete-for-developers: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.xataka.com/robotica-e-ia/llevo-algunos-dias-usando-copilot-github-para-programar-esta-mi-experiencia: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/githubs-ai-copilot-might-get-you-sued-if-you-use-it-c1cade1ea229: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/can-githubs-copilot-replace-developers-b89f28007c05: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/generating-python-scripts-with-openais-github-copilot-da0b3fdd989: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/colocodes/github-copilot-blew-my-mind-on-a-code-along-exercise-186n: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@eriky/copilot-is-genuinely-scary-and-fascinating-at-the-same-time-63ebcbf80899: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2022-06-21-github-copilot-is-generally-available-to-all-developers: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://www.xataka.com/aplicaciones/github-copilot-asistente-para-escribir-codigo-basado-ia-esta-disponible-para-todos-esto-que-costara +: v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://www.genbeta.com/desarrollo/hay-organizaciones-pro-software-libre-abandonando-github-su-uso-comercial-proyectos-open-source-copilot +: v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://www.xataka.com/aplicaciones/copilot-escribe-40-codigo-lenguajes-como-java-python-que-llega-a-github-cinco-anos-llegara-al-80 +: v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.xataka.com/robotica-e-ia/copilot-revolucion-para-programadores-tambien-potencial-problema-legal-para-microsoft: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2023-03-22-github-copilot-x-the-ai-powered-developer-experience: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/educator-developer-blog/coding-frameworks-and-languages-are-no-longer-the-point/ba-p/3820265 +: v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/developer-skills/programming-languages-and-frameworks/10-unexpected-ways-to-use-github-copilot: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://python.plainenglish.io/who-writes-better-code-github-copilot-or-gpt-3-9e7441650c9b: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://computerhoy.com/software/github-copilot-x-nueva-ia-parecida-chatgpt-destinada-ayudar-programadores-1219266: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/hey-chatgpt-solve-these-coding-tasks-using-python-b2e7482f2c18: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.xataka.com/robotica-e-ia/programadores-alucinaban-copilot-chatgpt-ahora-deepmind-va-alla-aplhacode: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/lucidrains/PaLM-rlhf-pytorch: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.codium.ai/blog/codiumai-powered-by-testgpt-accounces-beta-and-raised-11m: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gitea.com: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/setup-a-private-git-repository-in-kubernetes-with-gitea-64f5ea1e5070: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sapling-scm.com/docs/introduction: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/four-ways-you-can-experiment-with-sapling-709eec0ffcb1: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.sourcetreeapp.com: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.gitkraken.com: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=gjtXTm_TvvE&list=PLe6EXFvnTV78WqGmGSq8JPnafR3lAa55n: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gmaster.io: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +visual-studio.md: + v1: + - page: git.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://visualstudio.microsoft.com/services/visual-studio-codespaces: + v1: + - page: git.md + is_bold: false + is_highlighted: false + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/git-lfs/git-lfs: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/MichaelMure/git-bug: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.kubesimplify.com/moving-code-between-git-repositories-with-copybara: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/GitCredentialManager/git-credential-manager: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2022-04-07-git-credential-manager-authentication-for-everyone: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://semantic-release.gitbook.io/semantic-release: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://css-tricks.com/how-to-automate-project-versioning-and-releases-with-continuous-deployment: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Azure_DevOps: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Azure_DevOps_Server: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Microsoft_Visual_Studio: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://azuredevopslabs.com: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://twitter.com/azuredevops: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.dotnetcurry.com/visualstudio/1322/what-is-visual-studio-team-system-vsts: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.softwaretestinghelp.com/microsoft-vsts-tutorial-1: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.slideshare.net/arunmurughan/git-version-control-and-trunk-based-approach-with-vsts: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://redmondmag.com/articles/2018/09/10/microsoft-replacing-vsts-with-azure-devops.aspx: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/devops/learn/devops-at-microsoft/use-git-microsoft: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://pre-commit.com: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Software_bot: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/git: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://support.cloudbees.com/hc/en-us/articles/227246387-How-to-Configure-Jenkins-for-Git-Merge-: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/ghprb: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/github-branch-source: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://confluence.atlassian.com/bitbucketserver/automatic-branch-merging-776639993.html: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/bluefrg/bitbucket-auto-merge: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://confluence.atlassian.com/bitbucketserver/checks-for-merging-pull-requests-776640039.html: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/microsoft-teams-blog/new-bitbucket-bot-for-microsoft-teams/ba-p/218212: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://code-dog.app: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/bitbucket-push-and-pull-request: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://poolofthought.com/how-to-implement-the-automerge-feature-that-is-missing-from-bitbucket-cloud: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://community.atlassian.com/t5/Bitbucket-questions/configure-bitbucket-pipelines-yml-to-automatically-merge-feature/qaq-p/793222 +: v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gitlab.com/gitlab-org/gitlab/-/issues/2785: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gitlab.com/gitlab-org/gitlab/-/issues/14595: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://lab.texthtml.net/gitlab/merge-bot: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hub.docker.com/r/texthtml/gitlab-merge-bot: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.mergecrush.com: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://stackoverflow.com/questions/58019605/how-can-we-programmatically-approve-merge-requests-in-gitlab: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/smarkets/marge-bot: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gitlab.gnome.org/marge-merge-bot: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://smarketshq.com/marge-bot-for-gitlab-keeps-master-always-green-6070e9d248df: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gitlab.freedesktop.org/gstreamer-merge-bot: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/jenkins-x/updatebot: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.plasticscm.com: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://blog.plasticscm.com/2018/09/add-mergebot-to-your-repo.html: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/PlasticSCM/trunk-mergebot: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://wiki.jenkins.io/display/JENKINS/PlasticSCM+MergeBot+plugin: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.genbeta.com/desarrollo/plastic-scm-mergebot-automatizando-tu-pipeline-desarrollo: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://mergify.io: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/nicolai86/github-rebase-bot: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/palantir/bulldozer: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/depop/github-merge-bot: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/squalrus/merge-bot: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/odoo/odoo/wiki/Mergebot: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gmaster.io/mergedroid: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kodiakhq.com: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://www.rultor.com: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.yegor256.com/2014/07/24/rultor-automated-merging.html: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://stackoverflow.com/questions/27820309/bot-to-automatically-reverse-github-pull-request-merges: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://help.github.com/en/github: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://bors.tech: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/bors-ng/bors-ng: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://wiki.crdb.io/wiki/spaces/CRDB/pages/73204099/Bors+Merge+Bot: + v1: + - page: git.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.gitops.tech: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://opengitops.dev: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/topics/gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.weave.works/technologies/gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.weave.works/blog/what-is-gitops-really: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.atlassian.com/git/tutorials/gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/gitops/what-is-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@imarunrk/continuous-gitops-the-way-to-do-devops-in-kubernetes-896b0ea1d0fb: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/what-is-gitops-and-why-it-might-be-the-next-big-thing-for-devops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://opensource.substack.com/p/all-you-need-to-know-about-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://itnext.io/continuous-gitops-the-way-to-do-devops-in-kubernetes-896b0ea1d0fb: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.container-solutions.com/gitops-the-bad-and-the-ugly: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://itnext.io/principles-patterns-and-practices-for-effective-infrastructure-as-code-e5f7bbe13df1: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@franoisdagostini/gitops-build-infrastructure-resilient-applications-95bbc939046d: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.sufle.io/blog/adopting-gitops-for-enhanced-operations: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/searce/gitops-the-next-big-thing-for-devops-and-automation-2a9597e51559: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/understanding-gitops-the-latest-tools-and-philosophies: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://samiyaakhtar.medium.com/gitops-observability-visualizing-the-journey-of-a-container-5f6ef1f3c9d2: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.clickittech.com/devops/what-is-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.container-solutions.com/why-adopt-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/3/gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://geekflare.com/gitops-introduction: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/gitops-use-cases-you-may-not-have-considered: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://kumomind.medium.com/should-i-consider-the-gitops-methodology-f49e042b8c22: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://braindose.blog/2020/03/18/4-key-characteristics-of-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.container-solutions.com/gitops-limitations: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/misconfiguration-worries-grow: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://codefresh.io/devops/pains-gitops-1-0: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.weave.works/blog/managing-kubernetes-with-gitops-in-a-multi-cluster-multi-cloud-world: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.viewnext.com/que-es-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/have-containers-will-travel-why-gitops-is-essential-for-multicloud: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.weave.works/use-cases/security-with-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/push-vs-pull-in-gitops-is-there-really-a-difference: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2021/04/27/gitops-done-3-ways: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2021/05/13/why-should-developers-care-about-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/our-favorite-things-from-gitops-con-at-kubecon-eu: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://devsecops.co.in/2021/05/13/gitops-guide-what-why-and-how: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://en.sokube.ch/post/gitops-and-the-millefeuille-dilemma-1: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://octopus.com/blog/devops-automation-repo-design: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://testingclouds.wordpress.com/2021/06/02/gitops-demystified: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.weave.works/blog/gitops-in-the-modern-enterprise: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.openshift.com/learn/topics/gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/security-will-be-instrumental-for-the-success-of-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.weave.works/blog/theres-more-to-gitops-than-meets-the-eye: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.solo.io/blog/glooops-progressive-delivery-the-gitops-way: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://go.weave.works/2021_GitOps_Maturity_Model.html: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/a-look-at-gitops-for-the-modern-enterprise: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.shipa.io/innovation/gitops-in-the-enterprise: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://itnext.io/gitops-with-kubernetes-740f37ea015b: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.shipa.io/innovation/gitops-meets-appops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://go.weave.works/automating-kubernetes-with-gitops-wp.html: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://devopslearners.com/what-is-gitops-168aac9a2ee: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://go.weave.works/gitops-ebook.html: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://enterprisersproject.com/article/2021/6/gitops-explained-plain-english: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.redhat.com/architect/illustrated-guide-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.bunnyshell.com/blog/gitops-vs-devops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jimangel.io/post/auto-gitops-isitstillrunning.com: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.stevesmith.tech/blog/gitops-is-a-placebo: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.weave.works/blog/the-history-of-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/8/gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.redhat.com/architect/3-gitops-rules-architecture: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://go.weave.works/hardening-git-for-gitops.html: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.magalix.com/blog/what-is-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://containerjournal.com/features/the-4-levels-of-gitops-maturity: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-to-get-the-most-out-of-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.weave.works/blog/case-study-national-australia-bank-decreases-operational-overhead-with-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/how-gitops-can-help-prevent-security-misconfigurations-8b506dcd89e1: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blogs.sap.com/2021/05/06/decentralized-gitops-over-environments: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/application-deployment-is-faster-with-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://twitter.com/janakiramm: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/wait-do-we-need-to-hold-up-on-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.redhat.com/architect/understanding-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://codefresh.io/about-gitops/pains-gitops-1-0: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/cncf-working-group-sets-some-standards-for-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/repatriation-or-cloud-what-we-need-is-control: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.redhat.com/architect/gitops-implementation-patterns: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://developer.ibm.com/blogs/gitops-best-practices-for-the-real-world: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://chrisshort.net/abstracts/gitops-implementation-devops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://chrisshort.net/gitops-an-implementation-of-devops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/trusted-delivery-policy-based-compliance-the-gitops-way: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/getting-started-with-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/containers-101/stop-using-branches-for-deploying-to-different-gitops-environments-7111d0632402: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://codefresh.io/about-gitops/branches-gitops-environments: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/can-you-gitops-your-apis: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.weave.works/blog/gitops-takes-devops-teams-to-higher-levels-of-maturity: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/wth-gitops-pavan-belagatti: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@buraktahtacioglu/gitops-fundamentals-cncf-roadmap-fa686dbced9d: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.toolbox.com/tech/devops/articles/more-organizations-adopting-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.weave.works/blog/deutsche-telekom-explain-why-they-chose-gitops-for-5g: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-at-scale-without-gitops-is-a-bad-idea: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://harness.io/blog/devops/gitops-new-kid-devops-block: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/3-steps-to-developing-a-successful-gitops-model: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/gitops-vs-devops-pavan-belagatti: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://containerjournal.com/features/gitops-workflows-and-principles-for-kubernetes: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://harness.io/blog/devops/6-gitops-best-practices: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://codefresh.io/blog/how-to-model-your-gitops-environments-and-promote-releases-between-them: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2022/06/06/continuous-development-on-kubernetes-with-gitops-approach: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://harness.io/blog/gitops-repo-structure: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/codex/points-to-consider-for-structuring-infrastructure-as-code-repositories-886ff58404b8: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/jumia-tech/immutable-infrastructure-gitops-18d644f9c7cb: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@alamdar.hussain0007/gitops-with-kubernetes-f0912b644925: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubecon-14000-more-engineers-have-their-gitops-basics-down: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://containerjournal.com/features/gitops-workflows-expanding-beyond-kubernetes-clusters: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2022/12/20/gitops-cookbook-kubernetes-automation-practice: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://containerjournal.com/features/gitops-the-missing-link-for-ci-cd-for-kubernetes: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://devops.com/declarative-compliance-with-policy-as-code-and-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/the-essentials-of-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/gitops-fundamentals-part-0-a8e63f8f9ce8: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-next-kubernetes-management-frontier-automation: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/gitops-kubernetes-explained: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://msrishty.medium.com/traditional-ci-cd-vs-gitops-e835728642fb: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.developersteve.com/gitops-for-kubernetes-canary-deployments-4aeab4043727: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/gitops-as-an-evolution-of-kubernetes: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.blog/2023-06-02-applying-gitops-principles-to-your-operations: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://hackernoon.com/what-is-gitops-and-why-it-is-almost-useless-part-1: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://hackernoon.com/what-is-gitops-and-why-is-it-almost-useless-part-2: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://devoriales.com/video/897990746/intro-to-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/containers-101/using-gitops-for-databases-f09a027184bb: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.opensourceforu.com/2023/10/embracing-progressive-delivery-in-kubernetes-with-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@ahmed.fathy.elayaat/gitops-fc27ef5a7836: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://itnext.io/necessary-culture-change-with-gitops-2c63f4fe9604: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/gitops-working-group/gitops-working-group: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/open-gitops/project: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/cloudogu/gitops-patterns: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/cloudogu/gitops-playground: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2022/07/20/git-workflows-best-practices-gitops-deployments: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2022/09/07/how-set-your-gitops-directory-structure: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +? https://devopsera.com/2023/06/how-to-structure-directories-in-a-gitops-repository-for-the-best-user-friendliness-and-flexibility +: v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/blog/azurearcblog/announcing-private-preview-argocd-through-microsoft-gitops/4399747: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.container-solutions.com/fluxcd-argocd-or-jenkins-x-which-is-the-right-gitops-tool-for-you: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://slideshare.net/rakutentech/gitops-jenkins-x-future-of-cicd: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://searchitoperations.techtarget.com/news/252492459/GitOps-pros-grapple-with-Kubernetes-configuration-management: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://tanka.dev/tutorial/jsonnet: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/announcing-openshift-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.ibm.com/garage/method/practices/run/gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/openshift-pipelines-and-openshift-gitops-are-now-generally-available: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.weave.works/blog/wkp-team-workspaces-rbac: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.container-solutions.com/fluxcd-argocd-jenkins-x-gitops-tools: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://cloudogu.com/en/blog/gitops-tools: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://vimeo.com/516520492: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +flux.md: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +kustomize.md: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://github.com/werf/nelm: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: helm.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +helm.md: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: [] +https://glasskube.dev: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/glasskube/glasskube: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://flagger.app: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://partlycloudy.blog/2020/07/08/release-to-k8s-like-a-pro-with-flagger: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/weaveworks/wksctl: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.weave.works/blog/wksctl-a-new-oss-kubernetes-manager-using-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2020/02/wksctl-kubernetes-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/stakater/gitops-for-kubernetes-with-jenkins-7db6304216e0: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/stakater/Xposer: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@abhishekbhardwaj510/gitops-with-jenkins-and-kubernetes-c20425244c73: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/opstree/Opstree-Go-WebApp: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://opstree.github.io: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/antonbabenko/terraform-best-practices: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/resources/how-create-gitops-workflow-terraform-jenkins: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://cloud.google.com/anthos/config-management: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://portworx.com/automating-kubernetes-data-management-with-gitops-autopilot: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/redhat-cop/openshift-applier: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.waypointproject.io: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/using-waypoint-runners-to-enable-gitops-workflows: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.weave.works/product/gitops-enterprise: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/weave-gitops-core-integrates-git-with-kubernetes: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/weave-gitops-trusted-delivery-a-road-to-kubernetes-sanity: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dailymotion-oss.github.io/octopilot: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.kubestack.com: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubestack-towards-full-stack-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +? https://www.thestack.technology/how-kubernetes-operators-fit-into-to-platform-building-and-when-traditional-iac-isnt-enough +: v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cluster-api.sigs.k8s.io/tasks/experimental-features/cluster-class: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/bumble-tech/gitops-for-multi-cluster-k8s-environments-d305431ba6d6: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.openshift.comintroduction-to-gitops-with-openshift: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://learn.openshift.com/introduction/gitops-introduction: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.comis-it-too-late-to-integrate-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blogopenshift.com/openshift-authentication-integration-with-argocd: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/from-code-to-production-with-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@joelkaplan1/gitops-with-istio-tekton-and-argo-cd-on-openshift-4-5e42d22994e3: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/red-hat-delivers-full-gitops-ci-cd-built-on-tekton-and-argo: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/about/press-releases/red-hat-makes-devops-reality-openshift-gitops-and-openshift-pipelines: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2022/10/24/gitops-with-advanced-cluster-management-for-kubernetes: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://info.acloud.guru/resources/deploying-kubernetes-with-gitops: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: [] +https://www.weave.works: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/weaveworks/weave: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://ubuntu.com/kubernetes/features: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://ubuntu.com/blog/gitops-with-azure-arc-and-charmed-kubernetes: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/applying-devops-to-api-development-for-apiops-21e2e605333e: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?list=PLbMP1JcGBmSGKO8UreWpOBOhCqilejhtd: + v1: + - page: gitops.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://golang.org: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/golang/go: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/golang-design/history: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/avelino/awesome-go: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/go-zepto/zepto: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/seek-blog/microservices-in-go-2fc1570f6800: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://search.gocenter.io: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/heroku/deploying-your-first-golang-webapp-11b3: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://eli.thegreenplace.net/2021/rest-servers-in-go-part-4-using-openapi-and-swagger: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.getambassador.io/debugging-go-microservices-in-kubernetes-with-vscode-a36beb48ef1: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2021/03/03/using-delve-to-debug-go-programs-on-red-hat-enterprise-linux: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/miguelmota/golang-for-nodejs-developers: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/hoanhan101/ultimate-go: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.ammeon.com/profiling-golang-microservices-for-high-throughput-on-kubernetes-openshift-clusters: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: [] +https://developer.okta.com/blog/2021/04/23/elasticsearch-go-developers-guide: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/go-ini/ini: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/rakyll/go-test-trace: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/resources/8-best-practices-for-writing-secure-go-code: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://thenewstack.io/getting-started-with-go-and-influxdb: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://go.dev/blog/pkgsite-search-redesign: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/quii/learn-go-with-tests: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://itnext.io/go-does-not-need-a-java-style-gc-ac99b8d26c60: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/generics-in-go-viva-la-revolution-e27898bf5495: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://teivah.medium.com/when-to-use-generics-in-go-36d49c1aeda: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.logrocket.com/how-to-build-blockchain-from-scratch-go: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/mauriciolinhares/rate-limiting-http-requests-in-go-using-redis-51m7: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/theghostmac/understanding-and-crafting-http-middlewares-in-go-3183: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/treva123mutebi/getting-started-with-go-lang-1g0: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.logrocket.com/building-simple-app-go-postgresql: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://datastation.multiprocess.io/blog/2022-03-03-improving-go-json-encoding-performance-for-large-arrays-of-objects.html +: v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/my-first-microservice-using-golang-c5cf69f1376d: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/mavensingh/advantages-and-disadvantages-of-go-5gha: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/concurrency-in-go-shared-memory-a2ef201b396b: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/luk4z7/go-concurrency-guide: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/datascale/know-gomaxprocs-before-deploying-your-go-app-to-kubernetes-7a458fb63af1: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/thenjdevopsguy/getting-started-with-go-golang-5eh8: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://aly.arriqaaq.com/golang-design-patterns: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/paliimx/Data-Structures-and-Algorithms: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/pacheco/create-a-restful-api-with-golang-from-scratch-42g2: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://itnext.io/generically-working-with-kubernetes-resources-in-go-53bce678f887: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://ymmt2005.hatenablog.com/entry/2020/04/14/An_example_of_using_dynamic_client_of_k8s.io/client-go: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://iximiuz.com/en/posts/kubernetes-api-go-types-and-common-machinery: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/codex/explore-client-go-informer-patterns-4415bb5f1fbd: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/lucasepe/watch-and-react-to-kubernetes-objects-changes-3kcg: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://shahin-mahmud.medium.com/write-your-first-kubernetes-operator-in-go-177047337eae: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://collabnix.com/kubernetes-crud-operation-using-go-on-docker-desktop: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.kubesimplify.com/perform-crud-operations-on-kubernetes-using-golang: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://ahmet.im/blog/building-container-images-in-go: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://koa: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + - page: javascript.md + is_bold: false + is_highlighted: false + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/asim/go-micro: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dapr.io: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/golang/comments/jnv4bd/what_is_the_best_microservice_framework_in_go: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/Masterminds/sprig: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/go-kratos/kratos: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/panjf2000/gnet: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/dsa0x/sicher: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/ggicci/httpin: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/e2e-framework: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/forbearing/k8s: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/vedcraft/top-microservices-frameworks-in-go-762445c30dd6: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/hashicorp/cap: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/volatiletech/sqlboiler: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/jcchavezs/porto: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/mholt/json-to-go: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://mholt.github.io/curl-to-go: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/kkdai/youtube: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/iawia002/lux: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/Email-Dashboard/Email-Dashboard: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/kevincobain2000/gobrew: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/groundcover-com/blog/tree/main/blog_k8s_containers_restarts: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/create-go-app/cli: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/derekparker/delve: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: [] +https://alexsniffin.medium.com/debugging-remotely-in-kubernetes-with-go-fda4f3332316: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/inancgumus/learngo: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/GoogleCloudPlatform/golang-samples: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/rehacktive/caffeine: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/ebosas/microservices: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/iximiuz/client-go-examples: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/Mathieu-Desrochers/Learning-Go: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/aksrao1998/dockerize-a-golang-http-server-and-deploy-it-on-kubernetes-592j: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://twitter.com/GolangRepos: + v1: + - page: golang.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.ibm.com/cloud: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.ibm.com/cloud/openshift: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.ibm.com/support/knowledgecenter: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://containerjournal.com/topics/container-ecosystems/ibm-leverages-containers-to-advance-devops-on-mainframes: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.xataka.com/pro/ibm-se-parte-dos-109-anos-despues-nube-da-dinero-que-se-creara-empresa-centrada-ella: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://www.reuters.com/article/us-ibm-divestiture/ibm-to-break-up-109-year-old-company-to-focus-on-cloud-growth-idUSKBN26T1TZ +: v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://developer.ibm.com/wasdev: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://developer.ibm.com/wasdev/downloads: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://developer.ibm.com/wasdev/websphere-liberty: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + - page: java_app_servers.md + is_bold: false + is_highlighted: false + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://hub.docker.com/_/websphere-liberty: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.openliberty.io: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/openliberty: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/06/17/support-for-graphql-with-open-liberty-20-0-0-6: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/ibm-and-red-hat-bring-openshift-to-ibm-z-and-linuxone: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/red-hat-openshift-installation-process-experiences-on-ibm-z-linuxone: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/installing-ocp-in-a-mainframe-z-series: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://access.redhat.com/documentation/en-us/openshift_container_platform/4.2/html/installing_on_ibm_z: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://access.redhat.com/documentation/en-us/openshift_container_platform/4.2/pdf/installing_on_ibm_z: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.ibm.com/it-infrastructure/storage/spectrum: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +http://www.redbooks.ibm.com/abstracts/redp5565.html: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloudpak8s.io: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.ibm.com/cloud/cloud-pak-for-management: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.ibm.com/support/knowledgecenter/SSFC4F: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/search?q=cp4mcm: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/ibm-cloud-paks-help-and-guidance-from-ibm-cloud/tagged/cp4mcm: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@cdoan/ibm-multicloud-manager-cluster-sizing-bc3b609b7de9: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/IBM/CP4MCM-SDK: + v1: + - page: ibm_cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://microservices.io: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://www.cncf.io: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://landscape.cncf.io: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://www.cncf.io/certification/software-conformance: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cncf.io/reports: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://www.cncf.io/wp-content/uploads/2020/03/CNCF_Survey_Report.pdf: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://www.cncf.io/wp-content/uploads/2020/11/CNCF_Survey_Report_2020.pdf: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://www.cncf.io/wp-content/uploads/2021/12/Q1-2021-State-of-Cloud-Native-development-FINAL.pdf: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://puppet.com/resources/?refinementList%5Btype%5D%5B0%5D=Report&page=1&configure%5BhitsPerPage%5D=18: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://puppet.com/resources/report/2020-state-of-devops-report: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://puppet.com/resources/report/2020-devops-salary-report: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://puppet.com/resources/report/gartner-report-top-trends-impacting-infrastructure-and-operations-for-2021: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +http://agilemethodology.org: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +http://agilemanifesto.org: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://12factor.net: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://openpracticelibrary.com: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://roadmap.sh: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://roadmap.sh/ai: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://roadmap.sh/terraform: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://apilandscape.apiscene.io: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://insights.stackoverflow.com/survey: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://insights.stackoverflow.com/survey/2021: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://survey.stackoverflow.co/2022: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://stackoverflow.com/collectives/aws: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://stackoverflow.com/collectives/azure: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://stackoverflow.com/collectives/ci-cd: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://stackoverflow.com/collectives/wso2: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://opensource.guide: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://www.opengroup.org: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://dzone.com/articles/how-your-application-architecture-evolved: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.techrepublic.com/article/kubernetes-magic-is-in-enterprise-standardization-not-app-portability: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://containerjournal.com/features/the-rise-of-the-kubemaster: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2022/03/03/an-emerging-job-kubernetes-engineer: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://github.com/gayanvoice/top-github-users: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://www.redhat.com/sysadmin/automation-architects: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://www.cncf.io/blog/2021/09/29/automation-is-the-future-of-cloud-cost-optimization: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://vmblog.com/archive/2021/10/07/the-rise-of-modern-day-kubernetes-operations.aspx: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/distributed-systems-kubernetes: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/10-cloud-deficiencies-you-should-know: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://dzone.com/articles/how-to-explain-kubernetes-to-a-business-team: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://traefik.io/blog/pets-vs-cattle-the-future-of-kubernetes-in-2022: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dok.community: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/a-kubernetes-documentary-shares-googles-open-source-story: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://alpacked.io/blog/infrastructure-as-code-for-devops: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dzone.com/trendreports: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://www.eficode.com/blog/the-future-of-kubernetes-and-why-developers-should-look-beyond-kubernetes-in-2022: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudtechtwitter.com/2022/05/dont-miss-next-article-be-first-to-be.html: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/readme/guides: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://learnk8s.io/news: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://thenewstack.io/what-we-learned-from-enabling-developer-self-service: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/trendreports/kubernetes-in-the-enterprise-1: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://thenewstack.io/struggling-with-it-staff-leaving-try-infrastructure-as-code: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learnk8s.io/learn-kubernetes-weekly: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://www.infoworld.com/article/3679250/cloud-architects-are-afraid-of-automation.html: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://www.infoworld.com/article/3653371/the-biggest-obstacle-to-cloud-is-people.html: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://github.com/Droogans/unmaintainable-code: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://dzone.com/articles/devops-vs-sre-vs-platform-engineer-vs-cloud-engine: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/metaleapca/metaleap-devops-in-k8s/blob/main/metaleap-devops-in-k8s.pdf: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/metaleapca/metaleap-k8s-troubleshooting/blob/main/metaleap-k8s-troubleshooting.pdf: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://serverlessland.com/event-driven-architecture/visuals: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://redis.com/blog/microservice-architecture-key-concepts: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-evolution-from-microservices-to-batch-processing-powerhouse: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/software-deployment-best-practices: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://community.aws/kubernetes: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://datascientest.com/en/azure-devops-vs-github-actions-which-is-the-best-ci-cd-tool: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://chaoslever.com/cl-20240118: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://packetpushers.net/podcasts/kubernetes-unpacked/ku046-do-kubernetes-certs-prepare-you-for-real-world-production: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://madokai.medium.com/why-i-dont-consider-your-certifications-during-an-interview-fe4b62cf6f8c: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://dagger.io: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Bus_factor: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://serverlesshorrors.com: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://mattias.engineer/courses: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://paulbutler.org/2024/the-haters-guide-to-kubernetes: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/cyclops-ui/cyclops: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: [] +https://k8z.dev: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/zegl/kube-score: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://testkube.io: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/curl/wcurl: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/netbox-community/netbox: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://netboxlabs.com: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://docs.ansible.com/ansible/latest/collections/netbox/netbox/index.html: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://devopswithkubernetes.com: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/gardener/gardener: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://collabnix.github.io/kubetools: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://youtube.com/playlist?list=PLvBBnHmZuNQJeznYL2F-MpZYBUeLIXYEe&si=GBJtqv36O8bslj9z: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://kui.tools: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +introduction.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +faq.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +sre.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +finops.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +chaos-engineering.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +devops.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +gitops.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +mlops.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +devsecops.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +securityascode.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +oauth.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +serverless.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: [] +docker.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +kubernetes.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +kubernetes-tutorials.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +kubernetes-tools.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +kubectl-commands.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +kubernetes-networking.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +kubernetes-monitoring.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +kubernetes-security.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +kubernetes-storage.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +kubernetes-backup-migrations.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +kubernetes-autoscaling.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +kubernetes-operators-controllers.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +kubernetes-based-devel.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +kubernetes-on-premise.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +managed-kubernetes-in-public-cloud.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +kubernetes-troubleshooting.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +kubernetes-releases.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +kubernetes-newsletters.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +matrix-table.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +kubernetes-bigdata.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +openshift.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: [] +ocp3.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +ocp4.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +rancher.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: [] +cicd.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +git.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +jenkins.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +performance-testing-with-jenkins-and-jmeter.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +openshift-pipelines.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +jenkins-alternatives.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +argo.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +tekton.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: [] +container-managers.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +maven-gradle.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: scaffolding.md + is_bold: false + is_highlighted: false + v2: [] +sonarqube.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +registries.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: [] +linux.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +mkdocs.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +web-servers.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +java_app_servers.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +embedded-servlet-containers.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +caching.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +monitoring.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +prometheus.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +grafana.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: [] +terraform.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: true + v2: [] +pulumi.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +crossplane.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: [] +cloud-arch-diagrams.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +cloud-asset-inventory.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +ansible.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +stackstorm.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +chef.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +cicd-kubernetes-plugins.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +kubernetes-client-libraries.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: [] +liquibase.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://dzone.com/articles/gitops-with-openshift-applier: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +yaml.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +databases.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +nosql.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +message-queue.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +servicemesh.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +public-cloud-solutions.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +private-cloud-solutions.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +edge-computing.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +aws.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +aws-miscellaneous.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +aws-architecture.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +aws-networking.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +aws-databases.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +aws-storage.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +aws-security.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +aws-monitoring.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +aws-iac.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +aws-tools-scripts.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +aws-messaging.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +aws-data.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +aws-devops.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +aws-serverless.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +aws-pricing.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +aws-containers.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +aws-backup.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +aws-training.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +aws-newfeatures.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +aws-spain.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +GoogleCloudPlatform.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +ibm_cloud.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +oraclecloud.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +digitalocean.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +cloudflare.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +scaleway.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://www.linode.com: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://www.alibabacloud.com: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://symbiosis.host: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://www.gaia-x.eu: + v1: + - page: index.md + is_bold: false + is_highlighted: false + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +api.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +swagger-code-generator-for-rest-apis.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +postman.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +developerportals.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +devel-sites.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +angular.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +dom.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +golang.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +javascript.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +python.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +react.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +lowcode-nocode.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +web3.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +dotnet.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +xamarin.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +java_frameworks.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +java-and-java-performance-optimization.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +jvm-parameters-matrix-table.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +linux-dev-env.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +scaffolding.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +ChromeDevTools.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +qa.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +testops.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +test-automation-frameworks.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +ai.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +chatgpt.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +project-management-methodology.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +project-management-tools.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +appointment-scheduling.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +workfromhome.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +other-awesome-lists.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +interview-questions.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +newsfeeds.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +elearning.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +digital-money.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +recruitment.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +hr.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +freelancing.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +remote-tech-jobs.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +customer.md: + v1: + - page: index.md + is_bold: false + is_highlighted: false + v2: [] +https://istio.io: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/istio/istio: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/topics/service-mesh: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://karlstoney.com/2019/05/31/istio-503s-ucs-and-tcp-fun-times: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/solo-io: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/solo-io/istio-the-easy-way-again-b0504347b7ce: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.christianposta.com/microservices/istio-as-an-example-of-when-not-to-do-microservices: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://istiobyexample.dev: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://istiobyexample.dev/fault-injection: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/getting-started-with-istio-524628c025: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/red-hat-openshift-service-mesh-is-now-available-what-you-should-know: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.magalix.com/blog/getting-started-with-istio-overview-and-installation: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://istio.io/blog/2020/tradewinds-2020: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.magalix.com/blog/working-with-istio-track-your-services-with-kiali: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://banzaicloud.com/blog/istio-mixerless-telemetry: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/better-programming/how-to-manage-microservices-on-kubernetes-with-istio-c25e97a60a59: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/askmeegs/learn-istio: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://banzaicloud.com/blog/istio-1.6: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://zwischenzugs.com/2020/05/05/riding-the-tiger-lessons-learned-implementing-istio: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://dev.to/aurelievache/understanding-istio-part-1-istio-components-4ik5: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://dev.to/aurelievache/understanding-istio-part-9-destinationrule-1g7e: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://dev.to/aurelievache/understanding-istio-part-16-observability-metrics-2m8p: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://banzaicloud.com/blog/istio-external-demo: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://banzaicloud.com/blog/backyards-api-gateway: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +? https://www.openshift.com/blog/monitoring-services-like-an-sre-in-openshift-servicemesh-part-2-collecting-standard-metrics-3 +: v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://istio.io/latest/docs/examples/microservices-istio: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/when-you-need-or-dont-need-service-mesh: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-microservices-istio%E2%80%8A-%E2%80%8Aa-great-fit: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/observability-with-istio-kiali-and-grafana-in-kubernetes-and-spring-boot-743af225c24f: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.solo.io/blog/tutorial-rate-limiting-of-service-requests-in-istio-service-mesh: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/monitor-istio: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.tetrate.io/blog/vm-to-container-communications-101: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/redhat-scholars/istio-tutorial: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/introduction-to-istio-traffic-management-6b62c86f8cb4: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/kialiproject/increasing-observability-on-istio-the-new-kiali-health-configuration-3c91852c1bfe: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.solo.io/blog/the-evolution-of-vm-support-in-istio-1-8-with-video: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.jetstack.io/blog/cert-manager-istio-integration: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/why-do-you-need-istio-when-you-already-have-kubernetes: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/avmconsulting-blog/managing-microservices-with-istio-service-mesh-in-kubernetes-36e1fda81757: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/solo-io-istio-is-winning-the-service-mesh-war: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.tetrate.io/blog/why-do-you-need-istio-when-you-already-have-kubernetes: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://learncloudnative.com/blog/2020-11-23-multiple-vs-gateway: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/what-is-istio-and-why-does-kubernetes-need-it: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=16fgzklcF7Y&ab_channel=TechWorldwithNana: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://dev.to/stefanprodan/a-gitops-recipe-for-progressive-delivery-2pa3: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://samos-it.com/posts/securing-redis-istio-tls-origniation-termination.html: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.solo.io/blog/istio-multi-cluster-on-red-hat-openshift-with-gloo-mesh: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.giffgaff.io/tech/using-istio-with-nginx-ingress: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.solo.io/blog/ode-to-istio: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/istio-1-10-improves-scalability-and-revision-control: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://istio.io/latest/blog/2021/external-locality-failover: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/google-cloud/automated-canary-deployments-with-flagger-and-istio-ac747827f9d1: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/multicluster-management-with-kubernetes-and-istio: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2021/07/12/multicluster-traffic-mirroring-with-istio-and-kind: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/securing-istio-workloads-with-auth0: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.tetrate.io/blog/multicluster-management-with-kubernetes-and-istio: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.solo.io/blog/upgrading-istio-without-downtime: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.tetrate.io/blog/istio-servicemesh-api-gateway: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.solo.io/blog/configuration-as-data-gitops-and-controllers-its-not-simple-for-multi-cluster: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.solo.io/blog/istios-networking-in-depth: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.solo.io/blog/navigating-istio-config-toolkit: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://inder-devops.medium.com/on-premise-to-cloud-migration-mock-drills-using-istio-ea89aee5ea38: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.baeldung.com/ops/istio-service-mesh: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://chrishaessig.medium.com/multi-cluster-setup-with-istio-c1c6437f4e8c: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@sumudu_liyan/how-to-install-istio-on-kubernetes-cluster-e831c12381b: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://engineering.mercari.com/en/blog/entry/20220218-dynamic-service-routing-using-istio: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@nanditasahu031/istio-service-mesh-a11654f90ed9: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://istio.io/latest/blog/2022/merbridge: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/learn-istio-manage-microservices: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.useanvil.com/blog/engineering/load-balancing-grpc-in-kubernetes-with-istio: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://jimmysong.io/en/blog/sidecar-injection-iptables-and-traffic-routing: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.getambassador.io/kubernetes-canary-testing-and-release-with-istio-4cbdedcc9914?gi=816ffb457b0d: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/globant/istio-jwt-authentication-authorization-at-the-edge-b35b612acd97: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/codex/egress-traffic-control-for-nginx-ingress-controller-with-istio-proxy-sidecar-ef8f19902b43: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/marionete/how-to-expose-kubernetes-services-to-external-traffic-using-istio-gateway-1a1e6ebd8805: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +? https://natarajsundar.medium.com/istio-service-mesh-a-start-to-finish-tutorial-with-side-car-architecture-and-an-analysis-d70a255ea41d +: v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://alexandrev.medium.com/how-to-enable-sticky-session-on-your-kubernetes-workloads-using-istio-e789014a6acd: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +? https://medium.com/@wessel__/istio-with-authentik-securing-your-cluster-and-providing-authentication-and-authorization-b5e48b331920 +: v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@hammadsaif061/simplifying-microservices-management-with-kubernetes-and-service-mesh-de458ce566f1: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://itnext.io/traffic-shaping-with-kubernetes-and-istio-7e44fbfca200: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@lupass93/zero-trust-architecture-on-kubernetes-with-istio-service-mesh-eade6c5a3c53: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/hamburger-berater-team/varnish-sharding-with-istio-in-kubernetes-402f313919aa: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@marc.guerrini/diy-istio-validate-jwt-1ffbd488b1f3: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@senthilrch/api-access-control-using-istio-ingress-gateway-44be659a087e: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/codex/api-authentication-using-istio-ingress-gateway-oauth2-proxy-and-keycloak-a980c996c259: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://maistra.io: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/maistra/istio: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/istio-ecosystem/admiral: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://istio.io/latest/blog/2022/introducing-ambient-mesh: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.kiali.io: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/kiali/kiali: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/kialiproject: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://itnext.io/find-issues-in-your-istio-mesh-with-kiali-89d37d5e1fb1: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.jaegertracing.io: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://hackernoon.com/a-guide-to-deploying-jaeger-on-kubernetes-in-production-0p2n3tub: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://hackernoon.com/how-to-use-opentelemetry-and-jaeger-to-implement-distributed-tracing-and-apm-jcx34fi: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://faun.pub/a-beginners-guide-to-jaeger-ed75ce5ed8f4: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/linking-traces-continuous-profiling-pyroscope: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.getenvoy.io: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://monzo.com/blog/controlling-outbound-traffic-from-kubernetes: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/kialiproject/troubleshooting-envoy-with-kiali-7f78a57b16ad: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/envoyproxy/gateway: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.elastic.co/products/kibana: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/app-mesh: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.allthingsdistributed.com/2019/03/redefining-application-communications-with-aws-app-mesh.html: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://azure-samples.github.io/aks-labs/docs/intro: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://itnext.io/observing-grpc-based-microservices-on-amazon-eks-running-istio-77ba90dd8cc0: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.cloudtrooper.net/2025/11/21/application-gateway-for-containers-istio-integration: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/istio/tools/blob/master/perf/README.md: + v1: + - page: istio.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://javarevisited.blogspot.com/2017/12/10-things-java-programmers-should-learn.html: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/learn-the-basics-of-java-programming: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/object-oriented-programming-in-java: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/performance-improvement-in-java-applications-orm-j: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/jvm-architecture-explained: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/troubleshoot-sudden-cpu-spikes: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/7-jvm-arguments-of-highly-effective-applications-1: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/08/25/get-started-with-jdk-flight-recorder-in-openjdk-8u: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.heaphero.io: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.heaphero.io/2020/10/16/what-is-gc-log-thread-dump-and-heapdump: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/05/20/shenandoah-garbage-collection-openjdk-16-concurrent-reference-processing: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/07/23/jdk-flight-recorder-support-graalvm-native-image-journey-so-far: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/OpenHFT/Java-Thread-Affinity: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/flight-recorder-examining-java-and-kotlin-apps: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://kstefanj.github.io/2021/11/24/gc-progress-8-17.html: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/11/02/how-choose-best-java-garbage-collector: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/difference-between-executor-executorservice-executors-omar-ismail: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://vladmihalcea.com/caching-best-practices: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://vladmihalcea.com/14-high-performance-java-persistence-tips: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://speakerdeck.com/victorrentea/profiling-a-java-application-at-devdays-2023: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/java-unit-testing: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/wix-engineering/how-to-reduce-your-jvm-app-memory-footprint-in-docker-and-kubernetes-d6e030d21298: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://tech.olx.com/improving-jvm-warm-up-on-kubernetes-1b27dd8ecd58: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/best-practices-java-memory-arguments-for-container: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/@anurag2397/solving-javas-core-problems-around-memory-and-cpu-4d0c97748c43: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://danoncoding.com/tricky-kubernetes-memory-management-for-java-applications-d2f88dd4e9f6: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/nordnet-tech/setting-java-heap-size-inside-a-docker-container-b5a4d06d2f46: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/@sharprazor.app/memory-settings-for-java-process-running-in-kubernetes-pod-1e608a5d2a64: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/codex/running-jvm-applications-on-kubernetes-beyond-java-jar-a095949f3e34: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://lalitchaturveditech.medium.com/optimize-java-performance-on-kubernetes-5f055d406ecf: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.flipkart.tech/the-art-of-system-debugging-decoding-cpu-utilization-da75f09ef1ff: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://jet-start.sh/blog/2020/06/09/jdk-gc-benchmarks-part1: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://jenkins.io/blog/2016/11/21/gc-tuning: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/doc/administration/requirements/jenkins-on-java-11: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/scaling-java-containers: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/performance-metrics-apm-spring-boot-microservices-openshift: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/java-inside-docker-what-you-must-know-to-not-fail: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://itnext.io/how-to-cold-start-fast-a-java-service-on-k8s-eks-3a7b4450845d: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.gceasy.io/2020/11/05/best-practices-java-memory-arguments-for-containers: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/debugging-java-applications-on-openshift-kubernetes: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/List_of_performance_analysis_tools: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/InspectIT: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/VisualVM: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/OverOps: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://geekflare.com/generate-analyze-thread-dumps: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.baeldung.com/java-analyze-thread-dumps: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.baeldung.com/java-thread-dump: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://tier1app.com: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://fastthread.io: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://gceasy.io: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://heaphero.io: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://ehcache.org: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/serkan-ozal/jillegal: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://freepromagazine.blogspot.de/2014/07/free-eguide-jvm-troubleshooting-guide.html: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://karunsubramanian.com/websphere/one-important-change-in-memory-management-in-java-8: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://www.infoq.com/articles/Java-PERMGEN-Removed: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://www.javacodegeeks.com/2014/12/on-heap-vs-off-heap-memory-usage.html: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://apmblog.dynatrace.com/2011/05/11/how-garbage-collection-differs-in-the-three-big-jvms: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/understanding-the-java-memory-model-and-the-garbag: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/memory-leak-andjava-code: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://javarevisited.blogspot.com/2011/04/garbage-collection-in-java.html: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://byteman.jboss.org: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/10/29/collect-jdk-flight-recorder-events-at-runtime-with-jmc-agent: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/10/15/checkpointing-java-from-outside-of-java: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/11/23/faster-way-access-jdk-flight-recorder-data: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://vladmihalcea.com/tunnel-localhost-public-internet: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2024/02/13/java-flight-recorder-on-kubernetes: + v1: + - page: java-and-java-performance-optimization.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Jakarta_EE: + v1: + - page: java_app_servers.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Payara_Server: + v1: + - page: java_app_servers.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.payara.fish: + v1: + - page: java_app_servers.md + is_bold: false + is_highlighted: false + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/getting-started-with-java-ee-8-payara-5-and-eclips: + v1: + - page: java_app_servers.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://hub.docker.com/r/payara/server-full: + v1: + - page: java_app_servers.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://hub.docker.com/r/payara/micro: + v1: + - page: java_app_servers.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/products/eap/overview: + v1: + - page: java_app_servers.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://wildfly.org: + v1: + - page: java_app_servers.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/jakarta-ee-amp-wildfly-running-on-kubernetes: + v1: + - page: java_app_servers.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/7/wildfly: + v1: + - page: java_app_servers.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://tomee.apache.org: + v1: + - page: java_app_servers.md + is_bold: false + is_highlighted: false + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://ee.kumuluz.com: + v1: + - page: java_app_servers.md + is_bold: false + is_highlighted: false + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/@javachampions/java-is-still-free-2-0-0-6b9aa8d6d244: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.joda.org/2018/09/do-not-fall-into-oracles-java-11-trap.html: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + - page: java_frameworks.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2018/09/24/the-future-of-java-and-openjdk-updates-without-oracle-support: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/history-and-future-openjdk: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://javarevisited.blogspot.com/2019/10/the-java-developer-roadmap.html: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.marcobehler.com/guides/a-guide-to-java-versions-and-features: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://advancedweb.hu/a-categorized-list-of-all-java-and-jvm-features-since-jdk-8-to-14: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3534133/jdk-15-the-new-features-in-java-15.html: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.blog/2020-09-30-github-welcomes-the-openjdk-project: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://advancedweb.hu/a-categorized-list-of-all-java-and-jvm-features-since-jdk-8-to-16: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://javaconceptoftheday.com/java-9-interface-private-methods: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://javatechonline.com/microservices-in-java: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.java-success.com/01b-%e2%99%a6-40-java-web-services-basics-interview-qas-q07-q12: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://javatechonline.com/oops-design-principles: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://javatechonline.com/spring-boot-annotations-with-examples: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/java-creator-james-gosling-interview: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2021/09/java17-released: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/09/16/shenandoah-openjdk-17-sub-millisecond-gc-pauses: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://tschatzl.github.io/2021/09/16/jdk17-g1-parallel-gc-changes.html: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/building-rest-api-in-java: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/11/30/modernizing-enterprise-java-cloud-native-guide-developers: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://medium.com/javarevisited/top-5-frameworks-java-developers-can-learn-for-microservices-development-in-2022-848da66d6651 +: v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.java67.com/2016/05/how-to-use-multiple-threads-in-java.html: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://foojay.io/today/top-10-java-language-features: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.geeksforgeeks.org/5-best-java-frameworks-for-microservices: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/@aritra.chatterjee_/hexagonal-architecture-in-java-7ac8f4bea753: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/learn-solid-design-principles-in-java-by-coding-it-dcbf64a17b53: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/javarevisited/do-you-know-about-the-different-microservices-frameworks-for-java-90b61f8cdbd7: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://enterprisersproject.com/article/2021/6/how-migrate-java-workloads-containers-3-considerations: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2023/02/13/best-practices-for-java-apps-on-kubernetes: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.oracle.com/technetwork/java/javase/overview/index.html: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blogs.oracle.com/cloud-infrastructure/post/introducing-free-java-license: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://jdk.java.net/11: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developer.ibm.com/javasdk: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/products/openjdk/download: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://adoptopenjdk.net: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/java/openjdk/overview: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2023/02/17/which-jdk-to-choose-on-kubernetes: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/corretto: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/criciumadev/its-time-migrating-to-java-11-5eb3868354f9: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.adoptopenjdk.net/2020/06/adoptopenjdk-11-new-default: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.codefx.org/java/java-11-migration-guide: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.tecmint.com/install-java-on-centos-rhel-fedora: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://openjdk.java.net/jeps/413: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/java-virtual-threads: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.itcentralstation.com/categories/java-frameworks: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://spring.io/projects/spring-boot: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://microprofile.io: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/javinpaul/5-best-java-frameworks-to-learn-in-2022-for-microservices-and-cloud-native-development-4732: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2019/09/12/jakarta-ee-8-the-new-era-of-java-ee-explained: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://developers.redhat.com/articles/2021/06/25/making-java-programs-cloud-ready-part-1-incremental-approach-using-jakarta-ee +: v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://developers.redhat.com/articles/2021/06/28/making-java-programs-cloud-ready-part-2-upgrade-legacy-java-application-jakarta +: v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://projects.eclipse.org/projects/technology.microprofile: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2018/11/21/eclipse-microprofile-for-spring-boot-developers: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/@alextheedom/eclipse-microprofile-5-things-you-need-to-know-e7a0bc9a3fb6: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/microprofile-microservices: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://wildfly-swarm.io: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/multi-tenancy-implementation-using-spring-boot-hibernate-6a8e3ecb251a: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://stackoverflow.com/questions/44308167/how-to-map-a-mysql-json-column-to-a-java-entity-property-using-jpa-and-hibernate +: v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://vladmihalcea.com/how-to-encrypt-and-decrypt-data-with-hibernate: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://vladmihalcea.com/optimistic-vs-pessimistic-locking: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://stackoverflow.com/questions/161224/what-are-the-differences-between-the-different-saving-methods-in-hibernate/54907032?stw=2 +: v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://spring.io: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.javacodegeeks.com/2019/02/spring-framework-architecture.html: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://javatutorial.net/introduction-to-spring-web-framework: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://javarevisited.blogspot.com/2020/05/10-jdbctemplate-examples-in-spring.html: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/javarevisited/top-5-courses-to-learn-microservices-in-java-and-spring-framework-e9fed1ba804d: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/how-to-create-microservices-using-spring: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://spring.io/blog/2021/09/02/a-java-17-and-jakarta-ee-9-baseline-for-spring-framework-6: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.frankel.ch/annotation-free-spring: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.java67.com/2018/11/top-10-spring-framework-annotations-for-java-developers.html: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://javarevisited.blogspot.com/2013/07/role-based-access-control-using-spring-security-ldap-authorities-mapping-mvc.html +: v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://odedia.org/production-considerations-for-spring-on-kubernetes: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/spring-boot-framework-tutorials: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://jaxenter.com/cicd-microservices-docker-162408.html: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jaxenter.com/kubernetes-microservices-162690.html: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/deploying-spring-boot-app-to-jboss-wildfly: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.adictosaltrabajo.com/2018/12/13/spring-boot-war-o-jar-ambos: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://javatutorial.net/spring-vs-java-ee: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/javarevisited/10-free-spring-boot-tutorials-and-courses-for-java-developers-53dfe084587e: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2020/06/10/spring-boot-library-for-integration-with-istio: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://spring.io/blog/2020/06/10/the-path-towards-spring-boot-native-applications: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2020/03/10/best-practices-for-microservices-on-kubernetes: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2020/11/05/spring-boot-autoscaling-on-kubernetes: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://spring.io/blog/2021/01/17/what-s-new-in-spring-boot-2-4: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://youtu.be/lgyO9C9zdrg?t=1489s: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://arnoldgalovics.com/java-and-spring-boot-multiline-log-support-for-fluentd-efk-stack: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2021/02/09/spring-boot-on-quarkus-magic-or-madness: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/codecentric/spring-boot-admin: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2021/01/13/spring-boot-tips-tricks-and-techniques: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://javatechonline.com/how-to-work-with-apache-kafka-in-spring-boot: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/how-to-run-the-spring-boot-application-as-a-stand: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://vladmihalcea.com/log-sql-spring-boot: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://javarevisited.blogspot.com/2022/01/spring-boot-angular-example-tutorial.html: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2022/01/24/distributed-transactions-in-microservices-with-kafka-streams-and-spring-boot: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://vladmihalcea.com/spring-boot-application-properties: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://javarevisited.blogspot.com/2022/02/how-to-log-sql-statements-in-spring.html: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.geeksforgeeks.org/best-way-to-master-spring-boot-a-complete-roadmap: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/shoutloudz/microservice-developing-an-authentication-service-using-spring-boot-d421b8802712: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.java67.com/2021/10/how-to-set-logging-level-in-spring-boot-.html: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/@hubian/16-best-practices-in-spring-boot-production-62c065a6145c: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.javaguides.net/2022/07/event-driven-microservices-using-spring-boot-and-apache-kafka.html?spref=tw: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2023/03/13/microservices-with-spring-boot-3-and-spring-cloud: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.javaguides.net/2023/03/spring-boot-3-rest-api-documentation.html: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.javaguides.net/2022/10/spring-boot-microservices-spring-cloud-api-gateway.html: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://helpercodes.com/spring-boot-complete-tutorial: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://spring.io/guides/gs/spring-boot-docker: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://spring.io/blog/2020/01/27/creating-docker-images-with-spring-boot-2-3-0-m1: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://learnk8s.io/spring-boot-kubernetes-guide: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=1w1Jv9qssqg: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/jarjanazy/the-simple-guide-to-dockerizing-spring-boot-og4: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2021/12/spring-boot-2-6: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/francescoxx/java-crud-rest-api-using-spring-boot-hibernate-postgres-docker-and-docker-compose-5cln: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://odo.dev: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dekorate.io: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://eclipse.org/jkube: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://skaffold.dev/docs/pipeline-stages/init: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://spring.io/projects/spring-cloud-kubernetes: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/Playtika/testcontainers-spring-boot: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/piomin/spring-boot-logging: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/spring-projects/spring-boot: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://spring.io/projects/spring-cloud: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2019/12/20/microservices-with-spring-cloud-kubernetes: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://cloud.spring.io/spring-cloud-config/reference/html: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developer.okta.com/blog/2020/12/07/spring-cloud-config: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://access.redhat.com/documentation/en-us/reference_architectures/2017/html-single/spring_boot_microservices_on_red_hat_openshift_container_platform_3/index +: v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/spring-cloud-config-server-on-kubernetes-part-1: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2021/05/26/spring-microservices-security-best-practices: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.baeldung.com/spring-cloud-config-without-git: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://cloud.spring.io/spring-cloud-vault/reference/html: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developer.okta.com/blog/2020/05/04/spring-vault: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://quarkus.io: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/quarkusio/quarkus-images: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://quarkus.io/blog/quarkus-for-spring-developers: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/red-hat-drives-future-java-cloud-native-container-first-quarkus: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/quarkus-quick-start-guide-kubernetes-native-java-stack: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://quarkus.io/blog/march-of-ides: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/quarkus-1: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/build-a-java-rest-api-with-quarkus: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2019/10/02/autowire-microprofile-into-spring-with-quarkus: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dmcommunity.org/2020/01/12/who-will-win-spring-boot-or-quarkus: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2019/11/18/how-quarkus-brings-imperative-and-reactive-programming-together: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/04/10/migrating-a-spring-boot-microservices-application-to-quarkus: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/05/28/quarkus-a-kubernetes-native-java-runtime-now-fully-supported-by-red-hat: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://developers.redhat.com/blog/2020/06/04/the-road-to-quarkus-ga-completing-the-first-supported-kubernetes-native-java-stack +: v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://containerjournal.com/topics/container-ecosystems/red-hat-adds-java-runtime-for-kubernetes-to-subscription: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/09/11/quarkus-and-jakarta-ee-together-or-not: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=nXXPOS8gjtA: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2021/05/11/building-an-api-using-quarkus-from-the-ground-up: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/07/01/resteasy-reactive-and-more-quarkus-20: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/7/developer-productivity-linux: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2021/04/07/deploy-quarkus-everywhere-with-red-hat-enterprise-linux-rhel: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2021/08/quarkus-2-0-final-release: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://quarkus.io/guides/dev-ui: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/a-java-developers-guide-to-quarkus: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/08/31/why-should-i-choose-quarkus-over-spring-my-microservices: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/09/20/quarkus-spring-developers-getting-started: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/getting-started-with-quarkus-serverless-functions: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2021/10/12/quarkus-tips-tricks-and-techniques: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/11/04/boost-throughput-resteasy-reactive-quarkus-22: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.javaadvent.com/2021/12/you-need-more-than-containers-a-short-history-of-the-mess-were-in.html: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/10/11/quarkus-spring-developers-kubernetes-native-design-patterns: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/native-java-quarkus: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://auth0.com/blog/java-spring-boot-microservices: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/cloud-native-business-automation-kogito: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://kie.org: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://kogito.kie.org: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://thorntail.io: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.ibm.com/cloud/blog/migrate-java-microservices-from-spring-to-microprofile-p2: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/microservices-quarkus-vs-spring-boot: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://jpastreamer.org: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/zalando/logbook: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/javarevisited/logging-in-java-log4j-vs-logback-vs-slf4j-88c533088d2a: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/GoodforGod/java-logger-benchmark: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/the-best-java-testing-frameworks-to-focus-in-2021: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/moditect/jfrunit: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.morling.dev/blog/introducing-jfrunit-1-0-0-alpha1: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.java-success.com/debugging-java-thread-safety-multi-threading-concurrency-issues: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.adictosaltrabajo.com/2016/02/03/como-reducir-el-codigo-repetitivo-con-lombok: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://reflectoring.io/when-to-use-lombok: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://helidon.io: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developer.okta.com/blog/2022/01/06/native-java-helidon: + v1: + - page: java_frameworks.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/JavaScript: + v1: + - page: javascript.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://v8.dev: + v1: + - page: javascript.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/shreyazz/javascript-objects-57ob: + v1: + - page: javascript.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/insha/javascript-array-and-its-methods-432k: + v1: + - page: javascript.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/thecoollearner/getting-started-with-javascript-modules-2mkg: + v1: + - page: javascript.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/lizardkinglk/username-validator-1n8g: + v1: + - page: javascript.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/http-full-course: + v1: + - page: javascript.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/novu/how-to-add-in-app-notifications-to-any-web-app-1b4n: + v1: + - page: javascript.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/web-storage-api-how-to-store-data-on-the-browser: + v1: + - page: javascript.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://usehooks.com: + v1: + - page: javascript.md + is_bold: false + is_highlighted: false + - page: react.md + is_bold: false + is_highlighted: false + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.canva.com: + v1: + - page: javascript.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://mockuper.net: + v1: + - page: javascript.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://cssnectar.com: + v1: + - page: javascript.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://bgjar.com: + v1: + - page: javascript.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://npkill.js.org: + v1: + - page: javascript.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Node.js: + v1: + - page: javascript.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://nodejs.org: + v1: + - page: javascript.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/nodejs/node: + v1: + - page: javascript.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://developers.redhat.com/articles/2021/08/26/introduction-nodejs-reference-architecture-part-5-building-good-containers +: v1: + - page: javascript.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/o1lab/how-to-build-7-000-rest-apis-within-2-mins-node-js-mysql-470b: + v1: + - page: javascript.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.npmjs.com: + v1: + - page: javascript.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.blog/2020-04-15-npm-has-joined-github: + v1: + - page: javascript.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://cult.honeypot.io/reads/best-frontend-javascript-frameworks-learn-2021: + v1: + - page: javascript.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/mithi/react-philosophies: + v1: + - page: javascript.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/best-jenkins-alternatives: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.inovex.de/blog/spinnaker-vs-argo-cd-vs-tekton-vs-jenkins-x: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/devops-dudes/top-7-best-ci-cd-tools-you-should-get-your-hands-on-in-2020-832c29db936a: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/jenkins-vs-gitlab-ci-battle-of-cicd-tools: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/teamcity-vs-jenkins-picking-the-right-ci-cd-tool: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/bamboo-vs-jenkins-showdown-of-ci-cd-tools: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.thundra.io/the-ci/cd-war-of-2021-a-look-at-the-most-popular-technologies: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/circleci-vs-gitlab: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/azure-devops-vs-github-comparing-microsofts-devops-twins: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/nerds-malt/choosing-a-ci-that-grows-at-the-same-pace-as-a-scale-up-f4e1c0648084: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/jenkins-vs-travis-vs-bamboo-vs-teamcity: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/products/flow/overview: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/gitlab-ci-with-docker-environment-variable-quirks: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes/test-infra/tree/master/prow: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://agola.io: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://harness.io: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://harness.io/blog/autostopping-rules-kubernetes: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://harness.io/blog/cd-jenkins-pipelines-harness: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://drone.io: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +? https://medium.com/@boomimagestudio-techblog/goodbye-jenkins-how-drone-simplifies-ci-cd-for-engineering-teams-everywhere-73a7db435a86 +: v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://buildbot.net: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.gocd.org: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://codefresh.io: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://skaffold.dev: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + - page: scaffolding.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.kubeflow.org: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/screwdriver-cd/screwdriver: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://circleci.com: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://circleci.com/blog/getting-started-with-kubernetes-how-to-set-up-your-first-cluster: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://circleci.com/blog/adding-approval-jobs-to-your-ci-pipeline: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://circleci.com/blog/building-cicd-pipelines-using-dynamic-config: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://circleci.com/blog/parameters-in-pipeline-config: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dev.to/mage_ai/ci-cd-automating-our-build-and-deploy-process-2i91: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://circleci.com/blog/relational-db-testing: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://travis-ci.org: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/build-your-first-ci-cd-pipeline-with-travis-ci: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://concourse-ci.org: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.alterway.fr/en/building-a-continious-deployment-pipeline-with-kubernetes-and-concourse-ci.html: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.atlassian.com/continuous-delivery: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.atlassian.com/software/bamboo: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/how-to-setup-cicd-pipeline-with-bamboo-for-php-projects: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.blog/2019-08-08-github-actions-now-supports-ci-cd: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://docs.github.com/en/actions/learn-github-actions: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.bitsrc.iogithub-actions-or-jenkins-making-the-right-choice-for-you-9ac774684c8: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://particule.io/en/blogcicd-github-registry: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://proandroiddev.comimproving-ci-cd-pipeline-for-android-via-fastlane-and-github-actions-a635162d2c53: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/sdras/awesome-actions: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/yokawasa/action-setup-kube-tools: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/summerwind/actions-runner-controller: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https:/towardsdatascience.com/jenkins-for-ci-is-dead-why-do-people-hate-it-and-whats-the-alternative-8d8b6b88fdba: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://k21academy.com/microsoft-azure/az-400/azure-pipelines-vs-jenkins: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.shuttleops.io: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/shuttleops-no-code-docker-and-kubernetes: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/announcing-waypoint: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/theonedev/onedev: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://robinshen.medium.com/hands-on-gitops-with-onedev-f05bd278f07c: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jetbrains.com/teamcity: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jetbrains.com/help/teamcity/storing-project-settings-in-version-control.html: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.jetbrains.com/teamcity/2019/03/configuration-as-code-part-1-getting-started-with-kotlin-dsl: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/OctopusDeploy/Octopus-TeamCity: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://octopus.com: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://octopus.com/docs/deployments/patterns/deployment-process-as-code: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://registry.terraform.io/providers/OctopusDeployLabs/octopusdeploylatest/docs: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/OctopusDeploy/go-octopusdeploy: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jfrog.com/pipelines: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.shippable.com: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jfrog.com/platform: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jfrog.com/blog/pipelines-ci-cd-and-the-jfrog-platform-difference: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=15CGdzfDlpQ&t=1s&ab_channel=JFrog: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/blog/cloud-devops-with-openshift-and-jfrog: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://semaphoreci.com: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://semaphoreci.com/blog/revving-up-continuous-integration-with-parallel-testing: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/csweichel/werft: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jenkins-x.io: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/jenkins-x/what-is-jenkins-x: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.devopstoolkitseries.com: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=ihHr-iLfEGo: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://leanpub.com/the-devops-2-6-toolkit: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jenkins-x.io/blog/2021/04/08/jx3-pipeline-trace: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.spinnaker.io: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.opsmx.com/blog/deploy-spinnaker-cd-pipelines-in-kubernetes: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://speakerdeck.com/keisukeyamashita/introduction-to-spinnaker-managed-pipeline-templates: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://speakerdeck.com/keisukeyamashita/spinnaker-application-management-by-terraform-plugins: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/searce/spinnaker-the-hard-way-278913f3f1d8: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://opensource.com/article/19/8/why-spinnaker-matters-cicd: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://harness.io/blog/continuous-delivery/spinnaker-alternatives: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +argocd.md: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: [] +https://github.com/openshift/tektoncd-pipeline-operator: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.sonatype.com/new-cloud-native-ci/cd-projects-openshift-and-tekton: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/openshift/pipelines-tutorial: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkins-x/jenkins-x-openshift-image: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/dailymotion/from-jenkins-to-jenkins-x-604b6cde0ce3: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.empathy.co/blog/hat-ci-cd-for-deploying-cloud-native-applications: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/dagger/dagger: + v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +? https://www.previous.cloudbees.com/press/cloudbees-integrates-software-delivery-management-platform-google-cloud-build-and-tekton-break +: v1: + - page: jenkins-alternatives.md + is_bold: false + is_highlighted: false + v2: [] +https://www.cloudbees.com: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jenkins.io: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/michaelneale/jenkins-ci.org-docker: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/getting-started-with-jenkins-the-ultimate-guide: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/jenkins-in-a-nutshell: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://opensource.com/article/18/4/running-jenkins-builds-containers: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jenkins.io/blog/2020/02/02/web-socket: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://webhookrelay.com/blog/2017/11/23/github-jenkins-guide: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/jenkins-paas: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/blog/2020/05/06/docker-agent-image-renaming: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/blog/2020/05/11/docker-windows-agents: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/blog/2018/08/31/shifting-gears: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/opensource/why-jenkins-still-continuously-serves-developers: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/blog/2020/06/18/terminology-update: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/wind-of-change/creating-a-ci-cd-pipeline-6ff9aeb0848c: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +? https://medium.com/swlh/ci-cd-pipeline-of-jenkins-using-groovy-language-with-monitoring-on-the-top-of-kubernetes-b37f962fb0ac +: v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://devopsformula.hashnode.dev/cross-account-ecr-push-with-jenkins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/easily-automate-your-cicd-pipeline-with-jenkins-he: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@rishabh1799/building-pipeline-and-launching-jenkins-in-container-d4faf39de173: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=uC7vajbnZS4: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.betsol.com/blog/devops-using-jenkins-docker-and-kubernetes: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@rosaniline/setup-chained-jenkins-declarative-pipeline-projects-with-triggers-d3d04f1daf75: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/jenkins-server-setup-dynamic-worker-nodes-shishir-khandelwal: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/avmconsulting-blog/ci-cd-with-dockers-and-jenkins-70b6f801f9f7: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/blog/2021/02/08/docker-base-os-upgrade: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.executeautomation.com/running-jenkins-build-agent-within-docker-container-part-a: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/how-to-setup-continuous-integration-with-git-jenkins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://itnext.io/jenkins-running-workers-in-kubernetes-and-docker-images-build-83299a10f3ca: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/getting-started/hands-on/cost-optimize-jenkins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/blogs/devops/building-a-serverless-jenkins-environment-on-aws-fargate: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?app=desktop&v=y4XGFluzPHY&ab_channel=CloudBeesTV: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/learning-hub/jenkins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=iddMXjmr7mk&t=657s&ab_channel=BribeByBytes: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/blog/2021/04/21/tekton-plugin: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: tekton.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://harness.io/blog/devops/pipeline-as-code: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/set-jenkins-pipeline-environment-variables-list: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.slideshare.net/geerlingguy/jenkins-or-how-i-learned-to-stop-worrying-and-love-automation: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=mbeQWBNaNKQ&ab_channel=CloudBeesTV: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/5/jenkins-logs: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +? https://medium.com/globant/dynamic-and-reactive-parameterization-in-jenkins-pipelines-using-html-groovy-and-bash-27b031fcd69b +: v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://automationreinvented.blogspot.com/2021/05/how-to-schedule-job-in-jenkins-pipeline.html: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://automationscript.com/how-to-read-console-output-in-jenkins-pipeline: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/your-jenkins-slow-how-to-fix: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=Zeqc6--0eQw&ab_channel=CloudBeesTV: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=ShTC1u7_jew&ab_channel=DevOpsHint: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=BsYYVkophsk: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=yEyVXUExSqs&ab_channel=DevOpsHint: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=-NUQhwmhTCw&ab_channel=LambdaTest: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=_r-C_FFDLmU&ab_channel=Thetips4you: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://docs.google.com/presentation/d/1Q1PgNnRTgzBpVRXPqQo3PudzCa2eoc6_1_NRjFRMLrU/edit: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://automationreinvented.blogspot.com/2021/06/how-to-send-email-notification-in.html: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://gist.github.com/twasink/d52ef998b2a5b24cdfaa9e7358c5282f: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=K2CBHLwPL50&ab_channel=SandipDas: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=x5cyrE9ecis&ab_channel=LambdaTest: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/ampersand-academy/integrate-bitbucket-jenkins-c6e51103d0fe: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://developer.okta.com/blog/2021/07/08/jenkins-ci-dotnet-update-secrets: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/blog/2021/07/27/git-credentials-binding-phase-1: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=tJOlk-B66R4&ab_channel=ServerlessLand: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blogs.sap.com/2021/07/29/sap-cloud-integration-automated-testing-using-jenkins-and-pipeline-as-a-code-approach: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkins-infra/jenkins.io/issues: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://itnext.io/jenkins-tutorial-part-1-pipelines-bd1397cf5509: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://itnext.io/jenkins-tutorial-part-2-pipeline-variables-5e4783aa2c07: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://itnext.io/jenkins-tutorial-part-3-parameterized-pipeline-3898643ac6ad: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://itnext.io/jenkins-tutorial-part-7-interactive-pipelines-a739b23ac41c?gi=563a447caa2b: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dev.to/eavnitech/send-notification-to-slack-from-the-jenkins-ci-job-and-jenkinsfile-e-avni-tech-2lm5: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dev.to/kennethatria/setting-up-a-ci-cd-with-jenkins-4hln: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://fabiogomezdiaz.com/posts/how-to-run-packer-pipelines-on-jenkins-part1-traditional-jenkins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/blog/2021/08/17/docker-images-use-jdk-11-by-default: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://community.jenkins.io/t/dsty-jenkins-std-lib-shared-library-interact-with-files-directories-using-groovy/398: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/gravitational/teleport/discussions/8330: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/parameterize-jenkinsfile-in-multibranch-jobs: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://automationreinvented.blogspot.com/2021/08/how-to-create-parameterized-job-in.html: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3637829/continuous-integration-with-docker-and-jenkins.html: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/what-is-jenkins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://automationqahub.com/how-to-publish-extentreport-using-jenkins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2022/01/13/developers-guide-cicd-and-gitops-jenkins-pipelines: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://inder-devops.medium.com/ci-cd-setup-in-just-5-mins-with-basic-yaml-configuration-95b8e894a110: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=E3Xyu29LIwY&ab_channel=CLOUDLEARNHUB: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?list=PLy7NrYWoggjw_LIiDK1LXdNN82uYuuuiC: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://camunda.com/blog/2022/02/how-we-overcame-long-running-job-limitations-in-jenkins-declarative-pipelines: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/devops/jenkins-high-availability-and-disaster-recovery-on-aws: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.searce.com/jenkins-distributed-cluster-using-dynamic-build-agents-on-gke-e2262a59dcb3: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.fosstechnix.com/validate-jenkinsfile-using-visual-studio-code: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/learn-jenkins-by-building-a-ci-cd-pipeline: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/ni-tech-talk/creating-customized-kubernetes-pod-templates-using-groovy-in-jenkins-pipeline-7007f023a585: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://palak-bhawsar.hashnode.dev/automated-cicd-pipeline-for-java-project: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://faun.pub/set-up-jenkins-on-a-kubernetes-cluster-2b982c840ebe: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/blue-green-deployment-ci-cd-pipelines-with-docker-github-and-jenkins-6a262b2994c6: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://itnext.io/accelerate-development-with-jenkins-pipelines-and-continuous-integration-9a6c7857ccd2: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/continuous-integration-in-aws-using-jenkins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +? https://praveendandu24.medium.com/understanding-the-differences-between-jenkins-scripted-and-declarative-pipeline-a-comprehensive-960826e26c2 +: v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://prabirmahatha.hashnode.dev/jenkins-declarative-pipeline-with-docker: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/deploying-helm-charts-with-jenkins-and-groovy-a-comprehensive-guide-c2aa0f2bd424: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/helm-charts: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://aws.plainenglish.io/deploying-aws-resources-and-a-jenkins-server-with-terraform-297bad905459: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://aws.plainenglish.io/terraform-how-to-deploy-jenkins-ci-cd-pipelines-using-terraform-9ffc086dcd56: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jenkinsistheway.io: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jenkinsistheway.io/user-story/jenkins-is-the-way-to-fintech-excellence: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jenkinsistheway.io/user-story/to-build-ci-cd-that-fits-advanced-and-unique-use-cases: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jenkinsistheway.io/user-story/jenkins-is-the-way-to-improve-solution-development: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jenkinsistheway.io/user-story/to-devsecops: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://docs.google.com/presentation/d/17bQ30ycAUB-k4YZ4dC23cxNiNChvRRQO7_6FNGcS0j4/edit?usp=sharing: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.manning.com/books/pipeline-as-code: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://riptutorial.com/ebook/jenkins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/resource/whitepaper/jenkins-pipeline-plugins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/blog/2020/11/05/installing-jenkins-on-kubernetes: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/doc/book/installing/kubernetes: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/ssbostan/jenkins-stack-kubernetes: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/ssbostan/jenkins-tutorial: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: [] +https://itnext.io/jenkins-tutorial-part-7-interactive-pipelines-a739b23ac41c: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/ssbostan/jenkins-stack-docker: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/kubernetes-operator: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/blog/2021/04/15/jenkins-operator-sub-project: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/blog/2021/08/23/jenkins-operator-security-work-report: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://cd.foundation/blog/2021/09/02/going-cloud-native-with-jenkins-kubernetes-operator: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Apache_Groovy: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/groovy: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/4/groovy-io: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/groovy-goodness-using-the-call-operator: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/sahilsk/awesome-jenkins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/orangetw/awesome-jenkins-rce-2019: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/sigs/platform: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/sigs/cloud-native: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.techiescamp.com/jenkins-course: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.techiescamp.com/docs/jenkins-multibranch-pipeline: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.udemy.com/the-complete-jenkins-course-for-developers-and-devops: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.udemy.com/learn-devops-ci-cd-with-jenkins-using-pipelines-and-docker: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/job-dsl: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/job-dsl-plugin/wiki: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/sheehan/job-dsl-gradle-example: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://accenture.github.io/adop-cartridges-cookbook/docs/recipes/archiving-artefact-to-nexus: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://deors.wordpress.com/2019/04/25/jenkins-ci-pipeline-java-spring-boot-maven-docker: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://tech.gogoair.com/jenkins-jobs-as-code-with-groovy-dsl-c8143837593a: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/solutions/pipeline: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/doc/book/pipeline: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jenkins.io/doc/book/pipeline: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jenkins.io/doc/book/pipeline/jenkinsfile: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/continuous-delivery-with-jenkins-pipeline: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://gist.github.com/Faheetah/e11bd0315c34ed32e681616e41279ef4: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jenkins.io/solutions/pipeline: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/declarative-pipeline-with-jenkins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.magalix.com/blog/create-a-ci/cd-pipeline-with-kubernetes-and-jenkins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/learn-how-to-setup-a-cicd-pipeline-from-scratch: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://opensource.com/article/19/9/intro-building-cicd-pipelines-jenkins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://devopscube.com/jenkins-pipeline-as-code: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://loves.cloud/ci-cd-pipeline-using-docker-and-jenkins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/LovesCloud/java-groovy-docker: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@fvtool/jenkins-cicd-getting-started-with-groovy-and-docker-containers-part-2-b03a1b934a49: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/top-10-best-practices-for-jenkins-pipeline: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://opensource.com/article/18/8/devops-jenkins-2: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +http://jenkins-ci.361315.n4.nabble.com/Declarative-pipelines-vs-scripted-td4891792.html: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/top-10-best-practices-jenkins-pipeline-plugin: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.cuelogic.com/blog/pipeline-as-code: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: [] +https://mtijhof.wordpress.com/2019/04/22/jenkins-running-a-declarative-pipeline-from-your-shared-library: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/doc/book/pipeline/shared-libraries: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/gfkse/jenkins-shared-library: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +? https://stackoverflow.com/questions/45889796/can-i-have-an-entire-declarative-pipeline-defined-and-parameterized-in-a-shared +: v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/blog/2017/10/02/pipeline-templates-with-shared-libraries: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/blog/2017/09/25/declarative-1: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/doc/book/pipeline/syntax: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/building-declarative-pipelines-openshift-dsl-plugin: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/blog/2020/10/21/a-sustainable-pattern-with-shared-library: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://tomd.xyz/jenkins-shared-library: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jjba.dev/posts/jenkins-shared-library: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/use-jenkins-shared-libraries-in-a-jenkins-pipeline: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/jenkinsfile-runner: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/projects/jcasc: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/configuration-as-code: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://devops.com/using-jenkins-configuration-as-code: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/running-jenkins-server-with-configuration-as-code: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://docs.cloudbees.com/docs/cloudbees-core/latest/cloud-admin-guide/core-casc-modern: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.previous.cloudbees.com/blog/cloudbees-core-configuration-code-preview: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: [] +https://marketplace.visualstudio.com/items?itemName=jcasc-developers.jcasc-plugin: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/configuration-as-code-plugin-support: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/halkeye-docker/docker-jenkins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://iceburn.medium.com/jenkins-configuration-as-code-afd9031a42c9: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/blog/2020/05/25/read-only-jenkins-announcement: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jenkins-job-builder.readthedocs.io: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://docs.openstack.org/infra/jenkins-job-builder/index.html: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://faun.pub/automate-jenkins-pipelines-management-6e771b5890f: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/templating-engine: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/videos/jenkins-template-pipeline-devsecops: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://devopscube.com/jenkins-architecture-explained: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/how-to-setup-scalable-jenkins-on-top-of-a-kubernet: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://devops.com/kubernetes-jenkins-master-slave-scaling-the-scalability-issue: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.sitepoint.com/7-ways-optimize-jenkins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://devopscube.com/docker-containers-as-build-slaves-jenkins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/apm-tools-jenkins-performance: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/application-performance-monitoring-tools: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/most-common-issues-scaling-jenkins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/enterprise-jvm-administration-and-jenkins-performance: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/geerlingguy/ansible-role-jenkins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkins-infra/jenkins-version: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/plugin-installation-manager-tool/releases/tag/plugin-management-parent-pom-1.1.0: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/doc/book/pipeline/development: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/DontShaveTheYak/jenkins-std-lib: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=DontShaveTheYak.jenkins-extension-pack: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/jenkins-freestyle-pipeline-migration: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=LNfthmZuRDI&ab_channel=CloudBeesTV: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@peiruwang/build-ci-cd-multibranch-pipeline-with-jenkins-and-kubernetes-637de560d55a: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dev.to/jcoelho/8-jenkins-plugins-i-cant-live-without-3bin: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.blazemeter.com/blog/top-jenkins-plugins-you-cant-miss-in-2018: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://devops.com/15-must-jenkins-plugins-increase-productivity: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jrebel.com/blog/top-10-jenkins-plugins-and-features: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.devteam.space/blog/10-best-jenkins-plugins-for-devops: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://devops.com/top-10-best-practices-for-jenkins-pipeline-plugin: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/blog/2021/12/22/deprecated-ruby-runtime: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/performance-plugin: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jenkins.io/blog/2019/11/22/welcome-to-the-matrix: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/compress-buildlog: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/syslog-logger: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/openshift-login: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/openshift-deployer: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/kubernetes-cli: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://jenkins.io/blog/2020/01/08/atlassians-new-bitbucket-server-integration-for-jenkins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/blueocean: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/electricflow: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/cloudbees-credentials: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/cloudbees-jenkins-advisor: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/cloudbees-disk-usage-simple: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/aws-credentials: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/docker-custom-build-environment: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/code-coverage-api: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/fortify: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/sonar: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-jenkins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: sonarqube.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@jportasa/ecs-jenkins-plugin-to-create-ephemeral-slaves-in-fargate-8cb80b46fb75: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/doc/pipeline/steps/workflow-scm-step: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/ec2: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/copyartifact: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/credentials-binding: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/cvs: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/scm-filter-jervis: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/deploy-dashboard: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.namecheap.com/blog/visualize-your-deployment-status-with-jenkins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.amazon.com/gp/product/B0976SB2YG: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/configurationslicing: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/git-plugin: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: [] +https://www.jenkins.io/blog/2020/07/09/git-performance-improvement-phase1: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/blog/2020/07/29/git-performance-improvement-phase2: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/blog/2020/08/29/git-performance-improvement-phase3: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/git-plugin/releases/tag/git-4.8.0: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/parameter-separator: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/declarative-pipeline-migration-assistant-api: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/hashicorp-vault-plugin: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@nanditasahu031/how-to-integrate-hashicorp-vault-with-jenkins-to-secure-your-secrets-f13bb36e28e9: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/matrix-auth: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/aws-secrets-manager-credentials-provider: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/qftest: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/role-strategy: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/extensible-choice-parameter: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/allure-jenkins-plugin: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/aws-java-sdk: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/metrics: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/git-forensics: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/robot: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/prometheus-plugin: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/pipeline-maven: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/warnings-ng: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/robot-plugin: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/uno-choice: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/text-finder: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/pull-request-monitoring-plugin: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/pipeline-graph-view: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/pipeline-graph-view-plugin: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/url-filter-plugin: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/kubernetes-plugin: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/opentelemetry: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/sysdig-secure: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/qualys-cs: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/rest-list-parameter: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/script-security: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/azure-artifact-manager: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/custom-checkbox-parameter: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/git-push: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/ec2-fleet: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/vsphere-cloud: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/nomad: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/azure-keyvault: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/pipeline-utility-steps: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/rapid7-insightvm-container-assessment: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/aqua-security-scanner: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/blueocean-rest: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/blueocean-pipeline-editor: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/aws-kinesis-consumer: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/cucumber-reports: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/npm-yarn-wrapper-steps: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/doc/developer/plugin-development: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/doc/developer/plugin-development/dependency-management: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/plugin-pom: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/plugin-pom/releases/tag/plugin-4.0: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.meetup.com/Jenkins-online-meetup/events/270630108: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/doc/book/blueocean/getting-started: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://cd.foundation/blog/2021/09/02/bringing-blue-ocean-into-the-future-of-jenkins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/splunk-devops: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://splunkbase.splunk.com/app/3332: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/logstash: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://wiki.jenkins.io/display/JENKINS/Build+Monitor+Plugin: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +http://www.ampelofilosofies.gr/software/2017/03/04/monitor-ci-nodes-with-jenkins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=WnQK6-puXSM: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=y6RNLNvnYIw: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +http://tatiyants.com/jenkins-build-monitor: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://wiki.jenkins.io/display/JENKINS/Monitor+Pro+Plugin: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.almtoolbox.com/jenkins-monitoring.php: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.instana.com/blog/monitoring-jenkins-using-instana: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@gangsta_black/grafana-cool-dashboard-for-monitoring-jenkins-with-prometheus-c7ba4f1c6297: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=EWFJem7GUAc: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=N8P9ZLMA2xY: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.dynatrace.com/news/blog/optimizing-jenkins-to-ensure-fast-build-times-with-dynatrace: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.opsview.com/product/system-monitoring/application/jenkins-monitoring: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://chrome.google.com/webstore/detail/monitor-me-jenkins/jhbokpimjgedmpcmfoghhiokhpihlkgc: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/github-autostatus: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/github-autostatus-plugin: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=yTafQ-e84eY: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/opentelemetry-plugin: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.influxdata.com/influxdb-templates/jenkins-monitoring: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/projects/gsoc/2021/projects/remoting-monitoring: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/remoting-opentelemetry-plugin: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://docs.google.com/forms/d/e/1FAIpQLSdiuQN3sm2mQ2E86VTXVXu7bf_9C0hVdzhw2_Kvu3DFqL7EZA/viewform: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/remoting-opentelemetry-plugin/pull/40: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/influxdb-plugin: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=3H9eNIf9KZs&ab_channel=CloudBeesTV: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkins-infra/jenkins-usage-stats: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +http://stats.jenkins.io: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.jenkins.io/blog/2020/06/27/external-fingerprint-storage: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/redis-fingerprint-storage-plugin: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://piotrminkowski.wordpress.com/2019/01/15/kotlin-microservice-with-spring-boot: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/jenkinsci/comments/ctirsc/building_docker_images_when_running_jenkins_in: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/samrocketman/docker-jenkins-jervis/blob/master/README.md: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://itnext.io/docker-in-docker-521958d34efd: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://code-maze.com/ci-jenkins-docker: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/quickstart-ci-with-jenkins-and-docker-in-docker-c3f7174ee9ff: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/awslabs/amazon-eks-ami/issues/183: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: [] +https://github.com/weaveworks/eksctl: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://app.rollout.io: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://rollout.io/blog/rollout-tutorial-feature-flagging-in-your-react-native-app-in-5-minutes: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/how-disable-code-developers-production-kill-switch: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/products/accelerator/overview: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/how-speed-software-development-build-test-acceleration-tools: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/jenkinsci/jenkins-scripts: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: [] +https://github.com/samrocketman/jenkins-script-console-scripts: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/samrocketman/jervis/wiki: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://itnext.io/tagged/jenkins-x: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://itnext.io/jenkins-x-managing-jenkins-926f0e0f8bcf: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=BF3MhFjvBTU: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=oZOZiL6XIfA&feature=emb_title: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://go.digitalocean.com/cicd-on-k8s: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.csanchez.org/2021/06/15/serverless-jenkins-pipelines-with-google-cloud-run: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blogs.sap.com/2020/10/18/continuous-quality-using-plugins-and-jenkins-abap-ui5: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blogs.sap.com/2020/10/22/ci-cd-tools-for-sap-cloud-platform-abap-environment: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://sap.github.io/jenkins-library: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://templates.cloudonaut.io/en/stable/jenkins: + v1: + - page: jenkins.md + is_bold: false + is_highlighted: false + - page: jenkins.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.keptn.sh: + v1: + - page: keptn.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://keptn.sh/docs/quickstart: + v1: + - page: keptn.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://tutorials.keptn.sh: + v1: + - page: keptn.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://tutorials.keptn.sh/tutorials/keptn-azure-devops/index.html: + v1: + - page: keptn.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.dynatrace.com/news/blogwhat-is-keptn-how-it-works-and-how-to-get-started: + v1: + - page: keptn.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/keptn/keptn-0-6-0-my-top-5-favorite-improvements-242d8ac1abfe: + v1: + - page: keptn.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/dynatrace-engineering/how-we-are-redesigning-our-microservices-deployment-strategy-c567e310a42e: + v1: + - page: keptn.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/keptn-sandbox/keptn-jenkins-library: + v1: + - page: keptn.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.meetup.com/Jenkins-online-meetup/events/270861119: + v1: + - page: keptn.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=VYRdirdjOAg&t=5s: + v1: + - page: keptn.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-keptn-automatically-configures-prometheus-ecosystems: + v1: + - page: keptn.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/keptn-sandbox/keptn-on-k3s/blob/master/README-KeptnForDynatrace.md: + v1: + - page: keptn.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=OQAXQrKhIt0&ab_channel=keptn: + v1: + - page: keptn.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dynatrace-perfclinics.github.io/codelabs/why-devs-love-dynatrace-2/index.html: + v1: + - page: keptn.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.simform.com/blog/alternatives-to-kubernetes: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/better-programming/why-not-use-kubernetes-52a89ada5e22: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/do-i-really-need-kubernetes: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3604652/when-kubernetes-is-not-the-solution.html: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://ably.com/blog/no-we-dont-use-kubernetes: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/heroku-docker-in-10-minutes-f4329c4fd72f: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://searchcloudcomputing.techtarget.com/answer/Amazon-ECS-vs-Kubernetes-Which-should-you-use-on-AWS: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/no-kubernetes-needed-amazon-ecs-anywhere: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cycle.io: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/cycle-io-meet-the-team-on-a-mission-to-replace-kubernetes: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/cycle-io-a-container-orchestration-platform-aimed-at-developers: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://nomadproject.io: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.nobugware.com/post/2019/nomad_an_alternative_to_kubernetes: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://pythonspeed.com/articles/dont-need-kubernetes: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.nomadproject.io/intro/vs/kubernetes: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.codemotion.com/magazine/dev-hub/backend-dev/nomad-kubernetes-but-without-the-complexity: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://sysadmincasts.com/episodes/74-nomad: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.cloudflare.com/how-we-use-hashicorp-nomad: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://atodorov.me/2021/02/27/why-you-should-take-a-look-at-nomad-before-jumping-on-kubernetes: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/conductor-why-we-migrated-from-kubernetes-to-nomad: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.imaginarycloud.com/blog/nomad-vs-kubernetes: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.nomadproject.io/docs/nomad-vs-kubernetes/alternative: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://chaordic.io/blog/is-nomad-a-better-kubernetes: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://stackshare.io/stackups/kubernetes-vs-portainer: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.docker.com/ee/ucp: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.docker.com/engine/swarm: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://galaxy.ansible.com/atosatto/docker-swarm: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cuelogic.com/blog/kubernetes-vs-docker-swarm: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/alternative-kubernetes-docker-swarm-marcel-koert: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.dotnettricks.com/learn/docker/kubernetes-vs-docker-analyzing-the-differences: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/kubernetes-vs-docker-whats-the-difference-explained-with-examples: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kpatronas.medium.com/docker-swarm-high-availability-36ea7ee7f9e8: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://semaphoreci.com/blog/kubernetes-vs-docker: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/docker-series-swarm-lionel-gurret: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/13049/what-is-docker-swarm-mode-and-when-should-you-use-it: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/swarmlet/swarmlet: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.thinksys.com/devops/docker-swarm-vs-kubernetes-comparison: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/simplenetes-io/simplenetes: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://taubyte.com: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/taubyte/dreamland: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/samyfodil/taubyte-llama-satellite: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.opstree.com/2021/06/21/a-comparison-between-various-container-orchestration-services-ecs-vs-kubernetes: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.itprotoday.com/hybrid-cloud-and-multicloud/4-alternatives-kubernetes-container-orchestrator: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.portainer.io/blog/orchestrator-wars-continue: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://coolify.io: + v1: + - page: kubernetes-alternatives.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://levelup.gitconnected.com/effects-of-docker-image-size-on-autoscaling-w-r-t-single-and-multi-node-kube-cluster-29c4f689cd99 +: v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/3-autoscaling-projects-optimising-kubernetes-costs: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.scaleway.com/understanding-kubernetes-autoscaling: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/kubernetes-autoscaling-custom-metrics: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/kubernetes-autoscaler: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://learnk8s.io/kubernetes-autoscaling-strategies: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/reduce-kubernetes-costs-using-autoscaling-mechanisms: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cast.ai/blog/guide-to-kubernetes-autoscaling-for-cloud-cost-optimization: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/scaling-microservices-on-kubernetes: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloud.ibm.com/docs/solution-tutorials?topic=solution-tutorials-scalable-webapp-kubernetes: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/airbnb-engineering/dynamic-kubernetes-cluster-scaling-at-airbnb-d79ae3afa132: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://chaitu-kopparthi.medium.com/scaling-kubernetes-workloads-using-custom-prometheus-metrics-1eb64b23919e: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@niklas.uhrberg/auto-scaling-in-kubernetes-using-kafka-and-application-metrics-part-1-a509256b64ff: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://openai.com/blog/scaling-kubernetes-to-7500-nodes: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.thinksys.com/devops/kubernetes-autoscaling: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/mindboard/what-is-autoscaling-in-kubernetes-109c7b5d321: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.clickittech.com/devops/kubernetes-autoscaling: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.replex.io/blog/kubernetes-in-production-best-practices-for-cluster-autoscaler-hpa-and-vpa: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://levelup.gitconnected.com/kubernetes-autoscaling-101-cluster-autoscaler-horizontal-pod-autoscaler-and-vertical-pod-2a441d9ad231 +: v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.packet.com/resources/guides/kubernetes-cluster-autoscaler-on-packet: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-cluster-autoscaler-more-than-scaling-out-7b2d97f10b27: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloud.ibm.com/docs/containers?topic=containers-troubleshoot_cluster_autoscaler: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://platform9.com/blog/kubernetes-autoscaling-options-horizontal-pod-autoscaler-vertical-pod-autoscaler-and-cluster-autoscaler +: v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://banzaicloud.com/blog/k8s-cluster-autoscaler: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://tech.deliveryhero.com/dynamically-overscaling-a-kubernetes-cluster-with-cluster-autoscaler-and-pod-priority: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/better-programming/build-kubernetes-autoscaling-for-cluster-nodes-and-application-pods-bb7f2d716b07: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/faun/autoscaling-in-kubernetes-cluster-bc55b8393a19: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/avmconsulting-blog/cluster-autoscaler-type-in-kubernetes-part2-f2ae432eefbb: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-resources-and-autoscaling-from-basics-to-greatness-7cae17fbf27b: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubedex.com/autoscaling: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://chrisedrego.medium.com/kubernetes-autoscaling-series-cluster-autoscaler-5d60c10c3dc1: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://symbiosis.host/blog/comparing-node-launch-times: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://the-gigi.github.io/gigi-zone/posts/2024/05/advanced-k8s-scheduling-and-autoscaling: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.returngis.net/2020/07/escalado-vertical-de-tus-pods-en-kubernetes: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/horizontal-pod-autoscaling-with-custom-metric-from-different-namespace-f19f8446143b: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/google-cloud/kubernetes-autoscaling-with-istio-metrics-76442253a45a: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/expedia-group-tech/autoscaling-in-kubernetes-a-primer-on-autoscaling-7b8f0f95a928: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/expedia-group-tech/autoscaling-in-kubernetes-options-features-and-use-cases-c8a6ce145957: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://medium.com/expedia-group-tech/autoscaling-in-kubernetes-why-doesnt-the-horizontal-pod-autoscaler-work-for-me-5f0094694054 +: v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://around25.com/blog/horizontal-pod-autoscaler-in-kubernetes: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.superawesome.com/blog/how-we-scale-our-kid-safe-technology-using-auto-scaling-on-kubernetes: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.velotio.com/engineering-blog/autoscaling-in-kubernetes-using-hpa-vpa: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/ninlil/kubectl-vpa: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/k8s-vertical-pod-autoscaling-fd9e602cbf81: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://czakozoltan08.medium.com/stupid-simple-scalability-dc4a7fbe67d6: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/kubernetes-hpa-prometheus: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cloudnatively.com/kubernetes-hpa-explanation: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: [] +https://blog.px.dev/autoscaling-custom-k8s-metric: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://awstip.com/kubernetes-hpa-8b7cf54f115: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@CloudifyOps/setting-up-a-horizontal-pod-autoscaler-for-kubernetes-cluster-a7d3cf3be7: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/advanced-features-of-kubernetes-horizontal-pod-autoscaler-536ebd7893ad: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://code.egym.de/horizontal-pod-autoscaler-in-kubernetes-part-1-simple-autoscaling-using-metrics-server-929e96cc2ab2: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://medium.com/@kewynakshlley/performance-evaluation-of-the-autoscaling-strategies-vertical-and-horizontal-using-kubernetes-42d9a1663e6b +: v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/stupid-simple-scalability-dc4a7fbe67d6: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://faun.pub/scaling-your-application-using-kubernetes-9ad0d6bcf0d6: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dnastacio.medium.com/kubernetes-resources-1a1fa1e72dcf: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@badawekoo/scaling-in-kubernetes-what-why-and-how-d120e99be071: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://pauldally.medium.com/horizontalpodautoscaler-uses-request-not-limit-to-determine-when-to-scale-97643d808997: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/pavanbelagatti/scaling-your-application-with-kubernetes-5715: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/jthomperoo/predictive-horizontal-pod-autoscaler: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://waswani.medium.com/autoscaling-pods-in-kubernetes-37d05000c41: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://mckornfield.medium.com/working-with-hpas-in-kubernetes-ced39263b596: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://code.egym.de/vertical-pod-autoscaler-in-kubernetes-b12a5c61393f: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://faun.pub/intelligently-estimating-your-kubernetes-resource-needs-c12a75ea3138: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-vertical-pods-scaling-with-vertical-pod-autoscaler-e2e5a3b8e1a9: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@adityadhopade18/mastering-k8s-event-driven-autoscaling-cd1b9df78903: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/scale-to-zero-with-kubernetes: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/danielepolencic/request-based-autoscaling-in-kubernetes-scaling-to-zero-2i73: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://hub.helm.sh/charts/stable/cluster-autoscaler: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://keda.sh: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://medium.com/backstagewitharchitects/how-autoscaling-works-in-kubernetes-why-you-need-to-start-using-keda-b601b483d355 +: v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://partlycloudy.blog/2020/05/29/horizontal-autoscaling-in-kubernetes-3-keda: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/microsoft-keda-2-0-scales-up-event-driven-programming-on-kubernetes: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.cloudacode.com/how-to-autoscale-kubernetes-pods-based-on-ingress-request-prometheus-keda-and-k6-84ae4250a9f3: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@toonvandeuren/kubernetes-scaling-the-event-driven-approach-bdd58ded4e3f: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/autoscaling-your-kubernetes-microservice-with-keda: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://faun.pub/keda-ec9fc7c8dd81: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/event-driven-autoscaling-503b5cefaa49: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@casperrubaek/why-keda-is-a-game-changer-for-scaling-in-kubernetes-4ebf34cb4b61: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/scale-your-apps-using-keda-in-kubernetes-a1f2142ecc20: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/keda-autoscaling-kubernetes-apps-using-prometheus-da037fe572cf: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://purushothamkdr453.medium.com/event-driven-autoscaling-in-kubernetes-using-keda-a0c16a383619: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://medium.com/@rtaplamaci/horizontal-scaling-on-kubernetes-clusters-based-on-aws-cloudwatch-metrics-with-keda-7c9e0e3ba5f +: v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@hirushanonline/dynamic-scaling-with-kubernetes-event-driven-autoscaling-keda-caaa15096e1c: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.kedify.io/blog-posts/prometheus-and-kubernetes-horizontal-pod-autoscaler-dont-talk-keda-does: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kedacore/keda/issues/2214: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://opcito.com/blogs/a-guide-to-mastering-autoscaling-in-kubernetes-with-keda: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/vinod827/scale-your-apps-using-keda-in-kubernetes-4i3h: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://hub.docker.com/r/bitnami/cluster-autoscaler: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.aws.amazon.com/eks/latest/userguide/cluster-autoscaler.html: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/aks/cluster-autoscaler: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-autoscaler: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com/docs/kubernetes/how-to/autoscale: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/3.11/admin_guide/cluster-autoscaler.html: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/4.4/machine_management/applying-autoscaling.html: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/danielepolencic/scaling-kubernetes-to-multiple-clusters-and-regionss-294b: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-load-testing-and-high-load-tuning-problems-and-solutions-244d869a9791: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + - page: testops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://engineering.zalando.com/posts/2021/03/building-an-end-to-end-load-test-automation-system-on-top-of-kubernetes.html: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/sidecars-are-changing-the-kubernetes-load-testing-landscape: + v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://medium.com/teamsnap-engineering/load-testing-a-service-with-20-000-requests-per-second-with-locust-helm-and-kustomize-ea9bea02ae28 +: v1: + - page: kubernetes-autoscaling.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/pieterlange/kube-backup: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/stashed/stash: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/cloud-native-backups-disaster-recovery-and-migrations-on-kubernetes: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/number-one-rule-disaster-recovery: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/disaster-recovery-preparedness-kubernetes-clusters: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/miracle2k/k8s-snapshots: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/protecting-kubernetes-applications-with-kanister: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kanister.io: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.kasten.io/move-fast-and-test-in-kubernetes-without-breaking-things: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/devsecops-teams-need-application-consistent-backups-for-kubernetes-workloads: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.percona.com/blog/2020/10/22/using-volume-snapshot-clone-in-kubernetes: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/longhorn/longhorn/issues/292: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://aithority.com/it-and-devops/cloud/bacula-systems-announces-worlds-first-enterprise-class-backup-and-recovery-solution-for-red-hat-openshift +: v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloudify.co/blog/migrating-pods-containerized-applications-nodes-kubernetes-cluster-using-cloudify: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/red-hat-brings-backup-snapshots-to-openshift-container-storage: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/5-best-practices-to-back-up-kubernetes: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.baculasystems.com: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dani-izquierdo95.medium.com/mysql-automated-backup-on-openshift-k8s-3690280d304f: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/backup-and-restore-of-kubernetes-stateful-application-data-with-csi-volume-snapshots-14ce9e6f3778: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/techworld_with_nana/kubernetes-backup-restore-made-easy-2nlg: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.kasten.io/10-key-takeaways-from-kubernetes-backup-recovery-for-dummies: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://k8up.io: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@amitabhprasad/kubernetes-volume-backup-for-disaster-recovery-56a5facee7fe: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/k8s-backup-and-disaster-recovery-is-more-important-than-ever: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://martinheinz.dev/blog/85: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.palark.com/kubernetes-snaphots-usage: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?app=desktop&v=mODkt1OJDew&ab_channel=AlokKumar: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/gardener/etcd-backup-restore: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2020/12/10/kubernetes-1.20-volume-snapshot-moves-to-ga: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blocksandfiles.com/2021/01/27/red-hat-openshift-container-storage-backup: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://medium.com/blablacar/leveraging-operator-pattern-and-volumesnapshots-to-backup-databases-in-kubernetes-3a28aa425100 +: v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +http://trilio.io: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.trilio.io/triliovault-for-kubernetes: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/es/about/videos/openshift-backup-and-cluster-failover-triliovault: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.kasten.io: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/es/about/videos/openshift-backup-and-recovery-kasten-k10: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.kasten.io/posts/extending-kubernetes-application-backup-and-mobility-to-the-edge-with-kasten-k10-v4.5: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kasten-k10-v4-5-grafana-observability-more-edge-support: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://faun.pub/kasten-k10-on-kubesphere-to-ensure-kubernetes-backup-and-restore-1bc59a0b91aa: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/vmware-tanzu/velero: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://akomljen.com/kubernetes-backup-and-restore-with-velero/?utm_sq=ggwzo8xdd8: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.wecloudpro.com/2020/08/22/kubernetes-disaster-recovery-with-velero.html: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://medium.com/@Sandeepkallazhi/velero-backup-restore-for-k8s-stateful-applications-managed-by-operators-8fd9c732ffcc?utm_sq=gi0vbpxxa3 +: v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/blog/velero-backup-and-restore-of-an-application-using-gp2-storageclass-on-rosa: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@firat.yasar/backup-restore-kubernetes-resources-with-velero-b7fee14e7664: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://skildops.medium.com/backup-an-entire-kubernetes-cluster-using-velero-to-aws-s3-73d76d51d4bc: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/backup-restore-and-migrate-kubernetes-cluster-resources-using-velero-a9b6997e4b54: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://portworx.com/products/px-backup: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://backup.docs.portworx.com: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/storage-data-transfer/google-cloud-launches-backups-for-gke: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/konveyor: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://containerjournal.com/features/red-hat-ibm-launch-konveyor-to-aggregate-kubernetes-tools: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://engineering.konveyor.io: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/konveyor/crane: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=esIZS7PVrvs&ab_channel=Konveyor: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubebyexample.com/en/community/blog/migrating-to-kubernetes-with-open-source-tools: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.slideshare.net/KonveyorIO/migrating-java-jboss-eap-applications-to-kubernetes-with-s2i: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=9hDdg_Beui4&ab_channel=Konveyor: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://support.tools/post/rke2-standalone-disaster-recovery: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.kasten.io/kubernetes/resources/books/kubernetes-backup-and-dr-for-dummies: + v1: + - page: kubernetes-backup-migrations.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes/minikube: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://murchie85.github.io/Kubernetes.html: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/how-to-experiment-locally-on-kubernetes-with-minikube-and-your-local-dockerfiles-48833fcd90c9: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://nfrankel.medium.com/goodbye-minikube-340070edc5af: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.linux.com/audience/devops/getting-started-kubernetes-easy-minikube: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://faun.pub/accessing-a-remote-minikube-from-a-local-computer-fd6180dd66dd: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://adamtheautomator.com/minikube-tutorial: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://devopscube.com/kubernetes-minikube-tutorial: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/kind: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/ManagedKube/kubernetes-development-environment-in-a-box: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://faun.pub/finally-successfully-setup-docker-registry-inside-kind-kubernetes-cluster-5b0381dbb2ec: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.kubesimplify.com/yours-kindly-drone: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/medyagh/setup-minikube: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/everythingdevops/how-to-run-minikube-on-apple-m1-chip-without-docker-desktop-h76: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://store.docker.com/editions/community/docker-ce-desktop-windows: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/containers-101/local-kubernetes-for-linux-minikube-vs-microk8s-1b2acad068d3: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/run-kubernetes-on-your-machine-7ee463af21a2: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.padok.fr/en/blog/minikube-kubeadm-kind-k3s: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/kubernetes-development-environments-comparison: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/11/run-kubernetes-locally: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.dex.dev/dex-videos/development-clusters: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-local-playground-alternatives-e1a590632b9f: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.radwell.codes/2021/05/best-kubernetes-distribution-for-local-environments: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/shank-git/metal-kubes: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.flant.com/small-local-kubernetes-comparison: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/dj-wasabi/vagrant-kubernetes: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubevious/kubevious: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://tilt.dev: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/condorlabs-engineering/happy-trip-to-kubernetes-in-our-company-85ecfde573fd: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://garden.io: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + - page: scaffolding.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://microcks.io/blog/podman-compose-support: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/checklist-for-kubernetes-based-development: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/skaffold-vs-tilt-vs-devspace: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://yitaek.medium.com/useful-tools-for-better-kubernetes-development-87820c2b9435: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2021/05/10/tools-to-develop-apps-on-kubernetes: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.usejournal.com/useful-tools-for-better-kubernetes-development-87820c2b9435: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.rookout.com/blog/developer-tooling-for-kubernetes-in-2021: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.rookout.com/blog/developer-tooling-for-kubernetes-in-2021-part-2: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.rookout.com/blog/developer-tooling-for-kubernetes-in-2021-part-3: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.rookout.com/blog/developer-tooling-for-kubernetes-in-2021-part-4: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.rookout.com/blog/developer-tooling-for-kubernetes-in-2021-development-machines-part-5: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://okteto.com/blog/kubernetes-for-developers-blog-series-by-okteto: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.docker.com/blog/dear-moby-2-kubernetes-in-production: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-in-a-box-7a146ba9f681: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://yash-kukreja-98.medium.com/develop-on-kubernetes-series-demystifying-the-for-vs-owns-vs-watches-controller-builders-in-c11ab32a046e +: v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/skaffold-usecases: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://testingclouds.wordpress.com/2021/03/09/migrating-from-docker-compose-to-skaffold: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/otomato_io/local-kubernetes-development-with-skaffold-i0k: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://devspace.sh: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/devspace-designed-to-lower-the-kubernetes-learning-curve: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/14690/how-to-get-started-with-devspace-and-rapidly-develop-kubernetes-apps: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.telepresence.io: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/do-faster-development-and-testing-on-kubernetes-apps-with-telepresence-b7eac604dca4: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/cloud-native-debugging-challenges-from-local-to-remocal: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/dsudia/how-to-integrate-docker-jetbrains-into-telepresence-31op: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/visualstudio/bridge: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://venturebeat.com/2022/03/30/garden-io-an-end-to-end-devops-platform-for-kubernetes-and-containers-raises-16m: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://ordina-jworks.github.io/cloud/2020/08/28/kubernetes-clients-comparison.html: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://kccncna20.sched.com/event/ekAd/a-walk-through-the-kubernetes-ui-landscape-joaquim-rocha-kinvolk-henning-jacobs-zalando-se +: v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://static.sched.com/hosted_files/kccncna20/02/A%20Walk%20Through%20the%20Kubernetes%20UI%20Landscape%20%28KubeCon%20Talk%202020%29.pdf +: v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/kubernetes-dashboards-headlamp: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.tekspace.io/deploying-kubernetes-dashboard-in-k3s-cluster: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://williamlam.com/2020/04/useful-interactive-terminal-and-graphical-ui-tools-for-kubernetes.html: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.hackerxone.com/2021/07/10/how-install-kubernetes-dashboard-nodeport-linux: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/kubernetes-monitoring-dashboards-5-best-open-source-tools: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/yakd-yet-another-kubernetes-dashboard-7766bd071f30: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/who-needs-a-dashboard-why-the-kubernetes-command-line-is-not-enough: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.flant.com/kui-hybrid-cli-gui-for-kubernetes: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.aquasec.com/kubernetes-ui-tools-security-threat: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@satyakommula/deploy-kubernetes-dashboard-with-nodeport-382f447d2ff8: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rigorousthemes.com/blog/best-kubernetes-dashboard-alternatives: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.flant.com/kubenav-managing-kubernetes-from-smartphone: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubeapps.dev: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/openshift/console: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: [] +https://engineering.cloudflight.io/running-the-openshift-console-in-plain-kubernetes: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/step-by-step-slow-guide-kubernetes-dashboard-on-raspberry-pi-cluster-part-2-acdc8f9b5b99: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://getseabird.github.io: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/unxsist/jet-pilot: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://octant.dev: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.linode.com/docs/guides/using-octant-with-kubernetes-a-tutorial: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://codefresh.io/kubernetes-tutorial/okteto: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/marketplace?query=publisher%3Aokteto&type=actions: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.palark.com/okteto-cloud-for-local-development-in-kubernetes: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/K8Studio/K8studio: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/kubeshop-i/monokle-vs-lens-vs-k9s-1d5d94d84b5c: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubeshop.github.io/monokle: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://k8studio.io/blogs/k8studio-vs-lens-kubernetes-ide: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://k8slens.dev: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/k8slens/lens-5-released-f7e58e8842cf: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/k8slens/how-to-give-developers-secure-access-to-kubernetes-clusters-c6025f0dd288: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/nevalla/lens-resource-map-extension: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thedevopslife.com/kubernetes-gui-lens-ide: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: [] +? https://medium.com/k8slens/lens-6-released-vision-for-the-future-new-subscription-model-and-features-available-628ff21fe14a +: v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/is-it-time-to-migrate-from-lens-to-openlens-75496e5758d8: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/k8slens/eliminating-kubernetes-complexity-for-developers-using-lens-5c199e5aff4e: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/k8slens/lens-kubernetes-is-all-you-need-in-the-development-env-to-build-ship-and-run-5c1980a12fcf: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubenav/kubenav: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://aptakube.com: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/cloud-manager-a-new-multicloud-paas-platform-built-on-kubernetes: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/faun/do-it-all-kubernetes-dashboard-81375833e01c: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/nirops/yakiapp: + v1: + - page: kubernetes-based-devel.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://containerjournal.com/features/deploying-kubernetes-on-bare-metal: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-on-bare-metal-vs-vms-its-not-just-performance: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://containerjournal.com/features/when-kubernetes-as-a-service-doesnt-cut-it: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://www.altoros.com/research-papers/a-comparative-analysis-of-kubernetes-deployment-tools-kubespray-kops-and-conjure-up-2 +: v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +http://wecloudpro.com/2020/01/13/kube-autp-aws.html: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes/kops: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.ivnilv.com/posts/rotating-kops-etcd-certificates: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.kubecost.com/blog/kubernetes-kops: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://imsundeep8.medium.com/deploy-production-grade-kubernetes-cluster-using-kops-on-amazon-cloud-aws-abc79f46aa32: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes/kubeadm: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/velotio-perspectives/demystifying-high-availability-in-kubernetes-using-kubeadm-3d83ed8c458b: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://loves.cloud/setting-up-a-kubernetes-cluster-on-ubuntu-18-04: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.padok.fr/en/blog/kubeadm-kubernetes-cluster: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.tobias-huebner.org/low-budget-kubernetes-self-hosted-series: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.mirantis.com/blog/how-install-kubernetes-kubeadm: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kosyfrances.com/kubernetes-cluster: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.radwell.codes/2021/05/provisioning-single-node-kubernetes-cluster-using-kubeadm-on-ubuntu-20-04: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@ZiXianZeroX/setting-up-an-on-premise-kubernetes-cluster-from-scratch-8e3a6b415387: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-to-deploy-kubernetes-with-kubeadm-and-containerd: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://faun.pub/configuring-ha-kubernetes-cluster-on-bare-metal-servers-with-kubeadm-1-2-1e79f0f7857b: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.learncodeonline.in/kubernetes-cluster-deployment-on-centos-linux: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes/kubeadm/blob/main/docs/ha-considerations.md: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@benjaminacar.private/a-comprehensive-guide-to-setup-a-new-k8s-cluster-4b88e6f021bc: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/geerlingguy/ansible-role-kubernetes: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/electrocucaracha/krd: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubeinit/kubeinit: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=9_6H7Ahsdm4&ab_channel=OpenShift: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.itwonderlab.com/en/ansible-kubernetes-vagrant-tutorial: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/kubespray: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/kubespray-deploy-kubernetes: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://adamtheautomator.com/kubespray: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/bluxmit/alnoda-workspaces: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://conjure-up.io: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kelseyhightower/kubernetes-the-hard-way: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://napo.io/posts/kubernetes-the-real-hard-way-on-aws: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://napo.io/posts/terraform-kubernetes-multi-cloud-ack-aks-dok-eks-gke-oke: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/nordcloud-engineering/upgrading-kubernetes-the-hard-way-ac533cfb4ff2: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@brightzheng100/kubernetes-the-hard-way-on-docker-f512bae734af: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/PhilippeChepy/exoscale-kubernetes-crio: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/carlosonunez/kubernetes-the-hard-way-on-azure: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/prabhatsharma/kubernetes-the-hard-way-aws: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@norlin.t/kubernetes-the-hard-illumos-way-c4b45a080bac: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@norlin.t/kubernetes-the-hard-illumos-way-last-part-c68ca71bc2ce: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://engineering.linecorp.com/en/blog/building-large-kubernetes-clusters: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cluster-api.sigs.k8s.io: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://itnext.io/multi-cloud-and-multi-cluster-declarative-kubernetes-cluster-creation-and-management-with-cluster-6df8efdc2a89 +: v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/clusterops-1-line-commit-to-upgrade-your-kubernetes-clusters-de3548124d04: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cncf.io/webinars/deploying-kubernetes-to-bare-metal-using-cluster-api: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kgamanji/cluster-api-helm-chart: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.weave.works/blog/manage-thousands-of-clusters-with-gitops-and-the-cluster-api: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/cluster-api-offers-a-way-to-manage-multiple-kubernetes-deployments: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/provision-bare-metal-kubernetes-with-the-cluster-api: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2021/10/06/kubernetes-cluster-api-reaches-production-readiness-with-version-1-0: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/weaveworks/cluster-api-provider-existinginfra: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2021/12/03/create-kubernetes-clusters-with-cluster-api-and-argocd: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://microk8s.io: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/didier-durand/microk8s-kata-containers: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/didier-durand/microk8s-kube-bench: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/13024/how-to-run-your-own-kubernetes-cluster-with-microk8s: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/deploy-microk8s-and-the-kubernetes-dashboard-for-k8s-development: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/deploy-a-kubernetes-cluster-on-ubuntu-server-with-microk8s: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/darxkies/k8s-tew: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/defenseunicorns/zarf: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubedex.com/kubernetes-operating-systems: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/which-kubernetes-distribution-is-right-for-you: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3265059/6-kubernetes-distributions-leading-the-container-revolution.html: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.baeldung.com/ops/kubernetes-lightweight-distributions: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.okd.io: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + - page: openshift.md + is_bold: false + is_highlighted: false + - page: openshift.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blogs.vmware.com/vsphere/2019/08/introducing-project-pacific.html: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.vmware.com/products/vsphere.html: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloud.vmware.com/tanzu: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cormachogan.com/2020/04/01/a-first-look-at-vsphere-with-kubernetes-in-action: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cormachogan.com/2020/04/07/building-a-tkg-guest-cluster-in-vsphere-with-kubernetes: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blogs.vmware.com/networkvirtualization/2020/03/vmware-tanzu-service-mesh-built-on-vmware-nsx-is-now-available.html: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://tanzu.vmware.com/content/blog/vmware-tanzu-sql-mysql-at-scale-kubernetes: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://labs.hol.vmware.com: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.wecloudpro.com/2021/11/13/Tanzu-Community-Edition.html: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/vmware-tanzu/octant: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.zdnet.com/article/vmware-brings-tanzu-application-platform-into-ga-to-ease-kubernetes-adoption: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/saintdle/deploying-nvidia-gpu-enabled-tanzu-kubernetes-clusters-40ma: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://tanzu.vmware.com/content/blog/introducing-kubeacademy-pro-in-depth-kubernetes-training-totally-free: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kube.academy/pro: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://k8spharos.dev: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.purestorage.com/stateful-kubernetes-pure-service-orchestrator-kontena-pharos: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.mirantis.com/software/docker/docker-enterprise: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://k0sproject.io: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2020/12/k0s-kubernetes-distribution: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/k0sproject/k0s-supports-kubernetes-1-22-a498e41bf5af: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/k0sproject/k0s: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/k0sproject/k0s-ready-for-production-20255c4b0791: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/k0sproject/k0s-optimizes-start-time-adds-cluster-level-backup-restore-and-more-8ffef894a1ae: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/xiaods/k8e: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/poseidon/typhoon: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kurl.sh: + v1: + - page: kubernetes-on-premise.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kruschecompany.com/kubernetes-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kruschecompany.com/kubernetes-prometheus-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/creating-workspaces-with-the-hashicorp-terraform-operator-for-kubernetes: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://banzaicloud.com/blog/kafka-rolling-upgrade: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://devops.com/day-2-for-the-operator-ecosystem: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kudo.dev: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/vmware/kube-fluentd-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/shurshun/domain-harvester: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/datastax/cass-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kotalco/kotal: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/OT-CONTAINER-KIT/redis-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/carlosedp/lbconfig-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/jace-ys/sentry-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-when-to-use-and-when-to-avoid-the-operator-pattern: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/kubernetes-operators-in-depth: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kloeckner-i/db-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2020/10/02/kubernetes-operators-101: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.container-solutions.com/kubernetes-operators-explained: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/Efrat19/kubeload: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.contentful.com/blog/2020/10/20/open-source-kube-secret-syncer: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/contentful-labs/kube-secret-syncer: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/alexellis/registry-creds: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/FairwindsOps/gemini: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kdo.dev: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/rmb938/hostport-allocator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://iximiuz.com/en/posts/kubernetes-operator-pattern: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/isaaguilar/terraform-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/didil/autobucket-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/is-your-operator-air-gap-friendly: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/Comcast/kuberhealthy: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/metal3-io/baremetal-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/borchero/meerkat: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/OT-CONTAINER-KIT/logging-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/tinyzimmer/gst-pipeline-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/brennerm/uptimerobot-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.velotio.com/engineering-blog/getting-started-with-kubernetes-operators-helm-based-part-1: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/velotio-perspectives/getting-started-with-kubernetes-operators-ansible-based-part-2-472eb0d453b7: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.velotio.com/engineering-blog/getting-started-with-kubernetes-operators-golang-based-part-3: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/stakater/IngressMonitorController: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/FairwindsOps/rbac-manager: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/cloud-ark/kubeplus: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2021/06/21/writing-a-controller-for-pod-labels: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.kubermatic.com/blog/why-implementing-kubernetes-operators-is-a-good-idea: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/we-pushed-helm-to-the-limit-then-built-a-kubernetes-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cncf.io/wp-content/uploads/2021/07/CNCF_Operator_WhitePaper.pdf: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/kubexpose-a-kubernetes-operator-for-fun-and-profit-f528586eee07: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-operators-cruise-control-for-managing-cloud-native-apps-db328ef8e345: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/digitalis-io/vals-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/banzaicloud/thanos-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/cloud-bulldozer/benchmark-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/pravega/pravega-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/Quentin-M/etcd-cloud-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://spring.io/blog/2021/11/19/get-to-know-a-kubernetes-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/operators-extending-kubernetes-capabilities-184df001b7e: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/VictoriaMetrics/operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.px.dev/k8s-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://practicalkubernetes.blogspot.com/2022/01/making-case-for-kubernetes-operators.html: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/reactive-tech/kubegres: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/clastix/capsule: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/redhat-cop/keepalived-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@samng1991216/building-kubernetes-operator-application-from-scratch-part-1-211b6b2467df: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/redhat-cop/dynamic-rbac-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/spotify/flink-on-k8s-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kube-green.dev: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/krestomatio/keydb-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/keel-hq/keel: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@mjkool/kubernetes-operator-simplified-96b8c8f7e627: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@timebertt/kubernetes-controllers-at-scale-clients-caches-conflicts-patches-explained-aa0f7a8b4332: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/openshift/machine-api-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/rancher/system-upgrade-controller: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://alenkacz.medium.com/kubernetes-operator-best-practices-implementing-observedgeneration-250728868792: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/ckotzbauer/vulnerability-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/Michaelpalacce/SimpleSecrets: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.learnsteps.com/advanced-kubernetes-what-exactly-are-kubernetes-operators: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/build-a-kubernetes-operator-in-10-minutes-11eec1492d30: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://alain-airom.medium.com/kubernetes-operators-patterns-and-best-practices-b7fbaa4cbd1: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/OT-CONTAINER-KIT/mongodb-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/prosimcorp/reforma: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/weaveworks/tf-controller: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://awstip.com/manage-aws-services-directly-from-kubernetes-%EF%B8%8F-6c94e376febb: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/vitobotta/velero-notifications: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/NVIDIA/k8s-device-plugin: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@marom.itamar/kubernetes-controllers-custom-resources-and-operators-explained-8e92f46829f6: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/glebiller/dynamic-configuration-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://faun.pub/a-definitive-guide-to-kubernetes-operator-the-crawl-7647b278c28b: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/furiko-io/furiko: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://paul-the-kelly.medium.com/extending-the-kubernetes-api-using-operators-9ffc8364ae5c: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/DevOps-Nirvana/Kubernetes-Volume-Autoscaler: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: [] +https://github.com/borchero/switchboard: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/scylladb/scylla-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://faun.pub/kubernetes-controllers-custom-resources-and-operators-explained-8e92f46829f6: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/coderanger/migrations-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://omerxx.com/k8s-controllers: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/mittwald/kubernetes-secret-generator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/ContainerSolutions/delayed-jobs-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/actions/actions-runner-controller: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://medium.com/sda-se/kubernetes-operator-to-the-rescue-how-our-own-mongodb-operator-improved-our-deployments-6d5ba3324abc +: v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.frankel.ch/kubernetes-extensibility: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://superorbital.io/blog/testing-production-controllers: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/lukaszraczylo/jobs-manager-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: [] +https://itnext.io/kubernetes-operator-to-manage-jobs-7ee96744c74a: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/ricoberger/vault-secrets-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/ElementTech/kube-reqsizer: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/how-to-use-server-side-apply-in-k8s-operators-5cbff023183c: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/sieve-project/sieve: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/goldilocks-vs-krr-c986dfd7484d: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://medium.com/lonto-digital-services-integrator/why-we-developed-own-kubernetes-controller-to-copy-secrets-e46368ae6db9 +: v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/hashicorp-vault-operator-manages-kubernetes-secrets: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://medium.com/@senjutide2000/designing-a-controller-for-custom-resources-from-scratch-for-absolute-beginners-9cb84b7f906f +: v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/2-alchemists/krossboard-kubernetes-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@mikakrief/using-azure-service-operator-v2-4a1fa1f5e3b8: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/gianlucam76/k8s-cleaner: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dragondscv.medium.com/controller-runtime-handle-resource-deletion-with-predicate-f69d09dd5802: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/NCCloud/mayfly: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/5-advanced-kubernetes-operators-every-devops-engineer-should-know-about-ab46bdc1c7d5: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/open-telemetry/opentelemetry-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@magstherdev/opentelemetry-operator-d3d407354cbf: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/kubebuilder: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@adnn.selimovic/creating-kubernetes-operator-using-kubebuilder-15db5f29ee50: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/a-new-pattern-that-simplifies-operator-building-39df5d021cfa: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://qdnqn.com/creating-kubernetes-operator-using-kubebuilder: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/thenjdevopsguy/what-is-a-kubernetes-operator-53kb: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://operatorhub.io: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/blog/red-hat-container-community-of-practice-operators: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://operatorframework.io/operator-capabilities: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.cloudtrooper.net/2025/02/28/application-gateway-for-containers-a-not-so-gentle-intro-1: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/blog/azureforisvandstartupstechnicalblog/four-methods-to-access-azure-key-vault-from-azure-kubernetes-service-aks/4376662 +: v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/cluster-addons: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/k8spin/k8spin-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/k8spin-provides-multitenant-isolation-for-kubernetes: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://k8spin.cloud/oss-projects: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2020/05/29/k8s-kpis-with-kuberhealthy: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/concepts/extend-kubernetes/operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/3/kubernetes-operator-sdk: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/testing-the-operator-sdk-and-making-a-prefetch-mechanism-for-kubernetes-7508577efdd7: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.magalix.com/blog/creating-custom-kubernetes-operators: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/faun/writing-your-first-kubernetes-operator-8f3df4453234: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.bmc.com/blogs/kubernetes-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://linuxera.org/writing-operators-using-operator-framework: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/7-best-practices-for-writing-kubernetes-operators-an-sre-perspective: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@victorpaulo/from-zero-to-kubernetes-operator-dd06436b9d89: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/build-your-kubernetes-operator-with-the-right-tool: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.rookout.com/blog/lessons-learned-when-building-a-kubernetes-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://brennerm.github.io/posts/k8s-operators-with-python-part-1.html: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://vivilearns2code.github.io/k8s/2021/03/11/writing-controllers-for-kubernetes-custom-resources.html: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloudark.medium.com/kubernetes-custom-controllers-b6c7d0668fdf: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/08/04/managing-stateful-applications-kubernetes-operators-golang: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/xgeeks/kubernetes-dummy-operator-in-java-6b2f26198a55: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/building-a-highly-available-kubernetes-operator-using-golang-fe4a44c395c2: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes/sample-controller: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/writing-custom-kubernetes-controller-and-webhooks-141230820e9: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/write-tests-for-your-kubernetes-operator-d3d6a9530840: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://metalbear.co/blog/writing-a-kubernetes-operator: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/hkhelil/building-a-kubernetes-operator-with-an-nginx-crd-3lil: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cloudnativedeepdive.com/sharing-a-nvidia-gpu-between-pods-in-kubernetes: + v1: + - page: kubernetes-operators-controllers.md + is_bold: false + is_highlighted: false + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cilium.io: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/nirmata/kyverno: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://nirmata.com/2020/10/30/auto-labeling-kubernetes-resources-with-kyverno: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/oauth-20-beginners-guide: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/freach/kubernetes-security-best-practice/blob/master/README.md: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.jeffgeerling.com/blog/2020/everyone-might-be-cluster-admin-your-kubernetes-cluster: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.microsoft.com/security/blog/2020/04/02/attack-matrix-kubernetes: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://codeburst.io/7-kubernetes-security-best-practices-you-must-follow-ae32f1ed6444: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/laying-the-groundwork-for-kubernetes-security-across-workloads-pods-and-users: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://horovits.wordpress.com/2020/07/15/kubernetes-security-best-practices: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://containerjournal.com/topics/container-security/how-to-secure-your-kubernetes-cluster: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/better-programming/how-to-harden-your-kubernetes-cluster-for-production-7e47990efc2a: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2020/11/18/cloud-native-security-for-your-clusters: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://tldrsec.com/guides/kubernetes: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://labs.bishopfox.com/tech-blog/bad-pods-kubernetes-pod-privilege-escalation: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://sysdig.com/resources/ebooks/kubernetes-security-guide: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://resources.whitesourcesoftware.com/blog-whitesource/kubernetes-security: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/kubernetes-audit-log-falco: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/best-practices-for-securely-setting-up-a-kubernetes-cluster: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/a-security-comparison-of-docker-cri-o-and-containerd: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/stackrox/Kubernetes_Security_Specialist_Study_Guide: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=OOHmg1J_8ck&ab_channel=RedTeamVillage: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2021/03/22/kubernetes-security: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://www.microsoft.com/security/blog/2021/03/23/secure-containerized-environments-with-updated-threat-matrix-for-kubernetes +: v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/cilium/tetragon: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://www.cyberark.com/resources/threat-research-blog/attacking-kubernetes-clusters-through-your-network-plumbing-part-1?utm_sq=goa40uvlx1 +: v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://redkubes.com/10-kubernetes-security-risks-best-practices: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/defend-the-core-kubernetes-security-at-every-layer: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/developer-guy/falco-analyze-audit-log-from-k3s-cluster: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.kasten.io/ransomware-protection-kasten-k10-v4: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.helpnetsecurity.com/2021/05/04/security-kubernetes: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://madhuakula.com/kubernetes-goat: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/how-to-kubernetes-cluster-network-security-f19bc99161f5: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://gist.github.com/PatrLind/e651d3cbc3bf68e4bd9fcc9568cbd3fb: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/enforce-audit-policy-in-kubernetes-k8s-34e504733300: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://snyk.io/blog/10-kubernetes-security-context-settings-you-should-understand: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.magalix.com/blog/top-8-kubernetes-security-best-practices: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/state-kubernetes-security: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.fairwinds.com/blog/top-5-kubernetes-security-mistakes: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.tigera.io/blog/kubernetes-security-policy-10-critical-best-practices: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://empresas.blogthinkbig.com/descubierta-vulnerabilidad-kubernetes-permite-acceso-redes-restringidas-cve-2020-8562: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-an-examination-of-major-attacks: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2021/08/20/how-to-secure-your-kubernetes-control-plane-and-node-components: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/rhdc/managed-files/cl-state-kubernetes-security-report-ebook-f29117-202106-en.pdf: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learn.hashicorp.com/tutorials/vault/kubernetes-external-vault: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +http://www.talkingquickly.co.uk/kubernetes-sso-a-detailed-guide: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-to-secure-kubernetes-the-os-of-the-cloud: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://akhilsharma.work/the-4cs-of-kubernetes-security: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@lessandro.ugulino/securing-the-kubernetes-cluster-c5ab43fe0dd0: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3639829/the-race-to-secure-kubernetes-at-runtime.html: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://goteleport.com/blog/kubernetes-api-access-security: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3644808/securing-the-kubernetes-software-supply-chain.html: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://amazicworld.com/top-5-security-threats-unique-to-a-kubernetes-and-cloud-native-stack: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://venturebeat.com/2021/12/27/kubernetes-security-will-have-a-breakout-year-in-2022: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@jonathan_37674/comparing-kubernetes-security-frameworks-and-guidance-f1c2821ea733: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.gitguardian.com/hardening-your-k8s-pt-2: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/how-is-security-managed-in-kubernetes-clusters-addefffd2b0: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.gitguardian.com/kubernetes-tutorial-part-1-pods: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.gitguardian.com/kubernetes-tutorial-part-2-network: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@jonathan_37674/kubernetes-security-best-practices-definitive-guide-bcb546e9f529: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://isovalent.com/blog/post/2021-11-container-escape: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://mattermost.com/blog/the-top-7-open-source-tools-for-securing-your-kubernetes-cluster: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3545337/10-steps-to-automating-security-in-kubernetes-pipelines.html: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/12/16/secure-your-kubernetes-deployments-ebpf: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://faun.pub/from-dev-to-admin-an-easy-kubernetes-privilege-escalation-you-should-be-aware-of-the-attack-950e6cf76cac: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://xenitab.github.io/blog/2022/04/12/ephemeral-container-security: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.armosec.io/blog/secure-kubernetes-deployment: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@dotdc/is-your-kubernetes-api-server-exposed-learn-how-to-check-and-fix-609ab9638fae: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/the-core-of-kubernetes-security-clusters-5d9a69f1dba4: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/exposed-prometheus-exploit-kubernetes-kubeconeu: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cast.ai/blog/kubernetes-security-10-best-practices: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/key-basic-principles-to-secure-kubernetes-future: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@codingkarma/kubernetes-goat-part-1-8718b1345a42: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@badawekoo/limit-number-of-processes-running-in-a-kubernetes-pod-50ccf156ec18: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.copado.com/devops-hub/blog/applying-a-zero-trust-infrastructure-in-kubernetes: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/pavanbelagatti/kubernetes-security-best-practices-for-developers-2b92: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/journey-of-a-microservice-application-in-the-kubernetes-world-6abd625c60fe: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://tutorialboy24.blogspot.com/2022/09/a-detailed-talk-about-k8s-cluster.html: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/cloudyrion/kubernetes-end-to-end-chain-exploit-c2be32688fd0: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/performing-security-checks-for-deployed-kubernetes-manifests-fa9d442b7951: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://securitycafe.ro/2023/02/27/a-complete-kubernetes-config-review-methodology: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/introduction-to-kubernetes-security-for-security-professionals-a61b424f7a2a: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/mattiasfjellstrom/kubernetes-101-security-concepts-2f4f: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.alexellis.io/what-if-your-pods-need-to-trust-self-signed-certificates: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/securing-kubernetes-in-a-cloud-native-world: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://collabnix.com/applying-devsecops-practices-to-kubernetes: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/thenjdevopsguy/securing-kubernetes-pods-for-production-workloads-51oh: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/thenjdevopsguy/the-4-cs-of-kubernetes-security-3i9e: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/cloud-native-identity-and-access-management-in-kubernetes: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://curity.io/resources/learn/oauth-overview: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + - page: oauth.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://curity.io/resources/learn/openid-connect-overview: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + - page: oauth.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://curity.io/resources/client-security: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/gabrielbiasi/automatic-sso-in-kubernetes-workloads-using-a-sidecar-container-3752: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/best-practices-for-securing-kubernetes-deployments-1jg6: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/jetstack-secure-promises-to-ease-kubernetes-tls-security: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://xgrid.medium.com/securing-a-kubernetes-cluster-using-tls-certificates-5e64a6bb26de: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://ahmedy.hashnode.dev/creating-tls-certificates-for-k8s-components-with-openssl: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://erkanzileli.medium.com/how-tls-certificates-work-422d95f1df5e: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@martin.hodges/using-a-wildcard-certificate-within-your-kubernetes-cluster-87c014e8dafe: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://blog.cloudsecque.com/how-to-improve-the-security-of-your-applications-with-kubernetes-security-scanners-cda97fd2f574 +: v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.techmanyu.com/kubernetes-security-with-kube-bench-and-kube-hunter-6765bf44ebc6: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/aquasecurity/kube-bench: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devopscube.com/kube-bench-guide: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/aquasecurity/kube-hunter: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://k21academy.com/docker-kubernetes/kubernetes-security/kube-bench-cis: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://aninditabasak.medium.com/a-lap-around-kubernetes-security-vulnerability-scanning-tools-checkov-kube-hunter-kube-bench-4ffda92c4cf1 +: v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.flant.com/kubernetes-security-with-kube-bench-and-kube-hunter: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://raesene.github.io/blog/2022/07/03/lets-talk-about-kubernetes-on-the-internet: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/Shopify/kubeaudit: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://towardsdev.com/12-scanners-to-find-security-vulnerabilities-and-misconfigurations-in-kubernetes-332a738d076d: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/concepts/security/security-checklist: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-owasp-top-10-centralised-policy-enforcement-9adc53438e22: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://faun.pub/gatekeeper-k8-hardening-backlog-956d1b6860b6: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://systemweakness.com/owasp-k8s-security-insecure-workload-configurations-c14c4028beb1: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://owasp.org/www-project-kubernetes-top-ten: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.darkreading.com/dr-tech/top-10-kubernetes-security-risks-every-devsecops-needs-to-know: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/top-owasp-kubernetes: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-owasp-top-10-secrets-management-c996faa87b47: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.cyble.com/2022/06/27/exposed-kubernetes-clusters: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://media.defense.gov/2021/Aug/03/2002820425/-1/-1/1/CTR_KUBERNETES%20HARDENING%20GUIDANCE.PDF: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-nsa-can-help-you-secure-your-kubernetes-clusters: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://therecord.media/nsa-cisa-publish-kubernetes-hardening-guide: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/armosec/kubescape: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2021/09/kubescape: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2021/09/kubernetes-hardening-guidance: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/nsa-on-how-to-harden-kubernetes: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.gitguardian.com/hardening-your-k8-pt-1: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/gitguardian/kubernetes-hardening-tutorial-part-3-authn-authz-logging-auditing-3fec: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.armosec.io/blog/nsa-cisa-kubernetes-hardening-guide: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ibm.com/cloud/learn/cis-benchmarks: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://aymen-abdelwahed.medium.com/k8s-operators-cis-benchmarks-8d7915d5cb2d: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/rancher/cis-operator: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learnk8s.io/authentication-kubernetes: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devopscube.com/kubernetes-api-access-service-account: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devopscube.com/create-kubernetes-role: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/scriptcamp/kubernetes-serviceaccount-example: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/the-programmer/working-with-service-account-in-kubernetes-df129cb4d1cc: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/dvob/k8s-s2s-auth: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://sandeepbaldawa.medium.com/service-accounts-in-k8s-kubernetes-2779ee4fb331: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://mjarosie.github.io/dev/2021/09/15/iam-roles-for-kubernetes-service-accounts-deep-dive.html: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://linkerd.io/2021/12/28/using-kubernetess-new-bound-service-account-tokens-for-secure-workload-identity: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/pareture/kubernetes-bound-projected-service-account-token-volumes-might-surprise-you-434ff2cd1483: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/k8s-serviceaccount-token-313d62aee119: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://motilayo.hashnode.dev/exploring-kubernetes-service-account-tokens-and-secure-workload-identity-federation: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://overcast.blog/kubernetes-service-accounts-a-practical-guide-f99c1ed65483: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2021/04/22/revealing-the-secrets-of-kubernetes-secrets: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.padok.fr/en/blog/kubernetes-secrets: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/stack-labs/store-your-kubernetes-secrets-in-git-thanks-to-kubeseal-hello-sealedsecret-2i6h: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.doit-intl.com/kubernetes-and-secrets-management-in-cloud-858533c20dca: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/effective-secrets-with-vault-and-kubernetes-9af5f5c04d06: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://twitter.com/originalavalamp: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://twitter.com/jwendlandt: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://twitter.com/codingsafari: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://twitter.com/tsh4k: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://twitter.com/SWengThomas: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://enterprisersproject.com/article/2019/8/kubernetes-secrets-explained-plain-english: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +http://millionvisit.blogspot.com/2021/07/kubernetes-for-developers-19-manage-app-credentials-using-Kubernetes-Secrets.html: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.kubermatic.com/blog/keeping-the-state-of-apps-part-2-introduction-to-secrets: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/codex/kubernetes-secrets-explained-f45baf8cefa7: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@jerome_tarte/managing-your-sensitive-information-during-gitops-process-with-secret-sealed-27498c77e2b8: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://enlear.academy/sealed-secrets-with-kubernetes-a3f4d13dbc17: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/codex/sealed-secrets-for-kubernetes-722d643eb658: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.macchaffee.com/blog/2022/k8s-secrets: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=SyRZe5YVCVk: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://carlosalca.medium.com/how-to-manage-all-my-k8s-secrets-in-git-securely-with-bitnami-sealed-secrets-43580b8fa0c7: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/blog/a-guide-to-secrets-management-with-gitops-and-kubernetes: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/vault-cluster-with-auto-unseal-on-kubernetes-8e469f9cdcfd: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://pjame-fb.medium.com/kubernetes-secrets-from-secrets-manager-using-external-secrets-operators-4819562c3b02: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://mixi-developers.mixi.co.jp/compare-eso-with-secret-csi-402bf37f20bc?gi=a7ce4398a8d7: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://faun.pub/secrets-kubernetes-298ea8dd9911: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@knoldus/using-sealed-secrets-in-kubernetes-7f7518d4c984: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@knoldus/introduction-to-sealed-secrets-in-kubernetes-7857b361a845: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://eminalemdar.medium.com/cloud-native-secret-management-with-external-secrets-operator-2912f41f9c49: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2022/12/14/sealed-secrets-on-kubernetes-with-argocd-and-terraform: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/google-cloud/handle-kubernetes-secrets-the-gitops-way-part-1-7079bd8221f3: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/tutorialboy/a-detailed-talk-about-k8s-cluster-security-from-the-perspective-of-attackers-part-1-3mm5: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cert-manager.io/docs: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/flant-com/cert-manager-lets-encrypt-ssl-certs-for-kubernetes-7642e463bbce: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/avmconsulting-blog/encrypting-the-certificate-for-kubernetes-lets-encrypt-805d2bf88b2a: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.rejupillai.com/index.php/2021/03/06/configure-tls-on-gke-ingress-for-free-with-lets-encrypt: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/kubernetes-and-ssl-certificate-management-5f6a4b6f5ae9: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://getbetterdevops.io/k8s-ingress-with-letsencrypt: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://faun.pub/automate-certificate-management-in-kubernetes-using-cert-manager-d0745e5c7757: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/cert-manager/cert-manager: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/cert-manager/policy-approver: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.jetstack.io/blog/cert-manager-gateway-api-traefik-guide: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@knoldus/configure-ssl-certificate-with-cert-manager-on-kubernetes-e5ca8a804e16: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/automated-dns-tls-with-external-dns-letsencrypt-on-kubernetes-6f4f41827df9: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/upgrade-cert-manager-for-your-production-deployment-without-downtime-ee5d32fabec8: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://faun.pub/lets-encrypt-and-certmanager-aa88775730b8: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://armin.su/ssl-certificates-from-lets-encrypt-for-kubernetes-private-ingress-via-terraform-c9f595ee65fa: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/otomato_io/possible-paths-2hfc: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/gini/dexter: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/kubernetes-authentication-sidecars-a-revelation-in-microservice-architecture-12c4608189ab: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/sso-authentication-for-applications-in-kubernetes-aedc3c189d89: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://geek-cookbook.funkypenguin.co.nz/recipes/kubernetes/oauth2-proxy: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://imanishchaudhary.medium.com/secure-kubernetes-dashboards-with-sso-authentication-using-okta-oauth2-proxy-9e52189e9749 +: v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/trendyol-tech/configure-rbac-in-kubernetes-like-a-boss-665e2a8665dd: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/role-based-access-kubernetes: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://toolbox.kali-linuxtr.net/kubernetes-rbac-permission-manager.tool: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/appvia/krane: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://rbac.dev: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/clvx/k8s-rbac-model: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/kubernetes-rbac-basics-and-advanced-patterns: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://marcusnoble.co.uk/2022-01-20-restricting-cluster-admin-permissions: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://medium.com/devops-mojo/kubernetes-role-based-access-control-rbac-overview-introduction-rbac-with-kubernetes-what-is-2004d13195df +: v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://loft-sh.medium.com/10-essentials-for-kubernetes-access-control-a67ae72977dd: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://sumanthkumarc.medium.com/kubernetes-rbac-update-default-clusterroles-without-editing-them-ef206254e0: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://faun.pub/assign-permissions-to-an-user-in-kubernetes-an-overview-of-rbac-based-authz-in-k8s-7d9e5e1099f1: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://anaisurl.com/kubernetes-rbac: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@badawekoo/using-rbac-in-kubernetes-for-authorization-complete-demo-part-1-83f0a1fb8f: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/securing-access-to-kubernetes-environments-with-zero-trust: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learnk8s.io/rbac-kubernetes: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@15daniel10/yoyo-attack-on-a-k8s-cluster-102bc1d5ca3e: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/danielepolencic/binding-aws-iam-roles-to-kubernetes-service-account-for-on-prem-clusters-1icc: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@danielepolencic/how-does-rbac-work-in-kubernetes-d50dd34771ca: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dominik-tornow.medium.com/inside-kubernetes-rbac-9988b08a738a: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@jtdv01/kubernetes-authorization-and-role-based-access-controls-ca0b7acc17a4: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://faun.pub/give-users-and-groups-access-to-kubernetes-cluster-using-rbac-b614b6c0b383: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@danielepolencic/binding-aws-iam-roles-to-kubernetes-service-account-for-on-prem-clusters-b8bac41f269d: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/andcloudio/creating-authentication-and-authorization-in-kubernetes-c6c5f0f1d2ad: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/mstryoda/configure-rbac-in-kubernetes-like-a-boss-h67: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://raesene.github.io/blog/2022/08/14/auditing-rbac-redux: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://goteleport.com/blog/kube-authn-methods: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://medium.com/@mehmetodabashi/authentication-and-authorization-in-kubernetes-client-certificates-and-role-based-access-control-d4e98a3c1098 +: v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@brunoolimpio/kubernetes-deepdive-parte-2-a65ffdce596d: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=iE9Qb8dHqWI: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.paralus.io: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/ondat/trousseau: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/kubernetes-and-ldap-enterprise-authentication-for-kubernetes: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.styra.com/blog/why-rbac-is-not-enough-for-kubernetes-api-security: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://trstringer.com/kubernetes-validating-webhook: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/box/kube-exec-controller: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/blog/azurenetworksecurityblog/building-a-ddos-response-plan/4372256: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + - page: networking.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.stackrox.com/post/2020/05/kubernetes-security-101: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/6-kubernetes-security-best-practices: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.armosec.io/blog/kubernetes-security-best-practices: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://semaphoreci.com/blog/kubernetes-deployments: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://engineering.dynatrace.com/blog/kubernetes-security-part-1-role-based-access-control-rbac: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/dynatrace-engineering/kubernetes-security-best-practices-part-2-network-policies-405b36ed9d94: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.frankel.ch/learning-auditing-kubernetes-manifests: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.spectrocloud.com/blog/kubernetes-security-best-practices-5-easy-ways-to-cut-risk: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@cloud_tips/kubernetes-security-best-practices-ea1e3913c001: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/blog/startupsatmicrosoftblog/from-zero-to-hero-with-identity-and-access-control-in-azure-kubernetes-service/4386350 +: v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/reference/access-authn-authz/authentication: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/tasks/administer-cluster/access-cluster-api: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/tasks/access-application-cluster/access-cluster: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.magalix.com/blog/kubernetes-authentication: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.magalix.com/blog/kubernetes-authorization: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.christianposta.com/kubernetes/logging-into-a-kubernetes-cluster-with-kubectl: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learnk8s.io/microservices-authentication-kubernetes: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://gravitational.com/blog/kubernetes-sso-saml: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://lisowski0925.medium.com/using-kubernetes-csrs-and-rbac-for-cluster-user-authentication-and-authorization-9df5498655cd +: v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@sureshpalemoni/kubernetes-authentication-and-authorization-with-x509-client-certificates-edbc3517c10: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://stackoverflow.com/questions/56214715/accessing-the-kubernetes-rest-end-points-using-bearer-token: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://openid.net: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learnk8s.io/kubernetes-custom-authentication: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/concepts/policy/pod-security-policy: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/pod-security-policies-part-1: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/pod-security-policies-part-2: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://developer.squareup.com/blog/kubernetes-pod-security-policies: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/implementing-a-restricted-first-pod-security-policyarchitecture-af4e906593b0: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kind-brown-cfb734.netlify.app/post/2021-02/kubernetes-policy-comparison-opa-gatekeeper-vs-kyverno: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://ibrahims.medium.com/security-context-kubernetes-9672ae2380f9: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/security-profiles-operator: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2021/12/17/security-profiles-operator: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +'https://docs.aws.amazon.com/eks/latest/userguide/calico.html ': + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://aws.github.io/aws-eks-best-practices: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/dev-genius/securing-kubernetes-dashboard-on-eks-with-pomerium-e98c47610e2f: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://external-secrets.io: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://mahira-technology.medium.com/kubernetes-secrets-management-level-up-with-external-secrets-operator-ed7d32df2189: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://faun.pub/external-secret-operator-on-aks-with-terraform-for-azure-key-vault-integration-with-workload-1d0c31082373: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://hackerone.com/reports/1249583: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.lightspin.io/nginx-custom-snippets-cve-2021-25742: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/reference/issues-security/official-cve-feed: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2022/09/12/k8s-cve-feed-alpha: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/kubescape/kubescape: + v1: + - page: kubernetes-security.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-kubernetes-provides-networking-and-storage-to-applications: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/kubernetes-storage-explained-558e85596d0c: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/a-guide-to-running-stateful-applications-in-kubernetes: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.forbes.com/sites/janakirammsv/2019/06/28/5-cloud-native-storage-startups-to-watch-out-for-in-2019: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/weareservian/solution-architects-guide-to-kubernetes-persistant-storage-3c9660187e8f: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.howtoforge.com/storage-in-kubernetes: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2020/09/22/container-attached-storage-is-cloud-native-storage-cas: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-most-popular-cloud-native-storage-solutions: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/volterra-io/kubernetes-storage-performance-comparison-v2-2020-updated-1c0b69f0dcf4: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blocksandfiles.com/2020/12/22/the-storageless-storage-paradox: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/what-is-cloud-native-storage: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://softwareengineeringdaily.com/2019/01/11/why-is-storage-on-kubernetes-is-so-hard: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/why-compute-and-storage-should-be-decoupled-for-log-management-at-scale: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.min.io/why-kubernetes-managed: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://gitlab.com/mrman/k8s-storage-provider-benchmarks: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.ibm.com/cloud/blog/using-fio-to-tell-whether-your-storage-is-fast-enough-for-etcd: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://marketplace.redhat.com/en-us/blog/dont-treat-kubernetes-storage-as-an-afterthought: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/beyond-block-and-file-cosi-enables-object-storage-in-kubernetes: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/when-is-decentralized-storage-the-right-choice: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.storj.io/blog/integrating-decentralized-cloud-storage-with-duplicati: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/whats-the-biggest-gap-in-kubernetes-storage-architecture: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/avmconsulting-blog/provisioning-storage-in-kubernetes-e1dc5610318d: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.kylezsembery.com/persistent-storage-kubernetes: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.mayadata.io/container-attached-storage-cas-vs.-software-defined-storage-which-one-to-choose: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/stateful-workloads-on-kubernetes-with-container-attached-storage: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://developers.redhat.com/articles/2021/08/11/how-maximize-data-storage-microservices-and-kubernetes-part-1-introduction +: v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.mayadata.io/kubernetes-storage-basics-pv-pvc-and-storageclass: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3635148/kubernetes-object-storage-best-practices.html: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.ondat.io/blog/stateful-apps-in-kubernetes-are-a-big-deal: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://techgenix.com/data-storage-management-for-kubernetes: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-growth-of-state-in-kubernetes: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/highly-available-nfs-cluster-in-kubernetes-a-cloud-vendor-independent-storage-solution-f9a314cfdfcc: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.armosec.io/blog/kubernetes-data-storage: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/kubernetes-stateful-applications: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.flant.com/kubernetes-storage-performance-linstor-ceph-mayastor-vitastor: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@amir.ilw/kubernetes-storage-migration-ac48f6f9f5a5: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://discoblocks.io: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/storage-kubernetes-92eb3d027282: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/temporary-storage-for-kubernetes-pods-f8330ad8db88: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/nerd-for-tech/persistence-with-kubernetes-46f039d9a2ad: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2023/03/28/kubernetes-storage-is-complex-but-its-getting-better: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://yuminlee2.medium.com/kubernetes-storage-fe5363d88d42: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/kubernetes-deveops/kubernetes-deploying-application-with-persistent-storage-5068767e25f3: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://danielmangum.com/posts/k8s-asa-the-storage-interface: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.kubermatic.com/blog/keeping-the-state-of-apps-5-introduction-to-storage-classes: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-persistentvolume-and-persistentvolumeclaim-an-overview-with-examples-3c5688222f99: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/persistent-volumes-separating-compute-and-storage: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/resizing-statefulset-persistent-volumes-with-zero-downtime-916ebc65b1d4: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://shuanglu1993.medium.com/what-happens-when-volumemanager-in-the-kubelet-starts-1fea623ac6ce: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/what-kubernetes-persistent-volumes-gyan-prakash-1f: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.newrelic.com/engineering/how-to-use-kubernetes-volumes: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/codex/kubernetes-persistent-volume-explained-fb27df29c393: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.giffgaff.io/tech/resizing-statefulset-persistent-volumes-with-zero-downtime: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.kubermatic.com/blog/keeping-the-state-of-apps-1-introduction-to-volume-and-volumemounts: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.cloudnloud.com/kubernetes-volume: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://adamtheautomator.com/kubernetes-pvc: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://portworx.com/tutorial-kubernetes-persistent-volumes: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/openebs/zfs-localpv: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://devineer.medium.com/get-to-grips-with-kubernetes-volumes-a-practical-tutorial-c41853c64f02: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.airplane.dev/blog/kubernetes-ephemeral-storage: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/when-k8s-pods-are-stuck-mounting-large-volumes-2915e6656cb8: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://spacelift.io/blog/kubernetes-persistent-volumes: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://matthewpalmer.net/kubernetes-app-developer/articles/kubernetes-volumes-example-nfs-persistent-volume.html: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/asl19-developers/create-readwritemany-persistentvolumeclaims-on-your-kubernetes-cluster-3a8db51f98e3: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com/community/questions/kuberntes-pvc-readwritemany-access-mode-alternative: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/state-of-persistent-storage-in-k8s-a-benchmark-77a96bb1ac29: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rook.io: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/using-rook-on-a-k3s-cluster-8a97a75ba25e: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@abdulfayis/storage-orchestration-for-kubernetes-c6370f943e23: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://robin.io: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.reduxio.com: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://portworx.com: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://openebs.io: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://mayadata.io: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://goglides.io/running-openebs-in-kubernetes/371: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openebs.io/docs/next/features.html: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/openebs/dynamic-localpv-provisioner: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/openebs/lvm-localpv: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.lightbitslabs.com/product: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blocksandfiles.com/2020/06/23/lightbits-labs-adds-kubernetes-table-stakes-csi-support: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://longhorn.io: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/rancher-donates-its-longhorn-kubernetes-persistent-storage-software-to-cncf: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/longhorn-container-storage: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://containerjournal.com/topics/container-management/rancher-labs-adds-support-for-longhorn-storage-on-kubernetes-clusters +: v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://aesher9o1.medium.com/autoscale-large-images-faster-using-longhorn-distributed-storage-618d0cf01ba2: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@abdelrhmanahmed131/longhorn-distributed-block-storage-for-k8s-2ea11df400d1: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://searchstorage.techtarget.com/definition/IBM-Spectrum: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://linbit.com/kubernetes: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kadalu/kadalu: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.iomesh.com: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blocksandfiles.com/2021/08/05/kubernetes-storage-chinese-vendor-smartxs-iomesh-beats-portworx-longhorn-and-openebs: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.iomesh.com/blog/announcing_iomesh_preview: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://min.io: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.min.io/best-practices-for-kubernetes-object-storage: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.min.io/single-vs-multi-tenant: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.netapp.com/us-en/astra-data-store/concepts/intro.html: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/libopenstorage/stork: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://opencurve.io: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://simplyblock.io: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/state-of-openshift-container-storage-eran-tamir-and-duncan-hardie-red-hat: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://ceph.io: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.noobaa.io: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes-csi.github.io: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-csi: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-csi/csi-driver-smb: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/yandex-cloud/k8s-csi-s3: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://sklar.rocks/how-container-storage-interface-works: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubestr.io: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.kasten.io/benchmarking-kubernetes-storage-with-kubestr: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/backube/volsync: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://next.redhat.com/2021/08/23/introducing-volsync-your-data-anywhere: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.ondat.io/discoblocks: + v1: + - page: kubernetes-storage.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://learnk8s.io/troubleshooting-deployments: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@alexellisuk/5-tips-for-troubleshooting-apps-on-kubernetes-835b6b539c24: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://managedkube.com/kubernetes/trace/ingress/service/port/not/matching/pod/k8sbot/2019/02/13/trace-ingress.html: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://veducate.co.uk/kubernetes-pvc-terminating: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://tennexas.com/kubernetes-troubleshooting-examples: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/5-tips-for-troubleshooting-apps-on-kubernetes-835b6b539c24: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/blog/sandboxed-containers-operator-from-zero-to-hero-the-hard-way-part-2: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://andydote.co.uk/2021/06/02/os-cpus-and-kubernetes: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@moshe.beladev.mb/better-debugging-environment-for-your-micro-services-9420a71b8a37: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/6-kubernetes-best-practices-to-empower-devs-to-troubleshoot: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=93RlMqO4glM&t=6s&ab_channel=Kubevious: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/living-with-kubernetes-debug-clusters-in-8-commands: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/how-to-simplify-kubernetes-troubleshooting: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/distroless-container-debugging-on-k8s-openshift-e418fd66fdad: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://speakerdeck.com/mhausenblas/kubecologne-keynote-troubleshooting-kubernetes-apps: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@andrewachraf/detect-crashes-in-your-cluster-using-kwatch-an-slack-84b979e93e03: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://research.nccgroup.com/2021/11/10/detection-engineering-for-kubernetes-clusters: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://pauldally.medium.com/debugging-networkpolicy-part-1-249921cdba37: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://pauldally.medium.com/debugging-networkpolicy-part-2-2d5c42d8465c: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/common-pod-errors-in-kubernetes-to-watch-out-for-d808737f4ade: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://faun.pub/debugging-networkpolicy-part-1-249921cdba37: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://tratnayake.dev/oncall-adventures-prometheus-filled-disk: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/kubernetes-pod-pending-problems: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.alexellis.io/troubleshooting-on-kubernetes: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/all-you-need-to-know-about-debugging-kubernetes-cronjob-61989a998513: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://saiteja313.medium.com/tracing-dns-issues-in-kubernetes-28b38f782103: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@jasonmfehr/kubernetes-informers-opening-the-mystery-box-4cd690a43a4: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://maxilect-company.medium.com/graceful-shutdown-in-a-cloud-environment-the-example-of-kubernetes-spring-boot-f922b41adaa0 +: v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://madeeshafernando.medium.com/capturing-heap-dumps-of-stateless-kubernetes-pods-before-container-termination-and-export-to-aws-s3-9602378ee60b +: v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://faun.pub/troubleshooting-kubernetes-nodes-storage-space-shortage-on-aliyun-alibaba-cloud-ac28230fe3d3: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/what-david-flanagan-learned-fixing-kubernetes-clusters: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/tackling-the-top-5-kubernetes-debugging-challenges: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/access-kubernetes-objects-data-from-proc-directory-8d2ec6a0faba: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.learnitguide.net/2023/04/how-to-troubleshoot-kubernetes-pods.html: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.learnitguide.net/2023/04/how-to-check-memory-usage-of-pod-in.html: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-troubleshooting-primer: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.devzero.io/blog/kubernetes-debugging-tips: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://vik-y.medium.com/an-easier-way-to-auto-remediate-memory-leaks-on-kubernetes-a922457674f4: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@yusufkaratoprak/advanced-troubleshooting-techniques-in-kubernetes-pods-24ee0cebfa6f: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://www.linkedin.com/pulse/cpu-limits-kubernetes-why-your-pod-idle-still-deep-dive-lazarev-k3m7f?utm_source=share&utm_medium=member_android&utm_campaign=share_via +: v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + - page: linux.md + is_bold: false + is_highlighted: false + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://banzaicloud.com/blog/k8s-cluster-logging: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.groundcover.com/blog/k8s-container-events: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://decisivedevops.com/kubernetes-events-news-feed-of-your-kubernetes-cluster-826e08892d7a: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://hwchiu.medium.com/kubernetes-network-troubleshooting-approach-701de9463493: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/tracing-pod-to-pod-network-traffic-in-kubernetes-112523a325b2: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://komodor.com/learn/exit-codes-in-containers-and-kubernetes-the-complete-guide: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.ediri.io/kubernetes-imagepullbackoff: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://medium.com/tailwinds-navigator/kubernetes-tip-how-to-disambiguate-a-pod-crash-to-application-or-to-kubernetes-platform-f6c1395a8d09 +: v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://devtron.ai/blog/troubleshoot_crashloopbackoff_pod: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://erkanerol.github.io/post/restartable-pods: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://pauldally.medium.com/why-leaving-pods-in-crashloopbackoff-can-have-a-bigger-impact-than-you-might-think-c0d3dbd067a +: v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/debug-kubernetes-crashloopbackoff: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://komodor.com/learn/how-to-fix-crashloopbackoff-kubernetes-error: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://tonylixu.medium.com/k8s-troubleshooting-pod-in-terminating-or-unknown-status-2878f6ec66b8: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/k8s-troubleshooting-pod-in-terminating-or-unknown-status-2878f6ec66b8: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://unixarena.com/2025/04/oomkilled-in-kubernetes-the-hidden-memory-leaks-youre-missing.html: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@reefland/tracking-down-invisible-oom-kills-in-kubernetes-192a3de33a60: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://baykara.medium.com/a-gentle-inspection-of-oomkilled-in-kubernetes-4b4124cd23a8: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloudyuga.guru/hands_on_lab/k8s-qos-oomkilled: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/troubleshoot-kubernetes-oom: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@bm54cloud/stressing-a-kubernetes-pod-to-induce-an-oomkilled-error-96f3be9c931d: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-silent-pod-killer-104e7c8054d9: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/k8s-pause-container-f7abd1e9b488: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.kumomind.com/what-you-need-to-know-to-debug-a-preempted-pod-on-kubernetes: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/kubernetes-pod-evicted: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.ediri.io/how-to-remove-a-stuck-namespace: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@it-craftsman/how-to-fix-kubernetes-namespaces-stuck-in-terminating-state-ea46c5fff045: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@reefland/access-pvc-data-without-the-pod-troubleshooting-kubernetes-b28bfdd7502: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/k8s-troubleshooting-how-to-debug-coredns-issues-724e8b973cfc: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.kubenatives.com/p/the-hidden-cpu-throttling-crisis: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2025/03/13/kubernetes-troubleshooting-a-step-by-step-guide: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/aylei/kubectl-debug: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/using-kubernetes-ephemeral-containers-for-troubleshooting: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/kubernetes/comments/gt3uvg/how_to_quarantine_pods: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/nvucinic/kdbg: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kinvolk/inspektor-gadget: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kinvolk.io: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/similarweb/statusbay: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://codefresh.io/kubernetes-tutorial/telepresence-2-local-development: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/the-easiest-way-to-debug-kubernetes-workloads-ff2ff5e3cc75: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.tetrate.io/blog/how-to-debug-microservices-in-kubernetes-with-proxy-sidecar-or-service-mesh: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.rookout.com/blog/kubernetes-application-debugging: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.thorsten-hans.com/debugging-apps-in-kubernetes-with-bridge: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=mindaro.mindaro: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=ms-azuretools.mindaro: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/living-with-kubernetes-12-commands-to-debug-your-workloads: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://opensource.googleblog.com/2022/01/Introducing%20Ephemeral%20Containers.html: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/kubernetes-ephemeral-containers-bibin-wilson: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://sumanthkumarc.medium.com/debugging-namespace-deletion-issue-in-kubernetes-f6f8b40a4368: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/linux-shots/debug-kubernetes-pods-using-ephemeral-container-f01378243ff: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@blgreco72/debugging-kubernetes-services-locally-8cb14bf8745a: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://zendesk.engineering/debugging-containerd-a20f28a2a8bf: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://heka-ai.medium.com/introduction-to-debugging-locally-and-live-on-kubernetes-8c8ecd3acbaa: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://iximiuz.com/en/posts/kubernetes-ephemeral-containers: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://eminaktas.medium.com/debug-containerd-in-production-fe93ef4e3ce2: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@alex.ivenin/exploring-ephemeral-containers-in-kubernetes-bcceaf21101c: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://labs.iximiuz.com/courses/containerd-cli/ctr/image-management: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@danielepolencic/isolating-kubernetes-pods-for-debugging-5fe41e630e9: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/adaltas/kubernetes-debugging-with-ephemeral-containers-e4be659d9ef6: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.cloudgeni.ai/the-definitive-guide-to-importing-your-cloud-resources-into-iac: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://refine.dev/blog/kubectl-exec-command: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/replicatedhq/troubleshoot: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/airwallex/k8s-pod-restart-info-collector: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://komodor.com: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://komodor.com/learn/kubernetes-troubleshooting-the-complete-guide: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://palaemon.io: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@ospalaemon/introducing-palaemon-the-savior-of-kubernetes-pods-85576c33287c: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/iximiuz/cdebug: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/felipecruz91/debug-ctr: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/JamesTGrant/kubectl-debug: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://www.kubetools.io/kubernetes/mastering-kubernetes-debugging-and-troubleshooting-with-kubeshark-real-time-visibility-query-language-service-map-and-integrations +: v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://…: + v1: + - page: kubernetes-troubleshooting.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kustomize.io: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2018/05/29/introducing-kustomize-template-free-configuration-customization-for-kubernetes: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.tomarrell.com/post/traefik_v2_on_kubernetes: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/kbst/terraform-kubestack: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://tech.aabouzaid.com/2020/09/3-ways-to-customize-off-the-shelf-helm-charts-with-kustomize-kubernetes.html: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.dex.dev/dex-videos/templating-solutions: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.stack-labs.com/code/kustomize-101: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/6/kustomize-kubernetes: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/katiatalhi/introduction-to-kustomize-how-to-customize-kubernetes-objects-3e08: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.mirantis.com/blog/introduction-to-kustomize-part-1-creating-a-kubernetes-app-out-of-multiple-pieces: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://codefresh.io/about-gitops/applied-gitops-with-kustomize: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://tech.aabouzaid.com/2022/11/set-openapi-patch-strategy-for-kubernetes-custom-resources-kustomize.html: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://nakamasato.medium.com/comparison-between-helm-and-kustomize-for-kubernetes-yaml-management-aed32cef2627: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://pauldally.medium.com/kustomize-best-practices-part-1-86f9f22d2f20: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://pauldally.medium.com/kustomize-best-practices-part-2-c560f1fa1409: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://notmattlucas.com/kubernetes-configuration-with-kustomize-f4dbba250f3: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@nanditasahu031/how-to-start-with-kustomize-its-features-dd541c3d2fa8: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://harness.io/blog/helm-vs-kustomize: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://nicolasbarlatier.hashnode.dev/introduction-kubernetes-and-kustomize-how-to-easily-customize-any-resource-configuration-with-kustomize +: v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/kostis-codefresh/gitops-environment-promotion: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/pavanbelagatti/kubernetes-kustomize-tutorial-a-beginner-friendly-developer-guide-322n: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://pauldally.medium.com/kustomize-best-practices-part-3-1dbaa15fd16a: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/helm-vs-kustomize-navigating-kubernetes-configuration-complexity-ae86596c3cf2: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devopscube.com/kustomize-tutorial: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/kustomize-simple-manifest-manipulation-9330f7f40d5d: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://faun.pub/how-to-build-a-gitops-workflow-with-argocd-kustomize-and-github-actions-f919e7443295: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://techiescamp.com/courses/kubernetes-kustomize: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/generating-transforming-and-patching-kubernetes-configuration-with-kustomize-fb7b02476a1b: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/bbl/secretize: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/helm-is-not-enough-you-also-need-kustomize-82bae896816e: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://harness.io/blog/devops/helm-vs-kustomize: + v1: + - page: kustomize.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3601202/red-hats-crime-against-centos.html: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://arstechnica.com/gadgets/2021/01/centos-is-gone-but-rhel-is-now-free-for-up-to-16-production-servers: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/linux-news/red-hat-introduces-new-no-cost-rhel-option: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.enterpriseai.news/2021/01/22/red-hats-disruption-of-centos-unleashes-storm-of-dissent: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://arstechnica.com/gadgets/2021/01/on-the-death-of-centos-red-hat-liaison-brian-exelbierd-speaks: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.zdnet.com/article/free-red-hat-enterprise-linux-for-open-source-non-profit-organizations: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://www.genbeta.com/actualidad/red-hat-enterprise-linux-lanza-version-a-costo-para-llegar-a-publico-sectores-investigacion-academico +: v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.makeuseof.com/best-centos-alternatives: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.centos.org/cl-vs-cs: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.makeuseof.com/best-red-hat-based-linux-distros: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/13092/is-rocky-linux-the-new-centos: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://9to5linux.com/centos-alternative-rocky-linux-8-5-is-out-now-with-secure-boot-support-updated-components: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/vimwiki/vimwiki: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/vim-commands: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thevaluable.dev/vim-advanced: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/recursive-vim-macros: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://openvim.com: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/vim-a-how-to-guide-55f63bfdcff: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://neovim.io: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.ashwinchat.com/9-months-of-full-time-vim: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gravitational.com/blog/how-to-ssh-properly: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://phoenixnap.com/kb/linux-ssh-commands: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.commandlinefu.com/commands/matching/ssh/c3No/sort-by-votes: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/mohanad86/secure-ssh-python: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/suraksha-123/Grant-Revoke-ssh-access: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/levivm/how-to-use-ssh-and-ssh-agent-forwarding-more-secure-ssh-2c32: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/faq/how-to-set-up-ssh-keys-on-linux-unix: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/7/linux-shellhub: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.atareao.es/ubuntu/tuneles-ssh: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.paepper.com/blog/posts/how-to-properly-manage-ssh-keys-for-server-access: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://goteleport.com/blog/ssh-certificates: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/josephmidura/how-to-manage-multiple-ssh-key-pairs-1ik: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/tips/linux-unix-bsd-openssh-server-best-practices.html: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/faq/linux-unix-reuse-openssh-connection: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/faq/howto-ssh-changing-passphrase: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/ssh-made-easy-with-ssh-agent-and-ssh-config: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linuxteck.com/basic-ssh-client-commands-in-linux: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/tips/how-to-audit-ssh-server-and-client-config-on-linux-unix.html: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://iximiuz.com/en/posts/ssh-tunnels: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/6-openssl-commands: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.tecmint.com/testssl-sh-test-tls-ssl-encryption-in-linux-commandline: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://www.linuxfoundation.org: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.tecmint.com: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://unixmen.com: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linux.com: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linuxteck.com: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://linoxide.com: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://linuxjourney.com: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.howtoforge.com: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://tecadmin.net: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.systemcodegeeks.com: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linuxnix.com: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://fossforce.com: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://www.linuxhomenetworking.com: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://www.linuxtoday.com: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://unixetc.co.uk: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://lwn.net: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://www.linux-tutorial.info: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://lonesysadmin.net: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://www.linuxlinks.com: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://unixmages.com: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://www.thegeekstuff.com: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://abarrak.gitbook.io/linux-sysops-handbook: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://systemadmin.es: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://www.muylinux.com: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://www.linuxadictos.com: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/channel/UCu2eNnWy-zc1xt_shCXQQfA: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/user/climagic: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/linuxadmin: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.tecmint.com/watchman-monitor-file-changes-in-linux: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://linoxide.com/linux-command/use-ip-command-linux: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://nordicapis.com/understanding-the-hidden-powers-of-curl: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/faq/howto-use-grep-command-in-linux-unix: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.tecmint.com/vtop-monitor-linux-process-usage: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.tecmint.com/install-htop-on-centos-8: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/open-source/command-line-hacks/bpytop-awesome-linux-macos-and-freebsd-resource-monitor: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/curl-hack-httpie: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/world-domination-cgroups-part-8-down-and-dirty-cgroup-v2: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/rsync-examples-rsync-options-and-how-to-copy-files-over-ssh: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.tecmint.com/control-systemd-services-on-remote-linux-server: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/configure-ssh-keygen: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.tecmint.com/run-commands-from-standard-input-using-tee-and-xargs-in-linux: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/faq/howto-configure-dual-wan-load-balance-failover-pfsense-router: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://nikhilism.com/post/2020/mystery-knowledge-useful-tools: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/cheat-sheets/linux-commands-cheat-sheet: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/faq/find-check-tls-ssl-certificate-expiry-date-from-linux-unix: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.igoroseledko.com/parallel-rsync: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/using-asciinema: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/5-rsync-tips: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://metacpan.org/pod/App::a2p: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/oilshell/oil/wiki/Alternative-Shells: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.wesleyac.com/posts/timezone-bullshit: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/faq/how-to-check-memory-utilization-in-linux: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.tecmint.com/linux-column-command: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/3/grep-cheat-sheet: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dnschecker.org: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.tecmint.com/commands-to-collect-system-and-hardware-information-in-linux: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/faq/how-do-i-find-the-largest-filesdirectories-on-a-linuxunixbsd-filesystem: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/faq/how-to-restart-systemd-without-rebooting-linux-when-critical-libraries-installed: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/open-source/install-ncdu-on-linux-unix-ncurses-disk-usage: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/tips/check-unix-linux-configuration-file-for-syntax-errors.html: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/3/meld: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kalilinuxtutorials.com/ldsview: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/cloud-techies/useful-commands-solutions-49f1c1b4e033: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.patreon.com/climagic: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/faq/how-to-save-terminal-output-to-a-file-under-linux-unix: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/open-source/command-line-hacks/linux-ls-commands-examples: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://linuxtechlab.com/search-a-file-in-linux-using-find-locate-command: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.tecmint.com/install-collectd-and-collectd-web-to-monitor-server-resources-in-linux: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sysadminxpert.com/how-to-watch-real-time-tcp-and-udp-ports-on-linux: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/faq/how-to-flush-redis-cache-and-delete-everything-using-the-cli: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/faq/find-large-files-linux: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linuxteck.com/curl-command-in-linux-with-examples: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linuxteck.com/basic-cat-command-in-linux-with-examples: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.tecmint.com/find-recent-modified-files-in-linux: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linuxshelltips.com/netcat-linux-port-scanning: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://rclone.org: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/datacenter/linux-unix-bsd-osx-cannot-write-to-hard-disk: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.ycrash.io/2021/06/28/dmesg-unix-linux-command-beginners-introduction-with-examples: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/7/parse-xml-linux: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/5-linux-commands: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/05/21/build-your-own-rpm-package-sample-go-program: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/faq/how-to-copy-and-transfer-files-remotely-on-linux-using-scp-and-rsync: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.nginx.com/blog/what-are-namespaces-cgroups-how-do-they-work: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/faq/how-to-check-cpu-temperature-on-ubuntu-linux: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/7/check-disk-space-linux-du: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linuxshelltips.com/kill-linux-process-with-port: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/the-linux-commands-handbook: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.tecmint.com/rsync-local-remote-file-synchronization-commands: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.tecmint.com/check-linux-disk-usage-of-files-and-directories: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.tecmint.com/difference-between-grep-egrep-and-fgrep-in-linux: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/8/linux-stat-file-status: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.tecmint.com/how-to-kill-a-process-in-linux: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linuxteck.com/13-top-command-in-linux: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/faq/df-command-examples-in-linux-unix: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.commandlinefu.com/commands/view/9116/compare-directories-via-diff: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/10/check-java-jps: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/10/memory-stats-linux-smem: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/linux-commands-manage-groups: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itsfoss.com/exa: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/programming/color-terminal-highlighter-for-diff-files: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/how-to-use-tmuxp-to-manage-your-tmux-session-614b6d42d6b6: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/11/cron-linux: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/10/linux-wget-command: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.makeuseof.com/best-cli-tools-to-monitor-linux-performance-terminal: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/10/linux-tools-erase-data: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/one-line-linux-commands: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/gcla/termshark: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.baeldung.com/linux/max-threads-per-process: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/22/1/record-terminal-session-asciinema: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/nmap-scripting-engine: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/DNS-name-resolution-troubleshooting-tools: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://jvns.ca/blog/2022/04/12/a-list-of-new-ish--command-line-tools: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://itsfoss.com/htop-alternatives: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/kanani_nirav/50-linux-commands-every-developer-need-to-know-with-example-mc: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/devops-in-linux-systemd-introduction-db7f49cb566b: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://difftastic.wilfred.me.uk: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com/community/tutorials/how-to-use-journalctl-to-view-and-manipulate-systemd-logs: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.techiescamp.com/docs/wcurl: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://makefiletutorial.com: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://libguestfs.org/guestfish.1.html: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/customize-vm-cloud-images-guestfish: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.busybox.net: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://www.genbeta.com/herramientas/busybox-ejecutable-que-agrupa-casi-200-utilidades-gnu-linea-comandos-que-puedes-usar-tambien-windows-android +: v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.igoroseledko.com/checking-multiple-variables-in-bash: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://ebook.bobby.sh/training.html: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/bobbyiliev/introduction-to-bash-scripting-5571: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://datafix.com.au/BASHing: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/bash-tips-and-tricks/how-to-trigger-an-action-at-the-end-of-the-shell-bash-script-52b0ba9c157e: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/data-text-files: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://www.pement.org/sed/sed1line.txt: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/anordal/shellharden/blob/master/how_to_do_things_safely_in_bash.md: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://rexegg.com/regex-tricks.html: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://www.pement.org/awk/awk1line.txt: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://robertmuth.blogspot.com/2012/08/better-bash-scripting-in-15-minutes.html: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/faq/unix-linux-bash-script-check-if-variable-is-empty: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/faq/bash-for-loop: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/6/bash-config: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/12277/how-to-use-multi-threaded-processing-in-bash-scripts: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/8/option-parsing-bash: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://bash.cyberciti.biz/guide/Main_Page: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/find-non-expiring-passwords: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/an-introduction-to-awk: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/faq/repeat-a-character-in-bash-script-under-linux-unix: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/edit-text-bash-command: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/faq/unix-linux-bash-read-comma-separated-cvsfile: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://fedoramagazine.org/bash-shell-scripting-for-beginners-part-1: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.igoroseledko.com/awk-sed-snippets-for-sysadmins: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/unfor19/writing-bash-scripts-like-a-pro-part-1-styling-guide-4bin: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://linuxhandbook.com/variables-bash-script: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/downloads/bash-programming-guide: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://pythonspeed.com/articles/shell-scripts: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linuxshelltips.com/difference-between-and-in-bash: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/kubehub/a-series-on-bash-scripting-eecd0293fab5: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/start-your-scripting-journey-today-bash-script-part-1-46cbddf4e4e7: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@saurabhdahibhate50/devops-day-04-task-e51d64ffbf16: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/5-bash-string-manipulation-methods-that-help-every-developer-49d4ee38b593: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://piyushverma.hashnode.dev/basic-linux-shell-scripting-for-devops-engineers: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.gnu.org/software/parallel: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?list=PLlrxD0HtieHh9ZhrnEbZKhzk0cetzuX7l: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/5-questions-interview: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/trimstray/test-your-sysadmin-skills: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/bash-vs-python-vs-javascript-which-is-better-for-automation-92a277ef49e: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://ohmyz.sh: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://zshdb.readthedocs.io: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/zsh-users/zsh-autosuggestions: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/google/zx: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/iovisor/bpftrace: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.percona.com/blog/2020/09/11/how-much-memory-does-the-process-really-take-on-linux: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.learnsteps.com/difference-between-minor-page-faults-vs-major-page-faults: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/cyberus-technology/virtualbox-kvm: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://tldp.org/LDP/sag/html/index.html: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/linux-pid-namespaces: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/5/systemd-troubleshooting-tool: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://www.climagic.org: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://linux.101hacks.com: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://linuxjourney.com/lesson/the-shell: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/jlevy/the-art-of-command-line: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://twitter.com/commandlinefu: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://twitter.com/commandlinefu3: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://twitter.com/commandlinefu10: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://nickjanetakis.com/blog/wait-until-your-dockerized-database-is-ready-before-continuing: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/nickjj/wait-until: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://copr.fedorainfracloud.org: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://pagure.io/copr/copr: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://pulpproject.org: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/announcing-the-hashicorp-linux-repository: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/6/linux-libraries: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://www.ntop.org: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://ngrep.sourceforge.net: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://angryip.org: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://www.cyberciti.biz/tips/linux-investigate-sockets-network-connections.html: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://www.cyberciti.biz/files/ss.html: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://www.binarytides.com/linux-ss-command: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://unix.stackexchange.com/questions/252744/ss-linux-socket-statistics-utility-output-format: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://stackoverflow.com/questions/11763376/difference-between-netstat-and-ss-in-linux: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/knorrie/network-examples: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.pandorafms.org/network-commands: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redeszone.net/tutoriales/servidores/diferencias-proxy-vs-proxy-inverso: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/tips/linux-iptables-examples.html: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/tcpdump-part-one: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/sysadmin-essentials-networking-basics: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.tecmint.com/linux-network-bandwidth-monitoring-tools: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://iximiuz.com/en/posts/laymans-iptables-101: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linuxteck.com/basic-useful-firewall-cmd-commands-in-linux: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.tecmint.com/20-netstat-commands-for-linux-network-management: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/five-network-commands: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/tcp-vs-udp: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://howdns.works: + v1: + - page: linux.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3614605/6-reasons-to-switch-to-managed-kubernetes.html: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learnk8s.io/allocatable-resources: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.armosec.io/blog/which-managed-kubernetes-is-right-for-me: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3649710/cncf-survey-managed-kubernetes-becomes-the-norm.html: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.redhat.com/architect/managed-kubernetes: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/thenjdevopsguy/aks-vs-eks-vs-gke-2459: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@Platform9Sys/kubernetes-cloud-services-comparing-gke-eks-and-aks-1fe42770cad3: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.stackrox.com/post/2020/02/eks-vs-gke-vs-aks: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=xM9jpcVGTzY: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/state-of-managed-kubernetes-2020-4be006643360: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/better-programming/managed-kubernetes-services-compared-gke-vs-eks-vs-aks-df1ecb22bba0: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/aks-vs-eks-vs-gke-managed-kubernetes-services-compared: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/otomi-container-platform-offers-an-integrated-kubernetes-bundle: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://otomi.io: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/redkubes/otomi-core: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.udemy.com/course/amazon-eks-starter-kubernetes-on-aws: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@thapliyal705/create-amazon-eks-cluster-from-scratch-using-eksctl-67e0d0900245: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.stackrox.com/post/2019/09/amazon-eks-security-best-practices: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/tutorial-install-and-configure-openebs-on-amazon-elastic-kubernetes-service: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.magalix.com/blog/deploying-kubernetes-cluster-with-eks: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@ghumare64/deploying-infrastructure-frontend-backend-on-aws-using-amazon-eks-5f1f426d618e: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://fika.works/blog/eks-service-accounts: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/building-the-ci-cd-of-the-future-creating-the-eks-cluster-e4cce4eb3500: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2020/08/announcing-the-aws-controllers-for-kubernetes-preview: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://daveops.xyz/2020/08/25/administrar-usuarios-en-eks: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.stacksimplify.com/aws-eks/aws-alb-ingress/lean-kubernetes-aws-alb-ingress-basics: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.padok.fr/en/blog/efs-provisioner-kubernetes: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://m.signalvnoise.com/running-spot-instances-effectively-with-amazon-eks: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/adobetech/designing-a-kubernetes-cluster-with-amazon-eks-from-scratch-4b4ee9d1b8f: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://en.sokube.ch/post/aws-kubernetes-aws-elastic-kubernetes-service-eks: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/operating-a-multi-regional-stateless-application-using-amazon-eks: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/bit-cloner/poke: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.clickittech.com/saas/kubernetes-multi-tenancy: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/riskified-technology/run-kubernetes-on-aws-ec2-spot-instances-with-zero-downtime-f7327a95dea: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://releaseops.io/blog/scaling-kubernetes-deployments-in-aws-with-container-insights-metrics: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/codex/create-kubernetes-cluster-on-aws-eks-6ced4c488e62: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/eks-price-reduction: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://info.acloud.guru/resources/kubernetes-aws-cloud-scaling-hey: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: [] +https://itnext.io/using-aws-nlb-manually-targeting-an-eks-service-exposing-udp-traffic-17053ecd8f52: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/aws/amazon-eks-now-supports-ec2-inf1-instances: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/create-a-pipeline-with-canary-deployments-for-amazon-eks-with-aws-app-mesh: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/amazon-eks-distro-eks-d-kubernetes-distribution-used-gokul-chandra: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/avmconsulting-blog/how-to-deploy-an-eks-stack-to-kubernetes-aws-5ec9c5a07247: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/fluent-bit-integration-in-cloudwatch-container-insights-for-eks: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/apn/optimizing-your-kubernetes-clusters-with-rancher-and-amazon-eks: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://faun.pub/upgrading-and-scaling-kubernetes-cluster-in-aws-6971b3936465: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=vZK_W-fpft0&ab_channel=StackSimplify: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloudify.co/blog/simplifying-hybrid-cloud-deployments-with-aws-eks-and-outpost: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.eksworkshop.com: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cast.ai/blog/8-best-practices-to-reduce-your-aws-bill-for-kubernetes: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://d1.awsstatic.com/whitepapers/architecting-amazon-eks-for-pci-dss-compliance.pdf: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/aws/eks-charts: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://kubernetes-sigs.github.io/aws-load-balancer-controller: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.4/guide/integrations/external_dns: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://particule.io/en/blog/aws-federated-eks: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/amazon-eks-is-eating-my-ips-e18ea057e045: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://engineering.salesforce.com/optimizing-eks-networking-for-scale-1325706c8f6d: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.usejournal.com/spice-up-your-kubernetes-environment-with-aws-lambda-a07d81347607: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/aws/amazon-eks-pod-identity-webhook: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://pages.awscloud.com/GLOBAL-partner-DL-DevOps-weaveworks-ebook-2020-learn.html: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/deploy-gremlin-to-amazon-eks-using-aws-cloudformation: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://nextlinklabs.com/insights/handling-authentication-in-EKS-clusters-kubernetes-AWS-IAM: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://faun.pub/kubernetes-multi-tenancy-with-amazon-eks-best-practices-and-considerations-60bfd78c2f9a: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.nginx.com/blog/deploying-nginx-ingress-controller-on-amazon-eks-how-we-tested: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.hackerxone.com/2021/08/20/13-steps-guide-to-create-kubernetes-cluster-on-amazon-web-serviceaws: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.hackerxone.com/2021/08/25/steps-to-create-amazon-eks-node-group-on-amazon-web-service-aws: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/eks-iam-deep-dive-136d: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.plainenglish.io/6-tips-to-improve-availability-with-aws-load-balancers-and-kubernetes-ad8d4d1c0f61: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/mt/automated-scaling-of-applications-running-on-eks-using-custom-metric-collected-by-amazon-prometheus-using-prometheus-adapter +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=OFZYIr66Ku4&ab_channel=cloudgeeksinc: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/opensource/kubernetes-ingress-aws-alb-ingress-controller: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/aws/aws-node-termination-handler: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.howtoforge.com/how-to-create-a-kubernetes-cluster-with-the-aws-cli: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.searce.com/optimize-cost-for-aws-eks-cluster-using-spotinst-ffcebe8e3571: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-we-built-preview-environments-on-kubernetes-and-aws: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/storage/mount-amazon-efs-file-systems-cross-account-from-amazon-eks: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/onfidos-journey-to-a-multi-cluster-amazon-eks-architecture: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@abhinav.ittekot/granting-iam-permissions-to-pods-in-eks-using-oidc-f2044c88a53: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@radha.sable25/enabling-iam-users-roles-access-on-amazon-eks-cluster-f69b485c674f: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/continuous-delivery-of-amazon-eks-clusters-using-aws-cdk-and-cdk-pipelines: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/avmconsulting-blog/installing-vault-on-eks-with-tls-and-persistent-storage-98254b4150f3: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/how-to-use-aws-iam-role-on-aws-eks-pods: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/de/blogs/containers/troubleshooting-amazon-eks-api-servers-with-prometheus: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/aws-controllers-k8s/community: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://itnext.io/deploy-kubernetes-k8s-on-amazon-aws-using-mixed-on-demand-and-spot-instances-5440e5bece7: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/awslabs/aws-kubernetes-migration-factory: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/aws-ia/terraform-aws-eks-blueprints: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: [] +https://github.com/aws-ia/terraform-aws-eks-blueprints/blob/main/docs/v4-to-v5/motivation.md: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://akintola-lonlon.medium.com/aws-kubernetes-the-1-rule-you-need-to-master-before-going-to-production-628b75ba1b6a: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://amod-kadam.medium.com/are-there-two-load-balancer-controllers-with-eks-8a7b04db8c93: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/streaming-kubernetes-events-in-slack: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://joachim8675309.medium.com/externaldns-with-eks-and-route53-90aa23fa3aba: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/aws-quickstart/cdk-eks-blueprints: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/timtsoitt/one-technique-to-save-your-aws-eks-ip-addresses-10x-2ocn: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/autoscaling-eks-on-fargate-with-custom-metrics: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://opssorry.substack.com/p/gitops-a-simple-approach-to-using: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.github.io/aws-eks-best-practices/networking/index: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://medium.com/@chandranathmondal/self-service-amazon-eks-cluster-provisioning-with-kubernetes-configuration-applied-372bce839d7 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/aws-and-kubecost-collaborate-to-deliver-cost-monitoring-for-eks-customers: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://eng.grip.security/enabling-aws-iam-group-access-to-an-eks-cluster-using-rbac: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@andriikrymus/dns-config-for-eks-61eb70c3e31e: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cast.ai/blog/eks-security-checklist-10-best-practices-for-a-secure-cluster: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/aws-load-balancer-controller: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/amazon-web-services-gears-elastic-kubernetes-service-for-batch-jobs: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://silvr.medium.com/using-kyverno-to-enforce-aws-load-balancer-annotations-for-centralized-logging-to-s3-af5dc1f1f3e0: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.jimmyray.io/kubernetes-workload-identity-with-aws-sdk-for-go-v2-927d2f258057: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/rebataur/djkube: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/troubleshooting-amazon-eks-api-servers-with-prometheus: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/eks-kubernetes-not-ready-nodes-dafb300ed299: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://faun.pub/how-to-access-aws-services-from-eks-ab5fa003a1b6: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/storage/persistent-storage-for-kubernetes: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/storage/machine-learning-with-kubeflow-on-amazon-eks-with-amazon-efs: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://faun.pub/aws-eks-the-ultimate-guide-to-deploy-an-ingress-controller-on-kubernetes-5952cb27c067: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@ankit.wal/the-how-of-iam-roles-for-service-accounts-irsa-on-aws-eks-3d76badb8942: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/memark/autoprovisioning-nfs-volumes-in-eks-with-cdk-4fn9: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/running-workflows-on-windows-with-jenkins-pipeline-and-kubernetes-52752a89a0e7: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://nivogt.medium.com/boost-your-kubernetes-clusters-autoscaler-on-aws-eks-with-karpenter-4d23955944f2: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/awslabs/eks-node-viewer: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://towardsaws.com/autoscale-kubernetes-metrics-server-fa398f8a600a: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/aws-samples/hardeneks: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://faun.pub/analyze-aws-eks-audit-logs-with-falco-95202167f2e: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.aws.amazon.com/eks/latest/userguide/managing-add-ons.html: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/addressing-latency-and-data-transfer-costs-on-eks-using-istio: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/containers/addressing-ipv4-address-exhaustion-in-amazon-eks-clusters-using-private-nat-gateways +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://hardiks.medium.com/where-should-you-manage-your-kubernetes-in-2023-amazon-ecs-or-eks-6f503e93f7a7: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://awstip.com/amazon-elastic-kubernetes-service-amazon-eks-the-only-resource-hub-you-ever-need-3b802687df36: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://awstip.com/working-the-amazon-eks-immersion-workshop-chapter-1-deploying-a-microservices-application-in-a-9acae5df2f01 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://itnext.io/top-10-ways-to-protect-eks-workloads-from-ransomware-ae96d1c1e839: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.antoinechoula.ga/native-eks-ingress-with-aws-load-balancer-controller: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://devopslearning.medium.com/lesson-learned-while-scaling-kubernetes-cluster-to-1000-pods-in-aws-eks-d2d399152bc2: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/scaling-amazon-eks-and-cassandra-beyond-1000-nodes: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.sitepoint.com/kubernetes-aws-tutorial: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@vaibhav176/saving-costs-in-google-kubernetes-engine-using-spot-vms-2e6d0157815e: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@benjamin.christmann_12432/setting-up-your-first-eks-cluster-on-aws-some-practical-tips-60400963c588: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.ratnopamc.com/reduce-cross-az-traffic-costs-on-eks-using-topology-aware-hints: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://itnext.io/running-production-workloads-in-eks-using-spot-instances-fc6808a7b462: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/de/blogs/storage/simplifying-amazon-ebs-volume-migration-and-modification-using-the-ebs-csi-driver: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/eliminate-kubernetes-node-scaling-lag-with-pod-priority-and-over-provisioning: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://medium.com/@danielresponda/testing-spot-reclamation-mechanisms-with-aws-node-termination-handler-and-kubernetes-autoscaler-43194d05dae0 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://itnext.io/aws-elastic-kubernetes-service-rbac-authorization-via-aws-iam-and-rbac-groups-7b70ded144b5: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@leocherian/simple-cdk-app-to-create-eks-cluster-06f651a12ccd: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.clouddrove.com/aws-eks-blue-green-deployment-with-best-practices-99be4b7baa38: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://devoriales.com/post/329/aws-eks-secret-encryption-securing-your-eks-secrets-at-rest-with-aws-kms: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://blog.stackademic.com/create-the-aws-eks-cluster-with-a-managed-node-group-using-custom-launch-templates-185744a0cc79 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/hacking-kubernetes-in-aws-54f4681f1478: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://rahulbhatia1998.medium.com/designing-a-multi-region-kubernetes-cluster-for-disaster-recovery-on-aws-eks-0a0a98ad5854 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://towardsaws.com/from-scratch-to-production-deploying-eks-clusters-and-applications-with-ci-cd-using-jenkins-and-f27d4686d5fe +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://awstip.com/per-pod-pids-limit-on-eks-fe320638c7e9: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2024/05/amazon-eks-native-support-autoscaling-coredns-pods: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/ekino-france/kubernetes-addressing-private-ipv4-shortage-5-strategies-for-amazon-eks-1dc3df270ed8: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/start-pods-faster-by-prefetching-images: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.aws.amazon.com/eks/latest/userguide/update-managed-node-group.html: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/planning-kubernetes-upgrades-with-amazon-eks: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://repost.aws/knowledge-center/eks-plan-upgrade-cluster: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://medium.com/scout24-engineering/how-did-we-upgrade-our-eks-clusters-from-1-15-to-1-22-without-k8s-knowledge-2c96c1a94cc1 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://marcincuber.medium.com/amazon-eks-upgrade-journey-from-1-24-to-1-25-e1bcccc2f384: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/containers/gitops-model-for-provisioning-and-bootstrapping-amazon-eks-clusters-using-crossplane-and-argo-cd +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloudify.co/blog/aws-eks-vs-ecs-vs-fargate: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/aws/eks-anywhere: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/aws/amazon-eks-anywhere-now-generally-available-to-create-and-manage-kubernetes-clusters-on-premises +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.solo.io/blog/amazon-eks-anywhere-and-solo-istio: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://anywhere.eks.amazonaws.com/docs/concepts/eksafeatures: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/introducing-general-availability-of-amazon-eks-anywhere: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://gokulchandrapr.medium.com/amazon-eks-anywhere-eks-connector-600953aaa42d: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://ambar-thecloudgarage.medium.com/eks-anywhere-decoding-the-architecture-fd2741b03e0a: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.techknowtrendz.com/taking-amazon-eks-anywhere-for-a-spin: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/blue-green-kubernetes-upgrades-for-amazon-eks-anywhere-using-flux: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/aws/eks-distro: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@jerome.decoster/kubernetes-eks-canary-deployment-1ef79ae89dfc: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/training/paths/intro-to-kubernetes-on-azure: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azure.github.io/AKS-Construction: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.youtube.com/@theakscommunity: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.the-aks-checklist.com: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azure.microsoft.com/en-us/updates/?query=AKS: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks/baseline-aks: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks-microservices/aks-microservices: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/aks/configure-kubenet: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/aks/configure-azure-cni: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://trstringer.com/run-kubernetes-pods-on-vm-types: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/aks/managed-aad: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://build5nines.com/terraform-create-an-aks-cluster: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/dfrappart/articles/blob/master/podidentityjourney.md: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-migration/containerize-and-migrate-applications-to-aks-with-the-azure/ba-p/2178551 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://mehmetozkaya.medium.com/deploying-net-microservices-to-azure-kubernetes-services-aks-and-automating-with-azure-devops-c50bdd51b702 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://faun.pub/azure-kubernetes-service-aks-d1e71c7ecbe6: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://adamrushuk.github.io/increasing-the-volumeclaimtemplates-disk-size-in-a-statefulset-on-aks: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://nillsf.com/index.php/2020/11/17/running-windows-containers-on-the-azure-kubernetes-service-aks: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://itnext.io/running-your-microservices-securely-on-aks-417a110b2e76: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/aks/ingress-tls: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.nillsf.com/index.php/2020/12/06/customize-core-dump-in-azure-kubernetes: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/microsoftazure/secure-your-microservices-on-aks-part-2-5496bf2ba00c: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.zartis.com/minimizing-costs-aks: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://itnext.io/aks-performance-limit-ranges-8e18cbebe351: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-ingress-on-azure-using-the-application-gateway-2779b647deb5: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://joachim8675309.medium.com/aks-with-grpc-and-ingress-nginx-32481a792a1: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/microsoft-takes-practical-approach-to-kubernetes-management: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/aks-with-calico-network-policies-8cdfa996e6bb: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://itnext.io/network-isolated-aks-part-1-controlling-network-traffic-2cd0e045352d: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/turbocharging-aks-networking-with-calico-ebpf: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://carlos.mendible.com/2021/08/02/aks-persistent-volume-claim-with-an-azure-file-storage-protected-with-a-private-endpoint +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://joachim8675309.medium.com/istio-service-mesh-on-aks-1b6ed16f6890: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.optisolbusiness.com/insight/implementing-microservices-architecture-in-aks: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.kasten.io/aks-and-storage-how-to-design-storage-for-cloud-native-applications: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.kasten.io/aks-and-storage-performance-differences-among-kubernetes-storage-services: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/microsoftazure/aks-different-load-balancing-options-for-a-single-cluster-when-to-use-what-abd2c22c2825: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/microsoftazure/going-multicloud-with-kubernetes-and-azure-front-door-f34a2f39068a: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/aks/operator-best-practices-cluster-isolation: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://docs.cloudblue.com/cbc/20.5/premium/content/Deployment-of-Product-to-Azure-Cloud-Guide/Deploying-AKS-Cluster-with-Custom-IP-Ranges.htm +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://k21academy.com/microsoft-azure/az-303/azure-container-instances-and-kubernetes-service: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azurecloudai.blog/2019/09/27/deploy-azure-kubernetes-service-aks-to-a-preexisting-vnet: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.tigera.io/blog/turbocharging-aks-networking-with-calico-ebpf: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://akhilsharma.work/how-to-list-azure-rbac-roles-to-secure-aks-clusters: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.tigera.io/blog/calico-wireguard-support-with-azure-cni: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/aks/configure-kubenet-dual-stack: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://logz.io/blog/windows-kubernetes-nodes-aks-metrics: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/christle/moving-azure-functions-from-aks-to-container-apps-k60: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-stack-blog/azure-kubernetes-service-and-azure-container-registry-service-on/ba-p/3075932 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/rdvansloten/getting-started-with-windows-containers-on-azure-kubernetes-service-46ce: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.returngis.net/2022/04/desescalar-nodos-de-aks-apagando-las-maquinas-en-lugar-de-eliminarlas: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/javiermarasco/https-with-ingress-controller-cert-manager-and-duckdns-in-akskubernetes-2jd1: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/maxx_don/implement-azure-ad-workload-identity-on-aks-with-terraform-3oho: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/kocsistem/installation-internal-nginx-ingress-for-a-private-aks-cluster-7b6386492d56: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://pixelrobots.co.uk/2022/04/bring-your-own-container-network-interface-cni-plugin-with-azure-kubernetes-service-aks-preview +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://joachim8675309.medium.com/externaldns-with-aks-azure-dns-941a1804dc88: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://medium.com/dzerolabs/kubernetes-saved-today-f-cked-tomorrow-a-rant-azure-key-vault-secrets-%C3%A0-la-kubernetes-fc3be5e65d18 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.buchatech.com/2022/08/a-guide-to-navigating-the-aks-enterprise-documentation-scripts: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/aks/start-stop-nodepools: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/thenjdevopsguy/monitoring-aks-with-prometheus-and-grafana-9o8: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/apps-on-azure-blog/azure-kubernetes-service-microsoft-ignite-announcements/ba-p/3650443 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://isovalent.com/blog/post/azure-cni-cilium: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/vivekanandrapaka/access-secrets-from-akv-using-managed-identities-for-aks-91p: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.baeke.info/2022/11/24/aks-workload-identity-revisited: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azure.microsoft.com/en-us/updates/private-preview-aks-backup: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://medium.com/@gjoshevski/reduce-the-cost-of-running-aks-cluster-by-leveraging-azure-spot-vms-70-and-more-e917f568c3b9 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/containers/using-cdk-to-perform-continuous-deployments-in-multi-region-kubernetes-environments +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://blog.coffeeapplied.com/securing-aks-in-peered-virtual-networks-using-only-network-security-groups-nsgs-c43d6a215f32 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@vamsi.lakshman/overview-of-azure-kubernetes-services-networking-models-e3ca0591aebe: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/sql-server-blog/sql-server-containers-on-kubernetes-with-s3-compatible-object/ba-p/3717003 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/aks/rdp: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/apps-on-azure-blog/azure-kubernetes-service-free-tier-and-standard-tier/ba-p/3731432 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/credera-engineering/how-to-blue-green-deploy-an-aks-cluster-ab8f6a2cea9a: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://community.ops.io/javi_labs/configuring-aks-to-read-secrets-and-certificates-from-azure-keyvaults-17o1: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@danieljimgarcia/the-application-gateway-ingress-controller-is-broken-6aa9eb229881: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://kristhecodingunicorn.com/post/k8s_nginx_oauth: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://medium.com/@ershivamgupta/disaster-recovery-solution-for-azure-kubernetes-service-aks-persistent-volume-storage-f2b3d2aafcf4 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/OvidiuBorlean/kubectl-windumps: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2023/03/aks-edge-essentials-ga: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azuredevopslabs.com/labs/vstsextend/kubernetes: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.danielstechblog.io/mitigating-slow-container-image-pulls-on-azure-kubernetes-service: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2023/04/07/scrape-azure-metrics-and-monitor-aks-using-grafana-agent: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://medium.com/microsoftazure/automating-managed-prometheus-and-grafana-with-terraform-for-scalable-observability-on-azure-4e5c5409a6b1 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.kristhecodingunicorn.com/post/aks-oauth2-proxy-with-nginx-ingress-controller: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://azure.microsoft.com/en-us/blog/announcing-the-general-availability-of-azure-cni-overlay-in-azure-kubernetes-service +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@GiantSwarm/deep-dive-into-kubernetes-networking-in-azure-9f0e85e2ee34: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.returngis.net/2022/05/configurar-mas-de-un-application-gateway-con-agic-para-aks: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.returngis.net/2021/11/azure-application-gateway-con-waf-y-wildcard-nginx-controller-para-aks: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@lfoster49203/kubernetes-on-azure-setting-up-a-cluster-on-microsoft-azure-with-azure-aks-d6bee3eaa65: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@pauldotyu/app-to-aks-with-draft-and-acorn-2d25f19649b7: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/fasttrack-for-azure/how-to-install-an-aks-cluster-with-the-istio-service-mesh-add-on/ba-p/3802069 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://adamtheautomator.com/azure-kubernetes-service: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/kubernetes-external-dns-for-azure-dns-amp-aks/ba-p/3809393 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/adessoturkey/azure-devops-agents-on-aks-with-kaniko-option-f672f900a177: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/containers/securing-windows-workloads-on-azure-kubernetes-service-with/ba-p/3815429: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://inder-devops.medium.com/aks-networking-deep-dive-kubenet-vs-azure-cni-vs-azure-cni-overlay-a51709171ce9: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.returngis.net/2023/05/desplegar-agic-en-aks-utilizando-workload-identity: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/architecture/example-scenario/aks-agic/aks-agic: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.returngis.net/2023/05/exponer-apis-en-aks-a-traves-de-azure-api-management: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/fasttrack-for-azure/a-practical-guide-to-zone-redundant-aks-clusters-and-storage/ba-p/4036254 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/scenarios/app-platform/aks/landing-zone-accelerator: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2024/02/05/getting-started-with-azure-kubernetes-service: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/apps-on-azure-blog/simplifying-azure-kubernetes-service-authentication-part-2/ba-p/4055332 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/aks/monitor-control-plane-metrics: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/stephaneey/azure-and-k8s-architecture: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/stephaneey/azure-and-k8s-architecture/blob/main/maps/apim.md: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: [] +? https://github.com/stephaneey/azure-and-k8s-architecture/blob/main/networking/azure-kubernetes-service/east-west-traffic/east-west-shared-calico.md +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-high-performance-computing/running-gpu-accelerated-workloads-with-nvidia-gpu-operator-on/ba-p/4061318 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dinantpaardenkooper.nl/posts/aks-2024-03-18: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=io_yBU7vhIo: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@anjkeesari/install-grafana-loki-stack-helmchart-in-azure-kubernetes-services-aks-1359281b3321: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://pixelrobots.co.uk/2023/12/exploring-azure-kubernetes-services-node-autoprovision-a-deep-dive-into-the-latest-public-preview-feature +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-observability-blog/advanced-network-observability-for-your-azure-kubernetes-service/ba-p/4176736 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/architecture/solution-ideas/articles/mutual-tls-deploy-aks-api-management: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://blog.stackademic.com/advanced-end-to-end-devsecops-kubernetes-three-tier-project-using-azure-aks-fluxcd-prometheus-cca3c5e61953 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-infrastructure-blog/leveraging-azure-copilot-for-azure-kubernetes-services-aks/ba-p/4212457 +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/microsoft-takes-kubernetes-to-the-edge-with-aks-lite: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.baeke.info/2022/06/02/trying-out-draft-2-on-aks: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/kubernetes-engine: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/darkbitio/gcp-iam-role-permissions: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloudblog.withgoogle.com/products/networking/how-to-use-new-traffic-control-features-in-cloud-load-balancing/amp: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/kubernetes-engine/docs/how-to/nodelocal-dns-cache: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://cloudblog.withgoogle.com/products/containers-kubernetes/5-ways-google-cloud-is-making-gke-the-best-place-to-run-kubernetes/amp +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.doit-intl.com/how-to-setup-multi-cluster-load-balancing-with-gke-4b407e1f3dff: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://codeburst.io/google-kubernetes-engine-logging-by-example-df6946dcba6b: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/containers-kubernetes/introducing-gke-multi-cluster-services: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/containers-kubernetes/introducing-gke-autopilot: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://techcrunch.com/2021/02/24/google-cloud-puts-its-kubernetes-engine-on-autopilot: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.zdnet.com/article/google-introduces-gke-autopilot-for-hands-off-kubernetes: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/googles-new-autopilot-for-kubernetes: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/kubernetes-engine/docs/concepts/autopilot-overview: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/avmconsulting-blog/kubernetes-google-kubernetes-engine-gke-99abf912f912: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://youtu.be/Zztufl4mFQ4: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://insights.project-a.com/using-github-actions-to-deploy-to-kubernetes-122c653c0b09: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://faun.pub/how-to-automate-the-setup-of-a-kubernetes-cluster-on-gcp-e97918bf41de: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/kubernetes-engine/docs/how-to/cloud-dns: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://seroter.com/2021/08/18/using-the-new-google-cloud-config-controller-to-provision-and-manage-cloud-services-via-the-kubernetes-resource-model +: v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/containers-kubernetes/announcing-spot-pods-for-gke-autopilot: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/gke-ludicrous-speed-gke-image-streaming-speeds-up-container-starts: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/containers-kubernetes/multi-cluster-kubernetes-with-gke-at-geotab: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/containers-kubernetes/gke-cost-optimization-insights-now-ga: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@glen.yu/getting-started-with-ebpf-and-cilium-on-gke-6553c5d7e02a: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@glen.yu/nginx-ingress-or-gke-ingress-d87dd9db504c: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/google-developer-experts/getting-started-with-gke-gateway-controller-ee45c3bc8996: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-control-plane-metrics-are-generally-available: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/google/gke-policy-automation: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/google-cloud/gke-monitoring-84170ea44833: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/explore-api-priority-and-fairness-to-ease-the-load-of-the-apiserver-a4fe9c4e7174: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://faun.pub/deploy-active-active-multi-region-kubernetes-cluster-with-terraform-f2652e43f47e: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@pbijjala/recap-kube-vrs-cloud-dns-in-gke-b8d1d407e00d: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/google-cloud/ingress-in-google-kubernetes-products-f22ded21f4ed: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@pbijjala/considerations-for-hardening-your-gke-a-workload-perceptive-943be26949d2: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@jjlakis/gcp-secret-manager-with-self-hosted-kubernetes-db35d01d65f0: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://tech.loveholidays.com/gke-multi-cluster-services-one-bad-probe-away-from-disaster-62051fafe84e: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/zencore/looking-for-gpu-capacity-dws-got-you-covered-d736b8c63ba6: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/google-cloud/understanding-health-checks-in-gke-gateway-api-1c89f82bfba8: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.ibm.com/cloud/kubernetes-service: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/vmacwrites/multizone-kubernetes-and-vpc-load-balancer-setup-9664b3c9ea5d: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.linode.com/products/kubernetes: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/codex/create-kubernetes-cluster-using-linode-lke-4f9c71d03a8d: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/rahulrai/practical-introduction-to-kubernetes-autoscaling-tools-with-linode-kubernetes-engine-2i7k: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.digitalocean.com/products/kubernetes: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com/community/tech_talks/automating-gitops-and-continuous-delivery-with-digitalocean-kubernetes: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.ediri.io/digitalocean-kubernetes-challenge: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com/blog/kubernetes-for-startups-why-when-and-how-to-adopt: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://arnoldgalovics.com/github-actions-oracle-cloud-kubernetes: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://kubesphere.io: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/kubesphere/kubekey: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://kubesphere.io/blogs/install-kubernetes-containerd: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/quickly-install-a-kubernetes-cluster-with-kubekey: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://kubesphere.io/blogs/scale-kubernetes-cluster-using-kubekey: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://itnext.io/adding-master-nodes-to-achieve-ha-one-of-the-best-practices-for-using-kubekey-6207e94b0bdd: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=MU5LdM83x9s&t=40s&ab_channel=KubeSphere: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://itnext.io/kubesphere-a-new-pluggable-kubernetes-application-management-platform-bf078b9f3330: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.giantswarm.io: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.giantswarm.io/blog/turtles-all-the-way-down-are-still-just-turtles-giant-swarm: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://banzaicloud.com: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://banzaicloud.com/blog/kubernetes-nodepool-upgrades: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://searchcloudcomputing.techtarget.com/tip/Compare-tools-for-multi-cloud-Kubernetes-management: + v1: + - page: managed-kubernetes-in-public-cloud.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Message_broker: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Event-driven_messaging: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Streaming_data: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.nginx.com/blog/event-driven-data-management-microservices: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/event-driven-architecture-as-a-strategy: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/event-driven-finding-seams: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Enterprise_service_bus: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-rise-of-the-event-streaming-database: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2020/11/03/the-need-for-kubernetes-native-messaging-platform-in-hybrid-cloud-environment: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://wiprodigital.com/2020/11/10/a-guide-to-enterprise-event-driven-architecture: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/microservicegeeks/introduction-to-event-driven-architecture-e94ef442d824: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.ibm.com/cloud/architecture/architecture/practices/event-driven-cloud-native-apps-architecture: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://stackoverflow.blog/2020/03/16/how-event-driven-architecture-solves-modern-web-app-problems: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://sebalopezz.medium.com/monolith-to-microservices-event-driven-architecture-ff4284bf4ecf: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.confluent.io/resources/event-driven-microservices: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.redhat.com/architect/event-driven-architecture-essentials: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/hookdeck/introduction-to-message-queues-20d00373cc1f: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://headspring.com/2019/07/09/kafka-or-rabbitmq-messaging: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.baeldung.com/pub-sub-vs-message-queues: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://engineering.atspotify.com/2016/02/25/spotifys-event-delivery-the-road-to-the-cloud-part-i: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +? https://medium.com/design-microservices-architecture-with-patterns/monolithic-to-microservices-architecture-with-patterns-best-practices-a768272797b2 +: v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/microservices-inside-out: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +? https://towardsdatascience.com/scalable-efficient-big-data-analytics-machine-learning-pipeline-architecture-on-cloud-4d59efc092b5 +: v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/restful-applications-in-an-event-driven-architecture: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/09/21/distributed-transaction-patterns-microservices-compared: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-rise-of-event-driven-architecture: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://jinwookim928.medium.com/intro-to-event-driven-architecture-79914e5969d7: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/streaming-data-and-the-modern-real-time-data-stack: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.direktiv.io/event-driven-orchestration-with-knative-part-1-fbdcc0e2ea03: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.direktiv.io/redefining-event-driven-orchestration-for-automation-applications-ec07d79f21c0: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://pub.towardsai.net/software-engineering-baa4e7a8015c: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.developer.com/design/event-driven-microservices: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/microservices-and-the-event-aggregator-pattern: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://irfanyusanif.medium.com/how-to-communicate-between-microservices-7956ed68a99a: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://swapnil-chougule.medium.com/rapid-feature-engineering-through-sql-a92b0926683d: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +? https://blog.twitter.com/engineering/en_us/topics/infrastructure/2021/processing-billions-of-events-in-real-time-at-twitter- +: v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://codeopinion.com/event-sourcing-vs-event-driven-architecture: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-path-to-getting-the-full-data-stack-on-kubernetes: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/tinyclues-vision/4-design-principles-for-robust-data-pipelines-5bbd40de4a43: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/fiverr-engineering/how-to-share-data-between-microservices-on-high-scale-ab2bc663898d: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/codex/microservices-communication-queues-topics-and-streams-597664d4b786: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.bitsrc.io/why-microservices-should-use-event-sourcing-9755a54ebfb4: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://emirayhan.medium.com/what-is-the-difference-message-queue-and-message-bus-7f2e2867eff6: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://verraes.net/2019/05/ddd-msg-arch: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/event-driven-utopia/comparing-stateful-stream-processing-and-streaming-databases-c8c670f3f4bb: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-to-get-started-with-data-streaming: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/how-move-from-wait-batch-processing-culture-get-now-tomsen-bukovec: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/messaging-for-multicloud-resilience: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://juhache.substack.com/p/from-data-engineer-to-yaml-engineer-ed2: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://particular.net/blog/rpc-vs-messaging-which-is-faster: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/dev-jam/tibco-bw-vs-apache-camel-9552a5f4e6be: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://activemq.apache.org: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/introduction-to-message-brokers-part-1-apache-kafk: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/introduction-to-message-brokers-part-2-activemq-vs: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/07/31/choosing-the-right-asynchronous-messaging-infrastructure-for-the-job: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +? https://www.kai-waehner.de/blog/2022/01/28/when-to-use-apache-camel-vs-apache-kafka-for-etl-application-integration-event-streaming +: v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://activemq.apache.org/components/classic: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://activemq.apache.org/components/artemis: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + - page: message-queue.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/apache/activemq-artemis: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/06/30/implementing-apache-activemq-style-broker-meshes-apache-artemis: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://itnext.io/k8s-prevent-queue-worker-pod-from-being-killed-during-deployment-4252ea7c13f6: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/better-programming/rabbitmq-vs-kafka-1ef22a041793: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.rabbitmq.com/posts/2021/07/rabbitmq-streams-first-application: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://geshan.com.np/blog/2021/07/rabbitmq-docker-nodejs: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://salaboy.com/2022/01/29/event-driven-applications-with-cloudevents-on-kubernetes: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +? https://medium.com/@paolo.gazzola/deploy-a-rabbitmq-cluster-in-an-on-premise-kubernetes-multi-node-cluster-enviroment-5dd71d84dafc +: v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://redis.io: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://redis.io/topics/pubsub: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/the-perfect-message-queue-solution-based-on-the-redis-stream-type-ccf273554178: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://camel.apache.org: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.quora.com/Whats-the-difference-between-Apache-Camel-and-Kafka: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/building-a-hybrid-multi-cloud-event-mesh-demo-with: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/05/17/integrating-systems-apache-camel-and-quarkus-red-hat-openshift: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://camel.apache.org/camel-k/latest: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/05/12/six-reasons-to-love-camel-k: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/05/19/extending-kafka-connectivity-with-apache-camel-kafka-connectors: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2021/04/02/design-event-driven-integrations-with-kamelets-and-camel-k: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/camel-k-brings-apache-camel-to-kubernetes-for-event-driven-architectures: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/osa-ora/camel-k-samples: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://kubemq.io: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://devops.com/implementing-message-queue-in-kubernetes: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://kubemq.io/kafka-vs-kubemq: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/kubemq-io/kubemq-community: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/seamless-migration-from-kafka-to-kubemq: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://cloud.google.com/pubsub/docs/overview: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.kai-waehner.de/blog/2022/05/12/comparison-jms-api-message-broker-mq-vs-apache-kafka: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Cloud-based_integration: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.axway.com/hybrid-integration/whats-ipaas: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.ibm.com/cloud/learn/ipaas: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/technologies/jboss-middleware/fuse: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://syndesis.io: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/03/25/low-code-microservices-orchestration-with-syndesis: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://debezium.io: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2019/11/19/decoupling-microservices-with-apache-camel-and-debezium: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/trendyol-tech/transaction-log-tailing-with-debezium-part-1-aeb968d72220: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/04/14/capture-database-changes-with-debezium-apache-kafka-connectors: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/05/15/change-data-capture-for-microservices-without-writing-any-code: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://debezium.io/blog/2020/02/25/lessons-learned-running-debezium-with-postgresql-on-rds: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://info.crunchydata.com/blog/postgresql-change-data-capture-with-debezium: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/comsystoreply/stream-your-database-into-kafka-with-debezium-a94b2f649664: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://noti.st/morsapaes/liQzgs/change-data-capture-with-flink-sql-and-debezium: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://vladmihalcea.com/a-beginners-guide-to-cdc-change-data-capture: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://shopify.engineering/capturing-every-change-shopify-sharded-monolith: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2021/03/25/db2-and-oracle-connectors-coming-to-debezium-1-4-ga: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/change-data-capture-using-debezium-ec48631d643a: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://daily.dev/blog/building-a-fault-tolerant-event-driven-architecture-with-google-cloud-pulumi-and-debezium: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://pradeepdaniel.medium.com/real-time-change-data-replication-to-snowflake-using-kafka-and-debezium-d6ebb0d4eb29: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/event-driven-utopia/a-visual-introduction-to-debezium-32563e23c6b8: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://debezium.io/blog/2021/10/20/using-debezium-create-data-lake-with-apache-iceberg: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/12/06/improve-your-kafka-connect-builds-debezium: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2019/12/16/getting-started-with-red-hat-integration-service-registry: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/apicurio/apicurio-registry: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/06/12/event-streaming-and-data-federation-a-citizen-integrators-story: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.redhat.com/architect/schema-registry: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://martinfowler.com/articles/data-mesh-principles.html: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2020/12/data-mesh-architecture: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://martinfowler.com/articles/data-monolith-to-mesh.html: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/data-domains-and-data-products-64cc9d28283e: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://mrpaulandrew.com/2021/12/22/building-a-data-mesh-architecture-in-azure-part-2: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/manuzhang/awesome-streaming: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://cloudblog.withgoogle.com/products/data-analytics/create-templates-from-any-dataflow-pipeline/amp: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/part-1-the-evolution-of-data-pipeline-architecture: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +? https://www.satishchandragupta.com/tech/scalable-efficient-big-data-analytics-machine-learning-pipeline-architecture-on-cloud.html +: v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/how-to-orchestrate-data-pipelines-with-applications-deployed-on-openshift: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://kafka.apache.org: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/02/14/using-secrets-in-apache-kafka-connect-configuration: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/monksy/awesome-kafka/blob/master/tools.md: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.morling.dev/blog/single-message-transforms-swiss-army-knife-of-kafka-connect: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/convoy-tech/logs-offsets-near-real-time-elt-with-apache-kafka-snowflake-473da1e4d776: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +? https://medium.com/swlh/apache-kafka-startup-guide-system-design-architectures-notification-system-web-activity-tracker-6dcaf0cf8a7 +: v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/getting-started-with-kafka-on-openshift-c44c0fdec384: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://containerjournal.com/topics/container-management/red-hat-platform-brings-kafka-closer-to-kubernetes: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/tchiotludo/akhq: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://banzaicloud.com/blog/kafka-schemareg: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/07/02/build-a-simple-cloud-native-change-data-capture-pipeline: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://banzaicloud.com/blog/supertubes-focal: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.confluent.fr/blog/modernize-apps-and-infrastructure-with-anthos-confluent-kafka: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.confluent.io/blog/kafka-devops-with-confluent-kubernetes-and-gitops: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/09/28/build-a-data-streaming-pipeline-using-kafka-streams-and-quarkus: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/kafka-for-engineers-975feaea6067: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.confluent.io/blog/build-deploy-scalable-machine-learning-production-apache-kafka: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://banzaicloud.com/blog/kafka-on-etcd: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://softwareengineeringdaily.com/2020/12/16/kafka-applications-with-tim-berglund-repeat: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/database-audit-system-kafka: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.tecmint.com/install-apache-kafka-in-centos-rhel: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/@andy.bryant/processing-guarantees-in-kafka-12dd2e30be0e: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://davidxiang.com/2021/01/10/kafka-as-a-database: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/pinterest-engineering/how-pinterest-runs-kafka-at-scale-ff9c6f735be: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/google-cloud/google-pub-sub-lite-for-kafka-users-dec8a7cfc5e5: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/wix-engineering/4-microservices-caching-patterns-at-wix-b4dfee1ae22f: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.confluent.io/blog/apache-kafka-intro-how-kafka-works: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/digitalfrontiers/microservices-in-rust-with-kafka-2b671295b24e: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/apache-kafka-in-a-nutshell-5782b01d9ffb: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.confluent.io/blog/simplify-multiple-kafka-cluster-management-monitoring-using-confluent: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.kai-waehner.de/blog/2021/03/10/apache-kafka-app-modernization-legacy-hybrid-cloud-native-architecture: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.kai-waehner.de/blog/2021/03/15/apache-kafka-mqtt-sparkplug-iot-blog-series-part-1-of-5-overview-comparison: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +? https://medium.com/@harmonh/solutions-to-communication-problems-in-microservices-using-apache-kafka-and-kafka-lens-9b6d453de352 +: v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://kafka-tutorials.confluent.io: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://kafka-tutorials.confluent.io/join-a-stream-to-a-table/kstreams.html: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.confluent.io/blog/devops-for-apache-kafka-with-kubernetes-and-gitops: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/microservices-event-driven-architecture-and-kafka: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/event-driven-utopia/understanding-kafka-topic-partitions-ae40f80552e8: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://kafka-tutorials.confluent.io/how-to-count-messages-on-a-kafka-topic/ksql.html: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.confluent.io/blog/kafka-without-zookeeper-a-sneak-peek: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2021/03/31/knative-eventing-with-kafka-and-quarkus: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.cloudera.com/scalability-of-kafka-messaging-using-consumer-groups: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/beyond-the-quickstart-running-apache-kafka-as-a-service-on-kubernetes: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.confluent.io/blog/kafka-2-8-0-features-and-improvements-with-early-access-to-kip-500: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://devclass.com/2021/04/20/apache-kafka-2-8-0-previews-life-without-zookeeper: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.instaclustr.com/apache-kafka-architecture: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=9wu-j9gIlBY&list=PLa7VYi0yPIH1MB2n2w8pMZguffCDu2L4Y&index=8&ab_channel=Confluent: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +? https://developers.redhat.com/blog/2021/05/04/event-driven-apis-and-schema-governance-for-apache-kafka-get-ready-for-kafka-summit-europe-2021 +: v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2021/05/05/building-resilient-event-driven-architectures-with-apache-kafka: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://tech.ebayinc.com/engineering/resiliency-and-disaster-recovery-with-kafka: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://newrelic.com/blog/best-practices/effective-strategies-kafka-topic-partitioning: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.gentlydownthe.stream: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://phoenixnap.com/kb/kafka-on-kubernetes: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2021/06/14/knative-eventing-with-quarkus-kafka-and-camel: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://itnext.io/configuring-kafka-sources-and-sinks-in-kubernetes-271e3757b208: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://strimzi.io/blog/2021/07/05/upgrade-improvements: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/07/07/getting-started-red-hat-openshift-streams-apache-kafka: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/07/07/managing-api-life-cycle-event-driven-architecture-practical-approach: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.baeldung.com/ops/kafka-list-active-brokers-in-cluster: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/07/16/how-secure-apache-kafka-schemas-red-hat-integration-service-registry-20: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +? https://grafana.com/blog/2021/07/26/get-comprehensive-monitoring-for-your-apache-kafka-ecosystem-instances-quickly-with-grafana-cloud +: v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/next-gen-data-pipes-with-spark-kafka-and-k8s: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.confluent.io/blog/designing-an-elastic-apache-kafka-for-the-cloud: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developer.confluent.io: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://itnext.io/sending-messages-to-kafka-cfb5a246f5eb: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://cloudhut.dev/blog/2021-06-24-running-kafka-on-kubernetes: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/09/01/outbox-pattern-apache-kafka-and-debezium: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/overview-of-ui-tools-for-monitoring-and-management-of-apache-kafka-clusters-8c383f897e80: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://analyticsindiamag.com/how-uber-is-leveraging-apache-kafka-for-more-than-300-micro-services: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://itnext.io/securely-decoupling-applications-on-amazon-eks-using-kafka-with-sasl-scram-48c340e1ffe9: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +? https://medium.com/transferwise-engineering/running-kafka-in-kubernetes-part-1-why-we-migrated-our-kafka-clusters-to-kubernetes-722101a2e751 +: v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/how-to-handle-duplicate-messages-and-message-ordering-in-kafka-82e2fef82025: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/bakdata/optimizing-kafka-streams-apps-on-kubernetes-by-splitting-topologies-ac6b4c90516e: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://inder-devops.medium.com/kafka-best-practices-lessons-learned-by-inder-431dc5fafd3b: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.datadoghq.com/blog/monitoring-kafka-performance-metrics: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.workwell.io/how-to-manage-your-kafka-consumers-from-the-producer-9933b88085dd: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://slack.engineering/building-self-driving-kafka-clusters-using-open-source-components: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://adam-kotwasinski.medium.com/kafka-mesh-filter-in-envoy-a70b3aefcdef: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.conduktor.io/kafka/what-is-apache-kafka: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/airwallex-engineering/kafka-streams-iterative-development-and-blue-green-deployment-fae88b26e75e: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.redhat.com/architect/apache-kafka-EDA-performance: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dev.to/thegroo/running-kafka-on-kubernetes-for-local-development-2a54: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/udemy-engineering/introducing-hot-and-cold-retries-on-apache-kafka-f2f23595627b: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.conduktor.io/kafka: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2022/03/10/which-better-single-kafka-cluster-rule-them-all-or-many: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/dna-technology/why-we-dropped-event-sourcing-with-kafka-streams-when-given-a-second-chance-b904a80bc4be: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.kai-waehner.de/blog/2022/01/04/when-not-to-use-apache-kafka: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/everything-you-need-to-know-about-kafka-a83e2456d14c: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://learnk8s.io/kafka-ha-kubernetes: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.developer.adobe.com/exploring-kafka-producers-internals-37411b647d0f: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/altitudehq/kafka-retries-and-maintain-order-of-retry-events-313482044351: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/cloudnesil/kafka-streams-state-store-at-scale-390d9717b42a: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://towardsdev.com/performance-testing-your-kubernetes-kafka-cluster-95f6e7d8dfc5: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/@hardiktaneja_99752/lessons-after-running-kafka-in-production-626974ffd700: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/monitoring-kafkaapplications-implementing-healthchecks-and-tracking-lag-3976cc6f00d5: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/linkedin-layered-architecture-minimizes-kafka-scaling-issues: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2022/09/27/end-end-field-level-encryption-apache-kafka-connect: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.datumo.io/setting-up-kafka-on-kubernetes-an-easy-way-26ae150b9ca8: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/kaka-cluster-setup-kubernetes-avinash-kumar-chandran: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/wix-engineering/troubleshooting-kafka-for-2000-microservices-at-wix-986ee382fd1e: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://engineering.grab.com/zero-trust-with-kafka: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/apache-kafka-handbook: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/@rramiz.rraza/kafka-metrics-integration-with-prometheus-and-grafana-14fe318fbb8b: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://rogulski.it/blog/kafka-consumer-knative-fastapi: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2023/04/30/concurrency-with-kafka-and-spring-boot: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kafka-on-kubernetes-should-you-adopt-a-managed-solution: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thelinuxnotes.com/index.php/how-to-deploy-kafka-in-kubernetes-with-helm-chart-kafdrop-commander: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/obsidiandynamics/kafdrop: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/redpanda-data/kowl: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/corunet/kloadgen: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dev.to/de_maric/learn-how-to-use-kafkacat-the-most-versatile-kafka-cli-client-1kb4: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/lensesio/fast-data-dev: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/visualize-your-apache-kafka-streams-using-the-quar: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/sauljabin/kaskade: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://strimzi.io: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/08/14/introduction-to-strimzi-apache-kafka-on-kubernetes-kubecon-europe-2020: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://strimzi.io/blog/2020/10/15/producer-tuning: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://strimzi.io/blog/2021/01/07/consumer-tuning: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://pepy.tech/project/strimzi-kafka-cli: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/strimzi/kafka-kubernetes-config-provider: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://strimzi.io/blog/2021/07/22/using-kubernetes-config-provider-to-load-data-from-secrets-and-config-maps: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://strimzi.io/blog/2021/08/18/using-http-bridge-as-a-kubernetes-sidecar: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://strimzi.io/blog/2020/08/05/using-open-policy-agent-with-strimzi-and-apache-kafka: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/strimzi/strimzi-canary: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/hacking-talent/mastering-apache-kafka-on-kubernetes-strimzi-k8s-operator-2c1d21d7b89a: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/@ahmed.farhan/kafka-setup-in-kubernetes-using-strimzi-k8s-operator-part-2-1f67dbe5f14d: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/adaltas/operating-kafka-in-kubernetes-with-strimzi-84a281c6d964: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.conduktor.io: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://docs.aws.amazon.com/kinesis/index.html: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.softkraft.co/aws-kinesis-vs-kafka-comparison: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://mqtt.org: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2021/04/16/deploying-the-mosquitto-mqtt-message-broker-on-red-hat-openshift-part-1: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2021/04/26/deploying-the-mosquitto-mqtt-message-broker-on-red-hat-openshift-part-2: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/banzaicloud/kafka-operator: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://banzaicloud.com/blog/kafka-on-istio-benefits: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.confluent.io: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.mongodb.com/blog/post/daa-s-with-mongo-db-and-confluent: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.confluent.io/blog/confluent-microsoft-announce-strategic-alliance: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.confluent.io/blog/monitor-kafka-clusters-with-prometheus-grafana-and-confluent: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://vectorized.io: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://vectorized.io/blog/open-source: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://softwareengineeringdaily.com/2021/01/22/redpanda-kafka-alternative-with-alexander-gallego: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://ksqldb.io: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.confluent.io/blog/kafka-streams-vs-ksqldb-compared: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://pulsar.apache.org: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +? https://www.kai-waehner.de/blog/2020/06/09/apache-kafka-versus-apache-pulsar-event-streaming-comparison-features-myths-explored +: v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://flink.apache.org: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://flink.apache.org/2021/02/10/native-k8s-with-ha.html: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://jet-start.sh: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://devops.com/hazelcast-simplifies-streaming-for-extremely-fast-event-processing-in-iot-edge-and-cloud-environments: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dagster.io/blog/skip-kafka-use-postgres-message-queue: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Workflow_engine: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://zeebe.io: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2019/05/kafka-zeebe-streams-workflows: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.softobiz.com/orchestration-made-easy-with-zeebe-and-kafka: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/apache-airflow-architecture-on-openshift: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/monitoring-apache-airflow-using-prometheus: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/apache-airflow-for-containerized-data-pipelines-4d7a3c385bd: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://airflow.apache.org/docs/helm-chart: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=GDOw8ByzMyY&ab_channel=MarcLamberti: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dev.to/arunkc/get-started-with-apache-airflow-1218: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +? https://betterprogramming.pub/running-airflow-using-kubernetes-executor-and-kubernetes-pod-operator-with-istio-d5aa7af16ef5 +: v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/apache-airflow-architecture-496b9cb28288: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/stable/operators.html: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dataengineeringcentral.substack.com/p/why-is-everyone-trying-to-kill-airflow?sd=pf: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://airflow.apache.org/docs/apache-airflow/stable/howto/add-owner-links.html: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://docs.astronomer.io/learn/dynamically-generating-dags: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/send-information-from-databricks-to-airflow-810a7d49ff81: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/apache-airflow/passing-data-between-tasks-with-the-kubernetespodoperator-in-apache-airflow-7ae9e3e6675c: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/@piyush_74867/apache-airflow-on-kubernetes-at-scale-a-peak-under-the-hood-1eebb9b4769b: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/@alfahreiza/building-an-elt-pipeline-from-csv-to-bigquery-using-dbt-f6e3f30bfc9c: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/apache-airflow/what-we-learned-after-running-airflow-on-kubernetes-for-2-years-0537b157acfd: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/couler-proj/couler: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/products/amq/overview: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/technologies/jboss-middleware/amq: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2017/10/05/jdbc-master-slave-persistence-setup-activemq-using-postgresql-database: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/08/26/connecting-external-clients-to-red-hat-amq-broker-on-red-hat-openshift: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +? https://developers.redhat.com/blog/2019/12/04/understanding-red-hat-amq-streams-components-for-openshift-and-kubernetes-part-1 +: v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/04/01/set-up-red-hat-amq-streams-custom-certificates-on-openshift-update: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://speakerdeck.com/mabulgu/apache-kafka-with-red-hat-amq-streams: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.jromanmartin.io/2020/09/25/how-upgrade-strimzi-operator.html: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://opendatahub.io: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/05/07/open-data-hub-0-6-brings-component-updates-and-kubeflow-architecture: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/06/22/a-development-roadmap-for-open-data-hub: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://quandarycg.com/everything-you-need-to-know-about-integrations: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.hubspot.com/marketing/ipaas-vendors: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://rudderstack.com: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.mulesoft.com: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +http://streamingsystems.net: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://adambien.blog/roller/abien/entry/kafka_jax_rs_microprofile_json: + v1: + - page: message-queue.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.mkdocs.org: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.wappalyzer.com/technologies/documentation-tools/mkdocs: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.traefik.io: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://fastapi.tiangolo.com: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.electron.build: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/scottshipp/series/15100: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://build5nines.com/github-actions-run-pandoc-to-convert-markdown-to-word-document: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thomasthornton.cloud/2024/05/01/deploying-mkdocs-to-github-pages-with-github-actions: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://squidfunk.github.io/mkdocs-material: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.tablesgenerator.com/markdown_tables: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/devteam/how-we-made-the-markdown-toolbar-4f09: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.r-bloggers.com/2022/02/how-to-use-r-markdown-part-one: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/19/9/introduction-markdown: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.theverge.com/2022/3/29/23002138/google-docs-markdown-support-formatting-update: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.popsci.com/diy/use-markdown-google: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://readme.so: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Ileriayo/markdown-badges: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://pages.github.com: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/7/docsify-github-pages: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.blog/changelog/2021-01-21-access-control-for-github-pages: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/github/visualize-github-pages-build-logs-1mc1: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.gitbook.com: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://redhat-connect.gitbook.io/certified-operator-guide: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/9/build-website-jekyll: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/documentation-libraries-to-help-you-write-good-docs: + v1: + - page: mkdocs.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cd.foundation/blog/2020/02/11/announcing-the-cd-foundation-mlops-sig: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://dafriedman97.github.io/mlbook/content/introduction.html: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.cortex.dev/post/how-to-build-a-pipeline-to-retrain-and-deploy-models: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/abhishek-ch/around-dataengineering: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/a-kubernetes-architecture-for-machine-learning-web-application-deployments-632f7765ef29: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +? https://cloud.google.com/blog/topics/developers-practitioners/how-use-machine-learning-model-google-sheet-using-bigquery-ml +: v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://itnext.io/building-ml-componentes-on-kubernetes-fc7e24cb9269: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/deploying-an-ml-model-with-fastapi-a-succinct-guide-69eceda27b21: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +? https://cloudblogs.microsoft.com/opensource/2021/07/09/simple-steps-to-create-scalable-processes-to-deploy-ml-models-as-microservices +: v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/aporia-ai/mlplatform-workshop: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/recognai/rubrix: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/automatically-generate-machine-learning-code-with-just-a-few-clicks-7901b2334f97: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/using-kafka-with-avro-in-python-da85b3e0f966: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://analyticsindiamag.com/top-tools-for-enabling-ci-cd-in-ml-pipelines: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/step-by-step-approach-to-build-your-machine-learning-api-using-fast-api-21bd32f2bbdb: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.ravirajag.dev/blog/mlops-summary: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/mikeroyal/Kubernetes-Guide/blob/main/README.md: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +? https://medium.com/workday-engineering/implementing-a-fully-automated-sharding-strategy-on-kubernetes-for-multi-tenanted-machine-learning-4371c48122ae +: v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://medium.com/globant/advantages-of-deploying-machine-learning-models-with-kubernetes-8454cc7c565e: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://medium.com/pythoneers/mlops-tool-stack-requirement-in-machine-learning-pipeline-474b39f09dfc: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://medium.com/formaloo/making-databases-as-easy-as-playing-with-legos-no-code-no-problem-ed41d4fde269: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/from-jupyter-notebooks-to-real-life-mlops-9f590a7b5faa: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.datarevenue.com/en-blog/airflow-vs-luigi-vs-argo-vs-mlflow-vs-kubeflow: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3673976/13-open-source-projects-transforming-ai-and-machine-learning.html: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +? https://towardsdatascience.com/from-dev-to-deployment-an-end-to-end-sentiment-classifier-app-with-mlflow-sagemaker-and-119043ea4203 +: v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.elconfidencial.com/tecnologia/ciencia/2022-11-18/carrera-google-meta-revolucionar-biologia_3520865: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://swirlai.substack.com/p/sai-08-request-response-model-deployment: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2022/11/16/how-is-ai-ml-changing-devops: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?list=PLRKtJ4IpxJpDxl0NTvNYQWKCYzHNuy2xG: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://openai.com/research/scaling-kubernetes-to-7500-nodes: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://huyenchip.com/2023/04/11/llm-engineering.html: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://medium.com/@study.uttam/main-challenges-of-machine-learning-eb06dffac3da: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/architecture/ai-ml/guide/mlops-maturity-model: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://medium.com/ai-hero/streamlining-machine-learning-operations-with-kubernetes-and-terraform-41baad37998e: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://medium.com/@karanshingde/machine-learning-in-production-your-comprehensive-101-practical-guide-c7de0b5ad011: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://marvelousmlops.substack.com/p/cicd-for-mlops-on-gitlab-part-1: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://medium.com/aiguys/mlops-serving-ai-to-million-users-c77ed718b7ed: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://marvelousmlops.substack.com/p/how-to-sell-mlops-in-large-organizations: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://marvelousmlops.substack.com/p/mlops-roadmap-2024: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/deploying-llm-apps-to-aws-the-open-source-self-service-way-c54b8667d829: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.axelmendoza.com/posts/ml-model-deployment: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +? https://towardsdatascience.com/build-machine-learning-pipelines-with-airflow-and-mlflow-reservation-cancellation-forecasting-da675d409842 +: v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://marvelousmlops.substack.com/p/technical-roles-in-data-science-who: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://marvelousmlops.substack.com/p/traceability-and-reproducibility: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/learn-machine-learning-and-neural-networks-without-frameworks: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://seattledataguy.substack.com/p/data-engineering-vs-machine-learning: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://semaphoreci.com/blog/devops-ml-data: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://aiml.com/quizzes/deep-learning-large-language-models-quiz-medium: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://medium.com/@samiullah6799/different-roles-in-mlops-0918de5321a4: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://dev.to/pavanbelagatti/deploy-any-aiml-application-on-kubernetes-a-step-by-step-guide-2i37: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://marvelousmlops.substack.com/p/sharpen-your-cookiecutter-speed-up: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://decodingml.substack.com/p/how-to-ensure-your-models-are-fail: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/mlops-course-learn-to-build-machine-learning-production-grade-projects: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://medium.com/@kevin30101999/machine-learning-pipeline-using-argo-workflow-be91feb07c41: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://roadmap.sh/r?id=65a112f2b8633950ffcf38b6: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://marvelousmlops.substack.com: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://decodingml.substack.com: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=-sZvzW40NrM&ab_channel=Anyscale: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://docs.ray.io/en/latest: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://medium.com/mlearning-ai/the-best-object-detection-libraries-that-i-work-with-835428a1e01e: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://artifacthub.io/packages/helm/mlflowserver/mlflow-server: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://pypi.org/project/airflow-provider-mlflow: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/machine-learning-orchestration-kubernetes-kubeflow: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/kubeflow-cloud-deployment-aws-46f739ccbb32: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://joseprsm.medium.com/how-to-build-machine-learning-models-that-train-themselves-bbc87499ca5: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://medium.com/dkatalis/creating-a-mutating-webhook-for-great-good-b21acb941207: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.union.ai: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://mlops.community/mlops-with-flyte-the-convergence-of-workflows-between-machine-learning-and-engineering: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.union.ai/blog-post/machine-learning-in-production: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://stackoverflow.com/questions/72657318/how-is-flyte-tailored-to-data-and-machine-learning: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.union.ai/blog-post/production-grade-ml-pipelines-flyte-vs-kubeflow: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://mlops.community/flyte-mlops-simplified: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://medium.com/@timleonardDS/who-lets-the-dags-out-register-an-external-dag-with-flyte-chapter-3-bad0ea781119: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/machine-learning/mlops-foundation-roadmap-for-enterprises-with-amazon-sagemaker: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/machine-learning/concept-mlflow: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://bea.stollnitz.com/blog/aml-batch-endpoint: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/mastering-machine-learning-at-scale-with-azure-machine-learning-dfaa4bf4353c: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=6sqGxVI3X1w: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/well-architected/service-guides/azure-machine-learning: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://marvelousmlops.substack.com/p/model-serving-architectures-on-databricks: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://medium.com/sync-computing/top-9-lessons-learned-about-databricks-jobs-serverless-41a43e99ded5: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kserve-a-robust-and-extensible-cloud-native-model-server: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://medium.com/bakdata/scalable-machine-learning-with-kafka-streams-and-kserve-85308858d867: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.analyticsvidhya.com/blog/2021/04/bring-devops-to-data-science-with-continuous-mlops: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://analyticsindiamag.com/is-coding-necessary-to-work-as-a-data-scientist: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/introducing-red-hat-openshift-data-science: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/from-devops-to-mlops-integrate-machine-learning-models-using-jenkins-and-docker-79034dbedf1: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://canvatechblog.com/supporting-gpu-accelerated-machine-learning-with-kubernetes-and-nix-7c1da8e42f61: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://nixos.org/manual/nix/stable: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/NVIDIA/nvidia-docker/blob/8c0eeba474cace48fdb8216f518063db2bd2d4d1/tools/src/nvidia/volumes.go: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://catalog.ngc.nvidia.com/orgs/nvidia/helm-charts/gpu-operator: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.jimangel.io/posts/nvidia-rtx-gpu-kubernetes-setup: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://huggingface.co/blog/NileshInfer/implementing-fractional-gpus-in-kubernetes: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://medium.com/@bchenjh/full-fine-tuning-of-llama2-on-kubernetes-a983e1eb2259: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/meta-llama/llama-recipes: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/bodywork-ml/bodywork-core: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://learn.iterative.ai: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=Iterative.dvc: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/shows/vs-code-livestreams/machine-learning-experimentation-in-vs-code-with-dvc-extension: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/tensorchord/envd: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/postgresml/postgresml: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/training-model-with-jenkins-using-docker-mlops-b18579ddb677: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://vaex.io: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://thenewstack.io/7-must-have-python-tools-for-ml-devs-and-data-scientists: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/SymbioticLab/Oobleck: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/CASIA-IVA-Lab/FastSAM: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/VikParuchuri/surya: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/aimhubio/aim: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/XuehaiPan/nvitop: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/Netflix/metaflow: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +? https://github.com/decodingml/articles-code/tree/main/articles/ml_system_design/real_time_news_search_with_upstash_kafka_and_vector_db +: v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.zenml.io: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.zenml.io/integrations: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://registry.terraform.io/modules/zenml-io/zenml-stack: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/attach-a-visual-debugger-to-ml-training-jobs-on-kubernetes-eb9678389f1f: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/fepegar/vesseg: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/10tanmay100/MEDICAL-DATA-PROJECT-END2END-WITH-FEW-MLOPS: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://github.com/dair-ai/ML-Course-Notes: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.kaggle.com/competitions: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.kaggle.com/datasets/rkiattisak/sports-car-prices-dataset: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://colab.research.google.com/drive/1m6ZjIJBxU20kxI9zTZqeMEVSq1FL0pNa?usp=sharing: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.isic-archive.com: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/how-to-download-kaggle-dataset-to-google-colab: + v1: + - page: mlops.md + is_bold: false + is_highlighted: false + v2: + - page: intelligent-control-plane.md + is_bold: false + is_highlighted: false +https://networkwalks.com/tcp-ip-model: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/javarevisited/best-https-ssl-and-tls-courses-for-beginners-4437661250b3: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.coderco.io/p/tcp-fundamentals-for-software-and: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://cidr.xyz: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +http://magic-cookie.co.uk/iplist.html: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://gist.github.com/chadmcrowell/f3fc3be2ca1fcb887034162c14d77e74: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://opensource.com/article/16/12/cidr-network-notation-configuration-linux: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://pbxbook.com/other/cidrcheat.html: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.aelius.com/njh/subnet_sheet.html: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://networkproguide.com/cidr-subnet-mask-ipv4-cheat-sheet: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://kb.wisc.edu/ns/page.php?id=3493: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: [] +https://dzone.com/articles/what-is-cidr-classless-inter-domain-routing-in-mul: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/faq/linux-subnet-calculator-cidr: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/tips/perform-simple-manipulation-of-ip-addresse.html: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.tecmint.com/calculate-ip-subnet-address-with-ipcalc-tool: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://awesomeopensource.com/projects/cidr: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://matt-rickard.com/how-to-calculate-a-cidr: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://build5nines.com/ipv4-address-cidr-range-reference-and-calculator: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://netboxlabs.com/blog/netbox-ipam: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?list=PL7sEPiUbBLo_iTds-NV-9Tu05Gg2Aj8N7: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://wizardzines.com/comics/request-headers: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://wizardzines.com/comics/response-headers: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/List_of_HTTP_status_codes: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +http://www.slideshare.net/AdelaRoger/http-status-code-errors-in-seo: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://http.cat: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/HTTP/2: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=WkLBrHW4NhQ: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +http://http2-explained.haxx.se: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +http://daniel.haxx.se/blog/2015/12/14/curl-and-http2-by-default: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +http://daniel.haxx.se/blog/2015/12/20/a-2015-retrospective: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://http2.github.io: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://http2.github.io/faq: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://pinboard.in/u:rmurphey/t:http2: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.httpwatch.com/2015/01/16/a-simple-performance-comparison-of-https-spdy-and-http2/comment-page-1: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.cloudflare.com/tools-for-debugging-testing-and-using-http-2: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.cloudflare.com/http-2-for-web-developers: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +http://blog.eisele.net/2015/11/http2-with-jboss-eap-7.html: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.simple-talk.com/dotnet/asp.net/script-loading-between-http1.1-and-http2: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +http://www.tecmint.com/apache-performance-tuning: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/HTTP/3: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://http3-explained.haxx.se: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://alexandrehtrb.github.io/posts/2024/03/http2-and-http3-explained: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.fastly.com/blog/improve-http-structured-headers: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://pypi.org/project/http-sfv: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.cloudtrooper.net/2025/02/17/private-link-reality-bites-service-endpoints-vs-private-link: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://mattias.engineer/blog/2025/azure-ipam-with-terraform: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://t.co/F244mqpeaR: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/blog/azurenetworkingblog/introducing-subnet-peering-in-azure/4383841: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://hansencloud.com/2025/02/24/reduce-latency-with-azure-proximity-placement-groups: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +? https://medium.com/@codebob75/application-network-security-in-azure-subnets-endpoints-dns-nsgs-with-terraform-code-0bcabdb3a65b +: v1: + - page: networking.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/table: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/architecture/networking/architecture/hub-spoke: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2025/02/28/nftables-kube-proxy: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://harshityadav95.medium.com/load-balancing-layer-4-vs-layer-7-f37a839afd9c: + v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +? https://media.pearsoncmg.com/aw/ecs_kurose_compnetwork_7/cw/content/interactiveanimations/recursive-iterative-queries-in-dns/index.html +: v1: + - page: networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/NoSQL: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=qI_g07C_Q5I: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +http://www.javacodegeeks.com/2015/10/nosql-vs-sql.html: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +http://martinfowler.com/nosql.html: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.thoughtworks.com/insights/blog/nosql-databases-overview: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +http://www.facilcloud.com/noticias/?p=1294&lang=es_ES: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +http://www.zdnet.com/article/sql-nosql-whats-the-difference-these-days: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +http://www.smartdatacollective.com/kingmesal/373466/nosql-databases-4-game-changing-use-cases: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/how-evolve-from-rdbms-nosql-sql-jim-scott: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.baqend.com/nosql-databases-a-survey-and-decision-guidance-ea7823a822d: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dev.to/danielkolb/nosql-database-design-for-e-commerce-apps-in-2021-390e: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://stackoverflow.blog/2021/01/14/have-the-tables-turned-on-nosql: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://vishnu.hashnode.dev/4-types-of-nosql-databases: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/@rsk.saikrishna/when-to-use-mongodb-rather-than-mysql-d03ceff2e922: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://sysadminxpert.com/demystifying-nosql-databases: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/nosql-vs-sql-what-is-better: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/@suvankar.dey80/time-series-sql-vs-no-sql-a8c7f40d80a8: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/why-choose-a-nosql-database-there-are-many-great-reasons: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-to-choose-and-model-time-series-databases: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Couchbase_Server: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.couchbase.com: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.couchbase.com/how-to-build-observability-dashboards-prometheus-grafana-couchbase: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +http://blog.couchbase.com/2016/january/nosql-in-the-perspective-of-industry-leaders: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/query-json-using-sql-with-couchbase-query-workbenc: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +http://mongodb-tools.com: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +http://blog.mongodirector.com/which-is-the-best-mongodb-gui: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://mongolab.com: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://orchestrate.io: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +http://mongodirector.com: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://docs.mongodb.org/manual/administration/security: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://iainhunter.wordpress.com/2016/01/12/avoiding-pitfalls-running-mongo-3-2-in-docker-on-osx: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +http://www.javacodegeeks.com/2015/09/mongodb-a-scalable-nosql-db.html: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://youtu.be/bB57HKeOvmw: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +http://3t.io: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +http://3t.io/blog/how-to-connect-to-mongolab: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.mongodb.com/kubernetes: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/mongodb-schema-validation-rules-8a1afc6ea67b: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://hashinteractive.com/blog/mongodump-and-mongorestore-vs-mongoexport-and-mongoimport: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://adamtheautomator.com/mongodb-kubernetes: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://code.likeagirl.io/docker-setup-simple-application-with-mongodb-for-data-storage-272bdb3036ad: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/deploy-mongodb-in-a-container-access-it-outside-the-cluster: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/oslabs-beta/OdinsEye: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +http://couchdb.apache.org: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +http://cassandra.apache.org: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.solo.io/blog/step-by-step-datastax-cassandra-with-istio-and-sni-routing: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://engineeringblog.yelp.com/2020/11/orchestrating-cassandra-on-kubernetes-with-operators.html: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.datastax.com/blog/apache-cassandra-40-now-delivered-k8ssandra-amazon-eks: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://foojay.io/today/k8ssandra-performance-benchmarks-on-cloud-managed-kubernetes: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-to-run-a-cassandra-operation-in-docker: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +http://hbase.apache.org: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://hive.apache.org: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +http://rethinkdb.com: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://drill.apache.org: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/sql-syntax-for-apache-drill: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +http://www.nuodb.com: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +http://www.nuodb.com/blog/replication-is-it-easy: + v1: + - page: nosql.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://rapidapi.com/guides/oath2-0: + v1: + - page: oauth.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/oauth2-resourceserver-with-spring-security: + v1: + - page: oauth.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.claydesk.com/ecampus/google-cloud-app-engine-vs-red-hat: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.certdepot.net/openshift-free-available-resources: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/using-openshift-3-on-your-local-environment: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2018/10/12/securing-net-core-on-openshift-using-https: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/kubernetes-pods-life: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://access.redhat.com/documentation/en-us/openshift_container_platform/4.2/html/container-native_virtualization/container-native-virtualization-2-1-release-notes +: v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/02/05/customizing-openshift-project-creation: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/03/19/testing-memory-based-horizontal-pod-autoscaling-on-openshift: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://portworx.com/run-ha-elasticsearch-elk-red-hat-openshift: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/from-templates-to-openshift-helm-charts: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.padok.fr/en/blog/templating-openshift-helm-templates: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/01/15installing-debugging-tools-into-a-red-hat-openshift-container-with-oc-inject: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https:/developers.redhat.com/blog/2020/01/09debugging-applications-within-red-hat-openshift-containers: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blogopenshift.com/full-cluster-capacity-management-monitoring-openshift: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.comfull-cluster-part-2-protecting-nodes: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.comfull-cluster-part-3-capacity-management: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blogopenshift.com/how-full-is-my-cluster-part-4-right-sizing-pods-with-vertical-pod-autoscaler: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https:/blog.openshift.com/how-full-is-my-cluster-part-5-a-capacity-management-dashboard: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/tag/multi-datacenter: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/metro-area-openshift-stretch-cluster-how-to-survive-an-outage-and-live-to-tell-about-it: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/stateful-workloads-and-the-two-data-center-conundrum: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.comkubernetes-federation-v2-on-openshift-3-11: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.comfederation-v2-is-now-kubefed: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://operatorhub.io/operator/kubefed-operator: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2017/08/16/troubleshooting-java-applications-on-openshift: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/how-to-take-thread-dumps-7-options: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/redhat-cop: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/redhat-cop/openshift-toolkit: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/redhat-cop/openshift-playbooks: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +http://uncontained.io: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +'http://uncontained.io/articles/openshift-ha-installation/ ': + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +http://uncontained.io/articles/openshift-and-the-org: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +http://v1.uncontained.io: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +'https://github.com/redhat-cop/infra-ansible/tree/master/roles/identity-management ': + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/redhat-cop/openshift-toolkit/tree/master/quota-management: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=JC_PB1yZcIc: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.techbeatly.com/2018/11/how-to-create-increase-or-decrease-project-quota-in-openshift.html: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/4.2/applications/quotas/quotas-setting-per-project.html: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/4.2/applications/quotas/quotas-setting-across-multiple-projects.html: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/3.11/architecture/core_concepts/builds_and_image_streams.html: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/3.11/creating_images/s2i.html: + v1: + - page: ocp3.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/openshift/jenkins: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/deploying-jenkins-on-openshift-part-1: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://cloudowski.com/articles/jenkins-on-openshift: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/4.2/openshift_images/using_images/images-other-jenkins-agent.html: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +http://v1.uncontained.io/playbooks/continuous_delivery/external-jenkins-integration.html: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/improving-jenkins-performance-on-openshift-part-2: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/4-ways-to-build-applications-in-openshift-1: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.slideshare.net/mozillabros/openshift-container-platform-cicd-build-deploy: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +? https://developers.redhat.com/blog/2018/09/26/source-versus-binary-s2i-workflows-with-red-hat-openshift-application-runtimes +: v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/a-quick-guide-to-deploying-java-apps-on-openshift: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +? https://developers.redhat.com/blog/2020/02/13/openshift-actions-deploy-to-red-hat-openshift-directly-from-your-github-repository +: v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/deploying-openshift-applications-multiple-datacenters: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.openshift.comusing-kubefed-to-deploy-applications-to-ocp3-and-ocp4-clusters: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/redhat-developer/odo: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/cheat-sheets/odo-cheat-sheet: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/06/16/enterprise-kubernetes-development-with-odo-the-cli-tool-for-developers: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/10/06/kubernetes-integration-and-more-in-odo-2-0: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2021/02/05/java-development-on-openshift-with-odo: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2021/02/12/developing-your-own-custom-devfiles-for-odo-2-0: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.isaack.io/articles/2016-08/Jenkins-CICD-Getting-Started-With-Groovy-Part-1: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/using-openshift-pipelines-to-automate-red-hat-advanced-cluster-security-for-kubernetes: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +http://fabric8.io/guide/cdelivery.html: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/fabric8io/fabric8-pipeline-library: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@jstrachan/fabric8-please-check-out-jenkins-x-instead-8295a025173a: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +'https://github.com/fabric8io/fabric8-maven-plugin ': + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.slideshare.net/arilivigni/cicd-with-openshift-and-jenkins: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/continuous-delivery-with-openshift-and-jenkins-ab: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/3.11/dev_guide/dev_tutorials/openshift_pipeline.html: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/redhat-cop/container-pipelines: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/redhat-cop/pipeline-library: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2019/05/02/get-started-with-jenkins-ci-cd-in-red-hat-openshift-4: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/jenkins-pipelines: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/cloud-native-ci-cd-with-openshift-pipelines: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/csantanapr/faststart2020-pipelines-lab: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/04/27/modern-web-applications-on-openshift-part-4-openshift-pipelines: + v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +? https://www.openshift.com/blog/openshift-pipelines-advanced-triggers-part-1-triggering-different-project-builds-in-the-same-repository +: v1: + - page: openshift-pipelines.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/OpenShift: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/openshift/origin: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://try.openshift.com: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://commons.openshift.org: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://twitter.com/openshift: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://hub.docker.com/u/openshift: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://openshift.tv: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.twitch.tv/redhatopenshift: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/products/dedicated: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/products/amazon-openshift/faq: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloud.google.com/solutions/partners/openshift-on-gcp: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/products/azure-openshift: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/products/online: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://openshift.io: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://marketplace.redhat.com: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +http://aroworkshop.io: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/jboss-deployment-red-hat: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2025/06/25/how-kruize-optimizes-openshift-workloads: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://openshift-ireland.com: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/im-so-sorry-openshift-i-ve-taken-you-for-granted-f36fb47ea4d9: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/topics/containers/kubernetes-approach: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/4.4/cli_reference/openshift_cli/configuring-cli.html: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@ismailyenigul/how-to-enable-openshift-oc-bash-auto-completion-958b80e56e17: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/devops-with-openshift: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/for-developers: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: [] +https://www.redhat.com/en/resources/oreilly-kubernetes-operators-automation-ebook: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.manning.com/books/openshift-in-action: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://awesome-kubernetes.readthedocs.io/kubernetes: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://access.redhat.com/community/learn: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + - page: helm.md + is_bold: false + is_highlighted: false + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.udemy.com/red-hat-openshift: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.udemy.com/openshift-enterprise-installation-and-configuration/learn/v4/overview: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.udemy.com/ultimate-openshift-bootcamp-by-school-of-devops: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.udemy.com/course/openshift-4-desde-cero: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/products/cdk/overview: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/redhatdemocentral/ocp-install-demo: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: [] +https://www.schabell.org/2020/05/cloud-native-development-a-blueprint.html: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.schabell.org/2020/06/cloud-native-development-on-local-containers.html: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/installing-okd-3-10-on-a-single-host: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=ZkFIozGY0IA: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/gshipley/installcentos: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +http://uncontained.io/articles/openshift-ha-installation: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/openshift/installer: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/burrsutter/9stepsawesome: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/openshift/comments/e1kw48/openshift_42_vsphere_install: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/openshift-4-2-vsphere-install-quickstart: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/openshift-4-2-vsphere-install-with-static-ips: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=DLB9m17aGus: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/deploying-openshift-4.4-to-vmware-vsphere-7: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2019/02/27/sidecars-analyze-debug-network-traffic-kubernetes-pod: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/01/01/skupper-io-let-your-services-communicate-across-kubernetes-clusters: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/troubleshooting-openshift-network-performance-with-a-netperf-daemonset: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/advanced-network-customizations-for-openshift-install: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/adding-security-layers-to-your-app-on-openshift-part-1-deployment-and-tls-ingress-9ef752835599: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/3.11/architecture/index.html: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/3.11/security/securing_container_platform.html: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/4.4/authentication/understanding-authentication.html: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/3.11/admin_guide/manage_scc.html: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/3.11/architecture/additional_concepts/authorization.html: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/4.4/networking/understanding-networking.html: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/4.4/networking/configuring-networkpolicy.html: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/networkpolicies-and-microsegmentation: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/fully-automated-management-of-egress-ips-with-the-egressip-ipam-operator: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/redhat-cop/openshift-toolkit/tree/master/networkpolicy: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/network-traffic-control-containers-red-hat-openshift: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://stackoverflow.com/questions/59518363/is-that-possible-to-deploy-an-openshift-or-kubernetes-in-dmz-zone: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/openshift-and-network-security-zones-coexistence-approaches: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/kubernetes-ingress-vs-openshift-route: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloud.ibm.com/docs/openshift?topic=openshift-ingress: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/accessing-external-services-using-egress-router: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/how-to-enable-static-egress-ip-in-ocp: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/openshift-egress-options: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://access.redhat.com/containers: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://hub.docker.com/r/openshift: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/sclorg: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/sclorg/mariadb-container: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/2016/06/28/get-started-with-openshift-origin-3-and-gitlab: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/redhatspain/confluence6-atlassian: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://hub.docker.com/r/sonatype/nexus3: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://opensource.com/article/22/1/rocketchat-data-privacy: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/quickstart/architecture/openshift: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/introducing-red-hat-openshift-service-on-aws: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/red-hat-openshift-dedicated-price-reduction: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/oscp/awesome-openshift3: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@haozhao_2156/rescue-my-openshift-cluster-from-loss-of-2-masters-59f118a30f95: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://youtu.be/OPKVKPfJrRA?si=YBt3LmBRNNq-GrqL: + v1: + - page: openshift.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/sindresorhus/awesome: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/this-is-learning/the-awesome-side-of-github-awesome-lists-2a5h: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://ramitsurana.github.io/awesome-kubernetes: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/tomhuang12/awesome-k8s-resources: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/jk8s/awesome-kubernetes: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://dockerlabs.collabnix.com/kubernetes/kubetools: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubezilla.com/tools: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/magnologan/awesome-k8s-security: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ksoclabs/awesome-kubernetes-security: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/rootsongjc/awesome-cloud-native: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/diegolnasc/kubernetes-best-practices: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://unofficial-kubernetes.readthedocs.io: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/run-x/awesome-kubernetes: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/clusterpedia-io/clusterpedia: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/mikeroyal/Kubernetes-Guide: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.fairwinds.com/blog/top-12-kubernetes-resources: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/joseadanof/awesome-cloudnative-trainings: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://divya-mohan0209.medium.com/mo-tenancy-mo-problems-f031f75374f7: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/calvin-puram/awesome-kubernetes-operator-resources: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://free-for.dev: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://awesomeopensource.com/project/sirredbeard/Awesome-WSL: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/tcnksm/awesome-container: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/jyguyomarch/awesome-productivity: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/inputsh/awesome-linux: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/trimstray/the-book-of-secret-knowledge: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/binhnguyennus/awesome-scalability: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/upgundecha/howtheysre: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/yangshun/tech-interview-handbook: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/unixorn/awesome-zsh-plugins: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/developer-guy/awesome-falco: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/runacapital/awesome-oss-alternatives: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://awesome-architecture.com: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/lorien/awesome-web-scraping: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developer.hashicorp.com: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/iximiuz/awesome-container-tinkering: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ran-isenberg/aws-lambda-handler-cookbook: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/koslib/awesome-containerized-security: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/steveazz/awesome-slo: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Noovolari/awesome-cloudops: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/collections/learn-to-code: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/palark/awesome-devops-telegram: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/terrytangyuan/awesome-kubeflow: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/shahedbd/awesome-project-management: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/lorabv/awesome-agile: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/rayfrankenstein/AITOW: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kahun/awesome-sysadmin: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://jimmysong.io/awesome-cloud-native: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/saturnism/awesome-cloud-native-java: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/pditommaso/awesome-pipeline: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/robzienert/awesome-spinnaker: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/awesome-soft/awesome-devops: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/bregman-arie/devops-resources: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/andredesousa/devops-best-practices: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/MichaelCade/90DaysOfDevOps: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/sottlmarek/DevSecOps: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/hahwul/DevSecOps: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/weaveworks/awesome-gitops: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/microtica/gitops-resources: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/dastergon/awesome-sre: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/SquadcastHub/awesome-sre-tools: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/mancubus77/awesome-sre: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/awesome-sre/awesome-sre: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/mfornos/awesome-microservices: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/terrytangyuan/awesome-argo: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/akuity/awesome-argo: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/adriannovegil/awesome-observability: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/antonarhipov/awesome-apm: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/GoogleCloudPlatform/awesome-google-cloud: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kristofferandreasen/awesome-azure: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/simhol/awesome-azure: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/jonleibowitz/awesome-digitalocean: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/christopherhein/awesome-eks: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/realvz/awesome-eks: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/globalbao/awesome-azure-policy: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/toniblyx/my-arsenal-of-aws-security-tools: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/lukemurraynz/awesome-azure-architecture: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/iam-veeramalla/Azure-zero-to-hero: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.docker.com/blog/awesome-compose-app-samples-for-project-dev-kickoff: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://collabnix.github.io/docker-community-extensions: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ansible-community/awesome-ansible: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/dawitnida/awesome-packer: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/shuaibiyy/awesome-terraform: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/ElYusubov/AWESOME-Azure-Bicep: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/sbilly/awesome-security: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/myugan/awesome-docker-security: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/anderseknert/awesome-opa: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/tldrsec/awesome-secure-defaults: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/atinfo/awesome-test-automation: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/ligurio/awesome-software-quality: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/TheJambo/awesome-testing: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/slawekradzyminski/AwesomeTesting: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/aliesbelik/awesome-jmeter: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/mailtoharshit/Awesome-Api-Management-Tools: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/yangtao309/awesome-api-gateway: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/viatsko/awesome-vscode: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/vinta/awesome-python: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/akullpp/awesome-java: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/PatrickJS/awesome-angular: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://awesome-go.com: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://golangrepo.com: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/mehdihadeli/awesome-go-education: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/nleiva/go-links: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/thangchung/awesome-dotnet-core: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: [] +https://github.com/quozd/awesome-dotnet: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/charlax/professional-programming: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.igoroseledko.com/bash-and-expect-snippets: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/janikvonrotz/awesome-powershell: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://awesomerank.github.io/lists/janikvonrotz/awesome-powershell.html: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/onurakpolat/awesome-bigdata: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/visenger/awesome-mlops: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ekramasif/Basic-Machine-Learning: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/DataExpert-io/data-engineer-handbook: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.builders: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/krew-index/blob/master/plugins.md: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ishantanu/awesome-kubectl-plugins: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/swordheath/great-github-repositories-that-developers-love-1g97: + v1: + - page: other-awesome-lists.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/14-best-performance-testing-tools-and-apm-solution: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.blazemeter.com/blog/open-source-load-testing-tools-which-one-should-you-use: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.baeldung.com/gatling-jmeter-grinder-comparison: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blog.cloud-mercato.com/new-http-benchmark-tool-pycurlb: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/gatling-vs-jmeter: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dev.to/ksingh7/the-most-elegant-way-to-performance-test-your-microservices-running-on-kubernetes-2mo2: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://garden.io/blog/performance-testing: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://jmeter.apache.org: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://jmeter.apache.org/usermanual/best-practices.html: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/jmeter-tutorial-1: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/jmeter-tutorial-for-beginners-jmeter-load-testing: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/apache-jmeter-keyboard-shortcuts: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.tutorialspoint.com/jmeter/pdf/jmeter_quick_guide.pdf: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://venkatmatta.files.wordpress.com/2016/03/jmeter_distributed_testing_step_by_step.pdf: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.testinglpoint.com/timer: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=8r5LYzUIepo: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.testinglpoint.com/features-of-jmeter: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/tuning-grafana-jmeter-dashboards-ezhil-arasu: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.gslab.com/blogs/performance-testing-with-Apache-JMeter: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://rollno748.medium.com/load-testing-gcp-pub-sub-using-jmeter-9eff79440beb: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.softwaretestingmagazine.com/tools/learning-jmeter-documentation-tutorials-videos: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://octoperf.com: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.blazemeter.com: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://flood.io: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/performance: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.blazemeter.com/blog/continuous-integration-101-how-run-jmeter-jenkins: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.baeldung.com/jenkins-and-jmeter: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/2-ways-to-integrate-jmeter-tests-into-jenkins: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.guru99.com/jenkins-jmeter-blazemeter.html: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://gatling.io: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/perfomance-testing-with-gatling: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/gatling-light-weight-load-testing-tool: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/gatling-gun-is-now-a-prospecting-tool-for-testers: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/gatling-performance-testing-pros-and-cons: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/how-to-set-up-a-gatling-tests-implementation-envir: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/how-to-use-regex-extractor-in-gatling-projects: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://qautomation.blog/2019/05/03/power-full-load-testing-tool-gatling: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/api-load-testing-with-gatling: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/load-testing-your-database-connected-apis-with-gat: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/how-to-use-gatling-with-maven: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://gatling.io/docs/current/extensions/jenkins_plugin: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.baeldung.com/jenkins-run-gatling-tests: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://plugins.jenkins.io/gatling: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/thepeg/pipeline-performance-testing-with-jenkins-and-gatling-b7b762274680: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/azure/load-testing: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://azure.microsoft.com/en-us/blog/introducing-azure-load-testing-optimize-app-performance-at-scale: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://venturebeat.com/2021/11/30/microsoft-launches-fully-managed-azure-load-testing-service: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2021/12/azure-load-testing-preview: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/simple-load-testing-with-github-actions: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://webpagetest.org: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/catchpoint-to-acquire-webpagetest-org: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/solutions/implementations/distributed-load-testing-on-aws: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/about-aws/whats-new/2021/05/introducing-distributed-load-testing-v1-3: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://locust.io: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blog.dream11engineering.com/finding-order-in-chaos-how-we-automated-performance-testing-with-torque-6eb63706fcea: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? https://blog.desdelinux.net/microsoft-performance-tools-una-serie-de-herramientas-open-source-para-analizar-el-rendimiento-del-sistema +: v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://tech.loveholidays.com/load-testing-in-production-with-grafana-loki-kubernetes-and-golang-1699554d2aa3: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://iter8.tools: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/simple-http-load-testing-with-slos: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/tsenart/vegeta: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/the-5-step-checklist-for-serverless-load-testing-346f4a60841d: + v1: + - page: performance-testing-with-jenkins-and-jmeter.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.atlassian.com/software/jira: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://bitbucket.org/blog/transition-jira-issues-on-merge: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.openproject.org: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.openproject.org/create-configure-manage-projects-openproject: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=2mNAsrThius&ab_channel=CloudControl: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://nextcloud.com: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.servicenow.com: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.atlassian.com/software/confluence: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://nightfall.ai/atlassian-cloud-hipaa-compliant: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/7/open-source-invoicing-po: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/clubhouse-becomes-shortcut-to-transform-software-project-management: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.engineeringmanagement.info/2017/02/planning-and-schedule-free-templates.html: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://namelix.com: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://neilpatel.com/blog/best-project-management-software: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/9/open-source-alternatives-confluence: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.entrepreneur.com/article/356991: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/laurent22/joplin: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/sa-mw-dach/podium: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://swimm.io: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/swimm-helps-new-dev-hires-stay-afloat-with-continuous-documentation: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.techrepublic.com/article/kanboard-a-simple-to-deploy-easy-to-use-kanban-board-for-project-management: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.btw.so/open-source-alternatives: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/9/alternatives-zoom: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.makeuseof.com/best-open-source-project-management-software: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/12/open-source-business-tools: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://itsfoss.com/gitter: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://ifuckinghatejira.com: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://doc.new: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://meet.new: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://sheet.new: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://repo.new: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://gist.new: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://zoom.new: + v1: + - page: project-management-tools.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://prometheus.io: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/prometheus/prometheus: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/scaling-and-augmenting-prometheus: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/prometheus-collectors: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/19/11/introduction-monitoring-prometheus: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/ensure-high-availability-and-uptime-with-kubernete: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/monitoring-using-spring-boot-20-prometheus-and-gra: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@valyala/promql-tutorial-for-beginners-9ab455142085: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/18/3/how-use-ansible-set-system-monitoring-prometheus: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@griggheo/initial-experiences-with-the-prometheus-monitoring-system-167054ac439c: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://prometheus.io/docs/instrumenting/writing_exporters: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devconnected.com/complete-node-exporter-mastery-with-prometheus: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://prometheus.io/docs/instrumenting/clientlibs: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/prometheus/pushgateway: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://prometheus.io/docs/instrumenting/exporters: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.magalix.com/blog/monitor-kuberentes-cluster-to-manage-large-scale-projects: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://samirbehara.com/2019/05/30/cloud-native-monitoring-with-prometheus: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/prometheus-yet-another-cloudwatch-exporter-collecting-aws-cloudwatch-metrics-806bd34818a8: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://containerjournal-com.cdn.ampproject.org/c/s/containerjournal.com/topics/container-ecosystems/prometheus-monitoring-ecosystem-begins-to-mature/amp +: v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.learnsteps.com/monitoring-infrastructure-system-design: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://ganeshvernekar.com/blog/prometheus-tsdb-the-head-block: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://ganeshvernekar.com/blog/prometheus-tsdb-wal-and-checkpoint: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://ganeshvernekar.com/blog/prometheus-tsdb-mmapping-head-chunks-from-disk: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://ganeshvernekar.com/blog/prometheus-tsdb-persistent-block-and-its-index: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?list=PLVx1qovxj-anCTn6um3BDsoHnIr0O2tz3: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://learndevops.substack.com/p/hitting-prometheus-api-with-curl: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devclass.com/2021/01/07/prometheus-2_24: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sysadminxpert.com/steps-to-monitor-linux-server-using-prometheus: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@akshitverma8191/prometheus-grafana-node-monitoring-on-kubernetes-79fd8311b56d: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://zerodha.tech/blog/infra-monitoring-at-zerodha: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devopscube.com/setup-prometheus-monitoring-on-kubernetes: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://prometheus-operator.dev: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gabrieltanner.org/blog/collecting-prometheus-metrics-in-golang: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://promlens.com: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/avmconsulting-blog/prometheus-monitoring-with-elastic-stack-in-kubernetes-5cf0aaa7ce04: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://grafana.com/blog/2021/04/08/how-we-use-metamonitoring-prometheus-servers-to-monitor-all-other-prometheus-servers-at-grafana-labs +: v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://portworx.com/kubernetes-backup-monitoring: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/postgresql-monitoring: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/observability-at-scale-52d0d9a5fb9b: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://jonbc.medium.com/hacking-your-way-to-observability-part-1-cf4cd42fb4dc: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.innoq.com/en/blog/scraping-docker-swarm-service-instances-with-prometheus: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/7/run-prometheus-home-container: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/production-grade-kubernetes-monitoring-using-prometheus-78144b835b60: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.howtoforge.com/how-to-install-prometheus-on-ubuntu-20-04: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cribl.io/blog/using-prometheus-for-agentless-monitoring: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aprenderbigdata.com/prometheus: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=GL2v81xYuAQ&ab_channel=k6: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/redis-prometheus: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://jfrog.com/blog/dont-let-prometheus-steal-your-fire: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/monitoring-spark-streaming-on-k8s-with-prometheus-and-grafana-e6d8720c4a02: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://source.coveo.com/2021/11/11/prometheus-at-scale: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/infracloud-technologies/prometheus-ha-with-thanos-sidecar-or-receiver-2c8d0e585ff1: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://prometheus.io/docs/introduction/comparison: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/15124/what-is-prometheus-and-why-is-it-so-popular: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/prometheus-architecture-metrics-use-cases: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/promql-prometheus-guide: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/prometheus-operator-helm-guide: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://jonbc.medium.com/hacking-your-way-to-observability-part-2-c38baaee6b92: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/gumgum-tech/how-to-reduce-your-prometheus-cost-6c7cc685e347: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/kubecost/prometheus-grafana-configuration-query-examples-885b91b6ca6: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/prometheus-2-37-lts: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/eckelon/how-to-monitor-nginx-in-kubernetes-with-prometheus-j5f: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://promlabs.com/blog/2022/12/11/avoid-these-6-mistakes-when-getting-started-with-prometheus: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/hardening-monitoring-a-step-by-step-guide-7a18007c915: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://blog.devops.dev/deploying-prometheus-and-grafana-in-a-multi-node-kubernetes-cluster-and-auto-scaling-with-keda-eccecfbd8950 +: v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/observability-better-ci-for-your-prometheus-alerts-32aaea3b3d77: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.zelarsoft.com/website-monitoring-by-using-prometheus-blackbox-exporter-with-grafana-c4004bb03131: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/monitoring-a-spring-boot-application-in-kubernetes-with-prometheus-a2d4ec7f9922: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devopstalks.in/everything-about-prometheus: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/deploying-and-monitoring-an-application-using-prometheus-on-kubernetes-cluster-483773f789f: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/deploying-prometheus-and-grafana-as-applications-u: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@dotdc/how-to-find-unused-prometheus-metrics-using-mimirtool-a44560173543: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://rtfm.co.ua/en/prometheus-kubernetes-endpoints-monitoring-with-blackbox-exporter: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/criteo-engineering/how-we-reduced-our-prometheus-infrastructure-footprint-by-a-third-8bf8171e46b1: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/observability-concept-in-prometheus-9f0093fa7495: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://horovits.medium.com/prometheus-now-supports-opentelemetry-metrics-83f85878e46a: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/30-pull-requests-later-prometheus-memory-use-is-cut-in-half: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devxblog.hashnode.dev/prometheus-elevate-your-monitoring-game: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devxblog.hashnode.dev/simplified-setup-prometheus-cadvisor-redis-and-node-exporter: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2021/01/08/get-started-with-prometheus-with-these-three-easy-projects: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.fosstechnix.com/install-prometheus-and-grafana-on-ubuntu-24-04: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/better-programming/kubernetes-lessons-in-alerting-a0b7a455e89d: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/prymitive/karma: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/prometheus/alertmanager/releases/tag/v0.23.0-rc.0: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://tech.loveholidays.com/dynamic-alert-routing-with-prometheus-and-alertmanager-f6a919edb5f8: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://prometheus.io/blog/2021/11/16/agent: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2021/11/16/prometheus-announces-an-agent-to-address-a-new-range-of-use-cases: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2021/11/16/why-we-created-a-prometheus-agent-mode-from-the-grafana-agent: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/cncf-prometheus-agent-could-be-a-game-changer-for-edge: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@ehsan-khodadadi/prometheus-multi-cluster-monitoring-using-prometheus-agent-mode-cab2cdb20c11: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/techspiration/deploying-prometheus-multi-cluster-monitoring-using-prometheus-agent-mode-a04d89afeed7: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/line/promgen: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://promcat.io: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://prometheus.demo.do.prometheus.io: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/slok/sloth: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/slos-should-be-easy-say-hi-to-sloth-9c8a225df0d4: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://promtools.dev: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/metalmatze/slo-libsonnet: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.google/projects/prometheus-slo-burn-example: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/google/slo-generator: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://monitoring2.substack.com/p/big-prometheus: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://prometheus.io/docs/prometheus/latest/storage: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cortexmetrics.io: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/cortexproject/cortex: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: [] +https://www.weave.works/features/prometheus-monitoring: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thanos.io: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ruanbekker/thanos-cluster-setup: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.yugabyte.com/highly-available-prometheus-metrics-for-distributed-sql-with-thanos-on-gke: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/multi-tenancy-monitoring-thanos-receiver: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://particule.io/en/blog/thanos-monitoring: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/thanos-io/thanos: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://enmilocalfunciona.io/aprende-a-configurar-thanos-usando-docker-compose: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/goatlas-io/atlas: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/thanos-io/kube-thanos: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/nerd-for-tech/deep-dive-into-thanos-part-i-f72ecba39f76: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.m3db.io: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.influxdata.com: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/MIT_License: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.influxdata.com/blog/building-a-metrics-alerts-as-a-service-maas-monitoring-solution-using-the-influxdb-stack: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/flux-windowing-and-aggregation: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.influxdata.com/products/influxdb-templates: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/make-a-gitops-workflow-using-influxdb-templates: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.influxdata.com/blog/running-influxdb-2-0-and-telegraf-using-docker: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.influxdata.com/blog/tldr-influxdb-tech-tips-api-invokable-scripts-influxdb-cloud: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://exporterhub.io: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://prometheus.io/download: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/prometheus: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/prometheus/jmx_exporter: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/prometheus/blackbox_exporter: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.openlogic.com/blog/prometheus-java-monitoring-and-gathering-data: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://mvnrepository.com/artifact/io.prometheus: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/prometheus/client_java: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/flant/k8s-image-availability-exporter: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://engineeringblog.yelp.com/2020/10/improving-the-performance-of-the-prometheus-jmx-exporter.html: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/monitor-oracle-database-prometheus: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ivx/yet-another-cloudwatch-exporter: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/prometheus-community/elasticsearch_exporter: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@akashjoffical08/monitor-uptime-of-endpoints-in-k8s-using-blackbox-exporter-f80166a328e9: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/sstarcher/helm-exporter: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/monitoring-mysql-using-prometheus-and-grafana-in-kubernetes-16e7ae3de5dd: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/muxinc/certificate-expiry-monitor: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/enix/x509-certificate-exporter: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/opensource/building-a-prometheus-remote-write-exporter-for-the-opentelemetry-go-sdk: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@dast04/writing-custom-prometheus-exporters-in-python-kubernetes-73626b66d78c: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/open-telemetry/opentelemetry-collector: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/lightsteps-opentelemetry-launchers-simplify-integration-to-line-of-code: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/search?q=org%3Alightstep+launcher: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/demystifying-distributed-traces-in-opentelemetry: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/opentelemetry/opentelemetry-specification-v1-0-0-tracing-edition-72dd08936978: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://www.cncf.io/blog/2021/04/29/from-distributed-tracing-to-apm-taking-opentelemetry-and-jaeger-up-a-level/?utm_source=thenewstack&utm_medium=twitter&utm_campaign=platform +: v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/edreams-odigeo-tech/tracing-in-edreams-odigeo-lodging-with-open-telemetry-and-grafana-tempo-bd1f20ddf49d +: v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://newrelic.com/blog/best-practices/java-opentelemetry: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@tathagatapaul7/opentelemetry-in-kubernetes-deploying-your-collector-and-metrics-backend-b8ec86ac4a43: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/maximizing-kubernetes-efficiency-with-opentelemetry-tracing: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.influxdata.com/time-series-platform/telegraf: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/influxdata/telegraf/tree/master/plugins/outputs/prometheus_client: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/rossmcdonald/telegraf: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/grafana/dashboards?collector=Telegraf: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://grafana.com/blog/2021/04/05/using-telegraf-plugins-to-visualize-industrial-iot-data-with-the-grafana-cloud-hosted-prometheus-service +: v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sysadminxpert.com/monitor-linux-system-with-grafana-and-telegraf: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.influxdata.com/blog/three-ways-to-keep-cardinality-under-control-when-using-telegraf: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://micrometer.io: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/operations/introducing-google-cloud-managed-service-for-prometheus: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devopscube.com/setup-prometheus-helm-chart: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: helm.md + is_bold: false + is_highlighted: false + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://prometheus.io/docs/prometheus/latest/installation: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://prometheus.io/docs/prometheus/latest/getting_started: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://galaxy.ansible.com/cloudalchemy/node-exporter: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/cloudalchemy/ansible-prometheus: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/idealista/prometheus_jmx_exporter-role: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://galaxy.ansible.com/alexdzyoba/jmx-exporter: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/alexdzyoba/ansible-jmx-exporter: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://galaxy.ansible.com/mesaguy/prometheus: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/mesaguy/ansible-prometheus: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://galaxy.ansible.com/William-Yeh/prometheus: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/William-Yeh/ansible-prometheus: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://awesomeopensource.com/project/William-Yeh/ansible-prometheus: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://galaxy.ansible.com/UnderGreen/prometheus-node-exporter: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/UnderGreen/ansible-prometheus-node-exporter: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/prometheus-with-grafana-using-ansible-549e575c9dfa: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/MiteshSharma/PrometheusWithGrafana: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/coreos/kube-prometheus: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://arthursens.medium.com/risk-analysis-and-security-compliance-in-kube-prometheus-10c8cfb180b8: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devstack.in/2020/05/25/deploy-prometheus-operator-with-helm3-and-private-registry: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://artifacthub.io/packages/helm/prometheus-community/kube-prometheus-stack: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/israeli-tech-radar/how-to-create-a-monitoring-stack-using-kube-prometheus-stack-part-1-eff8bf7ba9a9: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/carlosedp/cluster-monitoring: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://logz.io: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://logz.io/blog/prometheus-as-a-service-launch: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://activemq.apache.org/components/classic/documentation: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/grafana/dashboards/10702: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/influxdata/telegraf/tree/master/plugins/inputs/activemq: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.wavefront.com/activemq.html: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/rh-messaging/artemis-prometheus-metrics-plugin: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://activemq.apache.org/components/artemis/documentation/latest/using-server.html: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://activemq.apache.org/components/artemis/documentation/latest/management-console.html: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://activemq.apache.org/components/artemis/documentation/latest/metrics.html: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://promitor.io: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloud.google.com/stackdriver/docs/managed-prometheus: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/devops-sre/easy-managed-prometheus-metrics-service-for-kubernetes: + v1: + - page: prometheus.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.softwaretestguideforu.com/2020/06/what-is-system-testinghow-to-perform.html: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/importance-api-automation-testing-manish-saini: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/optimizing-app-performance-in-a-multicloud-stack: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? https://www.botplayautomation.com/post/what-is-automation-testing-the-need-for-automation-testing-automation-testing-implementation-guide +: v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.botplayautomation.com/post/types-of-software-testing: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.botplayautomation.com/post/best-practices-to-follow-in-software-testing-manual-and-automation-testing: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.botplayautomation.com/post/how-to-write-a-test-plan: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blog.thundra.io/4-software-testing-roles: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/testng-vs-junit-which-testing-framework-should-you-choose: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.botplayautomation.com/post/common-mistakes-test-teams-make-in-automation-testing-and-how-to-fix-them: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blog.testproject.io/2021/06/17/a-complete-guide-to-test-automation-framework: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://testproject.io: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.botplayautomation.com/post/automation-test-plan: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/continuous-testing-practices-part-1: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/continuous-testing-practices-part-2: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://boozangfromthetrenches.com/root-cause-analysis-in-test-automation/9: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://copyconstruct.medium.com/testing-in-production-the-safe-way-18ca102d0ef1: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blog.thundra.io/how-to-fix-your-failing-end-to-end-tests: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.rookout.com/blog/how-real-time-debugging-improves-reliability: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://itnext.io/software-development-is-misunderstood-quality-is-fastest-way-to-get-code-into-production-f1f5a0792c69: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blog.testproject.io/2021/07/21/the-10-10-10-rule-of-test-automation: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blog.testproject.io/2021/07/22/end-to-end-testing: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blog.testproject.io/2021/07/28/rest-api-automation-from-scratch: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/checklist-for-api-verification: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/7-benefits-of-testing-in-isolation: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/we-are-testing-software-incorrectly-and-its-costly: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/error-handling-from-backends-to-the-frontend: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/top-automation-testing-trends-2021: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/quit-unit-testing-classes-and-use-a-behavior-oriented-approach-306a667f9a31: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? https://dev.to/koladev/test-driven-development-with-django-unit-testing-integration-testing-with-docker-flask-github-actions-2047 +: v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.smashingmagazine.com/2022/02/testing-pipeline-101-frontend-testing: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.infoq.com/presentations/microservices-software-quality: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://speakerdeck.com/thockin/code-review-in-kubernetes: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://adequatica.medium.com/principles-of-writing-automated-tests-a2b72218264c: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.getxray.app/blog/the-top-5-software-testing-trends-of-2022: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/microservices-testable-isolation-chris-richardson: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/testing-the-untestable-and-other-anti-patterns: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.softwaretestingsapiens.com/roadmap-to-learn-api-testing: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://junit.org: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lambdatest.com/blog/junit5-extensions: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://testng.org: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://spockframework.org: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://testsvision.com/6-popular-automation-testing-frameworks-tools: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://opensource.com/article/22/1/unit-testing-googletest-ctest: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://launchdarkly.com/blog/get-a-detailed-explanation-of-release-testing-several: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/kyverno/chainsaw: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://collabnix.com/the-ultimate-docker-tutorial-for-automation-testing: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/allure-framework/allure2: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: [] +https://venturebeat.com/2021/01/22/reflect-brings-automated-no-code-web-testing-to-the-cloud: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://semgrep.dev: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.meetup.com/es/Jenkins-online-meetup/events/276135789: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/testcontainers: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.testcontainers.org: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/testcontainers-integration-library-gets-commercial-backing-with-atomicjar: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://spinscale.de/posts/2021-08-25-using-testcontainers-to-test-elasticsearch-plugins.html: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.atomicjar.com/2021/11/announcing-testcontainers-cloud: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://vladmihalcea.com/testcontainers-database-integration-testing: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-testcontainers-is-demonstrating-value-as-a-key-ci-tool: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.metabob.com: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/top-microservices-testing-tools-testers-should-kno: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://sourceware.org/systemtap: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/08/04/opening-black-boxes-statement-tracing: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/auchenberg/volkswagen: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.getxray.app/blog/7-benefits-of-using-a-test-management-app-vs.-excel: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/google/clusterfuzzlite: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/google-introduces-clusterfuzzlite-security-tool-for-ci-cd: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.convert.com/blog/a-b-testing/a-b-testing-tools-2022-beyond: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? https://grafana.com/blog/2021/11/29/how-to-build-performance-tests-into-your-ci-pipeline-with-k6-github-actions-and-grafana +: v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://itnext.io/how-to-run-distributed-performance-tests-in-kubernetes-with-k6-and-elasticsearch-4ff8142bc774: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://circleci.com/blog/unit-testing-vs-integration-testing: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/reviewdog/reviewdog: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/component-tests-for-spring-cloud-microservices: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/CoolerVoid/codecat: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://beellz.hashnode.dev/continuous-profiling-in-kubernetes-using-pyroscope: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/best-practices-for-application-performance-testing: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://softwarequickguide.com/what-is-performance-testing-and-performance-testing-tools: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/vmware-tanzu/sonobuoy: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/vincentserpoul/kubench: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.botplayautomation.com: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.botplayautomation.com/post/benefits-of-codeless-automation-testing: + v1: + - page: qa.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://rancher.com: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/custom-monitoring: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.zdnet.com/article/rancher-labs-closes-40m-funding-round-to-run-kubernetes-everywhere: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/quick-fix-mounting-a-configmap-to-an-existing-volume-in-kubernetes-using-rancher-d01c472a10ad: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/faster-kubernetes-development-rancher-devspace-loft: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/multi-cluster-vulnerability-scanning-alcide-rancher: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/monitor-etcd-prometheus-grafana-rancher: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/driving-kubernetes-adoption-finance-rancher: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://devclass.com/2020/10/06/rancher-2_5: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/rancher-2-5-delivers-computing-everwhere-strategy: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/speed-development-automated-kubernetes-deployments: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/rancher-2-5-sets-out-to-be-the-stock-kubernetes-build-for-gitops: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://community.suse.com/feed: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/getting-started-with-rancher: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://devclass.com/2021/09/02/rancher-presents-first-big-release-after-suse-acquisition-ups-game-on-hosted-cluster-provisioning +: v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.suse.com/c/intro-rancher-2-6-features: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.zdnet.com/article/suse-harvester-deploying-virtual-machines-with-kubernetes: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.kubecost.com/blog/rancher-vs-kubernetes: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.suse.com/c/rancher_blog/my-first-impressions-with-suse-rancher-kubernetes-projects: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://akyriako.medium.com/provision-an-on-prems-kubernetes-cluster-with-rancher-terraform-and-ansible-e26e24059319: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rancherdesktop.io: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.suse.com/c/rancher_blog/rancher-desktop-1-0-0-has-arrived: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://academy.rancher.com: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.computing.co.uk/news/4015423/rancher-labs-launches-free-training-course-meet-surging-demand-kubernetes: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rancher.com/docs/rancher/v2.x/en: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rancher.com/docs/rancher/v2.x/en/faq/networking/cni-providers: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rancher.com/products/rke: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/LukeMwila/bootstrap-rke-cluster-in-aws: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/gruberdev/local-gitops: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/rancherfederal/rke2-aws-tf: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://k3s.io: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.civo.com/blog/k8s-vs-k3s: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/alexellis/k3sup: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@alexellisuk/walk-through-install-kubernetes-to-your-raspberry-pi-in-15-minutes-84a8492dc95a: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/apk8s/k3s-gitlab: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/upgrade-your-k3s-cluster: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/keptn-sandbox/keptn-on-k3s: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-k3s-portworx-and-calico-can-serve-as-a-foundation-of-cloud-native-edge-infrastructure: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/tutorial-configure-cloud-native-edge-infrastructure-with-k3s-calico-portworx: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/aws-samples/aws-cdk-for-k3scluster: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://codeburst.io/creating-a-local-development-kubernetes-cluster-with-k3s-and-traefik-proxy-7a5033cb1c2d: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/k3s-sysdig-falco: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/k3s-high-availability: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.alexellis.io/bare-metal-kubernetes-with-k3s: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/set-up-k3s-high-availability-using-k3d: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://community.suse.com/posts/13903989: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://gitlab.com/k3s_hetzner/k3s_hetzner: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://en.sokube.ch/post/k3s-k3d-k8s-a-new-perfect-match-for-dev-and-test-1: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/erebe/personal-server: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/abhinavd26/all-about-k3s-lightweight-kubernetes-3ell: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://gabrieltanner.org/blog/ha-kubernetes-cluster-using-k3s: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://nativecloud.dev/scale-out-your-raspberry-pi-k3s-cluster-to-the-cloud: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.nootch.net/post/kubernetes-at-home-with-k3s: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@ostridelabs/k8s-vs-k3s-the-comprehensive-difference-f7667d141c0: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.justinpolidori.it/posts/20220611_vcluster_auth: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/running-k3s-workload-in-a-restricted-environment-c2f593d19005: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/dashaun/k3s-on-raspberry-pi-and-clusterhat-m6k: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.getambassador.io/best-tools-for-kubernetes-local-development-a-comprehensive-guide-3577d351d31e: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/tinyzimmer/k3p: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/clanktron/k3s-ansible: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/techno-tim/k3s-ansible: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/cnrancher/autok3s: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=2LNxGVS81mE: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/run-rancher-k3s-mysql: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/rancher/k3d: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2021/03/16/introduction-to-k3d-run-k3s-in-docker: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-rancher-cluster-manager-2-6-on-your-macos-laptop-with-k3d-k3s-in-5-min-8acdb94f3376: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/iamunnip/building-a-local-kubernetes-cluster-using-k3d-2p3d: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://akyriako.medium.com/provision-a-high-availability-k3s-cluster-with-k3d-a7519f476c9c: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/rancher/k3os: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/rancher/k3c: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/announcing-hosted-rancher: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/build-kubernetes-clusters-on-azure: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/stateful-kubernetes-workloads: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/oke-clusters-from-rancher-2-0-409131ad1293: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@jlamillan/rancher-deployed-kubernetes-on-oracle-cloud-infrastructure-6b0656cdaec0: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/yugabyte?utm_content=126950057: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/rancher/fleet: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/fleet-management-kubernetes: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/fleet-management-of-kubernetes-clusters-at-scale-ranchers-fleet-de161cc52325: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://digitalis.io/blog/kubernetes/kubernetes-gitops-continuous-integration-and-delivery-with-fleet-and-rancher: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernauts.sh: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/rancher/harvester: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/announcing-harvester-open-source-hyperconverged-infrastructure-software: + v1: + - page: rancher.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://web.dev/explore/react: + v1: + - page: react.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/get-started-with-react-for-beginners: + v1: + - page: react.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://tigerabrodi.hashnode.dev/interviewing-software-developers: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://thenewstack.io/challenging-the-myth-that-programming-careers-end-at-40: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://thenewstack.io/this-week-in-programming-can-you-feel-the-burn: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://hbr.org/2016/04/optimists-are-better-at-finding-new-jobs: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/remote-work-report: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://liquidat.wordpress.com/2021/08/15/good-bye-red-hat: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.devopsonline.co.uk/robotics-and-automation-to-cause-anxiety-for-workers: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.wired.co.uk/article/great-resignation-quit-job: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/look-before-you-leap-sarah-robb-o-hagan: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? https://news.slashdot.org/story/21/10/12/1818252/a-record-number-of-workers-are-quitting-their-jobs-empowered-by-new-leverage +: v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://news.ncsu.edu/2020/07/tech-job-interviews-anxiety: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://lynnlangit.medium.com/tech-anti-interviewing-106674655ea0: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://blog.pragmaticengineer.com/advice-for-tech-workers-to-navigate-a-heated-job-market: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://hbr.org/2016/05/change-your-career-without-having-to-start-all-over-again: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://hbr.org/2021/10/forget-flexibility-your-employees-want-autonomy: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.bbc.com/worklife/article/20211022-is-hr-ever-really-your-friend: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://joshbersin.com/2021/12/from-the-great-resignation-to-the-great-migration: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2021/12/16/how-to-navigate-the-great-resignation: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://hbr.org/2018/01/how-to-hire: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://medium.com/hackernoon/how-to-hire-a-devops-engineer-4e59e7847e9b: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.forbes.com/sites/dedehenley/2022/01/30/as-leaders-what-can-we-learn-from-the-great-resignation: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://stackoverflow.blog/2022/01/10/the-great-resignation-is-here-what-does-that-mean-for-developers: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.bbc.com/worklife/article/20220104-future-of-work-2022: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.askamanager.org/2022/01/the-new-hire-who-showed-up-is-not-the-same-person-we-interviewed.html: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.findmyprofession.com/career-advice/questions-to-ask: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://blog.trello.com/is-it-time-to-leave: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://devops.com/great-resignation-spurs-interest-in-tech-certifications: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://thewokesalaryman.com/2022/02/11/why-people-leave-even-the-most-high-paying-jobs: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://sloanreview.mit.edu/article/creating-good-jobs: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? https://www.forbes.com/sites/markmurphy/2022/03/18/to-avoid-regretting-a-new-job-ask-these-two-questions-during-the-interview +: v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://ideas.ted.com/want-to-discover-or-re-discover-your-sense-of-purpose-at-work-heres-how: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://4dayweek.medium.com/what-does-the-work-life-balance-of-a-software-engineer-look-like-fe16cc46bb0: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? https://medium.com/walmartglobaltech/how-do-you-decide-whether-an-individual-contributor-ic-or-engineering-manager-role-is-right-for-f46251f1a4cd +: v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/how-to-get-ready-for-a-job-in-tech: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.computerworld.com/article/3663674/how-to-get-a-job-in-healthcare-it.html: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://theengineeringmanager.substack.com/p/how-do-i-progress-to-the-next-level: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://blogs.elconfidencial.com/deportes/tribuna/2022-08-03/alpine-aston-martin-lawrence-stroll-luca-de-meo_3470693: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://blog.robertsimoes.org/posts/four-wings-of-software-engineers: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.forbes.com/sites/markmurphy/2023/08/24/hiring-managers-often-lie-to-candidates-heres-how-to-spot-when-they-do: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.vice.com/en/article/g5y37j/thousands-of-software-engineers-say-the-job-market-is-getting-much-worse: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://blogs.elconfidencial.com/tecnologia/tribuna/2021-06-02/talento-informatica-startups-silicon-valley-google_3112087: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.meet-in.es/para-liderar-a-largo-plazo-hay-que-ser-buena-persona: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.entrepreneur.com/article/267642: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.hays.es/blog/insights/la-gran-renuncia: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.computing.es/mundo-digital/opinion/1129764046601/retos-del-outsourcing-de-servicios-it-espana.1.html: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? https://magnet.xataka.com/en-diez-minutos/gran-renuncia-americana-como-trabajadores-se-han-hartado-sistema-estan-dejando-sus-empleos +: v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? https://www.xataka.com/pro/gran-renuncia-eeuu-empleados-estan-dejando-masa-sus-trabajos-gran-pregunta-veremos-esto-cuando-espana +: v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://es.euronews.com/next/2021/11/25/la-gran-renuncia-puede-llegar-la-revolucion-laboral-de-ee-uu-a-europa: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.elespanol.com/reportajes/20211211/tipos-trabajar-sin-desfallecer-consejos-maribel-garben/633687616_0.html: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://codingpotions.com/salarios-programadores-2021: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? https://www.xataka.com/empresas-y-economia/guerra-talento-sector-tecnologico-amenaza-viabilidad-muchas-pymes-espanolas-cada-vez-les-resulta-dificil-retener-a-seniors +: v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.expansion.com/expansion-empleo/desarrollo-de-carrera/2022/01/28/61f40e29e5fdea61738b45aa.html: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? https://www.xataka.com/empresas-y-economia/gran-renuncia-esta-ganando-terreno-espana-hay-dos-barreras-salarios-bajos-ley-laboral +: v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.codigonuevo.com/sociedad/deberia-adaptarse-sueldo-teletrabajo-lugar-vivas: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.lavanguardia.com/vivo/psicologia/20220225/8079133/trabajo-laboral-jefe-talento-trabajadores-nbs.html: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? https://www.xataka.com/especiales/me-hice-funcionario-siendo-ingeniero-que-me-da-administracion-publica-que-no-consigue-empresa-privada +: v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? https://www.genbeta.com/desarrollo/mitad-programadores-tienen-titulos-universitarios-cada-vez-desarrolladores-aprenden-su-cuenta +: v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? https://www.genbeta.com/desarrollo/ciberseguridad-llamas-presion-actual-grande-que-mitad-expertos-sufren-ansiedad-quieren-renunciar +: v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? https://www.xataka.com/empresas-y-economia/no-asciendo-aprendo-me-largo-empresa-crecimiento-profesional-como-estrategia-para-retener-talento +: v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.businessinsider.es/9-factores-repercuten-felicidad-trabajador-352445: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.bbc.com/mundo/vert-cap-62340757: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? https://www.genbeta.com/actualidad/twitter-quiere-contratar-a-ingenieros-microsoft-asi-prueba-que-les-hacen-pasar-antes-nada-incluso-a-senior +: v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.businessinsider.es/menti-mi-cv-conseguir-mejor-trabajo-recomiendo-otros-1226162: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? https://www.lavanguardia.com/economia/20230414/8895371/ingeniero-machine-learning-e-ingeniero-datos-profesiones-emergentes-mas-demandadas-espana.html +: v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.businessinsider.es/empleados-ya-no-sienten-lealtad-jefes-empleadores-1358974: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://relocate.me: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://github.com/andrewstetsenko/tech-jobs-with-relocation: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://jobs.rekruuto.com: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://trycircular.com: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://recruitcrm.io: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://skamille.medium.com/an-incomplete-list-of-skills-senior-engineers-need-beyond-coding-8ed4a521b29f: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://github.com/mikzuit/fair-job-offer: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.forbes.com/sites/andrewfennell/2021/09/08/what-do-employers-want-to-see-in-your-cv: + v1: + - page: recruitment.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.theatlantic.com/ideas/archive/2021/07/work-from-home-benefits/619597: + v1: + - page: remote-tech-jobs.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://landing.jobs/blog/how-does-remote-work-affect-your-salary: + v1: + - page: remote-tech-jobs.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.ireviews.com/the-top-60-remote-work-websites-for-new-opportunities-in-2022: + v1: + - page: remote-tech-jobs.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://starkephillip.com/the-effects-of-remote-work-on-company-culture: + v1: + - page: remote-tech-jobs.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://resume.io/blog/remote-job-guide: + v1: + - page: remote-tech-jobs.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.forbes.com/sites/drsamanthamadhosingh/2023/12/18/4-ways-to-combat-the-social-isolation-of-remote-working: + v1: + - page: remote-tech-jobs.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://kube.careers: + v1: + - page: remote-tech-jobs.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.esquire.com/es/trabajo/a37314227/teletrabajo-volver-oficina: + v1: + - page: remote-tech-jobs.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://sincrogo.com/blog/actualidad-fiscal-contable/teletrabajo-desde-espana-para-el-extranjero-donde-hay-que-tributar: + v1: + - page: remote-tech-jobs.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? https://www.genbeta.com/a-fondo/dar-flexibilidad-obligar-a-desconexion-teletrabajo-claves-para-mejorar-productividad-tu-equipo-trabajo +: v1: + - page: remote-tech-jobs.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.callicoder.com/scaffolding-your-spring-boot-application: + v1: + - page: scaffolding.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.jhipster.tech: + v1: + - page: scaffolding.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Spring_Roo: + v1: + - page: scaffolding.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/application-development/kubernetes-development-simplified-skaffold-is-now-ga: + v1: + - page: scaffolding.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://ashishtechmill.com/cicd-workflow-for-spring-boot-application-on-kubernetes-via-skaffold: + v1: + - page: scaffolding.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2021/12/21/development-on-kubernetes-with-telepresence-and-skaffold: + v1: + - page: scaffolding.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dev.to/thenjdevopsguy/getting-started-with-skaffold-5120: + v1: + - page: scaffolding.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://draft.sh: + v1: + - page: scaffolding.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://codefresh.io/howtos/local-k8s-draft-skaffold-garden: + v1: + - page: scaffolding.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://cloud.google.com/code/docs/vscode/yaml-editing: + v1: + - page: scaffolding.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://go.atomist.com: + v1: + - page: scaffolding.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://martinfowler.com/articles/serverless.html: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/topics/serverless-architecture: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/scaling-my-app-serverless-vs-kubernetes-cdb8adf446e1: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/kubernetes-serverless-differences-84699f370609: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/serverless-is-cheaper-not-simpler-a10c4fc30e49: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/serverless-transformation/what-a-typical-100-serverless-architecture-looks-like-in-aws-40f252cd0ecb: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.theregister.com/2020/09/22/microservices_talk_gotopia: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.serverless.com/blog/why-we-switched-from-docker-to-serverless: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/11/26/event-driven-distributed-service-orchestration-with-serverless-workflow: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/implementing-serverless-microservices-architecture: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.google.com/document/u/0/d/1VEkUvTbqxfC1XyVGb2Z3DtEk9NA1M6PJpeCqEYRATLM/mobilebasic: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://vimal-dwarampudi.medium.com/serverless-architecture-design-on-major-clouds-8c53c2aa62d2: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/when-to-use-serverless-when-to-use-kubernetes: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-serverless-simply-visually-explained-ccf7be05a689: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.readysetcloud.io/blog/allen.helton/how-to-design-serverless-apps-that-scale-the-perfect-amount: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://jeromevdl.medium.com/when-to-use-a-lambda-function-and-when-not-9a225e6dd2dd: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.c-sharpcorner.com/article/why-and-when-to-use-azure-functions: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/when-to-use-logic-apps-and-azure-functions: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.serverlessguru.com/blog/enterprise-serverless-adoption: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/architecture/serverless/serverless-or-kubernetes: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://serverlessland.com/event-driven-architecture: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://medium.com/@marinradjenovic/why-do-you-still-need-to-think-of-scalability-when-architecting-serverless-apps-a2e1f14e3eca +: v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://architectelevator.com/cloud/serverless-design-patterns: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://serverlessland.com/event-driven-architecture/visuals/batching-vs-event-streams: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://serverlessland.com/event-driven-architecture/visuals/splitter-pattern: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/aws-heroes/serverless-beyond-the-basics-kom: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://theburningmonk.com/2019/09/why-you-should-use-temporary-stacks-when-you-do-serverless: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://theburningmonk.com/2019/03/making-terraform-and-serverless-framework-work-together: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/going-serverless-governance-is-everything-c70589c9cee9: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://fathomtech.io/blog/microservices-vs-serverless: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cloudnowtech.com/blog/kubernetes-vs-serverless-how-do-you-choose: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://economictimes.indiatimes.com/tech/technology/thoughtworks-xconf-tech-talk-series-serverless-vs-kubernetes-when-deploying-microservices/articleshow/89085544.cms +: v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/containers-vs-serverless-which-is-right-for-you: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://oliverjumpertz.medium.com/serverless-vs-kubernetes-58b0b387dc98: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/serverless-vs-kubernetes-the-peoples-vote: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dashbird.io/blog/serverless-case-study-coca-cola: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-daily-dev-built-a-low-budget-serverless-scraping-pipeline-for-online-articles: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Function_as_a_service: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/topics/cloud-native-apps/what-is-faas: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://stackify.com/function-as-a-service-serverless-architecture: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/pmbanugo/faas-on-kubernetes-from-aws-lambda-api-gateway-to-knative-kong-api-gateway-4n84: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://fauna.com/blog/comparison-faas-providers: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://techbeacon.com/enterprise-it/essential-guide-2019-serverless-ecosystem: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.vshn.ch/en/blog/a-very-quick-comparison-of-kubernetes-serverless-frameworks: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/mbagley1020/price-comparison-of-popular-serverless-architecture-providers-2jk9: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.serverless.com: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://epsagon.com/blog/serverless-open-source-frameworks-openfaas-knative-more: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://winderresearch.com/a-comparison-of-serverless-frameworks-for-kubernetes-openfaas-openwhisk-fission-kubeless-and-more +: v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://vshn.ch/en/blog/a-very-quick-comparison-of-kubernetes-serverless-frameworks: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openfaas.com: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/deploy-your-first-serverless-function-to-kubernetes-232307f7b0a9: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.magalix.com/blog/implementing-faas-in-kubernetes-using-kubeless: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-apps-the-easy-way-f06d9e5cad3c: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.xenonstack.com/blog/serverless-openfaas-java: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openfaas.com/blog/kim: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/OpenFunction/OpenFunction: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://knative.dev: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/knative/client: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/topics/microservices/what-is-knative: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.datacenterknowledge.com/open-source/explaining-knative-project-liberate-serverless-cloud-giants: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/learn/topics/serverless: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/why-and-when-you-need-to-consider-openshift-serverless: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://redhat-scholars.github.io/serverless-workflow/osl/index.html: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubeless.io: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://medium.com/@peiruwang/serverless-build-a-serverless-simple-flask-application-with-kubeless-on-top-of-kubernetes-95c6682c3750 +: v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://openwhisk.apache.org: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3604010/building-microservices-give-dapr-a-try.html: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://versusmind.eu/blog/dapr-a-serverless-runtime-for-distributed-applications: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/08/12/build-and-deploy-microservices-kubernetes-and-dapr: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/cvitaa11/running-dapr-on-kubernetes-89g: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/diagrid-labs/dapr-workflow-demos: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://headleysj.medium.com/building-event-driven-systems-at-scale-in-kubernetes-with-dapr-part-2-how-does-dapr-work-732ba7a0d652 +: v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/build-a-serverless-api-with-aws-gateway-and-lambda: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.triggermesh.com: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/triggermesh-open-sourcing-event-driven-applications: + v1: + - page: serverless.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Site_Reliability_Engineering: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://sre.google: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/gcp/sre-vs-devops-competing-standards-or-close-friends: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blog.overops.com/devops-vs-sre-whats-the-difference-between-them-and-which-one-are-you: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: [] +https://victorops.com/blog/sre-vs-devops: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/sre-vs-devops-false-distinction: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/sre-devops-cloud-native-server-cage-match: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/site-reliability-engineering-101-devops-versus-sre: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/sre-vs-devopssre-is-to-devops-what-scrum-is-to-agi: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/devops-vs-site-reliability-engineering-sean-washington: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://landing.google.com/sre: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://opensource.com/article/18/10/sre-startup: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/where-the-site-reliability-engineer-role-overlaps-with-devops: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/from-ops-to-sre-evolution-of-the-openshift-dedicated-team: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2020/07/17/site-reliability-engineering-sre-101-with-devops-vs-sre: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://kelda.io/blog/sres-should-manage-development-environments: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=tgRPlAQpHYk&ab_channel=TheNewStack: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/sre-key-insights-done-right-way-shankar-muniyappa: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://hernan-david-hd.medium.com/5-pilares-del-sre-devops-f16e45f8d3fd: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://hernan-david-hd.medium.com/breaking-down-sre-devops-into-5-key-areas-5aacf40e8392: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/how-the-sre-role-is-evolving: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.itprotoday.com/testing-and-quality-assurance/why-site-reliability-engineering-key-modern-devops: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://stackpulse.com/blog/monoliths-vs-microservices-challenges: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://stackpulse.com/blog/monoliths-vs-microservices-best-practices: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/devops-sre/sre-at-google-our-complete-list-of-cre-life-lessons: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.circonus.com/2021/04/monitoring-for-success-what-all-sres-need-to-know: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/sre-best-practices: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://stackpulse.com/blog/no-sre-is-not-the-new-devops-unless-it-is: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=jgW4r9FxItI&ab_channel=DevOpsToolkitbyViktorFarcic: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dev.to/thenjdevopsguy/devops-vs-sre-what-s-the-difference-560d: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-the-sre-experience-is-changing-with-cloud-native: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/sharing-the-operations-burden-centralized-vs-decentralized: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dev.to/thenjdevopsguy/what-you-need-to-break-into-devops-and-sre-3fp5: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.infoq.com/presentations/sre-apprentices: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/@ta.abhisingh/agile-vs-devops-vs-sre-its-not-or-it-s-and-aa312904e577: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/google-sre-site-reliability-engineering-at-a-global-scale: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://sre.google/sre-book/evolving-sre-engagement-model: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blogs.letusdevops.com/p/how-much-programming-should-i-know: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/day-in-the-life-of-a-site-reliability-engineer-sre: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/top-nine-skills-for-sres-to-master: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/how-sres-benefit-from-feature-flags: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.toolbox.com/tech/devops/articles/automating-sre-to-scale-operations: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/sre-vs-platform-engineering-whats-the-difference: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2022/07/01/devops-vs-sre-vs-platform-engineering-the-gaps-might-be-smaller-than-you-think: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://phoenixnap.com/blog/sre-vs-devops: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/sre-vs-devops-successful-platform-engineering-needs-both: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://sre.google/sre-book/monitoring-distributed-systems: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-site-reliability-engineering-tool-stack: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.getcortexapp.com/post/a-guide-to-the-best-sre-tools: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-best-site-reliability-engineering-tools-in-2021: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.sloconf.com: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/automate-user-satisfaction-with-this-gitops-friendly-spec-for-service-level-objectives: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://sre.google/resources/practices-and-processes/art-of-slos: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blog.acethecloud.com/a-step-by-step-guide-to-calculating-slas-slis-and-slos-for-your-it-services-6f0a07b67bb5: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/picsart-engineering/prioritizing-development-efforts-with-slos-in-microservices-109ecd9b9b92: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/OpenSLO/OpenSLO: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/validate-service-level-objectives-of-rest-apis-using-iter8: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://sre.google/prodcast: + v1: + - page: sre.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://swagger.io: + v1: + - page: swagger-code-generator-for-rest-apis.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/swagger-api/swagger-codegen: + v1: + - page: swagger-code-generator-for-rest-apis.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=CoUl9_NWdqQ: + v1: + - page: swagger-code-generator-for-rest-apis.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=PbwQWw7xSOM: + v1: + - page: swagger-code-generator-for-rest-apis.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://jonnylangefeld.com/blog/kubernetes-how-to-view-swagger-ui?utm_sq=gkuh13vgq3: + v1: + - page: swagger-code-generator-for-rest-apis.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.baeldung.com/kotlin/swagger-spring-rest-api: + v1: + - page: swagger-code-generator-for-rest-apis.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://tekton.dev: + v1: + - page: tekton.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/tektoncd: + v1: + - page: tekton.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/tektoncd/community: + v1: + - page: tekton.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/tektoncd/pipeline: + v1: + - page: tekton.md + is_bold: false + is_highlighted: false + - page: tekton.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://tekton.dev/docs/pipelines/pipelines: + v1: + - page: tekton.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://opensource.googleblog.com/2020/05/the-tekton-pipelines-beta-release.html: + v1: + - page: tekton.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/joyrex2001/tekline: + v1: + - page: tekton.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=igwFpZOUTnw: + v1: + - page: tekton.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.openshift.com/learn/topics/pipelines: + v1: + - page: tekton.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/cloud-native-ci-cd-with-openshift-pipelines: + v1: + - page: tekton.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://learn.openshift.com/middleware/pipelines: + v1: + - page: tekton.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://lambda.grofers.com/evolving-cd-in-a-cloud-native-environment-bb64a38145ae: + v1: + - page: tekton.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://itnext.iocloud-native-ci-cd-with-tekton-laying-the-foundation-a377a1b59ac0: + v1: + - page: tekton.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://blog.harbur.iothe-seven-steps-to-build-a-cloud-native-ci-cd-for-github-repos-using-tekton-31a445a3bde: + v1: + - page: tekton.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://itnext.io/cloud-native-ci-cd-with-tekton-building-custom-tasks-663e63c1f4fb: + v1: + - page: tekton.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/11/cicd-pipeline-kubernetes-tekton: + v1: + - page: tekton.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/11/kubernetes-dynamic-scheduling-tekton: + v1: + - page: tekton.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2022/02/21/validate-kubernetes-deployment-in-ci-cd-with-tekton-and-datree: + v1: + - page: tekton.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://sm43.medium.com/world-of-tekton-part-1-999738d63e25: + v1: + - page: tekton.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://sm43.medium.com/tekton-concepts-of-pipelines-part-2-cd86ad40bd34: + v1: + - page: tekton.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://sm43.medium.com/tekton-concepts-of-triggers-part-3-2ee17764addb: + v1: + - page: tekton.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://sm43.medium.com/tekton-build-a-pipeline-part-4-baafd530b6fe: + v1: + - page: tekton.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://sm43.medium.com/tekton-triggering-the-pipeline-part-5-dc38d73411fb: + v1: + - page: tekton.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2022/03/29/canary-release-on-kubernetes-with-knative-and-tekton: + v1: + - page: tekton.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://devops.com/using-llms-to-automate-pipeline-conversions-from-legacy-to-tekton: + v1: + - page: tekton.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://devops.com/shift-right-testing-the-emergence-of-testops: + v1: + - page: testops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.devopsonline.co.uk/devops-and-the-emergence-of-testops: + v1: + - page: testops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.opcito.com/blogs/testops-how-to-automate-your-software-pipeline-at-the-speed-of-devops: + v1: + - page: testops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.xeridia.co.uk/blog/importance-testing-devops: + v1: + - page: testops.md + is_bold: false + is_highlighted: false + - page: testops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.xeridia.co.uk/blog/benefits-test-driven-development-devops-environments: + v1: + - page: testops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.softwarebusinessgrowth.com/doc/parallel-system-validation-the-end-of-devops-0001: + v1: + - page: testops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.gcreddy.com/2016/06/domain-knowledge-for-testers.html: + v1: + - page: testops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blog.gurock.com/what-is-devtestops: + v1: + - page: testops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/testops-speed-devops-chaitanya-jawale: + v1: + - page: testops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.guru99.com/continuous-testing.html: + v1: + - page: testops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/7/automation-testing-cicd: + v1: + - page: testops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thenewstack.io/removing-the-roadblock-to-continuous-performance-testing: + v1: + - page: testops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.guru99.com/test-driven-development.html: + v1: + - page: testops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.functionize.com/blog/testers-vs-tdd: + v1: + - page: testops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/Thiht/smocker: + v1: + - page: testops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://github.com/cockroachdb/copyist: + v1: + - page: testops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/8/cerberus-test-automation: + v1: + - page: testops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.diffblue.com: + v1: + - page: testops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.theregister.com/2020/09/21/diffblue_let_ai_code_unit_tests: + v1: + - page: testops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://cicadatesting.github.io/cicada-2: + v1: + - page: testops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/@jeremyaherzog/cicada-an-integration-testing-framework-for-docker-and-kubernetes-7eee5624cc55: + v1: + - page: testops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/10/09/static-analysis-with-kubeaudit-for-red-hat-openshift: + v1: + - page: testops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.synopsys.com/blogs/software-security/integrating-automated-ast-tools: + v1: + - page: testops.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://code.visualstudio.com: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://vscode.github.com: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://code.visualstudio.com/docs/editor/versioncontrol: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://bitbucket.org/atlassianlabs/atlascode/issues/112/cannot-activate-the-atlassian-for-vscode: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://kite.com: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://gist.github.com/hxlnt/60d0e62efdb973e221e585e2b990bfd6: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.docker.com/blog/how-to-develop-inside-a-container-using-visual-studio-code-remote-containers: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/python/need-an-intro-to-vs-code-let-tech-with-tim-help: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/visualstudio/docker/tutorials/docker-tutorial: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://thenewstack.io/this-week-in-programming-all-hail-visual-studio-code: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blogs.windows.com/msedgedev/2020/10/01/microsoft-edge-tools-vscode: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://visualstudiomagazine.com/articles/2021/01/29/vs-code-tips.aspx: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.39digits.com/signed-git-commits-on-wsl2-using-visual-studio-code: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=ybCxPHzRJfA&ab_channel=VisualStudioCode: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/appland/video-visualize-the-architecture-of-your-java-app-in-vs-code-in-2-minutes-568j: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://serverless-stack.com/examples/how-to-debug-lambda-functions-with-visual-studio-code.html: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.blog/2019-01-07-create-pull-requests-in-vscode: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/colbygarland/using-vs-code-to-git-rebase-1lc: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/10-vscode-extensions-to-increase-productivity: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/amanhimself/how-to-configure-vscode-bracket-pair-colors-natively-3nl: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://realpython.com/advanced-visual-studio-code-python: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.openreplay.com/8-cool-vs-code-tips-to-make-your-workspace-more-personal: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/this-is-learning/visual-studio-code-tips-tricks-command-palette-and-its-friends-2bhi: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/how-to-update-your-github-repository-in-visual-studio-code-7bb9e8549cea: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/this-is-learning/visual-studio-code-tips-tricks-snippets-5041: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/jcofman/make-vs-code-better-by-editing-and-updating-some-settings-4m9a: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/12-visual-studio-code-shortcuts-that-every-developer-must-know-8d6ce5fc3631: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/generating-class-diagrams-for-net-core-c4913db9398b: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/best-colorful-vscode-extensions-for-productivity: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/tmchuynh/vscode-extensions-im-in-love-with-oab: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/learn-to-code-remotely-with-vs-code-and-ssh-68c630759279: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://austingil.com/vs-code-timeline-restores-work-git-cant: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2023/02/14/remote-container-development-vs-code-and-podman: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://visualstudio.microsoft.com/services/live-share: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/how-to-use-markdown-in-vscode: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://gijsreijn.medium.com/optimizing-your-dsc-v3-authoring-experience-in-vscode-bd8e90c52312: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://code.visualstudio.com/updates: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://code.visualstudio.com/updates/v1_46: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://support.apple.com/en-us/HT201236: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://9to5mac.com/2016/03/17/how-to-remap-windows-keyboard-buttons-match-mac-layout: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.addictivetips.com/mac-os/remap-a-windows-keyboard-for-a-mac: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/publishers/Microsoft: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/publishers/redhat: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/publishers/AmazonWebServices: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/publishers/GoogleCloudTools: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/publishers/Oracle: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/eamodio/vscode-gitlens: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://gist.github.com/pierrejoubert73/902cc94d79424356a8d20be2b382e1ab: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=livepdm.auto-markdown-toc-ax1: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=pnp.polacode: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=jock.svg: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/microsoft/vscode-python: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: [] +https://twitter.com/pythonvscode: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/python/python-in-visual-studio-code-september-2020-release: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/python/python-in-visual-studio-code-october-2020-release: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/the-best-vs-code-extensions-to-supercharge-your-git-5d5ab3f64f64: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/10-vs-code-extensions-to-fight-technical-debt: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/duckinm/superb-vscode-extensions-changing-your-coding-life-2cmb: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.c-sharpcorner.com/article/the-best-vs-code-extensions-for-remote-working: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/vs-code-extensions-to-increase-developer-productivity: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/azure/my-top-5-visual-studio-code-extensions-for-azure-developers-1odo: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/terraform-extension-for-vs-code-speeds-up-loading-of-large-workspaces: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=rvest.vs-code-prettier-eslint: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=2gua.rainbow-brackets: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=wayou.vscode-todo-highlight: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-todo-plus: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=mikestead.dotenv: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=Orta.vscode-jest: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=ChakrounAnas.turbo-console-log: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=angryobject.react-pure-to-class-vscode: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?utm_sq=ggv6n6jy52&itemName=Tim-Koehler.helm-intellisense&ssr=false: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=msazurermtools.azurerm-vscode-tools: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://developers.redhat.com/blog/2020/11/16/devfiles-and-kubernetes-cluster-support-in-openshift-connector-0-2-0-extension-for-vs-code +: v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=redhat.vscode-openshift-connector: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2020/11/30/vscode-extension-development-with-gitlab: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/vs-code-extensions-to-boost-your-development-productivity: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=dsteenman.cloudformation-yaml-snippets: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dannys.cloud/autocomplete-cloudformation-resources-vs-code: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=cschleiden.vscode-github-actions: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=xyz.local-history: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://code.visualstudio.com/blogs/2021/06/10/remote-repositories: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://code.visualstudio.com/docs/azure/kubernetes: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=GitHub.remotehub: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/Azure/vscode-kubernetes-tools: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://snyk.io/blog/securing-open-source-dependencies-snyk-visual-studio-code-extension: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.prisma.io/blog/vscode-extension-prisma-rust-webassembly: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=SebastianBille.iam-legend: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=TeamHub.teamhub: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/gitlive/gitlive-now-works-with-any-git-repository-in-vs-code-304o: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=njpwerner.autodocstring: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureappservice: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=adpyke.codesnap: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=Weaveworks.vscode-gitops-tools: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=dag-andersen.kubernetes-reference-highlighter: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/increase-your-vs-code-productivity: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=charliermarsh.ruff: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=azurepaas-tools.vscode-learncloud: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=kennylong.kubernetes-yaml-formatter: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=GitHub.copilot: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://code.visualstudio.com/docs/copilot/overview: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-infrastructure-blog/unleashing-github-copilot-for-infrastructure-as-code/ba-p/4124031 +: v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.logrocket.com/top-10-vs-code-extensions-2021: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/ranga_vadhineni/thunder-client-http-client-extension-for-vs-code-30i9: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.c-sharpcorner.com/article/the-best-vs-code-extensions-to-supercharge-git: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/harishash/vs-code-extensions-to-increase-your-productivity-eeb: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/thenomadevel/top-5-best-git-extensions-for-vs-code-you-must-have-40b6: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=monokai.theme-monokai-pro-vscode: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=salesforce.codey-midnight: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=juanmnl.vscode-theme-1984: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=dracula-theme.theme-dracula: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://draculatheme.com/pro: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=icrawl.discord-vscode: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=Atlassian.atlascode: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=fatihacet.gitlab-workflow: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.kind-vscode: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=mauve.terraform: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/supporting-the-hashicorp-terraform-extension-for-visual-studio-code: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/announcing-the-terraform-visual-studio-code-extension-v2-0-0: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=mongodb.mongodb-vscode: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.mongodb.com/blog/post/introducing-mongodb-for-vs-code: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/azuredevops: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=vector-of-bool.gitflow: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=GreatMinds.gitflow4code: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=SemihOnay.jiraux: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=Fatih.baba-flow: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=janjoerke.jenkins-pipeline-linter-connector: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=secanis.jenkinsfile-support: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=ivory-lab.jenkinsfile-support: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=jmMeessen.jenkins-declarative-support: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://marketplace.visualstudio.com/items?itemName=alefragnani.jenkins-status: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://code.visualstudio.com/docs/editor/integrated-terminal: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/12/13/remote-debugging-kubernetes-using-vs-code: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/metalbear-co/mirrord: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.stackademic.com/mastering-local-microservices-debugging-with-mirrord-0a99443c1544: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://kenneth.io/post/introducing-remote-debugging-of-nodejs-apps-on-azure-app-service-from-vs-code-in-public-preview: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/python/python-in-visual-studio-code-january-2021-release: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://realpython.com/python-development-visual-studio-code: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/golang/vscode-go/blob/master/README.md: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.golang.org/gopls-vscode-go: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/microsoft/mindaro: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://visualstudiomagazine.com/articles/2020/10/07/bridge-kubernetes.aspx: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://repl.it: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://thenewstack.io/gitpod-open-sources-a-holistic-ide: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://thenewstack.io/gitpod-brings-automated-environments-to-jetbrains-ides: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2020/08/03/development-on-kubernetes-ide-tools: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/visual-web-terminal-a-turbocharged-command-line-for-kubernetes-and-openshift: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://chromeos.dev/en/linux: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.jetbrains.com/fleet: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.softzone.es/noticias/programas/conoce-fleet-ide-ultraligero-mano-jetbrains: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://thenewstack.io/are-cloud-based-ides-the-future-of-software-engineering: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://evaizik.medium.com/setting-up-a-remote-debugging-for-java-microservices-running-inside-kubernetes-pods-d4aab1ff4efa +: v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/my-top-7-most-underrated-intellij-idea-features-572b0b706bd6: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.dev: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.gitpod.io: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.gitpod.io/blog/openvscode-server-launch: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://thenewstack.io/gitpod-openvscode-server-brings-visual-studio-code-to-the-browser: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github1s.com: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://vscode.dev: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://code.visualstudio.com/blogs/2021/10/20/vscode-dev?WT.mc_id=devcloud-46480-cxa: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://www.genbeta.com/desarrollo/visual-studio-code-cuenta-version-web-que-te-permite-mantener-tus-proyectos-tu-disco-duro +: v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://css-tricks.com/the-many-faces-of-vs-code-in-the-browser: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/@code/shorts: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/WzlpGnbNPH4: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/6NFR5MsHM_4: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/G5580-DxQuw: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/Q2RrAdWmn_M: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/uzC1PP73d9I: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/t322UnzV9vM: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/dDtueNAFELo: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/AGFvs2pT1VQ: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/VqOVb76IyI4: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/HyhSDvaaRwM: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/0xq_ZYfl6Vk: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/hdmaP4ibJ4I: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/X3wgBid4gO8: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/y55a7NAiHiI: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://youtube.com/shorts/hmq195GRYCI?si=8knOM1y50V6JcRlk: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/0N-NFIfy5lI: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/70voiUcMk_I: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/p-H7Q9PtSc8: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/ToGRhGvo62k: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/-hvEdSI8ziE: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/cLokEWqTuds: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/KQB8FRoJaH4: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/t5vXCNIBVYw: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/6IwjxcDbVW0: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/cTE0ec3IurE: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/0h1xNFsEZBU: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/OfsixF-splk: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/8iVaeLjzY6s: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/nMJBbH7g1M4: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://youtube.com/shorts/bVlIo4H0IDU: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://youtube.com/shorts/i0V1bHybv5w?si=y42F3QjNFVouu3s8: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://youtube.com/shorts/rjmXBs5l_7M?si=UlQ4q1-B-JOiYwrn: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://youtube.com/shorts/vpFF1XSqWjw?si=Zr2eW_C3_3hQoXAa: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://youtube.com/shorts/yuzKp_KsGIk?si=ooaqRJzW2cmf6Z2M: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/shorts/KZHI5RMmFk0: + v1: + - page: visual-studio.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/4/load-balancing: + v1: + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://httpd.apache.org: + v1: + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/essential-apache-http-server: + v1: + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.cyberciti.biz/faq/how-to-secure-apache-with-lets-encrypt-certificates-on-rhel-8: + v1: + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html: + v1: + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/redhatspain/apache-reverse-proxy-jenkins: + v1: + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.nginx.com: + v1: + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/nginx-reverse-proxy-ubuntu-1804: + v1: + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.docker.com/blog/how-to-use-the-official-nginx-docker-image: + v1: + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@vdboor/using-nginx-ingress-as-a-static-cache-91bc27be04a1: + v1: + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/the-nginx-handbook: + v1: + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.nginx.com/resources/library/complete-nginx-cookbook: + v1: + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://unit.nginx.org: + v1: + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://jvns.ca/blog/2021/09/24/new-tool--an-nginx-playground: + v1: + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://nginx-playground.wizardzines.com: + v1: + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/HAProxy: + v1: + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/how-to-configure-ha-proxy-as-a-proxy-and-loadbalan: + v1: + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.tecmint.com/install-haproxy-load-balancer-in-linux: + v1: + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.tecmint.com/setup-nginx-haproxy-load-balancer-in-centos-8: + v1: + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/high-priority-request-queue-with-haproxy-9efd639a8992: + v1: + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +http://traefik.io: + v1: + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/3/kubernetes-traefik: + v1: + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/using-traefik-ingress-controller-with-istio-service-mesh: + v1: + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/beyn-technology/is-nginx-dead-is-traefik-v3-20-faster-than-traefik-v2-f28ffb7eed3e: + v1: + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/4/http-kubernetes-skipper: + v1: + - page: web-servers.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/web3-architecture-and-how-it-compares-to-traditional-web-apps: + v1: + - page: web3.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.suhailkakar.com/web-30-terms-and-their-definitions-in-plain-english: + v1: + - page: web3.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.wired.com/story/web3-gavin-wood-interview: + v1: + - page: web3.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: web3.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.forbes.com/sites/tjmccue/2020/03/13/5-essential-coronavirus-work-from-home-tech-tips: + v1: + - page: workfromhome.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://enterprisersproject.com/article/2021/2/remote-work-virtual-collaboration-best-practices: + v1: + - page: workfromhome.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.elconfidencial.com/juridico/2021-09-27/negociar-acuerdo-teletrabajo-guia-practica-empresas_3295723: + v1: + - page: workfromhome.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2021/12/remote-first-sre: + v1: + - page: workfromhome.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://krisp.ai: + v1: + - page: workfromhome.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://zoom.us: + v1: + - page: workfromhome.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://p2theme.com: + v1: + - page: workfromhome.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://docs.google.com: + v1: + - page: workfromhome.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://slack.com: + v1: + - page: workfromhome.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://meet.google.com: + v1: + - page: workfromhome.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://rocket.chat: + v1: + - page: workfromhome.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://mattermost.com: + v1: + - page: workfromhome.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.microsoft.com/microsoft-365/microsoft-teams/group-chat-software: + v1: + - page: workfromhome.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.atlassian.com/remote: + v1: + - page: workfromhome.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://miro.com: + v1: + - page: workfromhome.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://miro.com/app/board/o9J_kqwfjqs=: + v1: + - page: workfromhome.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://readwise.io: + v1: + - page: workfromhome.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.instapaper.com: + v1: + - page: workfromhome.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://getmatter.app: + v1: + - page: workfromhome.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://obsidian.md: + v1: + - page: workfromhome.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.portafolio.co/tendencias/claves-para-liderar-equipos-de-teletrabajo-y-no-fracasar-en-el-intento-556586: + v1: + - page: workfromhome.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/YAML: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/yaml-beginners: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.thoughtworks.com/radar/techniques/templating-in-yaml: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://stevehorsfield.wordpress.com/2019/08/13/devops-tricks-templating-yaml-files: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/understanding-yaml-ansible: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://linuxhandbook.com/yaml-basics: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/11/25/how-to-configure-yaml-schema-to-make-editing-files-easier: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://kubernetestutorials.com/kubernetes-tutorials/kubernetes-introduction-to-yaml: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/yaml-tutorial-get-started-with-yaml-in-5-minutes-549d462972d8: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://abhisheksaini.hashnode.dev/yaml-for-representation: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://boxunix.com/2020/05/15/a-better-way-of-organizing-your-kubernetes-manifest-files: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/9/yaml-cheat-sheet: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://javascript.plainenglish.io/everything-you-need-to-know-about-yaml-files-5423358cc5c9: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.w3schools.io/file/yaml-vs-yml: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/yaml-with-python-d6787a9bd8ab: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://realpython.com/python-yaml: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/10-things-you-might-not-know-about-yaml-b0589da547c: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://spacelift.io/blog/yaml: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://ruudvanasseldonk.com/2023/01/11/the-yaml-document-from-hell: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://itnext.io/python-yaml-and-kubernetes-the-art-of-mastering-configuration-cd60029b3f62: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-yaml-tips-and-tricks-904a2c0b2b81: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://yaml.org/spec/1.2/spec.html: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://support.atlassian.com/bitbucket-cloud/docs/yaml-anchors: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/@kinghuang/docker-compose-anchors-aliases-extensions-a1e4105d70bd: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://docs.ansible.com/ansible/latest/user_guide/playbooks_advanced_syntax.html: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/topics/yaml-processor: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://get-ytt.io: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://mikefarah.gitbook.io/yq: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dev.to/vikcodes/yq-a-command-line-tool-that-will-help-you-handle-your-yaml-resources-better-8j9: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/yq-mastering-yaml-processing-in-command-line-e1ff5ebc0823: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/my-yq-cheatsheet-34f2b672ee58: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/azohra/yaml.sh: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/andreazorzetto/yh: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://gist.github.com/so0k/42313dbb3b547a0f51a547bb968696ba: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +http://www.yamllint.com: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://codebeautify.org/yaml-validator: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://jsonformatter.org/yaml-validator: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://yamlvalidator.dev: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://onlineyamltools.com: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/avencera/yamine: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://k8syaml.com: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://itnext.io/how-to-create-kubernetes-yaml-files-abb8426eeb45: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.datree.io: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dev.to/wkrzywiec/automating-quality-checks-for-kubernetes-yamls-398: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/23andMe/Yamale: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/instrumenta/kubeval: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/@slashben81/how-to-write-a-yaml-file-for-kubernetes-armo-76f29e533b1f: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/how-write-yaml-file-kubernetes-megha-s-k: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dotnet-helpers.com/powershell/convert-yaml-to-json-or-json-to-yaml-using-powershell: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://yamline.com: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://k8s-examples.container-solutions.com: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/convert-kubernetes-yaml-files-into-helm-charts-4107de079455: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/JSON: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.json.org/json-en.html: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://jsonnet.org: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dave.cheney.net/high-performance-json.html: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://json-schema.org/understanding-json-schema: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/the-ultimate-json-library-jsonsimple-vs-gson-vs-ja: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/buger/jsonparser: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +? https://dev.to/codereviewdoctor/the-json-trick-25-of-python-devs-dont-know-about-including-devs-at-microsoft-sentry-unicef-and-more-4h10 +: v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://dev.to/urstrulyvishwak/convert-nested-json-to-simple-json-in-javascript-4a34: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://pythonspeed.com/articles/json-memory-streaming: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://thenewstack.io/why-and-how-you-should-manage-json-with-sql: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/how-to-make-json-and-python-talk-to-each-other-41531d58e59d: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/exploring-json-json5-and-circular-references-2b5b0c5de532: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://automationreinvented.blogspot.com/2022/03/what-is-json-schema-and-how-to-perform.html: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://blog.mariano.cloud/do-you-even-jsonpath: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/4/process-json-data-ansible: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2021/04/21/devops-workflows-json-format-jq-ci-cd-lint: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/ilyash/show-struct: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/01mf02/jaq: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://jsoncrack.com: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/tomnomnom/gron: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/ynqa/jnv: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/JFryy/qq: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://jsoning.com: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/instrumenta/kubernetes-json-schema: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://learnk8s.io/validating-kubernetes-yaml: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.kubeval.com: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://stelligent.github.io/config-lint: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/cloud66-oss/copper: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.conftest.dev: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/FairwindsOps/polaris: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://kubevious.io/blog/post/top-kubernetes-yaml-validation-tools: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +? https://thomasthornton.cloud/2022/04/13/analyze-your-kubernetes-yaml-files-and-helm-charts-to-ensure-best-practices-using-kuberlinter-in-azure-devops-pipeline +: v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://medium.com/@jonathan_37674/how-to-validate-kubernetes-yaml-files-armo-e45dd006d633: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://theketch.io: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://learn.theketch.io/docs/getting-started: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/shipa-corp/ketch: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.shipa.io/ketch/devops-challenge-kubernetes-deployment-ketch-vs-yaml: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/kris-nova/naml: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://stedolan.github.io/jq: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/kellyjonbrazil/jc: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/jpmens/jo: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/mikefarah/yq: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/antonmedv/fx: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/PaulJuliusMartinez/jless: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/BurntSushi/xsv: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.visidata.org: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/johnkerl/miller: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://github.com/kislyuk/yq: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://www.base64encode.org: + v1: + - page: yaml.md + is_bold: false + is_highlighted: false + v2: + - page: data-and-advanced-analytics.md + is_bold: false + is_highlighted: false +https://azure.microsoft.com: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/azure: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azure.microsoft.com/en-us/updates: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azurecharts.com: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azurecharts.com/learning: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/azure/mission-critical-online: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/custom/page/page-id/learn?product=All: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.catapultsystems.com/blogs/introducing-the-third-of-three-microsoft-clouds-azure: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/faun/scaling-applications-in-the-cloud-52bb6dfbac4e: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/azure-kubernetes-service-replaces-docker-with-containerd: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.sixeyed.com/you-cant-always-have-kubernetes-running-containers-in-azure-vm-scale-sets: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/java/deploy-spring-boot-applications-by-leveraging-enterprise-best-practices: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/azure-sentinel/non-interactive-logins-minimizing-the-blind-spot/ba-p/2287932: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.returngis.net/2021/06/replicacion-de-blobs-entre-dos-cuentas-de-azure-storage-en-dos-tenants-diferentes: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.c-sharpcorner.com/article/comparing-aws-sql-server-with-azure-sql-database: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/fasttrack-for-azure/how-to-create-a-vpn-between-azure-and-aws-using-only-managed/ba-p/2281900 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://tecadmin.net/how-to-enable-multiple-rdp-sessions-on-windows-server: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://k21academy.com/microsoft-azure/data-engineer/azure-data-lake: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.theregister.com/2021/09/03/microsoft_azure_deprecations_api_changes: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://k21academy.com/microsoft-azure/azure-rbac-vs-azure-policies-vs-azure-blueprints: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.identitydigest.com/azuread-federate-k8s: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.thomasmaurer.ch/2021/02/how-to-check-the-available-vm-sizes-skus-by-azure-region: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/multi-tenant-user-management-scenarios: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/active-directory/external-identities/cross-tenant-access-overview: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://nubesgen.com: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2022/03/nubesgen-azure-infrastructure: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://charbelnemnom.com/move-files-between-azure-file-share-tiers: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.techrepublic.com/article/what-can-you-do-azure-files: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://satyenkumar.medium.com/demystifying-the-cloud-computing-an-overview-of-the-microsoft-azure-6a5c1fb1799d: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/developer/java/migration/migration-overview: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.cloudtrooper.net/2022/11/14/overlapping-ip-addresses-in-a-hub-and-spoke-network-feat-avnm-ars: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.cloudtrooper.net/2023/02/06/virtual-network-gateways-routing-in-azure: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.returngis.net/2023/04/monitorizar-aplicacion-java-con-spring-boot-con-azure-application-insights: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://medium.com/awesome-azure/azure-most-useful-azure-services-every-developer-must-know-top-azure-paas-serverless-services-developer-c55b829ac6d7 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://www.returngis.net/2023/04/invitar-a-usuarios-externos-a-un-tenant-de-azure-ad-a-traves-de-microsoft-graph-y-azure-cli +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://nwktimes.blogspot.com/2023/06/azure-ilb-for-nva-ha.html: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azure.microsoft.com/en-us/blog/choose-the-best-global-distribution-solution-for-your-applications-with-azure: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.davesdomain.co.uk/posts/azure-rbac-constrained-delegation: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/azure-networking-filiz-akkaya-wqcuc: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://allazureblog.wordpress.com/2024/01/18/azure-bastion-and-udrs: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.cloudtrooper.net/2024/01/23/azure-network-monitoring-with-synthetic-traffic: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/educator-developer-blog/leveraging-azure-event-hub-microsoft-fabric-and-power-bi-for/ba-p/4028701 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/azure-sql-blog/azure-sql-managed-instance-pools-new-features/ba-p/4044688: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/Azure/Enterprise-Scale/wiki/ALZ-AMA-Update: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.siliconvalve.com/posts/2024/02/06/analysing-git-commit-history-using-azure-data-explorer: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://azure.microsoft.com/en-us/updates/generally-available-azure-blob-storage-cold-tier-support-on-change-feed-and-object-replication +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://hlokensgard.no/2023/07/03/azure-firewall-as-dns-proxy-with-the-new-azure-dns-resolver: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/whos-who-azure-configuration-management-landscape-mark-tinderholt-nm7ve: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/fasttrack-for-azure/microsoft-fabric-multi-tenant-architecture/ba-p/4119429: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://build5nines.com/why-do-azure-resource-groups-have-an-azure-region-association: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://build5nines.com/read-and-write-azure-blob-storage-with-javascript: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/fasttrack-for-azure/azure-orphan-resources/ba-p/3492198: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/dolevshor/azure-orphan-resources: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://build5nines.com/azure-cdn-endpoint-interactive-map: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://luke.geek.nz/azure/azure-architecture-solution-requirement-consideration-checklist: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/sajeetharan/azure-mindmap: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/sajeetharan/azure-mindmap/blob/master/azure-fundamentals/AZ-900.pdf: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/azure-architecture/course-blueprint/m-p/4012399: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/Azure/apiops: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/Azure/migration: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-governance-and-management/azure-policy-for-kubernetes-releases-support-for-custom-policy/ba-p/2699466 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://arinco.com.au/blog/awesome-azure-policy-chapter-1: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://arinco.com.au/blog/awesome-azure-policy-chapter-2: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/azure-policy-recommended-practices/ba-p/3798024: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-gb/azure/cloud-adoption-framework/ready/landing-zone/implementation-options: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/overview: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/ultimate-guide-azure-cloud-adoption-framework-gregor-wohlfarter-hb4sf: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/well-architected/service-guides/azure-kubernetes-service: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/well-architected: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://infoq.com/news/2023/11/azure-well-architected-framework: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azure.github.io/Azure-Proactive-Resiliency-Library: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/well-architected/service-guides/app-service-web-apps: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/advisor/advisor-assessments: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/finops-blog/get-tailored-insights-with-our-advisor-well-architected/ba-p/4218239: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/caf-vs-waf-which-framework-use-your-cloud-migration-gregor-wohlfarter-hko0f: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/azure-developer-community-blog/infra-in-azure-for-developers-the-what/ba-p/4026102: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/blog/azureinfrastructureblog/enterprise%e2%80%91scale-azure-subscription-vending-using-azure-verified-modules-avm/4507751 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://azure.github.io/Azure-Landing-Zones/accelerator/accelerator-release-notes: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://azure.github.io/Azure-Landing-Zones: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/blog/azuretoolsblog/announcing-general-availability-of-terraform-azure-verified-modules-for-platform/4366027 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/nb-no/azure/cloud-adoption-framework/ready/landing-zone: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://medium.com/microsoftazure/ultimate-guide-for-azure-cloud-adoption-framework-for-enterprise-scale-landing-zone-bba2a385134d +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-tools-blog/azure-landing-zones-accelerators-for-bicep-and-terraform/ba-p/4029866 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-architecture-blog/azure-openai-landing-zone-reference-architecture/ba-p/3882102 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-architecture-blog/new-feature-easily-assign-regulatory-compliance-policies-to-your/ba-p/4074957 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-infrastructure-blog/azure-landing-zones-custom-archetypes-using-terraform/ba-p/3791172 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.thomasmaurer.ch/2023/09/azure-landing-zone-review-assessment: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/startups-at-microsoft/from-zero-to-hero-with-azure-landing-zones/ba-p/4229195: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +ttps://learn.microsoft.com/en-us/azure/extended-zones: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/architecture/guide/azure-sandbox/azure-sandbox: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azuremarketplace.microsoft.com/en-us/marketplace/apps/gofireflyltd1705083203658.firefly: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/Azure/azqr: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azure.microsoft.com/en-gb/updates/general-availability-azure-bastion-native-client-support: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azure.microsoft.com/en-us/updates/sftp-support-for-azure-blob-storage-now-generally-available: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://azure.microsoft.com/en-gb/updates/generally-available-durable-functions-support-of-managed-identity-for-azure-storage +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azure.microsoft.com/en-us/updates/generally-available-azure-bastion-shareable-links: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.theregister.com/2023/05/26/microsoft_azure_linux_container: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azure.microsoft.com/en-us/updates/azure-virtual-network-manager-topology-view-now-generally-available: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://hlokensgard.no/2024/07/01/azure-virtual-network-manager-a-game-changer-or-just-a-costly-upgrade: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thomasthornton.cloud: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.thomasmaurer.ch: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.commandline.ninja: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.dotnetcurry.com: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.azurebrains.com: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://rutlandblog.com: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/johnthebrit/CertificationMaterials: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.thomasmaurer.ch/2022/01/how-to-learn-microsoft-azure-in-2022: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://charbelnemnom.com/az-305-exam-study-guide-azure-solutions-architect: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/training/browse/?resource_type=course&products=azure: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/azure-fundamentals-certification-az-900-exam-course: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/credentials/certifications/practice-assessments-for-microsoft-certifications: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-gb/azure/cloud-adoption-framework/ready/azure-best-practices/resource-naming: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.seifbassem.com/blogs/posts/azure-naming-tool: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://justinoconnor.codes/2022/08/19/azure-periodic-table-of-resource-naming-convention-shorthands: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/containers/aks-mission-critical/mission-critical-intro +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/well-architected/mission-critical/mission-critical-overview: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://mvark.blogspot.com/2019/12/comparison-of-azure-front-door-traffic.html: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azure.microsoft.com/en-gb/products/load-testing: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azure.microsoft.com/en-gb/blog/microsoft-azure-load-testing-is-now-generally-available: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/Azure-Samples/azure-load-testing-samples: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/deploying-microsofts-new-linux-distribution-as-a-vm-is-not-easy: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/microsoft/CBL-Mariner: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/architecture/guide/networking/global-web-applications/mission-critical-app-service: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/mattfeltonma/azure-networking-patterns: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/architecture/patterns: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/Azure/AZVerify: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://mattias.engineer/blog/2025/azure-portal-export-terraform: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://registry.terraform.io/modules/hlokensgard/res-ipam/azure/latest: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://t.co/mv3tyz1oRt: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/blog/azuretoolsblog/announcing-public-preview-of-terraform-export-from-the-azure-portal/4409889 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/XtratusCloud/terraform-provider-azureipam: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://azure.microsoft.com/en-us/resources/templates: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.thomasmaurer.ch/2020/12/learn-how-to-deploy-and-manage-azure-resources-with-arm-templates: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/azure-governance-and-management/arm-template-specs-now-ga/ba-p/2402618: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-specs: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/architecture/solution-ideas/articles/dev-test-microservice: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.azuredevopslabs.com: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/nnellans/ado-pipelines-guide: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-gb/learn/paths/build-applications-with-azure-devops: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-gb/azure/devops/pipelines: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/microsoft/azure-pipelines-tasks: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://info.acloud.guru/resources/deploy-kubernetes-app-with-azure-devops: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: [] +https://info.acloud.guru/resources/azure-devops-vs-github-comparing-microsofts-devops-twins: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: [] +? https://techcommunity.microsoft.com/t5/apps-on-azure/building-a-path-to-success-for-microservices-and-net-core/ba-p/1502270 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@arunksingh16/azure-devops-handbook-d6dcd82da1b7: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@therealjordanlee/azure-devops-tips-each-loops-c082c692d025: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloudskills.io/blog/git-azure-devops: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.zartis.com/simplify-your-sdlc-with-azure-devops: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/devops/controlling-release-pipelines-with-gates-and-azure-policy-compliance: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=zL0eLEl2BxI&ab_channel=TravisRoberts: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/gbengelebs/setting-up-a-ci-cd-pipeline-using-azure-devops-4gb: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thomasthornton.cloud/2021/04/29/scout-suite-reports-using-azure-devops-pipeline: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/cschotte/Azure-DevOps-Dashboard: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/architecture/creating-cicd-pipeline-vsts-compute-engine: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.letsdevops.net/post/letsdevops-introduction-to-azure-devops-for-beginners: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.kevinrchant.com/2021/09/16/increase-in-demand-for-data-platform-automation: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://www.kevinrchant.com/2021/09/14/t-sql-tuesday-142-introducing-my-azure-devops-templates-for-data-platform-deployments +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.dotnetcurry.com/devops/workitem-customize-azure-devops-server-2020: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/thomast1906/DevOps-The-Hard-Way-Azure: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.thinksys.com/azure/azure-devops-pipeline-complete-guide: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-synapse-analytics-blog/cicd-in-synapse-sql-how-to-deliver-your-database-objects-across/ba-p/3267507 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/provision-resources-on-aws-with-azure-devops-and-terraform-part-i-3c0de6d34fc9: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/provision-resources-on-aws-with-azure-devops-and-terraform-part-ii-45ee450139: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://medium.com/@sdevsecops/how-to-implement-devsecops-in-a-kubernetes-cluster-environment-github-actions-and-azure-devops-522bdd121e34 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/devops/pipelines/process/templates: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/continuous-deployment-with-azure-devops-pipelines-and-kubernetes-12fe1c70b343: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/healthcare-and-life-sciences/azure-devops-pipelines-if-expressions-and-conditions/ba-p/3737159 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/complete-cicd-solution-ms-aks-using-azure-devops-argocd-singh: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-devops-blog/introduction-to-azure-devops-workload-identity-federation-oidc/ba-p/3908687 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://datascientest.com/en/azure-devops-pipeline-yaml-why-configure-ci-cd-pipelines-with-yaml: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thomasthornton.cloud/2021/08/04/conditional-variables-in-azure-devops-pipelines: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://build5nines.com/azure-pipeline-publish-unit-test-and-code-coverage-results-with-net-solution-using-vstest-cobertura-and-coverlet +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thomasthornton.cloud/2024/01/18/adding-pull-request-comments-to-azure-devops-repo-from-azure-devops-pipelines: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://towardsdev.com/azure-devops-project-creation-and-setup-via-terraform-3444ff985bae: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thomasthornton.cloud/2020/07/08/deploy-terraform-using-azure-devops: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.johnfolberth.com: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@muppedaanvesh/azure-devops-self-hosted-agents-on-kubernetes-part-1-aa91e7912f79: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/@DevOps-Diva.o/implementing-security-on-azure-devops-pipelines-a653da4862a9: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://luke.geek.nz/azure/export-azure-devops-repos-azure-storage-account: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/devops/managed-devops-pools: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=FBAav6OoJlw: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/michaelmsonne/AzureDevOpsBackupTool: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://blog.sonnes.cloud/introducing-azure-devops-backup-tool-1-1-0-0-major-update-with-new-features-bug-fixes-and-enhanced-security +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema/pipeline: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/Microsoft/azure-pipelines-tasks: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/datakickstart: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/JFolberth/TheYAMLPipelineOne: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://gist.github.com/GTRekter/51f8be3fbfb13b3696f92e117d956597: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=SZM49lGovTg: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://stackoverflow.com/questions/47307368/what-is-the-difference-between-an-azure-tenant-and-azure-subscription: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://marckean.com/2016/06/01/azure-vs-azure-ad-accounts-tenants-subscriptions: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blogit.create.pt/miguelisidoro/2019/01/07/pros-and-cons-of-single-tenant-vs-multiple-tenants-in-office-365: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/role-based-access-control/rbac-and-directory-admin-roles: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://learn.microsoft.com/en-us/microsoft-365/enterprise/subscriptions-licenses-accounts-and-tenants-for-microsoft-cloud-offerings?view=o365-worldwide +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://itnext.io/secure-azure-cosmos-db-access-by-using-azure-managed-identities-55f9fdf48fda: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=-F9yzj4Kjeo&ab_channel=HoussemDellai: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=Hg-YsUITnck: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/azure/dynamic-user-membership-rules-azure-active-directory/m-p/3281164: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/active-directory/roles/custom-available-permissions: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/active-directory/reports-monitoring/overview-recommendations: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/entra/architecture/multi-tenant-user-management-introduction: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/nb-no/azure/role-based-access-control/delegate-role-assignments-portal: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://codewithme.cloud/posts/2024/02/why-arent-you-using-secretless-authentication: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/credentials-problem-using-azure-managed-identity-dimitar-iliev--wzzaf: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/nb-no/azure/role-based-access-control/delegate-role-assignments-portal?tabs=template: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-infrastructure-blog/azure-permissions-101-how-to-manage-azure-access-effectively/ba-p/4067468 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/microsoft-entra-blog/important-azure-ad-graph-retirement-and-powershell-module/ba-p/3848270 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://journeyofthegeek.com/2024/05/10/azure-authorization-azure-rbac-delegation: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.agrenpoint.com/azcli-adscope: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/medialesson/create-azure-active-directory-app-registration-with-azure-cli-3241aa3824c5: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.inkoop.io/blog/how-to-get-azure-api-credentials: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-create-service-principal-portal: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/medialesson/assigning-azure-built-in-roles-vs-azure-ad-built-in-roles-with-azure-cli-d1cbf56fcdbe: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/microsoftgraph/msgraph-sdk-powershell: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +http://vcloud-lab.com/entries/microsoft-azure/get-started-and-configure-with-certificate-based-authentication-in-azure: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? http://vcloud-lab.com/entries/microsoft-azure/create-an-azure-app-registrations-in-azure-active-directory-using-powershell-azurecli +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.nathannellans.com/post/app-registrations-enterprise-apps-and-service-principals: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.nathannellans.com/post/app-registration-enterprise-apps-part-2: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://zer1t0.gitlab.io/posts/attacking_ad: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/azure-arc/overview: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azurearcjumpstart.io: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/microsoft/azure_arc: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/itops-talk-blog/standardize-devops-practices-across-hybrid-and-multicloud/ba-p/2795010 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/azure-arc/kubernetes/conceptual-gitops-flux2-ci-cd: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.thomasmaurer.ch/2021/06/run-cloud-native-apps-on-azure-paas-anywhere: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.seifbassem.com/blogs/posts/azure-arc-ssh: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/azsk/DevOpsKit: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/azsk/DevOpsKit-docs: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.ismiletechnologies.com/devsecops/secure-devops-kit-azureazsk: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/app-service/reference-app-settings: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/app-service/configure-language-java: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/app-service/configure-custom-container: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.returngis.net/2021/08/acceder-a-un-app-service-con-private-endpoint-desde-otra-vnet: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=53-Y_aI0KpE&ab_channel=MicrosoftAzure: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azure.github.io/AppService/2024/01/05/Diagnose-Tools-for-NodeJs-Linux-apps.html: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.nathannellans.com/post/azure-application-gateway-part-1: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://acethecloud.com/blog/azure-application-gateway-and-nginx-on-vm: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/training/paths/implement-azure-functions: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.azurebrains.com/2021/03/25/despliega-azure-function-terraform-azuredevops: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-observability-blog/azure-monitor-logs-next-evolution-multi-tier-logging/ba-p/4200871 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-observability-blog/introducing-azure-monitor-managed-service-for-prometheus/ba-p/3600185 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-observability-blog/how-to-monitor-your-multi-tenant-solution-on-azure-with-azure/ba-p/4042140 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://havanrijn.wordpress.com/2024/04/01/dont-let-azure-log-analytics-break-the-bank: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/azure-for-isv-and-startups/azure-orphan-resources-grafana-dashboard/ba-p/4120303: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/appcenter/build/choose-between-services: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://itnext.io/how-to-setup-ci-cd-pipelines-for-android-with-azure-devops-2a4ded0de0e7: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://arjavdave.com/2021/03/11/continuous-integration-for-ios-on-azure-devops-part-1: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://sahansera.dev/multi-stage-builds-with-azure-pipelines-ionic: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://sahansera.dev/publishing-android-apps-to-microsoft-appcenter: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://yoshevski.medium.com/cost-effective-azuredevops-and-appcenter-integration-fe606725d5d5: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=s1grtSSIRVA&ab_channel=dotNET: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/powershell: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.powershellgallery.com: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/powershell-community: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/PowerShell/comments/flzsx5/powershell_core_yaml_support: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://powershellmagazine.com: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dbatools.io: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.thomasmaurer.ch/2021/07/powershell-download-script-or-file-from-github: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.deepinstinct.com/2021/07/01/what-makes-powershell-a-challenge-for-cybersecurity-solutions: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://fedoramagazine.org/powershell-on-linux-a-primer-on-object-shells: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.sqlservercentral.com/articles/powershell-day-by-day-adding-help-to-scripts: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/dahlbyk/posh-git: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.guybarrette.com/powershell-prompt-how-to-display-your-current-kubernetes-context-using-oh-my-posh-3: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://jinwookim928.medium.com/automation-script-for-git-flow-on-powershell-70d0596f6da8: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=PjiJsllKZrI&ab_channel=ACloudGuru: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.hackingarticles.in/powershell-for-pentester-windows-reverse-shell: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/resources/managing-terraform-cloud-with-powershell: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/one-shell-to-rule-them-all-5-reasons-to-use-powershell-for-cloud-management: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/windows-powershell/an-example-why-powershell-is-so-important/m-p/3041748: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://jdhitsolutions.com/blog/powershell-7/8793/profile-powershell-functions: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/powershell/when-powershellget-v1-fails-to-install-the-nuget-provider: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.commandline.ninja/use-powershell-to-find-windows-svcs-configured-to-run-as-another-user: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/microsoft-intune/use-powershell-to-retrieve-all-assigned-intune-policies-and/m-p/3217498 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.softzone.es/noticias/windows/por-que-interesa-usar-powershell-lugar-cmd: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.mssqltips.com/sqlservertip/7188/powershell-if-if-else-switch-examples: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://4sysops.com/archives/use-psexec-and-powershell-together: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dotnet-helpers.com/powershell/passing-local-variables-to-remote-powershell-session: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/windows-server-for-it-pro/use-powershell-to-search-for-accounts-in-active-directory-that/m-p/3585934 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/azure-paas-blog/azure-storage-blob-count-amp-capacity-usage-calculator/ba-p/3516855: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dotnet-helpers.com/powershell/azure-keyvault-set-and-retrieve-secrets: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.thomasmaurer.ch/2020/04/enable-powershell-ssh-remoting-in-powershell-7: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://hlokensgard.no/2023/12/05/get-started-with-powershell-7-2-in-azure-automation-account: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/azure-powershell-tips-and-tricks/ba-p/4066848: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-tools-blog/announcing-a-new-login-experience-with-azure-powershell-and/ba-p/4109357 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azure.github.io/enterprise-azure-policy-as-code: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/cli/azure/microsoft-graph-migration?tabs=powershell: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.techtarget.com/searchwindowsserver/tutorial/Get-up-to-speed-with-PowerShell-and-the-Microsoft-Graph-API: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://rakhesh.com/azure/graph-cmdlets-and-azure-ad-app-registrations: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.yannickreekmans.be/secretless-applications-add-permissions-to-a-managed-identity: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/YannickRe/msgraph-utility-scripts: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://practical365.com/connect-microsoft-graph-powershell-sdk: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://practical365.com/use-certificate-authentication-microsoft-graph-sdk: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/Abhisheksinhacoder/collection-of-useful-scripts: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/jrussellfreelance/powershell-scripts: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/search?l=powershell&q=stars%3A%3E1&s=stars&type=Repositories: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://systemcenterdudes.com/create-operational-sccm-collection-using-powershell-script: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/prae1809/PowerShell-Scripts/tree/master/OperationalCollections: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/Mr-Un1k0d3r/ATP-PowerShell-Scripts: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.shudnow.io: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/ElanShudnow/AzureCode/blob/main/PowerShell/AzVNETOverlap/README.md: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/admindroid-community/powershell-scripts: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/powershell/announcing-powershell-crescendo-preview-1: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/powershell-community/my-crescendo-journey: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.powershellgallery.com/packages/Microsoft.PowerShell.Crescendo: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://visualstudiomagazine.com/articles/2022/03/10/powershell-crescendo-ga.aspx?m=1: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.commandline.ninja/video-intro-to-secret-management-with-powershell: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/microsoft/ARI: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://argonsys.com/microsoft-cloud/library/how-to-query-azure-resources-using-the-azure-cli: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/virtual-machines/linux/expand-disks: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-tools-blog/announcing-template-based-previews-of-azure-cli-and-azure/ba-p/3933802 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://build5nines.com/azure-resource-tags-important-organization-strategies-and-tips: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://build5nines.com/azure-cli-check-if-blob-exists-in-azure-storage: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.mandiant.com/resources/azure-run-command-dummies: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/virtual-machines/linux/run-command: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/virtual-machines/windows/run-command: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/powershell/scripting/dsc: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/powershell/scripting/dsc/configurations/configData: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://octopus.com/blog/getting-started-with-powershell-dsc: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/Azure/bicep: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/johnlokerse/azure-bicep-cheat-sheet: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/nnellans/bicep-guide: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://faun.pub/from-terraform-to-azure-bicep-what-you-need-to-know-bb1c404b7603: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-infrastructure-blog/part-1-leverage-bicep-standard-model-to-automate-azure-iaas/ba-p/3804348 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://blog.cloudtrooper.net/2023/06/08/deploy-azure-network-as-code-as-a-champ: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/defender-for-cloud/iac-vulnerabilities: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://insight-services-apac.github.io/2023/12/04/getting-started-bicep: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://build5nines.com/get-started-with-azure-bicep: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/exporting-importing-variables-between-bicep-files-freek-berson-n0ske: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://luke.geek.nz/azure/azure-naming-tool-api-bicep-resources: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://www.microsoft.com/insidetrack/blog/revolutionizing-our-arm-template-deployment-at-microsoft-with-shift-from-json-to-bicep +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-developer-community-blog/infra-in-azure-for-developers-the-how-part-2/ba-p/4046385 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://johnlokerse.dev/2024/02/05/lint-azure-bicep-templates-in-azure-devops: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-governance-and-management/announcing-public-preview-of-bicep-templates-support-for/ba-p/4141772 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/Azure-Samples/azure-ai-studio-secure-bicep: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/Azure-Samples/azure-ai-studio-secure-bicep/blob/main/bicep/managedvnet/README.md: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azure.github.io/Azure-Verified-Modules: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=y1lOKQOapTw: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/samples/azure-samples/avm-terraform-labs/avm-terraform-labs: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://azure.microsoft.com/en-in/blog/how-microsoft-azure-crossregion-load-balancer-helps-create-region-redundancy-and-low-latency +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/azure/traffic-manager: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/dns/dns-private-resolver-overview: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aidanfinn.com/?p=23582: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-infrastructure-blog/centralized-private-resolver-architecture-implementation-using/ba-p/4132622 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/azure/vpn-gateway/openvpn-azure-ad-tenant: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-security-center/security-control-implement-security-best-practices/ba-p/2269914 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/Cloud-Architekt/AzureAD-Attack-Defense: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://devops.com/devsecops-in-azure: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/security/fundamentals/network-overview: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/entra/identity/conditional-access/concept-conditional-access-policy-common: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/architecture/guide/security/conditional-access-architecture: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/Azure/Microsoft-Defender-for-Cloud/tree/main/Workbooks/Network%20Security%20Dashboard: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/microsoft-defender-for-cloud/microsoft-announces-general-availability-of-defender-for-apis/ba-p/3981488 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/microsoft-defender-xdr-blog/what-s-new-in-defender-how-copilot-for-security-can-transform/ba-p/4084222 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/monitoring-microsoft-sentinel-reports-with-dashboard-hub-amp/ba-p/4203870 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://build5nines.com/introducing-microsoft-copilot-for-azure: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azure.microsoft.com/en-us/blog/azure-virtual-wan-introduces-its-first-saas-offering: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/azure/fleet: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/codex/7-best-practices-for-data-ingestion-f336c6b5128c: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.mssqltips.com/sqlservertip/7094/azure-data-factory-vs-ssis-similarities-differences: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-developer-community-blog/azure-data-factory-how-to-split-a-file-into-multiple-output/ba-p/4039825 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.muycomputer.com/2021/06/03/winget-1-0-paquetes-windows-10: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.thomasmaurer.ch/2021/07/getting-started-with-windows-package-manager-winget: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/this-week-in-programming-windows-opens-up-to-android-developers: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azure.microsoft.com/en-us/services/api-management: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://jmfloreszazo.com/monetizar-un-api-con-azure-api-management: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/Azure-Samples/api-management-workspaces-migration: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azure.microsoft.com/services/container-apps: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/apps-on-azure/introducing-azure-container-apps-a-serverless-container-service/ba-p/2867265 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/fasttrack-for-azure/azure-policy-for-azure-container-apps-yes-please/ba-p/3775200: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://denniszielke.medium.com/using-azure-container-apps-at-scale-instead-of-your-building-your-own-naas-on-top-of-k8s-7c4760c2511f +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azure.microsoft.com/en-us/services/container-instances: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://unit42.paloaltonetworks.com/azure-container-instances: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://nedinthecloud.com/2024/04/15/using-azure-container-instances-for-an-azure-devops-self-hosted-agent: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/azure-storage-blog/azure-container-storage-in-public-preview/ba-p/3819246: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.thomasmaurer.ch/2020/06/how-to-install-a-windows-server-container-host: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/site-recovery/azure-to-azure-how-to-enable-policy: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/Azure-Samples/azure-pipelines-variable-templates: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/Azure-Samples/jmeter-aci-terraform: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/Azure-Samples/azure-pipelines-remote-tasks: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: [] +https://github.com/Azure-Samples/jenkins-terraform-azure-example: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/azure-devops: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/microsoft/azure-pipelines-yaml: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/microsoft/azure-pipelines-yaml/blob/master/templates/maven.yml: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/healthcare-apis/dicom: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/microsoft/dicom-server: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/microsoft/fhir-server: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.microsoft.com/en-us/research/project/medical-image-analysis: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/microsoft/InnerEye-Gateway: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.microsoft.com/en-us/research/blog/biomedical-research-platform-terra-now-available-on-microsoft-azure: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://o365reports.com: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azure.microsoft.com/en-us/resources/azure-for-architects: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dev.to/javinpaul/7-free-courses-to-learn-microsoft-azure-cloud-platform-bg4: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/PacktPublishing/The-Azure-Cloud-Native-Architecture-Mapbook: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3686694/getting-started-with-azure-openai.html: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://jamiemaguire.net/index.php/2023/04/22/first-look-azure-open-ai-studio-prompt-engineering-what-you-can-do-and-how: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/ai-azure-ai-services-blog/the-ai-study-guide-azure-s-top-free-resources-for-learning/ba-p/4036890 +: v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/build-secure-ai-applications-on-azure-with-hashicorp-terraform-and-vault: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://scoop.sh: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/JPCERTCC/LogonTracer: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/mspnp/AzureNamingTool: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/JulianHayward/AzADServicePrincipalInsights: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/ElanShudnow/AzureCode: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/ElanShudnow/AzureCode/tree/main/PowerShell/AzResourceMoveSupport: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/mustafakaya/Azure-Reliability-Checker-Tool: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/microsoft/finops-toolkit: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/BrianCollet/onboard-automator: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://github.com/nicolgit/azure-firewall-mon: + v1: + - page: azure.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/solutions-architect-tips-the-5-types-of-architecture-diagrams-eb0c11996f9e: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.alibabacloud.com/blog/how-to-create-an-effective-technical-architectural-diagram_596100: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://learningdaily.dev/software-architecture-diagramming-and-patterns-7d38999e7a12: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudskew.com: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.diagrams.net: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.hyperglance.com: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://plantuml.com: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://drawio-app.com: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/12/open-source-mind-mapping-drawio: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/microsoft-developer-community/draw-io-azure-infrastructure-diagrams-through-code-like-an/ba-p/4071316 +: v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://isoflow.io: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/the-top-cloud-diagramming-tools-ranked: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/architect/diagramming-tools-cloud-infrastructure: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.autodraw.com: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/architect/diagramming-tools-network-architecture: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/architect/design-enterprise-architecture-diagrams: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/contribute/style/diagram-guide: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/mingrammer/diagrams: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://navveenbalani.dev/index.php/articles/code-to-custom-cloud-architecture-diagrams: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/dcasati/kubernetes-PlantUML: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://excalidraw.com: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://diagrams.mingrammer.com: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/cloudogu/k8s-diagrams: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/architecture/icons: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/architecture/icons: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloud.google.com/icons: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/aquasecurity/cloudsec-icons: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes/community/tree/master/icons: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloudcraft.co: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.diagrams.net/blog/drawio-aws-cloudcraft: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.hava.io: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://draw.io: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://duo.com/blog/introducing-cloudmapper-an-aws-visualization-tool: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.lucidchart.com: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://lucidscale.com: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://infviz.io: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/wongcyrus/aws-account-cloud9-visualizer: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: [] +https://www.linkedin.com/pulse/how-visualize-your-aws-account-cloud9-wong-chun-yin-cyrus-%E9%BB%83%E4%BF%8A%E5%BD%A5-: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.lucidchart.com/pages/integrations/aws-architecture-import: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/solutions/implementations/aws-perspective: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/mhlabs/cfn-diagram: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://alanblackmore.medium.com/aws-diagram-architecture-afb50ea569a4: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/awslabs/diagram-as-code: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/topics/developers-practitioners/introducing-google-cloud-architecture-diagramming-tool: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/feluelle/airflow-diagrams: + v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/contino-engineering/data-pipeline-orchestration-using-amazon-managed-workflows-for-apache-airflow-mwaa-60e5b213a0a7 +: v1: + - page: cloud-arch-diagrams.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/managing-helm-releases-the-gitops-way: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.thoughtworks.com/radar/tools/helm: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://helm.sh: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://helm.sh/docs: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://helm.sh/docs/chart_template_guide/getting_started: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/helm/helm: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=9cwjtN3gkD4: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=cZ1S2Gp47ng: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=CmPK93hg5w8: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=eMOzF_xAm7w: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=INv-VCZvM_o: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/15-useful-helm-charts-tools: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/create-install-upgrade-and-rollback-a-helm-chart-p: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/create-install-upgrade-rollback-a-helm-chart-part: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/cicd-with-kubernetes-and-helm: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://codefresh.io/helm-tutorial/taking-helm-3-spin: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://banzaicloud.com/blog/helm3-the-good-the-bad-and-the-ugly: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://helm.sh/blog/migrate-from-helm-v2-to-helm-v3: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.arthurkoziel.com/validate-helm-chart-values-with-json-schemas: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hackernoon.com/kubernetes-and-helm-a-deadly-combo-to-help-you-deploy-with-ease-rjr30x2: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/helm-chart-development-guide-bbc525d3b448: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/analytics-vidhya/multi-namespace-helm-deploy-in-kubernetes-26d1baf1ca5c: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/helm-security: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + - page: helm.md + is_bold: false + is_highlighted: false + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://daveops.xyz/en/2020/09/18/running-db-migrations-on-kubernetes-with-helm: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://mbbaig.blog/how-to-create-custom-helm-charts: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/edlegaultle/introduction-to-helm-50jl: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/helm-3-umbrella-charts-standalone-chart-image-tags-an-alternative-approach-78a218d74e2d: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://jfrog.com/blog/helm-charts-best-practices: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=2HPsPOwHOlY&ab_channel=DonovanBrown: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://harness.io/blog/continuous-delivery/what-is-helm: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/what-is-a-helm-chart-tutorial-for-kubernetes-beginners: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=1FzOlSed5ts&ab_channel=OpenShift: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2021/03/23/quick-application-deployments-on-microk8s-using-helm-chart: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2021/03/24/add-java-agents-to-existing-kubernetes-and-helm-applications-instantly: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/marionete/create-helm-charts-to-manage-kubernetes-applications-9c4235acf99e: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.heyal.co.uk/unit-testing-helm-charts: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://bridgecrew.io/blog/open-source-helm-security-research: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://bridgecrew.io/blog/open-source-helm-security-research-part-2: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://bridgecrew.io/blog/open-source-helm-security-research-part-3: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/red-hat-openshift-certification-extends-support-kubernetes-native-technologies-helm: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://jasiek-petryk.medium.com/setting-up-a-private-helm-chart-repository-on-github-4a767703cec8: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://betterprogramming.pub/how-to-continuously-test-and-deploy-your-helm-charts-on-kubernetes-clusters-using-kind-d71e3585d2dc +: v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.flant.com/advanced-helm-templating: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/helm-101-for-developers-1c28e734937e: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/07/20/deploy-nodejs-applications-red-hat-openshift-helm: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/upgrade-helm-if-you-dont-want-to-share-your-username-and-password: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thedeveloperstory.com/2021/07/12/helm-101-brief-introduction-to-kubernetes-package-manager: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/6-tips-for-creating-helm-charts-in-kubernetes-applications-452a37446f31: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/groupon-eng/kubernetes-deployment-using-helm-charts-and-krane-e0100b55d00c: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/blog/application-management-in-kubernetes-environments-with-helm-charts-and-kubernetes-operators: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://codersociety.com/blog/articles/helm-best-practices: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://bridgecrew.io/blog/applying-kubernetes-security-best-practices-to-helm-charts: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://codefresh.io/helm-tutorial/using-helm-with-gitops: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/containers-101/using-helm-with-gitops-555443340369: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@deejiw/test-helm-release-in-production-environment-with-zero-downtime-400c5d41ecdf: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://learn.hashicorp.com/tutorials/waypoint/gitops-helm-deployment: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/deploying-helm-apps-to-kubernetes-with-waypoint-and-gitops: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/dailymotion/deploying-apps-on-multiple-kubernetes-clusters-with-helm-19ee2b06179e: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gennyallcroft.medium.com/understanding-kubernetes-deployments-with-helm-444116a622be: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/codex/helm-charts-for-kubernetes-developers-dce5719d4c8c: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://apiiro.com/blog/malicious-kubernetes-helm-charts-can-be-used-to-steal-sensitive-information-from-argo-cd-deployments +: v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@paolo.gallina/releasing-helm-charts-maintaining-your-mental-health-b382685390c8: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devopslearners.com/how-to-convert-helm-chart-to-kubernetes-yaml-fbe6d6722f6: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://mlepeshkin.medium.com/automated-kubernetes-deployment-with-helm-and-additional-templating-dc960689609f: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/francoislp/post-mortem-1h30-downtime-on-a-saturday-morning-5af0: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.ediri.io/how-to-unit-test-your-helm-charts: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/reference-other-values-in-helm-chart-values-file-19d44d9276c7: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@percenuage/my-adventure-with-helm-as-gitops-in-a-distributed-architecture-6a6fdc6f11bd: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/avmconsulting-blog/deploying-applications-using-helm-in-kubernetes-b5c8b609e4b5: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/tech-chronicles/helm-test-tested-my-patience-732eeab0e935: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://xbery.medium.com/deploy-helm-charts-using-terraform-module-63684efbd221: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/gre9ory/hull-tutorial-01-introducing-hull-the-helm-universal-layer-library-4njb: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/codex/simplifying-kubernetes-deployments-with-helm-package-manager-bf834c51818d: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/helm-advanced-commands-9365097475b: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/helm-named-templates-de2efc3875d0: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/helm-template-actions-functions-and-pipelines-16ed23ed336f: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://shipmight.com/blog/understanding-helm-upgrade-reset-reuse-values: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/stop-cloning-helm-charts-enough-b40fb5d67ac7: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/kubeshop-i/monokle-helm-quality-kubernetes-deployments-af050fcc91db: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/itnext/introducing-k8studio-v3-the-ultimate-kubernetes-workspace-just-got-even-better-0bc0de63642c: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/hosting-your-own-helm-chart-on-github-with-chart-releaser-a356ac10ce5c: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/package-and-deploy-your-application-using-helm-chart-21f0c568e65c: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@badawekoo/helm-theory-demo-and-commands-you-need-to-know-628777fdb0c2: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/rtpro/helm-release-time-to-livettl-for-temporary-environments-1239: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/how-to-secure-helm: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/zeals-tech-blog/helm-your-kubernetes-application-7af6293bcfcf: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/linux-shots/use-postgresql-as-backend-storage-for-helm-de407cd9c43: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://tratnayake.dev/helm-include-all-files-from-directory-in-line: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://fenyuk.medium.com/helm-for-kubernetes-datree-for-keeping-cluster-secure-and-healthy-6fbd10f0d958: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://fenyuk.medium.com/helm-for-kubernetes-gitops-with-argo-cd-c8f80330596: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/helm-how-release-information-is-stored-778d7f0b7498: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/helm-data-sharing-between-parent-and-child-chart-c4487a452d4e: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.searce.com/transform-kubernetes-manifests-into-helm-chart-f3d100688423: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/helm-chart-wait-for-all-dependencies-before-starting-kubernetes-pods-cc0a3ddbf02b: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.knell.it/making-your-helm-chart-observable-for-prometheus: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://mattias.engineer/courses/kubernetes/helm: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/databus23/helm-diff: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/meshery/helm-kanvas-snapshot: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/helm/helm-mapkubeapis: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@marc.khouzam/shell-completion-for-plugins-with-helm-3-8-7cb001012a54: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/JovianX/helm-release-plugin: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubepack/chart-doc-gen: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://frigate.readthedocs.io: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://rafay.co/the-kubernetes-current/helm-chart-hooks-tutorial: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/helm-reusable-chart-named-templates-and-a-generic-chart-for-multiple-applications-13d9b26e9244: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/applying-kubernetes-security-best-practices-to-helm-charts: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/adevinta-tech-blog/highway-to-helm-how-to-efficiently-manage-chart-sources-f5749ba8031e: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/norwoodj/helm-docs: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/k8s-helm-dashboard-d7509c5fee88: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/introduction-to-helm-dashboard-dddf43e38cc2: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/komodorio/helm-dashboard: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/blendle/kubecrt: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://toolbox.kali-linuxtr.net/kubecrt-convert-helm-charts-to-kubernetes-resources.tool: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.datree.io/resources/how-to-build-a-helm-plugin-in-minutes: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/12/kubernetes-developer: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/preventing-kubernetes-misconfigurations-using-datree: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://codeengineered.com/blog/2020/helm-find-charts: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://hub.helm.sh: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://helm.sh/blog/new-location-stable-incubator-charts: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://charts.helm.sh/stable: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://charts.helm.sh/incubator: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://bitnami.com/stacks/helm: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://chartcenter.io: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://artifacthub.io: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hub.kubeapps.com: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/fairwindsops/nova: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/SAP/kubernetes-deployment-orchestrator: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://harness.io/blog/devops/helm-chart-repo: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/helm/charts/tree/master/stable/jenkins: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/codecentric/helm-charts: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/helm/charts/tree/master/stable/sonatype-nexus: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hub.helm.sh/charts/choerodon/nexus3: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/helm/charts/tree/master/stable/sonarqube: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/helm/charts/tree/master/stable/selenium: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/helm/charts/tree/master/stable/distributed-jmeter: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/introducing-the-quarkus-helm-chart: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://artifacthub.io/packages/search?repo=haproxytech: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://prometheus-community.github.io/helm-charts: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://boxunix.com/2022/02/05/developers-guide-to-writing-a-good-helm-chart: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/vidispine/hull: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/helmfile/helmfile: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linuxadvise.com/amp/helmfile-next-level-to-manage-your-helm-charts: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/database-migrations-on-kubernetes-using-helm-hooks-fb80c0d97805: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/redhat-certification/chart-verifier: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/mogensen/helm-changelog: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/bridgecrewio/helm-scanner: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Praqma/helmsman: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@marco.franssen/gitops-using-helmsman-to-apply-helm-charts-to-k8s-1a7217ced411: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/tellerops/helm-teller: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/mumoshu/helm-x: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/maorfr/helm-backup: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/helmwave/helmwave: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/jkosik/helm-decomposer: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/projectsveltos/sveltosctl: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://abhaypore.medium.com/migrate-your-manifest-yaml-files-into-helm-chart-32a44230f3b5: + v1: + - page: helm.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://stackoverflow.blog/2021/03/08/infrastructure-as-code-create-and-configure-infrastructure-elements-in-seconds: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.invensislearning.com/blog/infrastructure-as-a-code-tutorial: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.agileconnection.com/article/infrastructure-code-foundation-effective-devops: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cloudify.co/blog/infrastructure-as-code-is-it-really-enough-for-devops: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://bridgecrew.io/blog/5-tips-for-securely-adopting-infrastructure-as-code: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.redhat.com/architect/pull-push-provisioning-cicd: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/platform-as-code-how-it-compares-with-infrastructure-as-code-and-what-it-enables-2684b348be2e: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://daffodilsw.medium.com/what-is-infrastructure-automation-in-devops-d9681870b07d: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/iac-cloud-misconfiguration-tools-too-noisy-without-context: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/what-is-infrastructure-as-code: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://faun.pub/the-best-infrastructure-as-code-tools-for-2021-b37c323e89f0: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devops.com/updating-and-managing-infrastructure-as-code-iac: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/guis-cli-apis-learn-basic-terms-of-infrastructure-as-code: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/infrastructure-as-code-increase-security-scale-development: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devopscube.com/immutable-infrastructure: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@bunnyshell/how-to-overcome-infrastructure-as-code-iac-challenges-f4947be7cde2: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/a-beginners-guide-to-infrastructure-as-code: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.javacodegeeks.com/2023/03/infrastructure-as-code-best-tools-for-2023-included.html: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/infrastructure-as-code-or-cloud-platforms-you-decide: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3692296/5-priorities-that-cut-cloud-costs-and-improve-it-ops.html: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://spacelift.io/blog/infrastructure-as-code-with-generic-ci-cd: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://matt-rickard.com/infrastructure-as-code-will-be-written-by-ai: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/achieve-gitops-on-day-one-with-iac-automation: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@faisalkuzhan/day-43-90-infrastructure-as-code-iac-5a826258ee4b: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/benefits-of-convention-over-configuration-for-iac-deployment-projects: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/short-using-iac-over-clickops-229e919b5373: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/local-environment-as-code-is-it-possible-yet: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.clickittech.com/devops/infrastructure-as-code-tools: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/terraform-vs-ansible-difference: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.clickittech.com/devops/terraform-vs-cloudformation: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://k21academy.com/ansible/terraform-vs-ansible: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2021/04/06/cloudformation-vs-terraform-which-is-better: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cloudify.co/blog/ansible-vs-terraform: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/itops-talk-blog/infrastructure-as-code-iac-comparing-the-tools/ba-p/3205045: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://spacelift.io/blog/ansible-vs-terraform: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.env0.com/blog/ansible-vs-terraform-when-to-choose-one-or-use-them-together: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://awstrainingwithjagan.com/infrastructure-as-code-tool-comparison: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/pulumi/pulumi: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://t.co/C6uicr7ZPS: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://nedinthecloud.com/2025/07/01/ephemeral-values-in-terraform: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/HewlettPackard/terraschema: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cloudtips.nl/the-maester-terraform-module-8c68b2b68c51: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/Checkmarx/kics: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/gofireflyio/aiac: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/nerd-for-tech/kubernetes-declaratively-deploying-infrastructure-iac-789f14d999c6: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cloud.google.com/config-connector/docs/overview: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/globant/infrastructure-as-code-using-kubernetes-d3d329446517: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=--RRpw_6onA: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@nidhibansal26/iac-and-openshift-virtualization-handshake-c0a4ada79af5: + v1: + - page: iac.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://grow.google/certificates/interview-warmup: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://github.com/moabukar/tech-vault: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.interviewbit.com/ansible-interview-questions: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.guru99.com/ansible-interview-questions.html: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://devsecops.co.in/2021/05/18/ansible-interview-questions: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.interviewbit.com/terraform-interview-questions: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.simplilearn.com/terraform-interview-questions-and-answers-article: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://mrdevops.hashnode.dev/top-40-terraform-interview-questions-and-answers-for-2023: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.fosstechnix.com/terraform-cloud-interview-questions-and-answer: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/interview-question/amazon-aws-interview-questions: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.interviewbit.com/aws-interview-questions: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.techgeekbuzz.com/top-aws-interview-questions-and-answers: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.gcreddy.com/2022/02/sql-interview-questions-and-answers.html: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://artoftesting.com/sql-queries-for-interview: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://automationreinvented.blogspot.com/2020/11/top-30-api-testing-interview-questions.html: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://automationqahub.com/latest-api-testing-interview-questions-and-answers: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://grokkinginterview.com/13-rest-api-interview-questions-you-need-to-know-f0e7ec857550: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://automationreinvented.blogspot.com/2020/10/top-11-kubernetes-interview-questions.html: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://denic.hashnode.dev/resources-to-crush-the-technical-interview: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.learnsteps.com/devops-interview-questions-how-will-you-scale-your-current-ci-cd-pipeline: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/interview-question/devops-interview-questions: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://vitalflux.com/devops-architect-interview-questions: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://devsecops.co.in/2021/05/20/devops-interview-questions: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.learnsteps.com/devops-interview-questions-what-do-you-know-about-proc-filesystem-in-linux: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://automationqahub.com/latest-selenium-interview-questions-and-answers: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://automationreinvented.blogspot.com/2020/06/top-30-interview-questions-on.html: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/interview-question/mysql-interview-questions: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/interview-question/git-interview-questions-answers: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://automationreinvented.blogspot.com/2021/05/top-git-interview-question-set-03-for.html: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://automationreinvented.blogspot.com/2021/09/top-40-git-interview-questions-and.html: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://automationqahub.com/mastering-git-your-ultimate-git-cheat-sheet-for-quick-reference: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.java67.com/2021/02/microservices-interview-questions-answers-java-spring.html: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://towardsdev.com/microservice-interview-questions-for-backend-developers-series-1-112d623a7c2a: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.java-success.com/writing-low-latency-applications-in-java: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.java-success.com/java-garbage-collection-interview-questions-and-answers: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +? https://medium.com/javarevisited/50-java-collections-interview-questions-for-beginners-and-experienced-programmers-4d2c224cc5ab +: v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.javaguides.net/2018/10/java-main-method-interview-questions-with-answers.html: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/interview-question/jenkins-interview-questions-answers: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://automationreinvented.blogspot.com/2021/09/top-10-jenkins-interview-question-for.html: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://automationreinvented.blogspot.com/2021/12/top-20-jenkins-interview-questions-and.html: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://linux.amitmaheshwari.in/2019/11/kubernetes-interview-questions-and.html: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/interview-question/kubernetes-interview-questions-answers: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://automationreinvented.blogspot.com/2020/09/top-11-kubernetes-interview-question.html: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://devsecops.co.in/2021/05/22/kubernetes-interview: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://ymmt2005.hatenablog.com/entry/k8s-things: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://automationreinvented.blogspot.com/search/label/Kubernetes?m=1: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://jakubstransky.com/2021/11/05/4-devs-kubernetes-interview-question-made-easy: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://automationreinvented.blogspot.com/2020/11/top-interview-question-on-kubernetes.html: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://javarevisited.blogspot.com/2022/03/top-20-apache-kafka-interview-questions.html: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://age-of-product.com/42-scrum-product-owner-interview-questions: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://automationqahub.com/latest-rest-assured-interview-questions: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://automationqahub.com/popular-software-testing-interview-questions: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://automationreinvented.blogspot.com/2021/03/top-40-api-testing-interview-question.html: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://automationreinvented.blogspot.com/2021/01/top-60-interview-questions-on.html: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://automationreinvented.blogspot.com/2022/03/top-80-api-testing-interview-questions.html: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +http://www.mypythonquiz.com: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://www.learnsteps.com/devops-interview-questions-important-python-questions: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://vahid.blog/post/2022-05-05-system-design-interview-cheat-sheet: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://javarevisited.blogspot.com/2022/08/json-interview-questions-with-answers.html: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://automationqahub.com/common-cypress-interview-questions: + v1: + - page: interview-questions.md + is_bold: false + is_highlighted: false + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2018/06/28/why-kubernetes-is-the-new-application-server: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/topics/microservices/why-choose-red-hat-microservices: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://changelog.com/posts/monoliths-are-the-future: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.allthingsdistributed.com/2023/05/monoliths-are-not-dinosaurs.html: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.weave.works/technologies/going-cloud-native-6-essential-things-you-need-to-know: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/operators-and-sidecars-are-the-new-model-for-software-delivery: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://jaxenter.com/kubernetes-practical-implications-171647.html: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://jaxenter.com/kubernetes-extensions-172215.html: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.thoughtworks.com/radar/platforms/kubernetes: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://addwebsolution.com/blog/how-kubernetes-helps-businesses-manage-their-it-infrastructure: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://loves.cloud/kubernetes-an-introduction: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/microservices-vs-monoliths-an-operational-comparison: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.weave.works/blog/6-business-benefits-of-kubernetes: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.ituser.es/opinion/2020/07/las-principales-habilidades-que-un-arquitecto-cloud-necesita-para-triunfar: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.enterprisetimes.co.uk/2020/07/23/monolithic-versus-microservice-architecture: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://searchcloudcomputing.techtarget.com/feature/Modernize-legacy-applications-with-containers-microservices: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.heroku.com/monolithic-applications-into-services: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blogs.vmware.com/vov/2018/08/06/how-to-deconstruct-a-monolith-using-microservices-getting-ready-for-cloud-native: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/7-best-practices-to-build-and-maintain-resilient-applications-and-infrastructure: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.viewnext.com/front-end-vs-back-end: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/what-is-the-modern-cloud-native-stack: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2020/09/15/top-7-challenges-to-becoming-cloud-native: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.lavanguardia.com/economia/20201014/484036217179/transformacion-digital-empresas-foncillas-pf-video-seo-lv.html: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devops.com/6-advantages-of-microservices: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloudpundit.com/2020/09/22/dont-boil-the-ocean-to-create-your-cloud: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.hcltech.com/blogs/devops-tools-and-technologies-manage-microservices: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/containerizing-applications: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/12/containers-101: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devops.com/why-boring-tech-is-best-to-avoid-a-microservices-mess: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/3-reasons-why-you-cant-afford-to-ignore-cloud-native-computing: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/defining-a-different-kubernetes-user-interface-for-the-next-decade: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/react-in-real-time-with-event-driven-apis: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://codeopinion.com/splitting-up-a-monolith-into-microservices: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://javarevisited.blogspot.com/2020/11/why-devops-engineer-learn-docker-kubernetes.html: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://www.techrepublic.com/article/kubernetes-will-deliver-the-app-store-experience-for-enterprise-software-says-weaveworks-ceo +: v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://shahirdaya.medium.com/what-does-it-mean-to-be-cloud-native-12360a324571: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://enterprisersproject.com/article/2021/1/5-hybrid-cloud-trends-2021: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloudify.co/everything-you-need-to-know-about-hybrid-cloud: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://jaxenter.com/kubernetes-bigger-173675.html: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://skamille.medium.com/make-boring-plans-9438ce5cb053: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloud-melon.com/2019/12/26/under-the-hood-of-kubernetes-and-microservices: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/study-silos-are-chief-impediment-to-it-and-business-value: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/prepare-to-adopt-the-cloud-a-10-step-cloud-migration-checklist: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.devprojournal.com/technology-trends/kubernetes/containers-kubernetes-and-software-development-in-2021: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/migrating-monoliths-to-microservices-with-decomposition: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.getcortexapp.com/post/why-you-need-a-microservices-catalog-tool: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.ringcentral.co.uk/gb/en/blog/definitions/software-as-a-service-saas: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://shopify.engineering/faster-shopify-ci: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/saga-orchestration-outbox: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/a-design-analysis-of-cloud-based-microservices-architecture-at-netflix-98836b2da45f: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.container-solutions.com/how-mature-is-your-microservices-architecture: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.techerati.com/features-hub/opinions/microservices-in-the-cloud-native-era: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-cloud-native-landscape-platforms-explained: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/google-and-oracle-cloud-adoption-doubles-among-enterprises-3: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/multicloud-challenges-and-solutions: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.makeuseof.com/kubernetes-or-docker: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3614210/the-decline-of-heroku.html: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/microservices-design-ideals: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-scalability-myth: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-4-definitions-of-multicloud-part-1-data-portability: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/multicloud-paves-the-way-for-cloud-native-resiliency-models: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3616211/3-cloud-architecture-mistakes-we-all-make-but-shouldnt.html: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.ringcentral.co.uk/gb/en/blog/definitions/cloud-management: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/resources/why-microservices: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/private-vs-public-cloud-how-kubernetes-shifts-the-balance: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/microservices-architecture-from-a-to-z-7287da1c5d28: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://skycrafters.io/blog/2021/06/08/do-containers-really-contain: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: [] +https://cloud.google.com/learn/what-is-kubernetes: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.simform.com/multi-cloud-strategy: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.min.io/monoclouds-vs-multiclouds-hybridclouds: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://www.xataka.com/pro/deuda-tecnica-lastre-para-tecnologicas-estudio-senala-que-informaticos-pierden-casi-dia-trabajo-a-semana-para-solventarlas +: v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/typeable/when-it-pays-to-choose-microservices-12h5: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/business/public-cloud-vs-private-cloud-whats-the-difference: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/techbeatly/container-fundamentals-part-i-445881a81b7: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-future-of-microservices-more-abstractions: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/transform-and-future-proof-your-architecture-with-mach: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://yellow.systems/blog/how-to-build-a-scalable-web-application: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/7/system-administrators: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/cloud-engineers-try-policy-as-code-to-cure-misconfiguration-woes: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/microservices-for-net-developers/what-is-microservices-and-why-is-it-different-fac017cb8cf4: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.simform.com/blog/multi-cloud-architecture: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.simform.com/cloud-migration-ebook: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.fylamynt.com/post/mastering-cloud-automation-in-the-cloud-native-era: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.dynatrace.com/news/blog/what-are-microservices: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/getdefault-in/monoliths-vs-microservices-59cff20bb106: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/top-time-wastes-as-a-software-engineer: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/reasons-to-opt-for-a-multicloud-strategy: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://community.hpe.com/t5/HPE-Ezmeral-Uncut/Containers-vs-VMs-What-s-the-difference/ba-p/7147090: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hiralee.medium.com/software-design-vs-architecture-1da0a94322a4: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.deref.io/containers-dont-solve-everything: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.geeksforgeeks.org/microservice-architecture-introduction-challeneges-best-practices: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/automation-combat-increased-workload: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/intention-as-code-making-self-healing-infrastructure-work: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hackernoon.com/9-basic-and-crucial-tips-for-microservices-developers: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://engineering.monday.com/monday-coms-multi-regional-architecture-a-deep-dive: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/blog/how-to-modernize-virtualized-workloads: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/transitioning-from-monolith-to-microservices: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2021/10/29/how-to-justify-infrastructure-replacement-to-your-manager: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.enter.co/especiales/dev/herramientas-dev/estos-son-los-10-lenguajes-de-programacion-mas-populares-en-2021: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://zesty.co/blog/10-cloud-deficiencies: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.weave.works/blog/kubernetes-cluster: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.techrepublic.com/article/enterprises-get-closer-to-the-app-store-experience-with-kubernetes-and-gitops: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.theregister.com/2021/12/21/how_kubernetes_lowers_costs: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/architect/best-microservices-2021: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3645374/kubernetes-up-serverless-down-report.html: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://venturebeat.com/2021/12/22/5-ways-the-world-of-it-operations-will-shift-in-2022-and-beyond: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/5-cloud-native-trends-to-watch-out-for-in-2022: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/distributed-monolith-1d2d9f86a68f: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoq.com/presentations/fail-cloud-native-migration: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/app-modernization-5-tips-when-migrating-to-kubernetes: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-and-the-next-generation-of-paas: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/a-beginners-guide-to-understanding-microservices-d2a8bae871b7: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://nathanpeck.com/why-should-use-container-orchestration: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://christophermeiklejohn.com/filibuster/2022/03/19/understanding-faults.html: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.websiteplanet.com/blog/what-is-open-source-software: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/interviewnoodle/shift-from-monolith-to-cqrs-a34bab75617e: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://bytebytego.com/courses/system-design-interview/scale-from-zero-to-millions-of-users: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@ajin.sunny/system-design-architecture-stateful-vs-stateless-62ed0ddb9f2b: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@ajin.sunny/system-design-concept-rate-limiting-f4da72371533: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@ajin.sunny/rate-limiting-in-distributed-systems-bbeca0c47b96: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://semaphoreci.com/blog/deploy-microservices: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/top-10-architecture-characteristics-non-functional-requirements-with-cheatsheat-7ad14bbb0a9b: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/dotnet-hub/introduction-to-cloud-native-application-architecture-what-is-cloud-native-architecture-overview-benefits-e9be9aca0dd3 +: v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://bootcamp.uxdesign.cc/popular-tech-stack-for-startups-in-2022-f3b53f50c18: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.howtogeek.com/devops/when-not-to-use-docker-cases-where-containers-dont-help: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/you-dont-need-microservices-2ad8508b9e27: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@interviewready/data-replication-in-distributed-system-87f7d265ff28: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://semaphoreci.medium.com/12-ways-to-improve-your-monolith-before-transitioning-to-microservices-d1061e96ca1a: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hardiks.medium.com/top-6-best-practices-for-container-orchestration-b4b0d3398ebc: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@nadinCodeHat/http-based-microservices-is-a-bad-idea-670d3db29ca6: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/qe-unit/the-microservices-adoption-roadmap-e37f3f32877: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.alibabacloud.com/blog/getting-started-with-kubernetes-%7C-deep-dive-into-kubernetes-core-concepts_595896: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.micahlerner.com/2022/07/24/automatic-reliability-testing-for-cluster-management-controllers.html: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloudnativeislamabad.hashnode.dev/virtualization-vs-containerization: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/javarevisited/distributed-transaction-management-in-microservices-part-1-bb7dc1fbee9f: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/how-to-transform-a-monolith-application-into-a-microservices-architecture-1e00363a03ba: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/codex/solving-distributed-transaction-management-problem-in-microservices-architecture-586ab3087efe: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/how-i-split-a-monolith-into-microservices-without-refactoring-5d76924c34c2: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/3-high-availability-cloud-concepts-you-should-know-93f3bab2cb4a: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.ust.com/en/insights/do-we-really-need-kubernetes-and-containers: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.optisolbusiness.com/insight/8-core-components-of-microservice-architecture: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/microservices/what-is-microservices-architecture: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/do-you-know-distributed-job-scheduling-in-microservices-architecture-44082adad8ac: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.nginx.com/blog/best-practices-for-configuring-microservices-apps: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/javarevisited/microservices-communication-part-1-every-programmer-must-know-7c6607d2d563: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/javarevisited/microservices-communication-part-2-sync-vs-async-vs-hybrid-23d057e137d8: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www2.deloitte.com/de/de/pages/technology/articles/center-of-excellence-application-modernization.html: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/a-beginner-friendly-introduction-to-containers-vms-and-docker-79a9e3e119b: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.designgurus.io/blog/Monolithic-Service-Oriented-Microservice-Architecture: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://www.elespanol.com/invertia/disruptores-innovadores/innovadores/tecnologicas/20230416/mainframe-repaso-pasado-futuro-tecnologia-resiste-morir/756174490_0.html +: v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/javarevisited/why-microservices-are-not-silver-bullet-10-reasons-for-not-using-microservices-74f7c0fa98c +: v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devops.com/8-hot-takes-will-we-see-a-monolithic-renaissance: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://rahulh123.medium.com/choosing-the-right-architecture-monolithic-vs-microservices-analyzing-requirements-for-success-70d681f6a1d0 +: v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://waswani.medium.com/microservices-data-sharing-using-database-an-antipattern-35e0196ee2ad: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3707989/why-we-need-both-cloud-architects-and-cloud-engineers.html: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.enriquedans.com/2023/12/el-desastre-del-software-y-la-automocion.html: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/how-to-write-clean-code: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.theregister.com/2023/01/16/basecamp_37signals_cloud_bill: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@bill.salvaggio/the-aws-cloud-resume-challenge-project-c5c0c6fe9593: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.thestack.technology/vmware-is-killing-off-56-products-including-vsphere-hypervisor-and-nsx: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.lealdasilva.com/vmware2proxmox: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.welivesecurity.com/es/recursos-herramientas/ofuscacion-de-codigo-arte-ciberseguridad: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.virtualizationhowto.com/2024/02/vmware-by-broadcom-lesson-dont-base-your-career-on-a-product: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://www.cope.es/programas/la-linterna/noticias/ejemplo-moneda-con-que-entender-como-funciona-ordenador-cuantico-una-revolucion-20240407_3232557 +: v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://www.genbeta.com/a-fondo/cinco-repositorios-github-buenos-que-imprescindibles-estas-aprendiendo-te-dedicas-a-programar +: v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://humanitec.com/reference-architectures/azure: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://humanitec.com/reference-architectures: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://humanitec.com/reference-architectures/aws: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://towardsdev.com/solution-architecture-101-are-you-ready-for-the-solution-architect-path-5a2d01aebbb: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://cloudscaling.com/blog/cloud-computing/the-history-of-pets-vs-cattle: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.eventstore.com/blog/service-oriented-architecture-vs-event-driven-architecture: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://mkaschke.medium.com/cloud-native-part-1-what-is-cloud-native-40640f128834: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://stackoverflow.blog/2021/05/19/rethinking-system-architecture-can-kubernetes-help-to-solve-rewrite-anxiety: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/managing-technical-debt-microservices: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://leaddev.com/legacy-technical-debt-migrations/how-break-cycle-tech-debt: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devops.com/measuring-technical-debt: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/stop-technical-debt-before-it-damages-your-company: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.n-ix.com/reduce-technical-debt: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/promyze/avoid-accidental-complexity-and-technical-debt-2dc2cdf4dd4b: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3704233/you-cant-run-away-from-technical-debt.html: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/twelve-factor-apps-in-kubernetes: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/11/open-source-12-factor-app-methodology: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/learn-12-factor-apps-before-kubernetes: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/12-factor-microservice-applications-on-kubernetes-db913008b018: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/isolating-and-managing-dependencies-in-12-factor-microservice-applications-with-kubernetes-988638f8bc6d: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/processes-for-12-factor-microservice-applications-70551a9021b: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://architecturenotes.co/12-factor-app-revisited: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://martinfowler.com/articles/201701-event-driven.html: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.equalexperts.com/blog/tech-focus/event-driven-architecture-the-good-the-bad-and-the-ugly: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://maheshwari-bittu.medium.com/why-event-driven-architecture-eda-is-needed-fac2f00f25a8: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/rocco-scaramuzzi-tech/event-driven-microservice-architecture-dont-use-only-events-but-use-commands-too-b8694d370436 +: v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://deeptimittalblogger.medium.com/event-driven-architecture-111f504a8cbc: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/mcdonalds-technical-blog/behind-the-scenes-mcdonalds-event-driven-architecture-51a6542c0d86: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/mcdonalds-technical-blog/mcdonalds-event-driven-architecture-the-data-journey-and-how-it-works-4591d108821f +: v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://nordicapis.com/5-protocols-for-event-driven-api-architectures: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/un-modelo-de-eda-event-driven-architectures-4d9f: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/error-handling-in-event-driven-systems-1f0a7ef2cfb7: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/architecture/best-practices-for-implementing-event-driven-architectures-in-your-organization: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://faun.pub/what-is-difference-of-event-driven-architecture-message-driven-architecture-and-microservices-f5623e51f868 +: v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/5-tips-to-design-for-multi-tenancy-architecture-5f7d55657d77: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/multi-tenant-application-a29153d31c5a: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/architect/architecture-decision-records: + v1: + - page: introduction.md + is_bold: false + is_highlighted: true + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.weave.works/blog/what-is-a-self-service-developer-platform: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/shift-left-a-developers-pipeline-dream: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/disaster-recovery-is-different-for-the-cloud: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.bunnyshell.com/blog/disaster-recovery-devops: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/business/sharing-data-in-the-cloud-four-patterns-everyone-should-know: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://architectelevator.com/cloud/hybrid-multi-cloud: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.softwebsolutions.com/resources/multi-cloud-adoption-strategy.html: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/solutions-architecture-patterns/multi-cloud-enterprise-deployment-pattern-19571604e64b: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/architect/hybrid-cloud-management-tools: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devops.com/infrastructure-abstraction-will-be-key-to-managing-multi-cloud: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.zdnet.com/article/the-year-ahead-in-devops-and-agile-more-automation-more-business-involvement-needed: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/what-is-cloud-automation-and-how-does-it-benefit-it-teams: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/7-microservices-best-practices-for-developers: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.zdnet.com/article/when-microservices-need-event-driven-architecture: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.simform.com/blog/microservice-best-practices: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/monoliths-to-microservices-4-modernization-best-practices-2: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/4-container-design-patterns-for-kubernetes-a8593028b4cd: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.getambassador.io/microservice-orchestration-best-practices-f32314dd6a12: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://capstonec.com/2020/10/08/cloud-native-app-architecture-patterns: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/06/14/application-modernization-patterns-apache-kafka-debezium-and-kubernetes: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.couchbase.com/microservices-architecture-in-couchbase: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/microservices-in-practice/microservices-in-practice-7a3e85b6624c: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.dotnetcurry.com/microsoft-azure/microservices-architecture: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://geeksarray.com/blog/microservice-architecture-pattern-for-architects: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2022/01/11/5-design-principles-microservices: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.simform.com/blog/microservices-design-principles: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://javarevisited.blogspot.com/2021/09/microservices-design-patterns-principles.html: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@sandeepsharmaster/modernize-your-cloud-microservices-apps-hexagonal-architecture-769696494c0: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@denhox/sharing-data-between-microservices-fe7fb9471208: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@maneesha649nirman/design-patterns-for-microservices-30bed0d215f5: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@vinciabhinav7/microservices-communication-architecture-patterns-a8e77e614c2c: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/javarevisited/10-microservices-design-principles-every-developer-should-know-44f2f69e960f: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@mbarkin.narin/problem-solving-strategies-for-microservice-architecture-part-iii-c15830151890: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/command-query-responsibility-segregation-cqrs-hybrid-cloud-mark-ubhfc: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.bitsrc.io/implementing-microservices-with-cqrs-2cecb0b09c66: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.developer.com/design/solving-microservices-anti-patterns: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/micro-frontends-by-example-8: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/micro-frontend-architecture-794442e9b325: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/micro-frontend-architecture: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://semaphoreci.com/blog/microfrontends: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/compute/server-side-rendering-micro-frontends-ui-composer-and-service-discovery: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.soundcloud.com/blog/service-architecture-1: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/whispering-data/the-state-of-data-engineering-2022-d6ef0f7cf607: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cookbook.learndataengineering.com/docs/05-CaseStudies: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://joereis.substack.com/p/data-engineering-in-2024-what-im: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/a-cloud-migration-questionnaire-for-solution-architects-dec7ffcf063e: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.forbes.com/sites/googlecloud/2021/10/27/3-approaches-to-a-better-cloud-migration: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/3-ways-to-practice-migrating-workloads-to-the-cloud: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.pragmaticengineer.com/typical-migration-approaches: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://world.hey.com/joaoqalves/disasters-i-ve-seen-in-a-microservices-world-a9137a51: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/microservices-seven-fail: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoq.com/presentations/7-microservices-anti-patterns: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.simform.com/blog/microservices-framework: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devops.com/transform-legacy-java-apps-to-microservices: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devops.com/vfunction-automates-conversion-of-java-apps-to-microservices: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.appsignal.com/2021/01/06/microservices-monitoring-using-namespaces-for-data-structuring.html: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/architect/from-sysadmin-to-architect: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://raft.github.io: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.trustradius.com/platform-as-a-service-paas: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://ramansharma.substack.com/p/containers-are-not-just-for-kubernetes-fa330653cbbd: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.kamilgrzybek.com/design/modular-monolith-primer: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Java_Platform,_Enterprise_Edition: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.lightbend.com/white-papers-and-reports/java-ee-to-cloud-native-modernization: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/monolith-to-microservices-using-the-strangler-patt: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.overops.com/blog/strangler-pattern-how-to-keep-sane-with-legacy-monolith-applications: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://www.primevideotech.com/video-streaming/scaling-up-the-prime-video-audio-video-monitoring-service-and-reducing-costs-by-90 +: v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/4-cluster-management-tools-to-compare: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/kubernetes-distributions-how-do-i-choose-one: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://techerati.com/the-stack-archive/cloud/2018/10/18/openshift-in-a-world-of-kaas: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/levvel-consulting/the-differences-between-kubernetes-and-openshift-ae778059a90e: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.netsil.com/kubernetes-vs-openshift-vs-tectonic-comparing-enterprise-options-e3a34dc60519: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubedex.com/redhat-openshift-vs-pivotal-pks-vs-rancher: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/kubernetes/comments/9qxeuw/openshift_vs_pks_vs_rancher: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/@srikanth.k/kubernetes-what-is-it-what-problems-does-it-solve-how-does-it-compare-with-its-alternatives-937fe80b754f +: v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.spec-india.com/blog/kubernetes-vs-openshift: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://phoenixnap.com/blog/kubernetes-vs-openshift: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/openshift-the-next-level-of-kubernetes-6d58ad722b26: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.ibm.com/cloud/blog/openshift-vs-kubernetes: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.simplilearn.com/kubernetes-vs-openshift-article: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.imaginarycloud.com/blog/openshift-vs-kubernetes-differences: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes/whats-the-difference-between-kubernetes-and-openshift: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://www.hashicorp.com/resources/kelsey-hightower-fireside-chat-an-unconventional-path-to-it-and-some-life-advice/?utm_source=linkedin +: v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.forbes.com/sites/adunolaadeshola/2021/04/28/13-signs-youre-selling-yourself-short-in-your-career: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/ender_minyard/full-stack-developer-s-roadmap-2k12: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/7-software-development-models-you-should-know: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/the-concept-of-domain-driven-design-explained: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/codex/ddd-events-are-complex-db4b1fb57817: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://ubiqum.com/blog/20-software-development-tools-that-will-make-you-more-productive: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sloboda-studio.com/blog/python-tools-for-machine-learning: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://vfunction.com: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/vfunction-transforms-monolithic-java-to-microservices: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://spectrum.ieee.org/software-eating-car: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cincodias.elpais.com/cincodias/2022/03/31/companias/1648738965_952353.html: + v1: + - page: introduction.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/boosting-your-kubectl-productivity-b348f7c25712: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/better-programming/4-simple-kubernetes-terminal-customizations-to-boost-your-productivity-deda60a19924: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/flant-com/kubectl-commands-and-tips-7b33de0c5476: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/faun/be-fast-with-kubectl-1-18-ckad-cka-31be00acc443: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/11/20/kubectl-developer-tips-for-the-kubernetes-command-line: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.ibm.com/cloud/blog/8-kubernetes-tips-and-tricks: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.pixelstech.net/article/1604225312-Update-&-Delete-Kubernetes-resources-in-one-line-command: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/7/kubectl: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.hackerxone.com/2021/07/10/how-manage-single-multiple-kubernetes-clusters-using-kubectl-kubectx-linux: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.alexellis.io/get-private-kubectl-access-anywhere: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/nerd-for-tech/one-cka-ckad-cks-requirement-mastering-kubectl-85486bc0a3aa: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/replication-controller-vs-replicasets-in-kubernetes-7b780e4d09d5: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/eldadak/open-a-command-prompt-in-a-kubernetes-cluster-206g: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://akhilsharma.work/checking-kubernetes-api-calls-using-kubectl: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/14587/how-to-restart-kubernetes-pods-with-kubectl: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://technos.medium.com/how-kubectl-apply-command-works-d092121056d3: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blogs.nakam.org/what-happens-when-k8s-edition: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://inlets.dev/blog/2022/06/24/fixing-kubectl-port-forward.html: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/break-down-kubernetes-server-side-apply-5d59f6a14e26: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/k8s-manage-multiple-clusters-using-kubectl-at-scale-9f200c692099: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/how-to-restart-kubernetes-pods-with-kubectl-2a7834a6b961: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://awstip.com/kubernetes-creating-deployments-via-command-line-and-with-yaml-files-783eaad7b3be: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/superbrothers/zsh-kubectl-prompt: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@emmaliaocode/kubectl-create-vs-kubectl-apply-whats-the-differences-f6472f4c6c86: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/hidetatz/kubecolor: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/codex/kubectl-output-101-851f8e61fd51: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/kubectl-best-practices-c4ff809167dd: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.learnitguide.net/2023/04/how-to-create-configmap-from-properties.html: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://shardul.dev/most-useful-kubectl-plugins: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.howtogeek.com/devops/getting-started-with-kubectl-to-manage-kubernetes-clusters: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@jake.page91/the-guide-to-kubectl-i-never-had-3874cc6074ff: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-contexts-complete-guide-for-developers-7ea5b2fc75c7: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/ahmetb/kubectl-aliases: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/daily-useful-kubernetes-aliases-c35f7f411f39: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://jamesdefabia.github.io/docs/user-guide/kubectl/kubectl_explain: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/understanding-kubectl-explain-9d703396cc8: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/trstringer/kubectl-example: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.heptio.com/kubectl-shell-autocomplete-heptioprotip-48dd023e0bf3: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.padok.fr/en/blog/kubernetes-productivity-tips: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/cykerway/complete-alias: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/connect-to-containers-using-kubectl-exec-b1fb5c171f03: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://goteleport.com/blog/ssh-vs-kubectl: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://hackernoon.com/how-to-work-with-the-kubectl-debug-command: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes/kubernetes/pull/73787: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://stackoverflow.com/questions/55515594/is-there-a-way-to-share-a-configmap-in-kubernetes-between-namespaces: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://container-registry.com/posts/productivity-lift-buildkit-cli-for-kubectl: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/vmware-tanzu/buildkit-cli-for-kubectl: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.ansible.com/ansible/latest/modules/k8s_module.html: + v1: + - page: kubectl-commands.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/monitoring-kubernetes: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/prometheus-operator/kube-prometheus: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://faun.pub/becoming-devops-observability-152b292c05b9: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/installing-exploring-the-kube-prometheus-project-eef375d49f6b: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@chrisedrego/kubernetes-monitoring-kube-state-metrics-df6546aea324: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/kubernetes-monitoring-101-core-pipeline-services-pipeline-a34cd4cc9627: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://medium.com/@martin.schneppenheim/utilizing-and-monitoring-kubernetes-cluster-resources-more-effectively-using-this-tool-df4c68ec2053 +: v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/kubernetes-monitoring-best-practices: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.magalix.com/blog/best-practices-and-tools-for-monitoring-your-kubernetes-cluster: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/monitoring-kubernetes: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/monitor-kubernetes-control-plane: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/12-critical-kubernetes-health-conditions-you-need-to-monitor: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.circonus.com/2020/12/12-critical-kubernetes-health-conditions-you-need-to-monitor-and-why: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.circonus.com/2020/09/guide-to-kubernetes-monitoring-part-1: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://www.circonus.com/2021/01/guide-to-monitoring-kubernetes-part-2-which-metrics-and-health-conditions-you-should-be-monitoring +: v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/monitoring-kubernetes-cert-manager-certificates: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes/kube-state-metrics: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/monitoring-kubernetes-jobs-8adc241a7b60: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2021/08/10/avoiding-kubernetes-cluster-outages-with-synthetic-monitoring: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/avmconsulting-blog/replication-controller-replica-sets-in-kubernetes-820f3cec7170: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.kubermatic.com/blog/the-complete-guide-to-kubernetes-metrics: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://arabitnetwork.com/2021/03/13/k8s-enabling-auditing-logs-step-by-step: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=FVDHWPxK5nU&ab_channel=CloudQuickPOCs: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/kubernetes-cost-monitoring-with-prometheus-and-grafana: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://anaisurl.com/full-tutorial-monitoring: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/is-it-observable/how-to-collect-metrics-in-a-kubernetes-cluster-9ad4a69aafb0: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/how-to-tackle-kubernetes-observability-challenges-with-pixie-4c6414ca913: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@lucapompei91/kubernetes-observability-17a7875a38f6: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/leroykayanda/kubernetes-monitoring-using-grafana-3dhc: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://hitesh-pattanayak.medium.com/observability-in-kubernetes-b53d6ea1b37d: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.middlewareinventory.com/blog/cpu-memory-usage-nodes-k8s: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://betterstack.com/community/comparisons/kubernetes-monitoring-tools: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@kylekhunter/kubernetes-monitoring-with-prometheus-a149c35694c4: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://adamtheautomator.com/prometheus-kubernetes: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2022/07/13/introducing-kubernetes-monitoring-in-grafana-cloud: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://medium.com/@clymeneallen/best-practices-monitoring-system-for-multi-k8s-cluster-environments-using-open-source-d85544052f37 +: v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@magstherdev/opentelemetry-on-kubernetes-c167f024b35f: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/6-metrics-to-watch-for-on-your-k8s-cluster-76d58f08397f: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://figments.medium.com/observable-kubernetes-cluster-using-grafana-loki-prometheus-a661a31d7ad8: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@isalapiyarisi/getting-started-on-kubernetes-observability-with-ebpf-88139eb13fb2: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://middleware.io/blog/kubernetes-monitoring-tools: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/mikeyglitz/proactive-kubernetes-monitoring-with-alerting-58en: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://isovalent.com/blog/post/what-are-the-4-golden-signals-for-monitoring-kubernetes: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2022/10/20/how-to-manage-high-cardinality-metrics-in-prometheus-and-kubernetes: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@HirenDhaduk1/top-kubernetes-observability-tools-and-their-usage-e4e8eef8aec3: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://milindasenaka96.medium.com/setup-prometheus-and-grafana-to-monitor-the-k8s-cluster-e1d35343d7a9: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.fourninecloud.com/kubernetes-monitoring-how-to-monitor-using-prometheus-f2eff767f6bb: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://rcarrata.com/observability/netobserv-1: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://kemilad.medium.com/monitoring-stack-deployment-to-a-kubernetes-cluster-prometheus-grafana-alertmanager-loki-dcc7339d4f19 +: v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://newrelic.com/platform/kubernetes-pixie: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://xgrid.medium.com/tackling-kubernetes-observability-challenges-with-pixie-a03cbad93148: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://newrelic.com/blog/best-practices/what-is-ebpf: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://awstip.com/monitoring-your-eks-cluster-with-the-power-of-prometheus-and-grafana-through-helm-%EF%B8%8F-1e8dc1ad5620 +: v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2023/01/31/a-beginners-guide-to-kubernetes-application-monitoring: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@poseidon.os/poseidon-a-kubernetes-cluster-visualization-cost-analysis-tool-d0fb55c2858c: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/using-prometheus-to-avoid-disasters-with-kubernetes-cpu-limits: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://umeey.medium.com/four-golden-signals-of-monitoring-site-reliability-engineering-sre-metrics-64031dbe268: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2023/03/03/how-to-optimize-resource-utilization-with-kubernetes-monitoring-for-grafana-cloud: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@lambdaEranga/monitor-kubernets-services-endpoints-with-prometheus-blackbox-exporter-a64e062c05d5: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://samiislam0306.medium.com/insightful-monitoring-of-kubernetes-clusters-with-traces-c7c3b33ed07e: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@walissonscd/monitoring-kubernetes-cluster-resources-using-top-metrics-commands-a60408765321: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/prometheus-metrics-within-kubernetes-an-ariel-view-d1d3b7d75418: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2023/01/19/how-to-monitor-kubernetes-clusters-with-the-prometheus-operator: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.palark.com/kubernetes-services-interaction-monitoring-with-netflow: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/improve-cluster-monitoring-with-network-mapping-in-grafana-fa8bb479fd47: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://betterprogramming.pub/kubernetes-observability-part-1-events-logs-integration-with-slack-openai-and-grafana-62068cf43ec +: v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-monitoring-with-prometheus-exporters-a-service-discovery-and-its-roles-ce63752e5a1: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://opentelemetry.io/blog/2023/k8s-runtime-observability: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@onai.rotich/understand-container-metrics-and-why-they-matter-9e88434ca62a: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kkamalesh117.medium.com/setting-up-prometheus-and-grafana-integration-on-kubernetes-with-helm-dfc63823608c: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@MetricFire/monitoring-kubernetes-tutorial-using-grafana-and-prometheus-3239079b138f: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/globant/monitoring-a-multi-cluster-kubernetes-deployment-9e7a418a06b7: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@martin.hodges/adding-observability-to-a-kubernetes-cluster-using-prometheus-c2cba6c0fdaa: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://addozhang.medium.com/non-intrusive-inject-opentelemetry-auto-instrumentation-in-kubernetes-a9dfd49fc714: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@abhisman.sarkar/kubernetes-monitoring-effective-cluster-tracking-with-prometheus-b0ed5b3efb32: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://aws.plainenglish.io/mastering-monitoring-the-complete-guide-to-using-prometheus-and-grafana-with-kubernetes-e53d8306123d +: v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://medium.com/@muppedaanvesh/a-hands-on-guide-to-kubernetes-monitoring-using-prometheus-grafana-%EF%B8%8F-b0e00b1ae039 +: v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://signoz.io/blog/opentelemetry-kubernetes-cluster-metrics-monitoring: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2020/07/27/logging-in-kubernetes-efk-vs-plg-stack: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/avmconsulting-blog/how-to-deploy-an-efk-stack-to-kubernetes-ebc1b539d063: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://www.digitalocean.com/community/tutorials/how-to-set-up-an-elasticsearch-fluentd-and-kibana-efk-logging-stack-on-kubernetes +: v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://portworx.com/how-to-backup-and-restore-elasticsearch-on-kubernetes: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.papertrail.com/blog/quick-and-easy-way-to-implement-kubernetes-logging: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://qlinh.com/infosec/2020/09/30/threat-detection-with-kubernetes-audit-logs.html: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-logging-in-production-545ea88d9a4a: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/11/cluster-logging-kubernetes: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://devopscube.com/kubernetes-logging-tutorial: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/vmacwrites/kubernetes-audit-logs-who-created-or-deleted-a-namespace-7d55c20d2730: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://shivanshu1333.medium.com/structured-logging-in-kubernetes-58cf35e6d60d: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://tealfeed.com/kubernetes-audit-logs-created-deleted-namespace-ho5o3: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/importance-of-logging-in-kubernetes-and-intro-to-grafana-loki-f8dc6f736e6: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://faun.pub/kubernetes-practice-logging-with-logstash-and-fluentd-by-sidecar-container-86076da0812f: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dev.to/devopsvn/kubernetes-practice-logging-with-logstash-and-fluentd-by-sidecar-container-16oi: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://signoz.io/blog/kubernetes-audit-logs: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.amhaish.com/observing-the-k8-cluster-using-elk-stack-7d4264fdb0e3: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kube-logging/logging-operator: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://akyriako.medium.com/kubernetes-logging-with-grafana-loki-promtail-in-under-10-minutes-d2847d526f9e: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://yuminlee2.medium.com/kubernetes-container-and-pod-logging-82ec5c057cb2: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/kubernetes-tutorials/cluster-level-logging-in-kubernetes-with-fluentd-e59aa2b6093a: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://shivanshu1333.medium.com/contextual-logging-in-kubernetes-41f4cc5fea69: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/service-level-objectives-in-kubernetes: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/slos-in-kubernetes-1-year-later: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.elastic.co/es/blog/how-to-configure-elastic-cloud-on-kubernetes-with-saml-and-hot-warm-cold-architecture: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.influxdata.com/blog/expand-kubernetes-monitoring-telegraf-operator: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://itnext.io/monitoring-certificates-expiration-in-kubernetes-with-x-509-exporter-8030b69f611d: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubeshark.co: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/kubeshark/kubeshark: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/kernel-space/kubeshark-wireshark-for-kubernetes-4069a5f5aa3d: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@bareckidarek/tcp-packets-traffic-visualization-for-kubernetes-by-k8spacket-and-grafana-bb87cb106f30: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.pakdailytimes.com/2022/12/tcp-packets-traffic-visualization-for.html: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubelog.de: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/microsoft/retina: + v1: + - page: kubernetes-monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/concepts/cluster-administration/networking: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.ovh.com/blog/getting-external-traffic-into-kubernetes-clusterip-nodeport-loadbalancer-and-ingress: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.stackrox.com/post/2020/01/kubernetes-networking-demystified: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@sindhujacynixit/fighting-service-latency-in-microservices-with-kubernetes-f5a584f5af36: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/google-cloud/kubernetes-nodeport-vs-loadbalancer-vs-ingress-when-should-i-use-what-922f010849e0: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.alexellis.io/ingress-for-your-local-kubernetes-cluster: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://dustinspecker.com/posts/how-do-kubernetes-and-docker-create-ip-addresses: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=VicH6KojwCI: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.weave.works/blog/introduction-to-kubernetes-pod-networking--part-1: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.weave.works/blog/aws-networking-overview---part-2: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/faun/service-types-in-kubernetes-24a1587677d6: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://containo.us/blog/kubernetes-ingress-service-api-demystified: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://speakerdeck.com/thockin/kubernetes-and-networks-why-is-this-so-dang-hard: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://eevans.co/blog/deconstructing-kubernetes-networking: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.getambassador.io/externaltrafficpolicy-local-on-kubernetes-e66e498212f9: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://ronaknathani.com/blog/2020/08/how-a-kubernetes-pod-gets-an-ip-address: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/8/ingress-controllers-kubernetes: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@jmrobles/how-to-setup-hetzner-load-balancer-on-a-kubernetes-cluster-2ce79ca4a27b: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://zhimin-wen.medium.com/sticky-sessions-in-kubernetes-56eb0e8f257d: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2020/09/kubernetes-ingress-ga: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://jmrobles.medium.com/how-to-setup-hetzner-load-balancer-on-a-kubernetes-cluster-2ce79ca4a27b: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2020/09/02/scaling-kubernetes-networking-with-endpointslices: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +? https://medium.com/better-programming/creating-a-custom-annotation-for-the-kubernetes-ingress-nginx-controller-444e9d486192 +: v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.haproxy.com/blog/announcing-haproxy-kubernetes-ingress-controller-1-5: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://devclass.com/2021/01/26/haproxy-ingress-controller-1_5: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/haproxy-kubernetes-ingress-controller-moves-outside-the-cluster: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.suse.com/c/nginx-guest-blog-kubernetes-ingress-controller: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.cloudflare.com/moving-k8s-communication-to-grpc: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/AbsaOSS/k8gb: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.altoros.com/blog/kubernetes-networking-writing-your-own-simple-cni-plug-in-with-bash: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/kakao/network-node-manager: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://getenroute.io/docs/ingress-filter-legos-secure-microservices-apis-using-helm-envoy: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.ithands-on.com/2021/04/kubernetes-101-external-services.html: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.ibm.com/cloud/blog/multizone-kubernetes-and-vpc-load-balancer-setup: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://opensource.googleblog.com/2020/11/kubernetes-efficient-multi-zone.html: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://nbailey.ca/post/k8s-networking: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://sookocheff.com/post/kubernetes/understanding-kubernetes-networking-model: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://build.thebeat.co/a-curious-case-of-aws-nlb-timeouts-in-kubernetes-522bd88a3399: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://ingressbuilder.jetstack.io: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://itnext.io/generating-kubernetes-network-policies-by-sniffing-network-traffic-6d5135fe77db: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +? https://medium.com/@maninder.bindra/using-nginx-ingress-controller-to-restrict-access-by-ip-ip-whitelisting-for-a-service-deployed-to-bd5c86dc66d6 +: v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/grpc-or-http/2-ingress-connectivity-in-openshift: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://inlets.dev/blog/2021/07/08/short-lived-clusters.html: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.nginx.com/blog/how-to-simplify-kubernetes-ingress-egress-traffic-management: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.teamhephy.info/blog/posts/tutorials/running-workflow-without-any-loadbalancer.html: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://searchitoperations.techtarget.com/feature/Differences-between-Kubernetes-Ingress-vs-load-balancer: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/codex/access-application-externally-in-kubernetes-cluster-using-load-balancer-service-d1b7858d51: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://itnext.io/why-and-how-of-kubernetes-ingress-and-networking-6cb308ca03d2: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://techdozo.dev/grpc-load-balancing-on-kubernetes-using-headless-service: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/zerolb-a-new-decentralized-pattern-for-load-balancing: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://ungleich.ch/u/blog/kubernetes-making-dns-publicly-reachable: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://ungleich.ch/u/blog/kubernetes-without-ingress: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/ingress-controllers-the-more-the-merrier: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +? https://levelup.gitconnected.com/setting-up-application-load-balancer-ingress-for-the-pods-running-in-aws-eks-fargate-519e20e97497 +: v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://devopscube.com/kubernetes-ingress-tutorial: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://ystatit.medium.com/how-to-change-kubernetes-kube-apiserver-ip-address-402d6ddb8aa2: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.nginx.com/blog/reducing-kubernetes-costs-70-percent-in-cloud-nginx-opsani-prometheus: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.ithands-on.com/2021/09/kubernetes-101-changing-service-type.html: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/blog/global-load-balancer-approaches: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/kubernetes-nginx-ingress-10-useful-configuration-options: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://technos.medium.com/kubernetes-services-for-absolute-beginners-nodeport-139b7060fe3: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://fransemalila.medium.com/kubernetes-networking-cea2e1b7d2b3: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/ingress-controllers-the-swiss-army-knife-of-kubernetes: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.nginx.com/blog/kubernetes-networking-101: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/the-programmer/working-with-clusterip-service-type-in-kubernetes-45f2c01a89c8: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://olamiko.medium.com/technical-series-kubernetes-networking-5a5dc3823163: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://learnk8s.io/kubernetes-network-packets: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://devopslearners.com/kubernetes-ingress-tutorial-for-beginners-26c2f7727bc: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://devopscube.com/configure-ingress-tls-kubernetes: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.armosec.io/blog/kubernetes-ingress-beginners-guide: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-service-type-lb-for-on-prem-deployments-89e9b2a73a0c: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/techbeatly/kubernetes-networking-fundamentals-d30baf8a28c8: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +? https://rajivsharma-2205.medium.com/demystify-how-traffic-reaches-directly-to-pod-on-using-alb-ingress-kubernetes-io-target-type-ip-f2d1be346b46 +: v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/linux-shots/kubernetes-ingress-as-reverse-proxy-to-application-running-outside-cluster-206b6003f9cb: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@zhaoyi0113/kubernetes-how-does-service-network-work-in-the-cluster-d235b69ff536: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@pavanbelagatti/kubernetes-service-types-explained-2709cde3bc0c: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.tkng.io: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.tkng.io/arch: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/stakater/efficiently-expose-services-on-kubernetes-494a80f88aad: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/stakater/efficiently-expose-services-on-kubernetes-part-2-c302f135f719: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://platform9.com/blog/ultimate-guide-to-kubernetes-ingress-controllers: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://faun.pub/kubernetes-service-types-tutorial-39223391316c: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/slalom-build/managing-ingress-traffic-on-kubernetes-platforms-ebd537cdfb46: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://craig-godden-payne.medium.com/how-does-ingress-work-in-kubernetes-f3b121d0351f: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://dustinspecker.com/posts/kubernetes-networking-from-scratch-bgp-bird-advertise-pod-routes: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://home.robusta.dev/blog/kubernetes-service-vs-loadbalancer-vs-ingress: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://sanjimoh.medium.com/demystifying-kubernetes-networking-episode-1-ca5605a97f87: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://dev.to/imjoseangel/tune-up-your-kubernetes-application-performance-with-a-small-dns-configuration-1o46: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +? https://medium.com/@mehmetodabashi/kubernetes-networking-and-service-object-understanding-clusterip-and-nodeport-with-hands-on-study-90cfeaf66e8c +: v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@jasonmfehr/inspecting-kubernetes-client-to-api-server-network-traffic-cd6d1802bb43: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/k8s-network-cni-introduction-b035d42ad68f: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/patilswapnilv/getting-started-with-kubernetes-networking-7e10623fc78f: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://faun.pub/kubernetes-ingress-with-nginx-3c77e703e91a: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://itnext.io/inspecting-and-understanding-service-network-dfd8c16ff2c5: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://ovidiuborlean.medium.com/networking-latency-measurement-in-kubernetes-with-sockperf-plugin-68283a0ed989: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-network-deep-dive-7492341e0ab5: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@muhidabid.cs/why-does-kubernetes-need-ingress-73d969fb6ffe: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/k8s-ipvs-mode-introduction-6457a02cd91a: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.edureka.co/blog/kubernetes-networking: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://whyk8s.substack.com/p/why-not-dns: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/kubernetes-gateway-api-the-intro-you-need-to-read-80965f7acd82: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://ksingh7.medium.com/kubernetes-endpoint-object-your-bridge-to-external-services-3fc48263b776: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@ahmet16ck/what-is-load-balancer-and-how-does-it-work-in-kubernetes-5ab5f0537069: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://api7.ai/blog/apisix-ingress-support-thousands-pod-replicas: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/illuminations-mirror/basic-networking-and-communication-between-pods-in-kubernetes-2e1627b03a87: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/networking-in-kubernetes-55dcf794b9cd: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@mustafaaltunok/how-ingress-service-deployment-and-pod-link-to-eachother-d3a6ae2c0e06: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://inlets.dev/blog/2023/02/24/ingress-for-local-kubernetes-clusters.html: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/demystifying-kubernetes-understanding-ingress-configuration-and-best-practices-fb34e33e5f5f: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://dev.to/narasimha1997/communication-between-microservices-in-a-kubernetes-cluster-1n41: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/google-cloud/kubernetes-ingress-vs-gateway-api-647ee233693d: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/nerd-for-tech/kubernetes-deploying-nginx-with-a-configmap-e8a2fe59bcb1: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@sangjinn/how-to-communicate-with-kubernetes-workloads-1-service-abe1c5b03fc: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@sangjinn/how-to-communicate-with-kubernetes-workloads-2-ingress-18f44a712690: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://shahneil.medium.com/what-are-kubernetes-endpoints-and-how-to-use-them-a5a5da56f4d4: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://fr4nk.xyz/understanding-ingress-in-kubernetes-a-comprehensive-guide-b23b5cf37f8d: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/otterize-intent-based-access-control-for-kubernetes-and-cloud: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.palark.com/comparing-ingress-controllers-for-kubernetes: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://community.ops.io/danielepolencic/learning-how-an-ingress-controller-works-by-building-one-in-bash-3fni: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +? https://medium.com/@rasikzilte711/kubernetes-networking-a-guide-to-services-ingress-network-policies-dns-and-cni-plugins-fc1ad7d22ab4 +: v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/kubernetes-services-clusterip-nodeport-loadbalancer: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/codex/capture-tcpdump-with-ksniff-and-wireshark-from-kubernetes-c212b93ff9f9: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.cloudtechtwitter.com/2022/05/reverse-proxy-vs-forward-proxy.html: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://matthewpalmer.net/kubernetes-app-developer/articles/kubernetes-networking-guide-beginners.html: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://itnext.io/deciphering-the-kubernetes-networking-maze-navigating-load-balance-bgp-ipvs-and-beyond-7123ef428572: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://adil.medium.com/network-traffic-shaping-in-kubernetes-topology-aware-routing-e4ea4a03dd20: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://otterize.com/blog/mastering-kubernetes-networking-otterize-s-journey-in-cloud-native-packet-management: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://learnkube.com/kubernetes-services-and-load-balancing: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.cloudsigma.com/kubernetes-dns-service-a-beginners-guide: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://kuderko.medium.com/fixing-bad-cpu-usage-distribution-in-kubernetes-e1e43ed87cd6: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@bubu.tripathy/headless-k8s-service-924c689607a7: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.goglides.dev/bkpandey/headless-services-in-kubernetes-what-why-and-how-39fl: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/10/kubernetes-networkpolicy: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://itnext.io/ckad-scenarios-about-ingress-and-networkpolicy-155ce958c9ce: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://editor.cilium.io: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://whyk8s.substack.com/p/why-networkpolicies: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://yuminlee2.medium.com/kubernetes-network-policies-a93c2f588e31: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://bagas-awibowo.medium.com/helm-templating-network-policy-using-helm-783b2f7e401a: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.nginx.com/blog/guide-to-choosing-ingress-controller-part-4-nginx-ingress-controller-options: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.0.0: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://amy-ma.medium.com/ingress-configuration-d9f13c5bcf1a: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://devopscube.com/setup-ingress-kubernetes-nginx-controller: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@jonathan_37674/how-to-secure-kubernetes-ingress-by-armo-cb86086ec540: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.nginx.com/blog/automating-multi-cluster-dns-with-nginx-ingress-controller: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +? https://engineering.backmarket.com/how-we-improved-third-party-availability-and-latency-with-nginx-in-kubernetes-bb3fc7224ae4 +: v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://towardsdev.com/kubernetes-deploying-nginx-servers-with-configmaps-shared-services-with-minikube-618aee9a8ff6: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://faun.pub/how-to-monitor-and-alert-on-nginx-ingress-in-kubernetes-6d7d172f0399: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://sumanprasad.hashnode.dev/a-beginners-guide-to-ingress-and-ingress-controllers-in-kubernetes: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://akyriako.medium.com/configure-path-based-routing-with-nginx-ingress-controller-64a63cd4d6bd: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://mattias.engineer/k8s/ingress: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://trstringer.com/kubernetes-ingress-with-contour: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://gateway-api.sigs.k8s.io: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2021/04/22/evolving-kubernetes-networking-with-the-gateway-api: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/unifying-kubernetes-service-networking-again-with-the-gateway-api: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.flomesh.io/kubernetes-gateway-api-evolution-of-service-networking-aa76ec4efa7e: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.armosec.io/blog/kubernetes-gateway-api: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/google-cloud/security-with-kubernetes-gateway-api-dcbb934ed2a4: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://navendu.me/posts/gateway-vs-ingress-api: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://dustinspecker.com/posts/iptables-how-kubernetes-services-direct-traffic-to-pods: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://arthurchiao.art/blog/cracking-k8s-node-proxy: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2021/04/20/use-skupper-to-connect-multiple-kubernetes-clusters: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://itnext.io/multi-cluster-kubernetes-networking-with-netmaker-bfa4e22eb2fb: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/gravitl/netmaker: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.howtoforge.com/kubernetes_network_policy: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/avmconsulting-blog/exploring-network-policies-in-kubernetes-c8a3d8ed00cb: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.learncloudnative.com/blog/2020-10-07-network-policies: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.bionconsulting.com/blog/kubernetes-network-policies: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.bionconsulting.com/blog/kubernetes-network-policies-part-2: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-kubernetes-network-security-effect: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://faun.pub/control-traffic-flow-to-and-from-kubernetes-pods-with-network-policies-bc384c2d1f8c: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/network-policies-controlling-cross-project-communication-on-openshift: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://loft-sh.medium.com/kubernetes-network-policies-a-practitioners-guide-c9bb4cdd0dbc: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/kubernetes-network-policies-a-practitioners-guide: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/codex/kubernetes-network-polices-are-they-really-useful-c3a153c49316: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/kubernetes-network-policies-for-isolating-namespaces: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://arthurchiao.art/blog/cracking-k8s-network-policy: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://engineering.mercari.com/en/blog/entry/20220214-managing-network-policies: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/kubernetes-namespace-wide-network-policy-1126fafdf221: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.slycreator.com/network-policies-understanding-kubernetes-network-policies: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://cilium.io/blog/2021/02/10/network-policy-editor: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://buoyant.io/2020/12/23/kubernetes-network-policies-with-cilium-and-linkerd: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://itnext.io/installing-cilium-on-kubernetes-in-a-fast-and-efficient-way-dbcb79ce9699: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://cilium.io/blog/2021/05/11/cni-benchmark: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.cockroachlabs.com/blog/cockroachdb-kubernetes-cilium: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://cilium.io/blog/2021/05/20/cilium-110: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +? https://medium.com/@charled.breteche/kubernetes-security-control-pod-to-pod-communications-with-cilium-network-policies-d7275b2ed378 +: v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.solo.io/blog/exploring-cilium-layer-7-capabilities-compared-to-istio: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/k8s-network-policy-made-simple-with-cilium-editor-a5b55781291c: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2020/06/05/supporting-the-evolving-ingress-specification-in-kubernetes-1.18: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/faun/ingress-service-types-in-kubernetes-3e9b68b78307: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://itnext.io/autoscaling-ingress-controllers-in-kubernetes-c64b47088485: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/IP_address_management: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.fusionlayer.com/products/ip-address-management-software-defined-ipam-infinity: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/containernetworking: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/containernetworking/cni: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/how-to-understand-and-setup-kubernetes-networking: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@vikram.fugro/container-networking-interface-aka-cni-bdfe23f865cf: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +? https://itnext.io/benchmark-results-of-kubernetes-network-plugins-cni-over-10gbit-s-network-updated-august-2020-6e1b757b9e49 +: v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/coreos/flannel: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.weave.works/docs/net/latest/overview: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.kube-router.io: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/vmware-tanzu/antrea: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/nokia/danm: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: [] +https://github.com/openshift/multus-cni: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/cni-genie/CNI-Genie: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.tigera.io: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/flant-com/calico-for-kubernetes-networking-792b41e19d69: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/tigera-aims-ease-connectivity-pain-kubernetes: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.projectcalico.org/advertising-kubernetes-service-ips-with-calico-and-bgp: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://mhmxs.blogspot.com/2020/12/autoscaling-calico-route-reflector.html: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.tigera.io/blog/enforcing-network-security-policies-with-gitops-part-1: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/k8s-networking-calico-part1-7f74395b6fe2: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/@arbnair97/introduction-to-kubernetes-network-policy-and-calico-based-network-policy-675a7fa6b5dc: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://medium.com/faun/how-to-autoscale-the-dns-service-in-a-kubernetes-cluster-cbb46ae89678: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://thenewstack.io/supercharge-coredns-with-cluster-addons: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/how-to-monitor-coredns: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://iamitcohen.medium.com/dns-in-kubernetes-how-does-it-work-7c4690fd813e: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.nslookup.io/learning/the-life-of-a-dns-query-in-kubernetes: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/kubernetes-with-coredns-e40772c5e6ee: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes/enhancements: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://povilasv.me/kubernetes-node-local-dns-cache: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://www.k8gb.io: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://blog.abaganon.com/going-global-with-kubernetes-490cf51e2bf8: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/amazon-vpc-lattice-build-applications-not-networks-59j8: + v1: + - page: kubernetes-networking.md + is_bold: false + is_highlighted: false + v2: + - page: networking-and-service-mesh.md + is_bold: false + is_highlighted: false +https://collabnix.com/top-10-kubernetes-tools-you-need-for-2021: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cyberithub.com/70-important-kubernetes-related-tools-you-should-know-about: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-gitops-tools-cf0247eb5368: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-essential-tools-2021-def12e84c572: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://containerjournal.com/features/9-open-source-developer-tools-for-kubernetes: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/7-open-source-kubernetes-developer-tools-to-follow-in-2022-78a5e5dbd4e3: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/ajeetraina/top-200-kubernetes-tools-for-devops-engineer-like-you-3h7e: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devops.cisel.ch/kubernetes-operational-tools-you-must-try: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: [] +https://loft.sh/blog/kubernetes-on-windows-6-life-saving-tools-and-tips: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3488817/15-tools-that-make-kubernetes-easier.html: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=CB79eTFbR0w&feature=youtu.be&ab_channel=DevOpsToolkit: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/container-talks/7-tools-to-make-kubernetes-management-easy-ba8238e6ce8d: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/22/4/open-source-tools-developing-cloud: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devtron.ai/blog/7-tools-to-make-kubernetes-management-easy: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2022/06/20/8-open-source-kubernetes-security-tools: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/tools-to-manage-kubernetes-15b675f407d4: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@onai.rotich/4-tools-that-make-it-easy-to-manage-your-kubernetes-cluster-be252847cd85: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.virtualizationhowto.com/2023/08/best-kubernetes-management-tools-in-2023: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://coruzant.com/appdev/kubernetes-management-tools-and-best-practices: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/cyclops-ui/five-tools-to-make-your-k8s-experience-more-enjoyable-5d85: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.techqna.io/2024/09/web-terminal-operator-tips-tricks-for.html: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.downloadkubernetes.com: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ramitsurana/awesome-kubernetes: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/vmware/octant: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/chmouel/kss: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ahmetb/kubectl-tree: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.google.com/spreadsheets/d/1WPHt0gsb7adVzY3eviMK2W8LejV0I5m_Zpc8tMzl_2w: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/aabouzaid/kubech: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/rydogs/kubecle: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/sighupio/permission-manager: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudnatively.com/kubernetes-client-tools-overview: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: [] +https://github.com/ahmetb/kubectx: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/aca/go-kubectx: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubevious.io: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://console.kubestellar.io: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://portal.kubevious.io: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubevious.io/blog/post/kubevious-saas-beta-launch: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubevious.io/docs/built-in-validators: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.learnitguide.net/2023/05/kubevious-powerful-kubernetes-dashboard.html: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/appscode/guard: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Portshift/kubei: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/reconquest/tubekit: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.googleblog.com/2020/03/kpt-packaging-up-your-kubernetes.html: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ManagedKube/kubernetes-common-services: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/sukeesh/k8s-job-notify: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/rchakode/kube-opex-analytics: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/learnk8s/k8bit: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://learnk8s.io/real-time-dashboard: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kuttl.dev: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=Jh-viBv-D04: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/rekon-oss/portfall: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/adaptant-labs/k8s-dt-node-labeller: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://relferreira.github.io/kubedev: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/little-angry-clouds/kubectl-ssh-proxy: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/chenjiandongx/kubectl-images: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/narendranathreddythota/podtnl: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kiosk-sh/kiosk?utm_sq=gf3f25b1tk: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Banno/asdf-kubectl: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/pusher/k8s-spot-rescheduler: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kube-aws/kube-spot-termination-notice-handler: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2021/07/01/what-is-fairwinds-polaris-kubernetes-open-source-configuration-validation: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Stono/kconmon: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kapicorp/tesoro: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/banzaicloud/dast-operator: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/teleskopeView/teleskope_k8s: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/blogs/containers/introducing-cdk8s-intent-driven-apis-for-kubernetes-objects: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/viveksinghggits/kuui: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/swade1987/deprek8ion: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Clivern/Beetle: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/gobins/vault-controller: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/lnsp/k8s-crash-informer: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thorsten-hans.com/azure-arc-enabled-kubernetes-digital-ocean: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/elotl/kip: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/cyberark/kubeletctl: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/adaptant-labs/k8s-node-label-monitor: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/better-programming/how-to-validate-your-kubernetes-cluster-with-sonobuoy-c91b282908fe: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/FairwindsOps/pluto: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://static.brandonpotter.com/kubernetes/DeploymentBuilder.html: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/heptiolabs/ktx: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kareem-elsayed/k8s-alerts: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/futurewei-cloud/arktos: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://engineerd.github.io/kube-exec/introduction: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubeshield/identity-server: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/configurator/kubefs: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/dpeckett/pangolin: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/yteraoka/kubectl-isolate: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/amelbakry/kubernetes-active-passive: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ilkilab/agorakube: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/opstree/dynamic-pv-scaler: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/plexsystems/sinker: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubecost/cluster-turndown: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Kubeinit/kubeinit: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/BrandonPotter/kubergui: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubermatic/fubectl: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/authelia/authelia: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/pyang55/k8sdeploy: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/softonic/node-policy-webhook: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kakao/ipvs-node-controller: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/GambitResearch/kubeonoff: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/jthomperoo/custom-pod-autoscaler: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/bmaynard/kubevol: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/d-kuro/kubectl-fuzzy: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/anthonysterling/setec: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes/kompose: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hackernoon.com/how-to-generate-kubernetes-manifests-with-a-single-command: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kalm.dev: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/appvia/kev: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/TheYkk/synator: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/boltops-tools/kubes: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gist.github.com/xandout/8d24558c75c53f3cb8bf0a97ec25fcfc: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/germainlefebvre4/ns-killer: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/steamhaus/kubeswitch: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/danielfoehrKn/kubeswitch: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kvaps/kubectl-build: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Portshift/Kubei: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/flant/shell-operator: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/bridgecrewio/checkov: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/doitintl/clustercloner: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Kyrremann/kubectl-eksporter: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/itaysk/kubectl-neat: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/konveyor/move2kube: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/JeanBaptisteWATENBERG/junit5-kubernetes: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://mbuffett.com/posts/ktunnel-ngrok-replace: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/cakehappens/seaworthy: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/tinyzimmer/kvdi: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/bit-cloner/kcg: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/winfordlin/Compass: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/hasura/gitkube: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/jetstack/version-checker: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/descheduler: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/weaveworks/kubediff: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/awslabs/karpenter: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/salesforce/craft: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/hyscale/hyscale: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/micnncim/kubectl-reap: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/roubles/kubeshell: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/carlosonunez/k8s-harness: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/geritol/secret-backup-operator: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://bit.ly/kube-tools-1: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/devnation/tech-talks/10-kubernetes-tools: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/senthilrch/kube-fledged: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ricardomaraschini/tagger: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/vetyy/helm-ecr: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/pipe-cd/pipe: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/dty1er/kubecolor: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/k8s-kubecolor-introduction-3d650effc36f: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/postfinance/kubectl-sudo: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ryane/kfilt: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/darkbitio/k8s-mirror: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://carvel.dev/kapp: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thecloudblog.net/post/managing-applications-in-kubernetes-with-the-carvel-kapp-controller: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/garden-the-configure-once-kubernetes-platform-for-seamless-dev-prod-integration: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/topolvm/pvc-autoresizer: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.kintone.io/entry/pvc-autoresizer: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/alcideio/skan: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/adaptant-labs/k8s-auto-labeller: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Isan-Rivkin/kube_query: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/opsgenie/kubernetes-event-exporter: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://codeberg.org/hjacobs/kube-janitor: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/kube-batch: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/slipway-gitops/slipway: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/karampok/dnsconfig-injector: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Trendyol/kubectl-view-webhook: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://containerssh.io: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://reconshell.com/kubei-kubernetes-runtime-vulnerabilities-scanner: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/introducing-kube-burner-a-tool-to-burn-down-kubernetes-and-openshift: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ahas-sigs/kube-ebpf-exporter: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/app-sre/qontract-server: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/bryanl/sheaf: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cnab.io: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.tremolosecurity.com/post/secure-access-to-kubernetes-from-your-pipeline: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/openpitrix/openpitrix: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/cloud-bulldozer/kube-burner: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/gimlet-io/gimletd: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/cloudflare/lockbox: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/edrevo/suspicious-pods: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/G-Research/armada: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/google/ko: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubesphere.io/blogs/kubeeye-automatic-cluster-diagnostic-tool: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/k8gb-io/k8gb: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/estahn/k8s-image-swapper: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/cruise-automation/rbacsync: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/FairwindsOps/saffire: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/metal3-io/cluster-api-provider-metal3: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://enterprisersproject.com/article/2021/5/kubernetes-6-open-source-tools-to-test-clusters: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/MnrGreg/kubectl-node-restart: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/arminc/k8s-platform-lcm: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/slackhq/nebula: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/yashvardhan-kukreja/kube-bench-exporter: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/karmada-io/karmada: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/doitintl/kube-secrets-init: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/liqotech/liqo: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/jetstack/preflight: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://outdated.sh: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/vchinnipilli/kubestriker: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubesphere/kubeeye: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubehelper/kubehelper: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/slok/kubewebhook: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://forklift.konveyor.io: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/6/migrate-vms-kubernetes-forklift: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.konveyor.io: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/astefanutti/kubebox: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/skooner-k8s/skooner: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.ktail.de: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gitlab.com/jackatbancast/manifesto: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/SigNoz/signoz: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/MOZGIII/port-map-operator: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/xUnholy/k8s-gitops: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ssup2/kpexec: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/AICoE/OpenShiftKubeAudit: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://labs.meanpug.com/kubernetes-kpt-in-the-wild: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/keikoproj/upgrade-manager: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/nmachine-io/kerbi: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/knative-sandbox/net-kourier: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/spacecloud-io/space-cloud: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://community.suse.com/posts/comparing-modern-day-container-image-builders-jib-buildpacks-and-docker: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/gravitational/teleport: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/weaveworks/kured: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/pfnet-research/k8s-cluster-simulator: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/int128/kubelogin: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/jetstack/kube-oidc-proxy: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.tremolosecurity.com/post/updating-kube-oidc-proxy: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/aporia-ai/kubesurvival: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/cloudfoundry/cf-for-k8s: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/GoogleCloudPlatform/elcarro-oracle-operator: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/loft-sh/jspolicy: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.ediri.io/writing-kubernetes-policies-with-jspolicy: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/hasheddan/k8scr: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/pelotech/jsonnet-controller: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/team-soteria/rback: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/metacontroller/metacontroller: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubermatic/kubecarrier: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/nfs-ganesha-server-and-external-provisioner: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/night-gold/armada: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/armory/minnaker: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kvdi/kvdi: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/viralpoetry/kubesurveyor: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/predatorray/kubectl-tmux-exec: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/anchore/grype: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/benc-uk/kubeview: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/rancher-sandbox/rancher-desktop: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/salesforce/sloop: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/weaveworks-experiments/kspan: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/wunderio/csi-rclone: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.stackrox.io/blog/top-9-open-source-devsecops-tools-for-kubernetes: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ckotzbauer/chekr: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ckotzbauer/chekr/issues/61: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/oslabs-beta/KUR8: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/mperezco/forklift-configmap-service: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/homeport/havener: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubeflow/kfserving: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/solarwinds/rkubelog: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/scheduler-plugins/tree/master/pkg/trimaran: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/sse-secure-systems/connaisseur: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/corneliusweig/ketall: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/kube-scheduler-simulator: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/k8snetworkplumbingwg/multus-cni: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/rancher/kim: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/yogeshkk/K8sPurger: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/cloudflare/sciuro: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/rottencandy/vimkubectl: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/abhirockzz/kubexpose-operator: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/emberstack/kubernetes-reflector: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/dignajar/another-autoscaler: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/cloud-ark/caastle: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/eezhee/eezhee: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ContainerSolutions/ImageWolf: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/dcherman/image-cache-daemon: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/KnicKnic/temp-kubernetes-ci: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/mattmoor/warm-image: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/maorfr/kube-tasks: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/hiddeco/cronjobber: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/karmab/autolabeller: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ori-edge/k8s_gateway: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/viaduct-ai/kustomize-sops: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://vadosware.io/post/using-makefiles-and-envsubst-as-an-alternative-to-helm-and-ksonnet: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://uw-labs.github.io/blog/kubernetes,/multicluster/2021/07/21/kube-semaphore-intro.html: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/zakkg3/ClusterSecret: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/tektoncd/chains: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/gopaddle-io/configurator: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/biosimulations/deployment: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/chrislusf/seaweedfs: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/kui: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/DaspawnW/vault-crd: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/stakater/Reloader: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/dignajar/another-ldap: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ddosify/ddosify: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/anchore/syft: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/aelsabbahy/goss: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/chr-fritz/csi-sshfs: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ctrox/csi-s3: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/codesenberg/bombardier: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/fstab/cifs: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/bloomberg/goldpinger: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/haxsaw/hikaru: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kei6u/kubectl-secret-data: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ofek/csi-gcs: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/target/pod-reaper: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: true + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/utilitywarehouse/kube-applier: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Trendyol/kink: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/vbouchaud/k8s-ldap-auth: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/wangjia184/pod-inspector: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/witchery-project/witchery: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/knight42/kubectl-blame: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/node-feature-discovery: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/arttor/helmify: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/4ARMED/kubeletmein: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/patrickdappollonio/kubectl-slice: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/appvia/cosign-keyless-admission-webhook: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/theketchio/ketch: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/joyrex2001/kubedock: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/corneliusweig/konfig: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/armosec/regolibrary: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/groundnuty/k8s-wait-for: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/nabsul/k8s-ecr-login-renew: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/particledecay/kconf: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/maruina/aws-auth-manager: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/segmentio/kubectl-curl: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/wallarm/sysbindings: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/atombender/ktail: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/keisku/kubectl-explore: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/abahmed/kwatch: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/cuber-cloud/cuber-gem: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubeops/config-syncer: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/eldadru/ksniff: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/openclarity/kubeclarity: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/@ryan.dardis/kubeclarity-cloud-native-security-scanning-for-your-kubernetes-cluster-and-more-7c3ee6a16556 +: v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/NimbleArchitect/kubectl-ice: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/vmware-tanzu/k-bench: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/k8tz/k8tz: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/patrickdappollonio/tabloid: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ReallyLiri/kubescout: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/govirtuo/kube-ns-suspender: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://codeberg.org/hjacobs/kube-downscaler: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/deepfence/PacketStreamer: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kris-nova/kaar: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/mohatb/kubectl-exec: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kudobuilder/kuttl: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/steveteuber/kubectl-graph: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/crazy-max/diun: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/omrikiei/ktunnel: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/otomato_io/pixie-an-x-ray-machine-for-kubernetes-traffic-23pd: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.plural.sh: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@michaeljguarino/how-we-created-an-in-browser-kubernetes-experience-58c065cda803: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/pan-net-security/kcount: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/cloudtty/cloudtty: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/jthomperoo/k8shorizmetrics: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/robscott/kube-capacity/releases: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/FairwindsOps/goldilocks: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kingdonb/kubectl-exec-user: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/upmc-enterprises/registry-creds: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/pymag09/kubecui: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/awesome-it/adeploy: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/stakater/Forecastle: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/acorn-io/acorn: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/smartxworks/knest: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/smartxworks/virtink: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/inspektor-gadget/inspektor-gadget: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/toboshii/hajimari: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Ramilito/kubediff: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/FairwindsOps/gonogo: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/doitintl/kube-no-trouble: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/resmoio/kubernetes-event-exporter: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/chenjiandongx/kubectl-count: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/rothgar/bashScheduler: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubereboot/kured: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/kwok: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/squat/kilo: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/krateoplatformops/krateo: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/jwcesign/kubespider: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/a-browser-based-remote-desktop-solution-on-kubernetes-d6b3d33e73b6: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kvaps/kubectl-node-shell: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/distribution/distribution: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/flomesh-io/pipy: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.flomesh.io/using-pipy-as-a-kubernetes-policy-engine-e70a23c8d54c: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/KWasm/podman-wasm: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ibuildthecloud/wtfk8s: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ContainerSSH/ContainerSSH: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Netcracker/KubeMarine: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Skarlso/crd-to-sample-yaml: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/alexellis/run-job: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/JovianX/Service-Hub: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@markcallen_devops/setup-kubernetes-admin-on-linux-with-brew-da143cef1c90: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ahmetb/kubectl-foreach: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/etcdadm: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2023/03/kwok-kubernetes: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/jetpack-io/launchpad: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/OvidiuBorlean/kubectl-sockperf: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/oslabs-beta/Ekkremis: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/jonmosco/kube-ps1: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/cloudnativelabs/kube-shell: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/DataCater/datacater: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/alcideio/rbac-tool: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/oslabs-beta/Palaemon: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/openobserve/debug-container: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://platformengineering.org/tools/capsule: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubesimplify/ksctl: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ajayk/drifter: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/nebuly-ai/nos: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/lsdopen/ahoy: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/opencontrolplane: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/yonahd/orphaned-configmaps: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/updatecli/updatecli: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/yonahd/kor: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.granted.dev: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubefirst/kubefirst: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Trolley-MGMT/trolleymgmt: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/akuity/kargo: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Wilfred/difftastic: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes/git-sync: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubepug/kubepug: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/hcavarsan/kftray: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/unagex/kondense: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubetail-org/kubetail: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/johanhaleby/kubetail: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/stern/stern: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/portainer/portainer: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubecfg/kubecfg: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://zhimin-wen.medium.com/curl-as-a-network-protocol-testing-tool-7f49151ea365: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kcp-dev/kcp: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloudnativesimplified.substack.com/p/tool-series-1-kcp: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/clusternet/clusternet: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://open-cluster-management.io: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/what-is-penetration-testing: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/quarkslab/kdigger: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/inguardians/peirates: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/deckhouse/deckhouse: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubeip.com: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/doitintl/kubeIP: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://porter.sh: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/thenjdevopsguy/ci-with-datree-4h8d: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/searce/multibranch-and-ha-pipeline-in-jenkins-with-kaniko-on-gke-8a1e7fa93403: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/06/18/perform-kaniko-build-red-hat-openshift-cluster-and-push-image-registry: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devopscube.com/build-docker-image-kubernetes-pod: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.learnsteps.com/kaniko-and-how-you-can-build-images-on-kubernetes-using-kaniko: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.rewanthtammana.com/hardening-kaniko-build-process-with-linux-capabilities: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@Mohamed-ElEmam/build-docker-images-in-kubernetes-pod-without-docker-kaniko-46e1a5b76c9: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@aqsarahman71/introduction-to-kaniko-912e0f494570: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://shipwright.io: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cd.foundation/blog/2021/08/03/cd-foundation-shipwright-announcement: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubevela.io: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.logrocket.com/kubevela-intro-better-way-ship-applications: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://px.dev: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.pixielabs.ai: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/pixie-io/pixie: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/pixie-labs/pixie: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://dekorate.io: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2021/03/17/using-dekorate-to-generate-kubernetes-manifests-for-java-applications: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/cyberark/kubesploit: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://www.cyberark.com/resources/threat-research-blog/kubesploit-a-new-offensive-tool-for-testing-containerized-environments +: v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubeshop.io: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://venturebeat.com/2021/09/17/kubeshop-wants-to-be-a-kubernetes-product-pipeline: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/meshery/meshery: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.meshery.io/guides/tutorials/kubernetes-pods: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubeshop/monokle: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/kubeshop-i/monokle-1-5-0-release-kubeshop-95f574563c79: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=7IFAg782pf8: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://k8studio.io: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://youtu.be/1RTTEUEl9sc: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/devopsspiral/KubeLibrary: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kube-vip/kube-vip: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/oslabs-beta/kubermetrics: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@sachem2015/kubermetrics-cluster-visualization-made-simple-d24928f63451: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kustomizer.dev: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@charled.breteche/kind-cilium-metallb-and-no-kube-proxy-a9fe66ddfad6: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://patrick.easte.rs/post/2022/forging-optimal-metallb-config: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.adaltas.com/en/2022/09/08/kubernetes-metallb-nginx: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/configuring-routing-for-metallb-in-l2-mode-7ea26e19219e: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Kubermatic/Kubermatic: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubermatic-kubernetes-platform-beats-complexity-through-automation: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubermatic/kubeone: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=BJufhuPK2DY&t=250s&ab_channel=Kubermatic: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/rootless-containers/usernetes: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/derailed/popeye: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kbrew-dev/kbrew: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Pscheidl/kubexplorer: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@sheraznadeem1/kubescape-kubernetes-hardening-demystified-87fba47f3b6a: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/scanning-kubernetes-yaml-files-for-security-e302542b5407: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/securing-kubernetes-cluster-kubescape-kubebench: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloudark.medium.com/whats-cooking-in-your-kubernetes-namespace-9200be114f8: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/openshift/source-to-image: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Qovery/engine: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/moule3053/mck8s: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/shipwright-io/build: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/telekom/das-schiff: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://karpenter.sh: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://techcrunch.com/2021/11/30/aws-launches-karpenter-an-open-source-autoscaler-for-kubernetes-clusters: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/karpenter-open-source-high-performance-kubernetes-cluster-autoscaler-d56e3ab06aae: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.kloia.com/karpenter-cluster-autoscaler-76d7f7ec0d0e: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2022/01/karpenter-kubernetes-autoscaler: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/using-amazon-ec2-spot-instances-with-karpenter: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://makendran.hashnode.dev/just-in-time-worker-nodes-with-karpenter: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://awstip.com/this-code-works-autoscaling-an-amazon-eks-cluster-with-karpenter-part-1-3-40c7bed26cfd: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/karpenter-the-better-autoscaling-solution-for-kubernetes-part-1-4pd5: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/summit-technology-group/karpenter-autoscaling-and-right-sizing-eks-nodes-bc6d2b83d48e: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/israeli-tech-radar/karpenter-and-the-future-of-kubernetes-4ab7428b7f87: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@micheldirk/on-amazon-eks-and-karpenter-2b84e75e254e: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/@gajaoncloud/unleash-the-power-of-karpenter-automating-aws-eks-scaling-and-cost-optimization-7e236319eda4 +: v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@gajaoncloud/karpenter-mastery-nodepools-nodeclasses-for-workload-nirvana-bc89850fa934: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/@gajaoncloud/demystifying-karpenters-advanced-features-consolidation-drift-and-spot-handling-007fbad29549 +: v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://getkuby.io: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://evilmartians.com/chronicles/kubing-rails-stressless-kubernetes-deployments-with-kuby: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/direktiv/direktiv: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.direktiv.io/building-a-simple-cloud-native-orchestrated-microservice-from-containers-39dbcb80b0d8: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/srfrnk/jabos: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/keep-it-simple-k8s-c0c68c46eabb: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Qovery/pleco: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.kitploit.com/2021/12/mesh-kridik-open-source-security.html: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/bitnami-labs/kubewatch: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.botkube.io: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.robusta.dev: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://home.robusta.dev/blog/why-everyone-should-track-and-audit-kubernetes-changes-and-top-ways: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/robusta-dev/krr: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/how-to-use-the-kubernetes-resource-recommender-tool-in-a-gke-cluster-ef48a6dea85c: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/caldito/soup: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/epinio/epinio: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubeshop/testkube: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/testkube-a-new-approach-to-cloud-native-testing: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/testkube-cloud-native-testing-framework-for-kubernetes: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2023/11/27/testing-java-apps-on-kubernetes-with-testkube: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kuberlogic/kuberlogic: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubeshop/kusk: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/kubeshop-i/rapidly-prototype-your-apis-on-kubernetes-with-kusk-gateway-kubeshop-4006f030e8e4: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Azure/azure-workload-identity: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/laurci/kubernate: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/architect/tackle-application-modernization: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Azure/placement-policy-scheduler-plugins: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Azure/aad-pod-identity: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://microshift.io: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/txn2/kubefwd: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/kpng: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2021/10/18/use-kpng-to-write-specialized-kube-proxiers: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/ruoshan/autoportforward: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/gardener/terraformer: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/werf/werf: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/werf/kubedog: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.werf.io/running-one-time-tasks-and-debugging-images-in-the-kubernetes-cluster-using-werf-936d6dc483e2: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.werf.io/werf-v1-2-is-now-stable-heres-what-it-is-all-about-832ed647810f: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.werf.io/deploying-helm-charts-with-dependencies-in-kubernetes-via-werf-17e5457cdd3f: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/aquasecurity/starboard: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/nicolaka/netshoot: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/hierarchical-namespaces: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/syntasso/kratix: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/grpc-ecosystem/grpc-gateway: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.logrocket.com/guide-to-grpc-gateway: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/teamcode-inc/kubeorbit: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/up9inc/mizu: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.vcluster.com: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/locking-down-kubernetes-containers-with-vcluster: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://salaboy.com/2022/08/03/building-platforms-on-top-of-kubernetes-vcluster-and-crossplane: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.kateyes.co.uk: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/kateyes-visual-kubernetes-explorer-c40510874969: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/rene6502/keepass-secret: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/alcideio/advisor: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://komodor.com/blog/using-workflows-to-troubleshoot-like-a-pro: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Azure/eraser: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/apache/dolphinscheduler: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/linux-shots/configmap-secret-reloader-automatically-add-reload-data-from-configmap-secret-to-deployments-dc245e06b92c +: v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kluctl.io: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/sl1pm4t/k2tf: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/PaloAltoNetworks/rbac-police: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/m9sweeper/m9sweeper: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/reddec/keycloak-ext-operator: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gitlab.com/purelb/purelb: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/groundcover-com/murre: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/dependency-free-kubernetes-cluster-monitoring-5f7aa2f038d9: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://k9scli.io: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/derailed/k9s: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@fwiles/k9s-eks-context-error-7ff18df7547f: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://tonylixu.medium.com/devops-in-k8s-k9s-terminal-based-ui-to-manage-your-cluster-85b4f147e209: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.kubetools.io/kubernetes/why-k9s-should-be-your-go-to-tool-for-kubernetes-management: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/@gavinklfong/8-tips-to-incredibly-boost-the-efficiency-of-command-execution-on-kubernetes-using-k9s-a515a90a3a27 +: v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/fkurz/detecting-kubernetes-api-deprecations-with-pluto-3g2m: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/SimonTheLeg/konf-go: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/k8spacket/k8spacket: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Berops/claudie: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/oslabs-beta/oslabs: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/vladimirvivien/ktop: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/oslabs-beta/ClusterWatch: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/AdamRussak/k8f: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/komodorio/validkube: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/box/kube-iptables-tailer: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/controlplaneio/badrobot: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/infrahq/infra: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/we-dcode/kubetunnel: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.kubetools.io/kubernetes/kopylot-an-ai-powered-kubernetes-assistant-for-devops-developers: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://chat.openai.com/g/g-TCE8R7bcL-kube-debugger: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/grafana/tanka: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubevirt/kubevirt: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/lucky-sideburn/kubeinvaders: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/mlrun/mlrun: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/odigos-io/odigos: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/oss/oncall: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://youtube.com/shorts/VP4JoijL_TY?si=dBGfs6sn1ryzPcYT: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://t.…: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/bank-vaults/bank-vaults: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/k3s-vs-talos-linux-8a1e0dce9a77: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/itnext/atomic-configmap-updates-in-kubernetes-how-symlinks-and-kubelet-make-it-happen-21a44338c247: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://asciiflow.com: + v1: + - page: kubernetes-tools.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/tutorials: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devopscube.com/kubernetes-tutorials-beginners: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.google.com/presentation/d/1zrfVlE5r61ZNQrmXKx5gJmBcXnoa_WerHEnTxu5SMco: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/google-cloud/kubernetes-101-pods-nodes-containers-and-clusters-c1509e409e16: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/free-code-camp/learn-kubernetes-in-under-3-hours-a-detailed-guide-to-orchestrating-containers-114ff420e882 +: v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetestutorials.com/install-and-deploy-kubernetes-on-centos-7: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@swapnasagarpradhan/simplifying-orchestration-with-kubernetes-e81015681a85: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.aquasec.com/wiki/display/containers/70+Best+Kubernetes+Tutorials: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloud.google.com/kubernetes-engine/kubernetes-comic: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.magalix.com/blog/kubernetes-101-concepts-and-why-it-matters: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://apkplz.net/app/com.LearningSolution.LearnKubernetes: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://play.google.com/store/search?q=learn+kubernetes: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/kubernetes-essentials: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.magalix.com/blog/the-best-kubernetes-tutorials: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/faun/35-advanced-tutorials-to-learn-kubernetes-dae5695b1f18: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/the-kubernetes-handbook: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?list=PLy0Gle4XyvbGhGpX0CXAuiEsfL-MD-rND: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/draftkings-engineering/draftkings-workshop-demystifying-kubernetes-4ce86c187408: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://100daysofkubernetes.io: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?app=desktop&list=PLVx1qovxj-akr_3XqQQgpqRyQw4GYuS4h: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?list=PLf3vm0UK6HKpOqIY2fcu_M0sCSpluyXMW: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.amazee.io/blog/post/master-the-fundamentals-of-k8s: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/avmconsulting-blog/deploying-statefulsets-in-kubernetes-k8s-5924e701d327: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://millionvisit.blogspot.com/2020/12/kubernetes-for-developers-1-kubernetes-architecture.html: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://millionvisit.blogspot.com/2020/12/kubernetes-for-developers-2-Local-development.html: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://millionvisit.blogspot.com/2020/12/kubernetes-for-developers-3-kubectl-cli.html: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://millionvisit.blogspot.com/2020/12/kubernetes-for-developers-4-kubectl-autocompletion.html: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://millionvisit.blogspot.com/2020/12/kubernetes-for-developers-5-webui-dashboard.html: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://millionvisit.blogspot.com/2020/12/kubernetes-for-developers-6-KubernetesObjects.html: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://millionvisit.blogspot.com/2021/01/kubernetes-for-developers-7-imperative-vs-Declarative.html: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://millionvisit.blogspot.com/2021/03/kubernetes-for-developers-9-Kubernetes-Pod-Lifecycle.html: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://millionvisit.blogspot.com/2021/03/kubernetes-for-developers-10-kubernetes-Pod-YAML-manifest.html: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://millionvisit.blogspot.com/2021/05/kubernetes-for-developers-14-Kubernetes-Deployment-YAML-manifest.html: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.ithands-on.com/2021/05/kubernetes-101-deployment-replicasets.html: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.ithands-on.com/2021/05/kubernetes-101-overview-of-statefulsets.html: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.ithands-on.com/2021/05/kubernetes-101-resource-quotas.html: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.ithands-on.com/2021/06/kubernetes-101-deployments-and-rolling.html: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.ithands-on.com/2021/06/kubernetes-101-externalname-service.html: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/techworld_with_nana/kubernetes-crash-course-for-absolute-beginners-35pc: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/pghildiyal/series/14818: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?list=PLy7NrYWoggjwPggqtFsI_zMAwvG0SqYCb: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?list=PLy7NrYWoggjziYQIDorlXjTvvwweTYoNC: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/google-cloud/running-workloads-in-kubernetes-86194d133593: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/omerbsezer/Fast-Kubernetes: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://javarevisited.blogspot.com/2020/06/top-5-courses-to-learn-kubernetes-for-devops-and-certification.html: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/clip/UgkxWpu3QFPEDZBuMgy_Xq4mBR--uLA-3CSZ: + v1: + - page: kubernetes-tutorials.md + is_bold: true + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.educative.io/courses/the-kubernetes-course: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.educative.io/courses/the-kubernetes-course/RMmq5M6Gp8R: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.getambassador.io/how-to-learn-kubernetes-prerequisites-paths-and-resources-9e044daee185: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devopscube.com/learn-kubernetes-complete-roadmap: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/techiescamp/kubernetes-learning-path: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/aurelievache/understanding-kubernetes-part-48-kubernetes-127-changelog-1alk: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://labs.play-with-k8s.com: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.udemy.com/learn-devops-the-complete-kubernetes-course: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.udemy.com/learn-devops-advanced-kubernetes-usage: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/wardviaene/advanced-kubernetes-course: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://javarevisited.blogspot.com/2019/01/top-5-free-kubernetes-courses-for-DevOps-Engineer.html: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kodekloud.com: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://training.linuxfoundation.org/training/introduction-to-kubernetes: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.civo.com/academy: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/javarevisited/7-free-online-courses-to-learn-kubernetes-in-2020-3b8a68ec7abc: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.udemy.com/course/just-enough-kubernetes: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.udemy.com/course/learn-devops-kubernetes-deployment-by-kops-and-terraform: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.edx.org/course/introduction-to-kubernetes: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.udemy.com/course/containers-101: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://exploreneptune.io: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://youtu.be/1v15VSKPZRU?si=vK_9UKjGV8F24Ebt: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://youtube.com/playlist?list=PLaR6Rq6Z4IqcKOKT4c0uGkBt3YSRQ9S5v&si=qGpgMP56yagniZx8: + v1: + - page: kubernetes-tutorials.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://twitter.com/kubernetesio: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://techbeacon.com/enterprise-it/25-kubernetes-experts-you-should-follow-twitter: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://enterprisersproject.com/article/2020/4/kubernetes-everything-you-need-know: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.padok.fr/en/blog/kubernetes-architecture-clusters: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/7/kubernetes-analogy: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/better-programming/a-practical-step-by-step-guide-to-understanding-kubernetes-d8be7f82e533: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/nexton/kubernetes-a-practical-introduction-18a5b69e7763: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-is-hard-190f1d0c6d36: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@thomaspoignant/starting-with-kubernetes-db121b09fd4: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-is-the-new-standard-for-computing-including-the-edge: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-does-kubernetes-work: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/10110/how-does-kubernetes-work: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://elmanytas.es/?q=node/358: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://enterprisersproject.com/article/2017/10/how-explain-kubernetes-plain-english: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://maximilianmichels.com/2021/kubernetes-what-you-need-to-know: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://brennerm.github.io/posts/kubernetes-overview-diagrams.html: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-lifecycle-management-so-important-what-does-it-mean: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/6/container-orchestration: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://luminousmen.com/post/kubernetes-101: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://css-tricks.com/kubernetes-explained-simply-containers-pods-and-images: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://auth0.com/blog/kubernetes-tutorial-step-by-step-introduction-to-basic-concepts: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/why-developers-should-learn-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/this-week-in-programming-kubernetes-from-day-one: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.nextplatform.com/2021/08/02/kubernetes-expands-from-containers-to-infrastructure-management: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/monolithic-development-practices-kill-powerful-kubernetes-benefits: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/chefgs/getting-started-tutorial-for-learning-kubernetes-455e: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://tech.showmax.com/2021/08/developers-101-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/dhirajpatra/how-to-start-with-kubernetes-for-begginer-309e: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blogs.mulesoft.com/dev/resources-dev/k8s-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devcentral.f5.com/s/articles/What-is-Kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.google.com/document/d/1p4ZYQYM2VrMCR8K3T68JOMzWHlV-C8Jogrl9Ces77OA: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hackernoon.com/the-ultimate-beginners-guide-to-kubernetes-and-container-orchestration-5d83354y: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://k21academy.com/docker-kubernetes/kubernetes-architecture-components-overview-for-beginners: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/introduction-to-kubernetes-part-1: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.weave.works/blog/kubernetes-components-that-makeup-its-architecture: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/advanced-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/kubernetes-basics-sysadmins: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/kubernetes-components: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.learnsteps.com/how-kubernetes-works-on-a-reconciler-pattern: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devopsunlocked.com/kubernetes-learning-material: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2020/12/14/kubernetes-101-an-introduction: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/start-learning-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@pratyush.mathur/kubernetes-architecture-82e9bc8324f1: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/the-programmer/kubernetes-fundamentals-for-absolute-beginners-architecture-components-1f7cda8ea536: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.learnsteps.com/what-is-a-control-plane-what-do-people-mean-by-this-basics-on-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3614850/no-one-wants-to-manage-kubernetes-anymore.html: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.eximiaco.tech/en/2020/06/03/3-facts-to-consider-before-adopting-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/living-with-kubernetes-cluster-upgrades: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/5-things-developers-need-to-know-about-kubernetes-management: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://humanitec.com/blog/handling-environment-variables-with-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.weave.works/blog/the-definitive-guide-to-kubernetes-in-production: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/what-workloads-do-businesses-run-on-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/the-subtleties-of-ensuring-zero-downtime-during-pod-lifecycle-events-in-kubernetes-6461c12f7736: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.tutorialworks.com/difference-docker-containerd-runc-crio-oci: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://searchitoperations.techtarget.com/tip/Ensure-Kubernetes-high-availability-with-master-node-planning: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-new-stacks-top-kubernetes-stories-of-2021: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://ostechnix.com/kubernetes-features: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.learnsteps.com/kubernetes-what-to-learn-from-a-long-term-perspective: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/devops-dudes/do-i-need-to-learn-kubernetes-a3dd9a7f9e9b: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://divya-mohan0209.medium.com/getting-started-with-k8s-in-2022-1dfeb4bdc112: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.google.com/document/d/1p4ZYQYM2VrMCR8K3T68JOMzWHlV-C8Jogrl9Ces77OA/edit: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/paypal-tech/scaling-kubernetes-to-over-4k-nodes-and-200k-pods-29988fad6ed: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.learnsteps.com/what-is-kubelet-and-what-it-does-basics-on-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://pauldally.medium.com/kubernetes-application-high-availability-part-1-the-very-basic-basics-660a14fa81c7: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://pauldally.medium.com/kubernetes-application-high-availability-part-2-more-basics-a1d9f9beea75: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://buttondown.email/nelhage/archive/two-reasons-kubernetes-is-so-complex: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/22/2/kubernetes-architecture: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/@olivier.gaumond/why-am-i-able-to-bind-a-privileged-port-in-my-container-without-the-net-bind-service-capability-60972a4d5496 +: v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubesphere.io/blogs/k8s-ha-practices: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://ecem.dev/kubernetes-basics-core-components-yaml-files-2a11841eb72a: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/netcracker/version-control-of-configuration-files-using-kubernetes-21673766203: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/choosing-an-optimal-kubernetes-worker-node-size-e0eacab408c4: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.scaleway.com/how-to-deploy-and-distribute-the-workload-on-a-multi-cloud-kubernetes-environment: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudtechtwitter.com/2022/04/kubeapiserver.html: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@portainerio/kubernetes-the-ultimate-enabler-of-automation-27d5a3502807: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://marcusnoble.co.uk/2022-07-04-managing-kubernetes-without-losing-your-cool: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@kajan26/the-myth-of-scalability-in-kubernetes-e49953944b8e: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/@raymon_dut/whats-the-relationship-between-pod-deployment-replicaset-and-service-in-kubernetes-57bf3be22abb + 🌟 +: v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudnatively.com/stateful-apps-on-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: [] +https://iximiuz.com/en/posts/kubernetes-vs-virtual-machines: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.spiceworks.com/tech/cloud/articles/how-to-get-started-with-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/thenjdevopsguy/what-problem-is-kubernetes-actually-trying-to-solve-3g1n: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://twitter.com/aantn: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2022/08/30/kubernetes-101-developers-names-ports-yaml-files-and-more: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@litombeg/kubernetes-high-level-architecture-8a39456c2023: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://middleware.io/blog/kubernetes-challenges-and-solutions: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://jaffarshaik.medium.com/kubernetes-architecture-and-components-bf637dbd0526: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://syedasadrazadevops.medium.com/deep-dive-into-kubernetes-way-to-know-about-kubernetes-6a423c262b61: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/kubernetes-architecture-diagram: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/5-tricks-to-take-your-kubernetes-skills-to-the-next-level-a5541baeb18e: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/dont-pause-your-kubernetes-adoption-paas-it-instead: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://iximiuz.ck.page/posts/ivan-on-containers-kubernetes-and-backend-development-12: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/kubernetes-k8-high-level-overview-d4e8ef59de00: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://waltercode.medium.com/understanding-kubernetes-a68bca45c9ce: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://anirudhdaya.hashnode.dev/kubernetes-explained-part-1: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://anirudhdaya.hashnode.dev/kubernetes-explained-part-2: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@sakshampaliwal/what-is-kubernetes-in-short-e92f2b81248a: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@hnaveed221/starting-out-with-kubernetes-21d0bd03c956: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/the-techlife/application-life-cycle-management-kubernetes-4a52a6f8e5d8: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hamees.hashnode.dev/kubernetes-explain-like-im-5: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/siot-govtech/kubernetes-from-scratch-35add70e8b7f: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.learncodeonline.in/kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://ajay-yadav.medium.com/internals-of-kubernetes-aff264063e91: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://enterprisersproject.com/article/2022/11/15-minute-primer-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://spacelift.io/blog/kubernetes-architecture: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.frankel.ch/basics-access-kubernetes-pods: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/kubernetes-architecture-explained-under-5-minutes-e35277c4b6bc: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.okteto.com/blog/what-is-kubernetes-architecture: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blogs.opentext.com/understanding-kubernetes-within-containers: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.techtarget.com/searchitoperations/answer/How-many-Kubernetes-nodes-should-be-in-a-cluster: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.acethecloud.com/the-kubernetes-handbook-a-comprehensive-guide-of-100-q-a-e680199e6e22: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@madhankannan7/kubernetes-in-production-key-considerations-b2ead677fd78: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@harsh.manvar111/dont-confuse-the-difference-between-stateless-and-stateful-9f253efe3ebd: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.geeksforgeeks.org/kubernetes-concept-of-containers: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/javinpaul/why-developers-should-learn-docker-and-kubernetes-in-2023-4hof: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/jonatan5524/build-my-own-kubernetes-journey-1a3j: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/why-kubernetes-has-emerged-as-the-os-of-the-cloud: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/kubernetes-as-a-platform-vs-kubernetes-as-an-api-2: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://symbiosis.host/blog/comparing-cluster-creation-times: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/@deepeshjaiswal6734/an-introduction-to-kubernetes-architecture-kubernetes-object-deep-dive-1-77205e56db5 +: v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/leandronsp/kubernetes-101-part-i-the-fundamentals-23a1: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dormoshe.io/trending-news/kubernetes-101-part-i-the-fundamentals-23a1-60035: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cncf.io/phippy/the-childrens-illustrated-guide-to-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/leandronsp/kubernetes-101-part-ii-pods-19pb: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/leandronsp/kubernetes-101-part-iii-controllers-and-self-healing-4ki5: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/leandronsp/kubernetes-101-part-iv-deployments-20m3: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/leandronsp/kubernetes-101-part-v-statefulsets-5dob: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/leandronsp/kubernetes-101-part-vi-daemonsets-1ph0: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/leandronsp/kubernetes-101-part-vii-jobs-and-cronjobs-12kg: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/leandronsp/kubernetes-101-part-viii-networking-fundamentals-mo7: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://yuminlee2.medium.com/kubernetes-understanding-kubernetes-architecture-through-a-restaurant-chefs-analogy-b89f38d8b95a +: v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/jamf-engineering/how-three-lines-of-configuration-solved-our-grpc-scaling-issues-in-kubernetes-ca1ff13f7f06 +: v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/a-platform-for-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/devops-in-k8s-deployment-rolling-update-f022285c6f90: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@walissonscd/creating-a-kubernetes-pod-with-multiple-containers-and-a-shared-volume-257d9aa2081d: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devopscube.com/kubernetes-daemonset: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@rphilogene/turning-kubernetes-into-a-developer-friendly-product-930d7290a448: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/day-01-kubernetes-understanding-architecture-anup-ghattikar: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@vvsevel/a-guide-to-kubernetes-application-resource-tuning-part-1-bf0ba04db10: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@vinothiniraju/streamlining-kubernetes-deployment-with-ready-built-developer-platform-5ba0cbb4facf: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/kubernetes-nginx-deployments-simplified-management-and-increased-scalability-8b1a32884db1: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://semaphoreci.com/blog/replicaset-statefulset-daemonset-deployments: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@a.j.abbott24/kubernetes-multi-environment-config-management-c36c5cf3bbac: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@extio/understanding-kubernetes-annotations-enhancing-flexibility-and-extensibility-8f9046591aa1: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.plainenglish.io/kubectl-get-kubernetes-o-architecture-6d4bd97dcaaf: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/deploy-docker-image-to-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@kylelzk/kubernetes-theory-understanding-kubernetes-components-a-deep-dive-ac31b7463df2: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@bijit211987/kubernetes-roadmap-edd06067fa72: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://serokell.io/blog/kubernetes-guide: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kube.careers/report-2021-q2: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kube.careers/report-2021-q4: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kube.careers/kubernetes-trend-report-2022-q2: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kube.careers/kubernetes-trend-report-2022-q3: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kube.careers/kubernetes-trend-report-2022-q4: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3679749/how-to-beat-the-kubernetes-skills-shortage.html: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@dfrancisczok/introduction-to-kubernetes-other-kubernetes-components-and-abstract-concepts-7dfa4955d845: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/kubernetes-101-understanding-the-basics-of-container-orchestration-898562f45651: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@walissonscd/understanding-your-kubernetes-cluster-16f4b90f3edc: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://virtualizationreview.com/articles/2020/05/08/cloud-native-dev-survey.aspx: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://k8s.af: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-horror-stories: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://techbeacon.com/enterprise-it/why-teams-fail-kubernetes-what-do-about-it: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.fairwinds.com/kubernetes-maturity-model: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://fairwinds.medium.com/an-introduction-to-the-kubernetes-maturity-model-how-to-use-it-54ebfc21e413: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/developer-sandbox/get-started: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubebyexample.com: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes/community/blob/master/sig-scalability/configs-and-limits/thresholds.md: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-installation-methods-the-complete-guide-1036c860a2b3: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@DevOpsfreak/top-12-kubernetes-installation-errors-you-cant-afford-to-miss-b52d7cda1a52: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetesreadme.com: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev-k8sref-io.web.app: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/jamiehannaford/what-happens-when-k8s: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetespodcast.com: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.weave.works/blog/kubernetes-in-the-enterprise: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubelist.com/podcast: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://learnk8s.io/blog: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.kubermatic.com/categories/kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://containerjournal.com: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloudowski.com: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/t/kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes-on-aws.readthedocs.io: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/tags/kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/tagged/kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://k21academy.com/category/docker-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.weave.works/blog/category/kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.learnsteps.com/tag/basics-on-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thecloudblog.net: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.palark.com/tag/kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.returngis.net: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: true + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubedex.com: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@jpcontad/a-year-of-running-kubernetes-as-a-product-7eed1204eecd: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://labs.mwrinfosecurity.com/blog/attacking-kubernetes-through-kubelet: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/successful-short-kubernetes-stories-for-devops-architects-677f8bfed803: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://platform9.com/blog/kubernetes-ci-cd-pipelines-at-scale: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://searchapparchitecture.techtarget.com/tip/4-trends-for-Kubernetes-cloud-native-teams-to-watch-in-2020: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://enterprisersproject.com/article/2020/5/kubernetes-5-open-source-projects-improve: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thebsdbox.co.uk/2020/03/18/Creating-a-Kubernetes-cloud-doesn-t-required-boiling-the-ocean: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/6/kubernetes-anniversary: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.container-solutions.com/7-cloud-native-trends-to-watch-in-2020: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://snyk.io/blog/shipping-kubernetes-native-applications-with-confidence: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@dius_au/delivering-value-on-kubernetes-8d5c5655c1b4: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blocksandfiles.com/2020/07/21/kubernetes-stateful-status: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@alexellisuk/then-he-asked-me-is-kubernetes-right-for-us-78695ee35289: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/kubernetes-virtual-clusters-for-ci-cd-testing: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://lambda.grofers.com/learnings-from-two-years-of-kubernetes-in-production-b0ec21aa2814: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/better-programming/3-years-of-kubernetes-in-production-heres-what-we-learned-44e77e1749c8: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.revistacloudcomputing.com/2020/09/los-mejores-proveedores-de-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://containerjournal.com/topics/container-management/overcoming-kubernetes-infrastructure-challenges: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/cloud-foundry-foundation/installing-cf-for-k8s-on-a-kubernetes-cluster-running-on-digitalocean-acffdc652dcf +: v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/lessons-learned-from-managing-a-kubernetes-cluster-for-side-projects-780fbbacf36c: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.projectcalico.org/using-kubernetes-to-orchestrate-vms: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.lastweekinaws.com/blog/reader-mailbag-is-ecs-deprecated: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/1/kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://srcco.de/posts/many-kubernetes-clusters.html: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://platform9.com/lp/ultimate-guide-enterprise-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.magalix.com/blog/influencing-kubernetes-scheduler-decisions: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/kubernetes-tutorials/making-sense-of-taints-and-tolerations-in-kubernetes-446e75010f4e: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devopscube.com/key-considerations-kubernetes-cluster-design-setup: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.pixielabs.ai/hybrid-architecture/hybrid-architecture: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/cks-exam-series-9-rbac-v2-23ee24dd77cd: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/kubernetes-trends-and-challenges: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.appstack.one/how-to-run-ghost-blog-inside-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://learnk8s.io/scaling-celery-rabbitmq-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://superuser.openstack.org/articles/run-your-kubernetes-cluster-on-openstack-in-production: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://andrewlock.net/deploying-asp-net-core-applications-to-kubernetes-part-6-adding-health-checks-with-liveness-readiness-and-startup-probes +: v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/inside-personio/graceful-shutdown-of-fpm-and-nginx-in-kubernetes-f362369dff22: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.fairwinds.com/blog/over-provisioned-and-over-permissioned-containers-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/how-to-implement-your-distributed-filesystem-with-glusterfs-and-kubernetes-83ee7f5f834f: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/pinterest-engineering/scaling-kubernetes-with-assurance-at-pinterest-a23f821168da: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.deckhouse.io/how-we-enjoyed-upgrading-a-bunch-of-kubernetes-clusters-from-v1-16-to-v1-19-7d664624b2c1: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/topology-aware-scheduling-in-kubernetes-part-1-the-high-level-business-case: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/topology-awareness-in-kubernetes-part-2-dont-we-already-have-a-topology-manager: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/msfidelis/kubernetes-with-cri-o: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.min.io/the_way_of_the_cloud: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hjrocha.medium.com/add-a-custom-host-to-kubernetes-a06472cedccb: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://rancher.com/three-pillars-kubernetes-container-orchestration: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.qwinix.io/blog-what-is-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/governance-risk-and-compliance-with-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://zhimin-wen.medium.com/custom-notifications-with-alert-managers-webhook-receiver-in-kubernetes-8e1152ba2c31: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://harness.io/blog/product-updates/recommendations-api: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.harbur.io/demystifying-stateful-apps-on-kubernetes-by-deploying-an-etcd-cluster-b85bf8c16fea: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.kintone.io/entry/2021/01/14/160935: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3617008/how-kubernetes-works.html: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/cloud-native-observability: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2020/12/02/dont-panic-kubernetes-and-docker: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/exploring-the-new-kubernetes-maturity-model: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.bandowski.eu/tools-that-should-be-used-in-every-kubernetes-cluster-38969ed3e603: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://argoproj.github.io: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://metallb.universe.tf: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cert-manager.io: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/external-dns: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/pid-namespace: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/kubernetes-effect: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dustinspecker.com/posts/scaling-kubernetes-pods-prometheus-metrics: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/stack-labs/how-to-switch-container-runtime-in-a-kubernetes-cluster-1628: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/breaking-down-and-fixing-etcd-cluster-d81e35b9260d: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-what-are-endpoints-3cc9e769b614: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/beamdental/using-kubernetes-custom-resources-to-manage-our-ephemeral-environments-f298610893e1: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/empathyco/running-apache-flink-on-kubernetes-10815a26559e: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.learnsteps.com/how-exactly-kube-proxy-works-basics-on-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/flare-systems/connect-services-across-kubernetes-clusters-using-teleproxy-3f317cfd8da: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/kubernetes-tutorials/kubernetes-dns-for-services-and-pods-664804211501: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://edgehog.blog/getting-started-with-k8s-core-concepts-135fb570462e: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.siderolabs.com/blog/is-vanilla-kubernetes-really-too-heavy-for-the-raspberry-pi: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/kubernetes-workloads-serverless-era: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.kintone.io/entry/neco-registry: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.px.dev/etcd-6-tips: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://containerjournal.com/kubeconcnc/kubernetes-true-superpower-is-its-control-plane: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/datreeio/a-deep-dive-into-kubernetes-schema-validation-39ll: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.tremolosecurity.com/post/pipelines-and-kubernetes-authentication: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.usepine.com/blog/en/improving-cert-manager-self-check-speed-when-issuing-certificates: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.datree.io/resources/kubernetes-schema-validation: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://community.suse.com/posts/stupid-simple-kubernetes-deployments-services-and-ingresses-explained: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/avoiding-kubernetes-cluster-outages-synthetic-monitoring: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.talos-systems.com/blog/is-vanilla-kubernetes-really-too-heavy-for-the-raspberry-pi: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenucleargeeks.com/2021/06/26/taints-and-tolerations-in-kubernetes-edit: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: [] +https://github.com/devopshubproject/cka-lab: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://shayn-71079.medium.com/scaling-kubernetes-clusters-8a061321de93: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/living-with-kubernetes-multicluster-management: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.tigera.io/blog/comparing-kube-proxy-modes-iptables-or-ipvs: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.fairwinds.com/blog/k8s-clinic-how-to-run-kubernetes-securely-and-efficiently: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://go.weave.works/production-ready-kubernetes-checklist.html: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://okteto.com/blog/preview-environments-for-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://allanjohn909.medium.com/kubernetes-ingress-traefik-cert-manager-letsencrypt-3cb5ea4ee071: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://asishmm.medium.com/discussion-on-horizontal-pod-autoscaler-with-a-demo-on-local-k8s-cluster-81694c09f818: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2021/07/08/kubernetes-multicluster-with-kind-and-submariner: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.civo.com/learn/get-up-and-running-with-kubeflow-on-civo-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.palark.com/failure-stories-elasticsearch-migration-within-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dbafromthecold.com/2020/04/08/adjusting-pod-eviction-time-in-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://doordash.engineering/2021/04/14/gradual-code-releases-using-an-in-house-kubernetes-canary-controller: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/how-to-deploy-a-cross-cloud-kubernetes-cluster-with-built-in-disaster-recovery-bbce27fcc9d7: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.getambassador.io/resources/getting-started-with-kubernetes-for-javascript-developers: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.cloudflare.com/automatic-remediation-of-kubernetes-nodes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.pulumi.com/blog/kubernetes-fundamentals-part-one: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://ubuntu.com/blog/how-to-test-the-latest-kubernetes-with-microk8s: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/10-steps-to-a-successful-kubernetes-technical-transformation: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/brainyydude/kubernetes-scaling-replicas-69fcd44b0630: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2021/07/27/advanced-kubernetes-pod-to-node-scheduling: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/codex/create-a-pod-in-kubernetes-cluster-b9e0c33bb904: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudsavvyit.com/13039/how-to-scale-docker-containers-across-servers-using-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?app=desktop&v=Vh3piGAxcf8&ab_channel=AlokKumar: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/cloud-foundry-summit-kubernetes-must-do-better-by-developers: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/how-to-create-kubernetes-home-lab-on-an-old-laptop-1de6cc12c13e: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/how-to-deploy-a-single-kubernetes-cluster-across-multiple-clouds-using-k3s-and-wireguard-a5ae176a6e81: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/databases-in-a-kubernetes-angular-net-core-microservice-arch-a0c0ae23dca9: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/expose-open-policy-agent-gatekeeper-constraint-violations-with-prometheus-and-grafana-6b7ac92ea07f: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-airbnb-and-twitter-cut-back-on-microservice-complexities: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://twitter.com/submarinerio: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://twitter.com/shipwrightio: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://twitter.com/microcksio: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://twitter.com/telepresenceio: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://twitter.com/k0sproject: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://redkubes.com/diy-kubernetes-based-platform-building-part-3: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/hobby-kube/guide: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.wecloudpro.com/2021/08/21/Watchers-in-Kubernetes.html: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://learnk8s.io/kubernetes-wallpapers: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?app=desktop&v=o3WXPXDuCSU: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/@LachlanEvenson/how-to-enable-kubernetes-container-runtimedefault-seccomp-profile-for-all-workloads-6795624fcbcc +: v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/tips-running-scalable-workloads-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://searchcloudcomputing.techtarget.com/tip/Weigh-the-pros-and-cons-of-managed-Kubernetes-services: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/evolution-of-paases-to-platform-as-code-in-kubernetes-world-74464b0013ca: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@icheko/wordpress-high-availability-on-kubernetes-f6c0bcc2f28d: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-state-of-kubernetes-key-challenges-and-the-role-of-ai: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.learnsteps.com/basics-on-kubernetes-what-exactly-is-a-replicaset: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.ithands-on.com/2021/10/kubernetes-101-switching-namespaces.html: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://juju.is/cloud-native-kubernetes-usage-report-2021: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/tinder-engineering/tinders-move-to-kubernetes-cda2a6372f44: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.palark.com/best-practices-for-deploying-highly-available-apps-in-kubernetes-part-1: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.palark.com/best-practices-for-deploying-highly-available-apps-in-kubernetes-part-2: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://danielmangum.com/posts/how-kubernetes-validates-custom-resources: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/11/kubernetes-replicationcontroller: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://containerjournal.com/features/when-is-kubernetes-service-ownership-the-right-fit: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-running-multiple-container-runtimes-65220b4f9ef4: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://iximiuz.com/en/posts/containerd-command-line-clients: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@mfsilv/kubernetes-a-gentle-introduction-9d23de7f00e0: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@mfsilv/kubernetes-for-dummies-the-cluster-7cf6a7b5532: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-for-dummies-life-of-a-pod-fc8158e27aa: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://iximiuz.com/en/posts/containers-vs-pods: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.kubermatic.com/resources/the-ultimate-checklist-for-running-kubernetes-in-production: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://vadosware.io/post/so-you-need-to-wait-for-some-kubernetes-resources: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.vxav.fr/2021-09-13-interacting-with-containerd-runtime-for-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/nerd-for-tech/exploring-kubernetes-node-architecture-3a36df6ae034: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://mayankshah.dev/blog/demystifying-kube-proxy: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.brujordet.no/post/homelab/using_custom_hardware_in_kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://technos.medium.com/kubernetes-workflow-bad346c54962: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/products/containers-kubernetes/the-rise-and-future-of-kubernetes-and-open-source-at-google: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kmitevski.com/writing-a-kubernetes-validating-webhook-using-python: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@hinsulak/multi-node-lightweight-kubernetes-setup-using-k3s-454e87fdc933: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2022/01/07/kubernetes-is-moving-on-from-dockershim: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.px.dev/container-filesystems: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/codex/how-to-deploy-wordpress-on-kubernetes-part-2-df1cc9cbaa2e: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/learn-kubernetes-and-start-containerizing-your-applications: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://komodor.com/learn/kubernetes-nodes-complete-guide: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/techbeatly/chain-of-events-behind-a-running-pod-149ebaafbfbc: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/what-does-it-take-to-manage-hundreds-of-kubernetes-clusters: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/pareture/kubernetes-scaling-capacity-and-resource-planning-in-complex-clusters-97a6105b43a4: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.runx.dev/3-things-i-hate-about-kubernetes-49f1656baeaa: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devopslearners.com/what-is-a-kubernetes-ephemeral-container-aa8ab658755d: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/22/3/visual-map-kubernetes-deployment: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devopslearners.com/different-container-runtimes-and-configurations-in-the-same-kubernetes-cluster-fed228e1853e: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/measuring-patching-cadence-on-kubernetes-with-gitops-353bc4a1d25: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-rush-to-fix-the-kubernetes-failover-problem: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://vidhitakher.medium.com/understanding-the-kubernetes-cluster-components-c57cd4af8570: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@kennethtcp/how-to-spread-replica-pods-into-nodes-evenly-by-topologyspreadconstraints-8abd03424aae: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@norlin.t/build-a-managed-kubernetes-cluster-from-scratch-part-1-fca5f6b3639b: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@norlin.t/build-a-managed-kubernetes-cluster-from-scratch-part-2-e8ca6c2cc45c: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@norlin.t/build-a-managed-kubernetes-cluster-from-scratch-part-3-10dec988757: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@norlin.t/build-a-managed-kubernetes-cluster-from-scratch-part-4-3856f0756a03: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@norlin.t/build-a-managed-kubernetes-cluster-from-scratch-part-5-a4c22f0c0245: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://topcloudops.com/blog-detail?id=466c7bdd-ccb9-4722-abe5-d71a535113a2: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://topcloudops.com/blog-detail?id=afa06d47-b8ea-4417-bb4c-7d164f8903e7: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-draining-nodes-properly-79e18dca4d5e: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/devops-mojo/kubernetes-open-standards-oci-cri-cni-csi-smi-cpi-overview-what-is-k8s-open-standards-introduction-a860905af6f7 +: v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-extensibility-c5fed27f0952: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/kubernetes-story-how-kubernetes-works-with-container-runtime-ce618a306f64: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.axiomio.com/seven-kubernetes-trends-to-watch-in-upcoming-years-e7d48e86c614: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@Paddy_Adallah/how-to-choose-kubernetes-platforms-for-enterprise-deployments-c04d5e436543: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sunnykkc13.medium.com/deep-dive-into-kubernetes-238258c9a536: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@issy972/balancing-reliability-cost-and-performance-with-kubernetes-45aae8489a3c: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://imoisharma.medium.com/how-leader-election-works-in-kubernetes-by-m-sharma-635d213b3fd1: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.howtogeek.com/devops/how-to-clean-up-old-containers-and-images-in-your-kubernetes-cluster: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/blablacar/operating-node-js-in-kubernetes-at-scale-at-blablacar-3afb6d5d4299: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.kubesimplify.com/diy-how-to-build-a-kubernetes-policy-engine: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/git-clone-using-init-container-kubernetes-b49535be6968: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/k8s-tips-accessing-the-api-server-from-a-pod-f6f72bc847de: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@tamerberatcelik/when-and-why-to-use-kubernetes-fface756859f: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://kymidd.medium.com/lets-do-devops-eks-k8s-python-fuzzy-staging-with-aws-secrets-manager-k8s-init-disk-secrets-b0d8022f3a5d +: v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@AceTheCloud-Abhishek/50-shades-of-containers-and-kubernetes-d2217fbea788: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/madmaxx/how-to-make-exclusive-locks-in-kubernetes-23if: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/optimize-kubernetes-resource-management-with-time-to-live-ttl-for-cleaner-cluster-ea1c6e0c1e73: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/genuinetools/contained.af: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://abhii85.hashnode.dev/how-to-get-started-with-k8s-contributions: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-sandbox-environments-with-virtual-clusters-fb465b296777: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@alexmogfr/zevent-place-how-we-handled-100k-ccu-on-a-real-time-collective-canvas-71d3d346e0ab: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/devops-in-k8s-pod-cgroups-ed05181865f9: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://engineering.prezi.com/intro-4727024fc2c1: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/trendyol-tech/kubernetes-io-problem-investigation-1e8aa0cf4909: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kairos-io/kairos: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@GranulateIntel/the-fundamental-principles-of-kubernetes-capacity-management-e23f388b4f3: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/optimizing-kubernetes-for-peak-traffic-and-avoiding-setbacks: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://tech.bigbasket.com/atlas-streamlining-bigbaskets-40-lines-of-testing-across-80-microservices-in-non-production-459040947519 +: v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hervekhg.medium.com/3-years-managing-kubernetes-clusters-my-10-lessons-b565a5509f0e: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/@.anders/learnings-from-our-8-years-of-kubernetes-in-production-two-major-cluster-crashes-ditching-self-0257c09d36cd +: v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://trstringer.com/kubernetes-node-ready: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@bgrant0607/advantages-of-storing-configuration-in-container-registries-rather-than-git-b4266dc0c79f: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@jainal/mastering-graceful-shutdown-in-distributed-systems-and-microservices-29c311e49660: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://rpadovani.com/k8s-algorithm-pick-pod-scale-in: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.silverliningsinfo.com/multi-cloud/cloud-9-lunch-ladies-news-wrap-live-cloud-executive-summit: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@ahmetb/mastering-kubeconfig-4e447aa32c75: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://rcarrata.github.io/openshift/regenerate-kubeconfig: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devopscube.com/kubernetes-kubeconfig-file: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://iamunnip.medium.com/merging-kubeconfig-files-c9e0f340a71c: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@yogitakothadia/a-manifest-file-in-kubernetes-952183a508d4: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/set-up-microservice-on-kubernetes-write-config-file-8df7c2b07a4c: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/understanding-the-kubernetes-manifest-e96d680f2a11: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kruyt.org/migrate-docker-containerd-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.opensourcerers.org/2021/02/01/how-to-go-from-docker-to-kubernetes-the-right-way: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/docker-compose-to-kubernetes-step-by-step-migration: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linuxtechi.com/setup-private-docker-registry-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/docker-and-kubernetes-root-vs-privileged-9d2a37453dec: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://containerjournal.com/topics/container-ecosystems/how-docker-and-kubernetes-work-together: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.sighup.io/how-to-run-kubernetes-without-docker: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/how-to-migrate-from-docker-compose-to-kubernetes-b57eb229beb2: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloudify.co/blog/docker-vs-kubernetes-comparison: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kinsta.com/blog/kubernetes-vs-docker: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.dynatrace.com/news/blog/kubernetes-vs-docker: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.imaginarycloud.com/blog/docker-vs-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.decipherzone.com/blog-detail/kubernetes-vs-docker-swarm: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/kubernetes-admission-controllers: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.rewanthtammana.com/creating-malicious-admission-controllers: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/kubernetes-admission-controllers-what-they-are-and-why-they-matter: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2021/12/21/admission-controllers-for-container-drift: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://slack.engineering/simple-kubernetes-webhook: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.nillsf.com/index.php/2020/12/03/how-to-run-your-own-admission-controller-on-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@visweswara/what-are-kubernetes-admission-controllers-let-me-explain-93b97f659ccc: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@jonathan_37674/kubernetes-admission-controller-the-definitive-guide-786b09279418: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://pradeepl.com/blog/kubernetes/introduction-to-kubernetes-admission-controllers: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@pflooky/intro-to-kubernetes-mutating-webhooks-even-if-you-dont-know-kubernetes-172c30232488: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@m.json/the-kubernetes-cloud-controller-manager-d440af0d2be5: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@pratyush.mathur/kubernetes-resources-c09d172dbdc5: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://enterprisersproject.com/article/2020/8/managing-kubernetes-resources-5-things-remember: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://stackify.com/kubernetes-docker-deployments: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linuxadvise.com/post/kubernetes-node-affinity: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linuxadvise.com/post/kubernetes-daemon-sets: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.magalix.com/blog/team-productivity-1: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@mohaamer5/kubernetes-pod-priority-and-preemption-943c58aee07d: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/faun/pod-in-kubernetes-cluster-k8s-adeb5b901153: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.howtoforge.com/multi-container-pods-in-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/discovering-running-pods-by-using-dns-and-headless-services-in-kubernetes-7002a50747f4: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/tailwinds-navigator/kubernetes-tip-what-happens-to-pods-running-on-node-that-become-unreachable-3d409f734e5d +: v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/better-programming/kubernetes-pod-redundancy-strategies-a6d9b560749a: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://iximiuz.com/en/posts/service-proxy-pod-sidecar-oh-my: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linuxadvise.com/post/kubernetes-static-pods: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linuxadvise.com/post/kubernetes-pod-security-policy: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@pleasingsmoke/graceful-shutdown-of-pods-in-kubernetes-6da5588b5356: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://didil.medium.com/building-a-kubernetes-mutating-admission-webhook-7e48729523ed: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenucleargeeks.com/2021/03/22/introduction-to-pods-in-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://speakerdeck.com/devinjeon/kubernetes-pod-internals-with-the-fundamentals-of-containers: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2021/04/06/podsecuritypolicy-deprecation-past-present-and-future: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dustinspecker.com/posts/ipvs-how-kubernetes-services-direct-traffic-to-pods: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.returngis.net/2020/06/organizar-los-pods-en-kubernetes-usando-taints-y-tolerations: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@knoldus/how-to-schedule-pods-on-nodes-in-kubernetes-af321d8ea5d: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/kubernetes-distributing-pods-evenly-across-cluster-c6bdc9b49699: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@orangecola3/understanding-podsecurity-in-kubernetes-e58a65102056: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.searce.com/single-pod-access-mode-for-persistent-volumes-on-kubernetes-4cf79200aa9a: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thecloudblog.net/lab/kubernetes-container-lifecycle-events-and-hooks: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://shramikawale.medium.com/podsdisruptionbudget-why-you-will-need-in-kubernetes-c939904d590d: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://bytes.devopscube.com/p/pod-priority-preemption-explained?s=r: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.plainenglish.io/pods-in-kubernetes-the-smallest-deployable-units-of-computing-dab3bf1a2762: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://chrisedrego.medium.com/power-of-priorityclass-in-kubernetes-87505260ecb6: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devopslearners.com/kubernetes-pod-priority-priorityclass-and-preemption-explained-a48fb7988672: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@r_chan/kubernetes-pods-termination-lifecycle-fd2926c4611a: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/understanding-kubernetes-multi-container-pod-patterns-577f74690aee: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@danielaaronw/k8s-pod-anti-affinity-dd2667a20c5f: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://mouliveera.medium.com/how-to-update-configmap-on-pod-without-restart-be3c0b4433af: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devopscube.com/pod-priorityclass-preemption: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@meng.yan/what-happens-when-deleting-a-pod-d1219c7e1b53: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/how-do-you-gracefully-shut-down-pods-in-kubernetes-fb19f617cd67: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://nunoadrego.com/posts/abusing-pod-priority: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/devops-in-k8s-pod-downward-api-571399049013: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/pod-rebalancing-and-allocations-in-kubernetes-df3dbfb1e2f9: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2023/01/12/protect-mission-critical-pods-priorityclass: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://neonmirrors.net/post/2022-12/reducing-pod-volume-update-times: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-scheduler-deep-dive-fdfcb516be30: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/tasks/configure-pod-container/user-namespaces: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devopscube.com/kubernetes-pod: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.palark.com/configmaps-in-kubernetes-how-they-work-and-what-you-should-remember: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/faun/configmaps-in-kubernetes-k8s-2f2ce79d7e66: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/working-with-kubernetes-configmaps-part-1-volume-mounts-f0ace283f5aa: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/working-with-kubernetes-configmaps-part-2-watchers-b6dd0e583d71: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.gopaddle.io/2021/04/01/strange-things-you-never-knew-about-kubernetes-configmaps-on-day-one: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://k21academy.com/docker-kubernetes/configmaps-secrets: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.kubermatic.com/blog/keeping-the-state-of-apps-part-3-introduction-to-configmaps: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/codex/kubernetes-configmaps-explained-961cdd23f232: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linuxadvise.com/post/kubernetes-config-maps: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aditya-sunjava.medium.com/externalizing-configurations-in-kubernetes-using-configmap-and-secret-bfda0970d8ae: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-to-make-the-most-of-kubernetes-environment-variables: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@shrishtishreya/kubernetes-configmaps-explained-c6e7c9a6e6a6: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/open-devops-academy/kubernetes-inject-the-values-of-a-configmap-in-a-container-as-a-volume-628c39f3ea43: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.thorsten-hans.com/hot-reload-net-configuration-in-kubernetes-with-configmaps: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devopsparthu.hashnode.dev/day-35-mastering-configmaps-and-secrets-in-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linuxadvise.com/post/kubernetes-secrets: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://mixi-developers.mixi.co.jp/compare-eso-with-secret-csi-402bf37f20bc: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/4th-coffee/state-of-kubernetes-secrets-management-in-2022-6148af91e7b5: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://auth0.com/blog/kubernetes-secrets-management: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/encrypting-kubernetes-secrets-at-rest-1b835e228c6a: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://vinothecloudone.medium.com/kubernetes-configuration-patterns-101-68cfb7af1084: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/kubernetes-101-secrets-20d068ab0563: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://storageclass.info/csidrivers: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/self-service-kubernetes-namespaces-are-a-game-changer: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://qvault.io/2020/10/26/how-to-restart-all-pods-in-a-kubernetes-namespace: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/faun/namespaces-in-kubernetes-4bac49414770: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.starwindsoftware.com/blog/remove-a-kubernetes-namespace-blocked-with-terminating-status: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/2/kubernetes-namespaces: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://static.sched.com/hosted_files/kccncna19/f7/kubecon-us-2019-mt-wg-deep-dive.pdf: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2020/08/14/introducing-hierarchical-namespaces: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/multi-tenancy/tree/master/incubator/hnc: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/faun/kubernetes-multi-tenancy-a-best-practices-guide-88e37ef2b709: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.vamsitalkstech.com/architecture/kubernetes-multitenancy-best-practices-architecture-models-2-2: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/kubernetes-multi-tenancy-why-virtual-clusters-are-the-best-solution: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2021/04/15/three-tenancy-models-for-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/avoiding-the-pitfalls-of-multitenancy-in-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.sighup.io/an-introduction-to-hierarchical-namespace-controller-hnc: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.vamsitalkstech.com/architecture/a-deepdive-into-kubernetes-multitenancy-1-2: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://asonisg.medium.com/multi-tenancy-with-kubernetes-part-1-8ac4e5083e31: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/the-hidden-dangers-of-terminating-namespaces: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/kubernetes-namespaces-vs-virtual-clusters-cc8731752972: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://engineering.salesforce.com/project-agumbe-share-objects-across-namespaces-in-kubernetes-1fc2e1ddb3eb: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.p3r.one/delete-terminating-namespace: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/multi-tenant-kubernetes-clusters-challenges-and-useful-tooling: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/multi-tenancy-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/architect/kubernetes-hierarchical-namespaces: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/concepts/security/multi-tenancy: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.thinksys.com/devops/kubernetes-multi-tenancy: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://doordash.engineering/2022/06/23/fast-feedback-loop-for-kubernetes-product-development-in-a-production-environment: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://towardsaws.com/kubernetes-multi-tenancy-approach-b0f58d615971: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/10-essentials-for-kubernetes-multi-tenancy: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@het.trivedi05/designing-multi-tenant-applications-on-kubernetes-f0470f8e641c: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.joshgav.com/posts/cluster-level-multitenancy: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cast.ai/blog/kubernetes-namespace-how-to-use-it-to-organize-and-optimize-costs: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/adeo-tech/a-walkthrough-guide-for-multi-tenancy-with-gke-b9e6f1aed2a2: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/multi-tenancy-in-kubernetes-332ff88d55d8: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/hierarchical-namespaces-in-kubernetes-5b07ea2c3e65: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.jessfraz.com/post/hard-multi-tenancy-in-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/loft-sh/kiosk: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloudhero.io/creating-users-for-your-kubernetes-cluster: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/gianlucam76/centralized-add-on-management-across-n-kubernetes-clusters-308k: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sandeepbaldawa.medium.com/k8s-labels-selectors-9ad2fcf78a4e: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.kubecost.com/blog/kubernetes-labels: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://millionvisit.blogspot.com/2021/02/kubernetes-for-developers-8-Object%20Name-Labels-Selectors-Namespace.html: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://millionvisit.blogspot.com/2021/03/kubernetes-for-developers-11-pod-organization-using-labels.html: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linuxadvise.com/post/kubernetes-node-selectors: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.ithands-on.com/2021/04/kubernetes-101-changing-pods-label-on.html: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.newrelic.com/engineering/how-to-organize-kubernetes-clusters: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cast.ai/blog/kubernetes-labels-expert-guide-with-10-best-practices: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/labels-and-annotations-in-kubernetes-234944b0f7ab: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenucleargeeks.com/2021/03/28/taints-and-tolerations-in-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: [] +https://faun.pub/taints-and-toleration-basics-in-kubernetes-c0538c3f6deb: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.learncodeonline.in/kubernetes-scheduling-taints-and-tolerations: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kamsjec.medium.com/kubernetes-taints-and-tolerations-18727f618d01: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://trstringer.com/understanding-prefernoschedule: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@sam.euchaliptus/tolerations-nodeaffinity-for-deterministic-pod-scheduling-in-kubernetes-aa2f1d4316fa: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/how-to-deploy-an-asp-net-application-with-kubernetes-3c00c5fa1c6e: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-rolling-updates-rollbacks-and-multi-environments-4ff9912df5: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linuxadvise.com/post/kubernetes-rolling-updates-and-rollbacks: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@yankee.exe/how-rolling-and-rollback-deployments-work-in-kubernetes-8db4c4dce599: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/codex/kubernetes-deployment-rolling-updates-and-rollbacks-explained-e3efa6557368: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-do-applications-run-on-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://deepsource.io/blog/zero-downtime-deployment: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://k21academy.com/docker-kubernetes/kubernetes-deployment: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/better-programming/kubernetes-deployment-connect-your-front-end-to-your-back-end-with-nginx-7e4e7cfef177 +: v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.mirantis.com/blog/introduction-to-yaml-creating-a-kubernetes-deployment: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/kubernetes-deployment-explained-9b2b89dd3977: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://learnk8s.io/graceful-shutdown: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thoughtbot.com/blog/zero-downtime-rails-deployments-with-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/avmconsulting-blog/deployment-types-in-kubernetes-14b70ca7ef93: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hackernoon.com/how-to-deploy-code-faster-using-kubernetes-jh1y3ul0: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.fosstechnix.com/rolling-out-and-rolling-back-updates-with-zero-downtime-on-kubernetes-cluster: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/gumgum-tech/5-things-we-overlooked-when-putting-our-first-app-on-kubernetes-58583c1783e4: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://eng.lifion.com/journey-to-zero-downtime-rolling-updates-with-ambassador-badda6a7d450: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/tailwinds-navigator/kubernetes-tip-how-statefulsets-behave-differently-than-deployments-when-node-fails-d29e36bca7d5 +: v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.learnsteps.com/basics-on-kubernetes-what-exactly-is-a-deployment: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://polarsquad.com/blog/check-your-kubernetes-deployments: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://yankeexe.medium.com/how-rolling-and-rollback-deployments-work-in-kubernetes-8db4c4dce599: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/okteto/beginners-guide-to-kubernetes-deployments-50f066d95d2b: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/zero-downtime-deployment-with-kubernetes-using-rolling-update-strategy-bff45de8c3c3: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://dinushad92.medium.com/building-a-resilient-deployment-on-kubernetes-part-3-keep-the-deployment-up-to-date-with-the-7296f18f275a +: v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@chamakenjefi/kubernetes-deployments-using-a-configmap-with-a-custom-index-html-page-5b4de0a7aa1b: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@vrnvav97/canary-deployment-in-kubernetes-a18c81cb9b: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@the.nick.miller/multi-container-deployments-with-kubernetes-33c824d8d9a4: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://amolmote.hashnode.dev/replicaset-deployment-in-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://teplyheng.medium.com/understand-the-difference-between-deployments-and-replicaset-7e1cfd4d8639: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://teplyheng.medium.com/in-depth-understanding-of-deployments-in-kubernetes-af2c93ca4a24: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://routerhan.medium.com/understanding-kubernetes-deployment-a-beginners-guide-6723c19dbd57: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/blue-green-deployment-with-kubernetes-b7595b17fe17: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/sticky-sessions-and-canary-releases-in-kubernetes-8c45de2b0a2e: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://learnk8s.io/kubernetes-rollbacks: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/devops-mojo/kubernetes-difference-between-deployment-and-statefulset-in-k8s-deployments-vs-statefulsets-855f9e897091 +: v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.kubermatic.com/blog/keeping-the-state-of-apps-5: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/kubernetes-statefulset-examples-and-best-practices: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://loft-sh.medium.com/kubernetes-statefulset-examples-best-practices-902cd50f7fff: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://tom-sapak.medium.com/deployment-vs-statefulset-for-stateful-applications-eebd6522e102: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-statefulset-initialization-with-unique-configs-per-pod-7e02c01ada65: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://niravshah2705.medium.com/play-with-volume-for-statefulsets-7fbf14221e74: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@arton.demaku/managing-stateful-applications-with-kubernetes-statefulsets-3eeec9e9d151: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-daemonsets-a-detailed-introductory-tutorial: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.learncodeonline.in/kubernetes-scheduling-daemonset: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.ithands-on.com/2021/05/kubernetes-101-performing-tasks-in.html: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://eng.lyft.com/improving-kubernetes-cronjobs-at-scale-part-1-cf1479df98d4: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://eng.lyft.com/how-we-learned-to-improve-kubernetes-cronjobs-at-scale-part-2-of-2-dad0c973ffca: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/11/kubernetes-jobs-cronjobs: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/avmconsulting-blog/jobs-cronjobs-in-kubernetes-cluster-d0e872e3c8c8: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devopscube.com/create-kubernetes-jobs-cron-jobs: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/setup-a-cronjob-to-execute-kubectl-or-aws-commands-c1c15dd4ff1f: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dwdraju.medium.com/kubernetes-job-or-cronjob-which-one-to-use-and-when-4ffd4800d28e: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/k8s-why-use-job-instead-of-pod-directly-48cf4e24a0df: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/kudos-engineering/migrating-our-cron-jobs-to-kubernetes-8597032d7622: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/kueue: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://spacelift.io/blog/kubernetes-cronjob: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@abhinav.ittekot/running-kubernetes-jobs-with-sidecar-containers-8c034b020993: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/understanding-jobs-and-cronjobs-in-kubernetes-9db379562da: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/lambda-migration-k8s-jobs: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.alexellis.io/primer-accessing-kubernetes-services: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/active-passive-load-balancing-with-kubernetes-services-742cae1938af: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://harness.io/blog/kubernetes-services-explained: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devineer.medium.com/kubernetes-services-explained-22b4dd11de02: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://whyk8s.substack.com/p/why-services: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@ankitrai_13207/kubernetes-deployment-service-6f32b7e63f16: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/kubernetes-service-types-3c4a3088a5c: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://nitishblog.hashnode.dev/kubernetes-services-your-way-to-connect-with-your-application: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sumanprasad.hashnode.dev/everything-about-kubernetes-services-discovery-load-balancing-networking: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/vromanov/kubernetes-services-1bj: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/kubernetes-services-explained-with-examples-3d1897a875b7: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://youtu.be/efiMiaFjtn8: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://auth0.com/blog/deployment-strategies-in-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.educative.io/blog/kubernetes-deployments-strategies: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.weave.works/blog/kubernetes-deployment-strategies: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@wuestkamp/kubernetes-canary-deployment-1-gitlab-ci-518f9fdaa7ed: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/containers-101/fully-automated-canary-deployments-in-kubernetes-70a671105273: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.knoldus.com/introduction-to-kubernetes-deployment-strategies: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: [] +https://blog.knoldus.com/introduction-to-kubernetes-deployment-strategies-part-2: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: [] +https://medium.com/@knoldus/introduction-to-kubernetes-deployment-strategies-part-3-5037a6b4d6aa: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: [] +https://dzone.com/articles/advanced-kubernetes-deployment-strategies: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/kubernetes-blue-green-deployment-a69ed17cd4cd: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://prakashkumar0301.medium.com/blue-green-deployment-with-kubernetes-a37a534a2ef4: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://emirayhan.medium.com/kubernetes-k8s-deployment-strategies-eb3a0f5cbc49: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/kubernetes-deployment-strategies-f36e7e4d2be: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/kubernetes-deployment-strategy-explained-bf27fea088e1: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/developer-sandbox/activities/run-the-canary-deployment-pattern-on-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.werf.io/canary-releases-in-kubernetes-based-on-ingress-nginx-controller-96193efe34f9: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@bubu.tripathy/blue-green-deployment-using-kubernetes-be994df956b4: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://blog.developersteve.com/canary-deployments-in-kubernetes-safely-releasing-new-features-with-confidence-f6eb3f0dab6f +: v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/reference/kubernetes-api: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/living-with-kubernetes-api-lifecycles-and-you: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.tilt.dev/2021/03/18/kubernetes-is-so-simple.html: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-is-not-just-about-containers-its-about-the-api: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2021/09/03/api-server-tracing: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://evancordell.com/posts/kube-apis-crds: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://martinheinz.dev/blog/53: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://trstringer.com/kubernetes-api-call-from-kubectl: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://iximiuz.com/en/posts/kubernetes-api-structure-and-terminology: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://iximiuz.com/en/posts/kubernetes-api-call-simple-http-client: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://iximiuz.com/en/series/working-with-kubernetes-api: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://iximiuz.com/en/posts/kubernetes-api-how-to-extend: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/danielepolencic/the-kubernetes-api-architecture-1pi9: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/cp-massive-programming/kubernetes-api-server-discovery-ac3b358e878e: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/working-with-the-kubernetes-api-587bc5941992: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/linux-shots/find-deprecated-api-resources-used-in-a-kubernetes-cluster-44756c1126c8: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.jimmyray.io/discover-k8s-through-its-apis-e2f90937a19f: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/extending-kubernetes-services-with-multi-cluster-services-api: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2021/10/08/capi-clusterclass-and-managed-topologies: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/faun/how-to-perform-health-checks-in-kubernetes-k8s-a4e5300b1f9d: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes/kubernetes/pull/97057: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.lelonek.me/liveness-and-readiness-probes-for-kubernetes-in-phoenix-application-890e24d0737e: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://theithollow.com/2020/05/18/kubernetes-liveness-and-readiness-probes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/kubernetes-readiness-probes-examples-common-pitfalls: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://millionvisit.blogspot.com/2021/04/kubernetes-for-developers-12-effective-way-of-using-k8-liveness-probe.html: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://millionvisit.blogspot.com/2021/04/kubernetes-for-developers-13-effective-way-of-using-k8-readiness-probe.html: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-probes-startup-liveness-readiness-a9fc9ccff4b2: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-readiness-probes-examples-common-pitfalls-136e3a9a058d: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=D9w3DH1zAc8: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.returngis.net/2020/02/pruebas-de-vida-de-nuestros-contenedores-en-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.newrelic.com/engineering/kubernetes-health-checks: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://komodor.com/learn/kubernetes-liveness-probes-a-practical-guide: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://martinheinz.dev/blog/63: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-health-checks-using-probes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/straight-to-the-point-kubernetes-probes-e5b23e267d9d: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://guyzsarun.medium.com/kubernetes-liveness-readiness-probe-explained-352691dcccf1: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hmh.engineering/dive-into-kubernetes-healthchecks-part-1-73a900fa6dbd: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hmh.engineering/dive-into-kubernetes-healthchecks-part-2-a9f83eb712d5: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/devops-mojo/kubernetes-probes-liveness-readiness-startup-overview-introduction-to-probes-types-configure-health-checks-206ff7c24487 +: v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://doordash.engineering/2022/08/09/how-to-handle-kubernetes-health-checks: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://datree.io/resources/kubernetes-readiness-and-liveness-probes-best-practices: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-probes-and-why-they-matter-for-autoscaling: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/kubernetes-liveness-probes-1a053f53690c: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/pavanbelagatti/configure-kubernetes-readiness-and-liveness-probes-tutorial-478p: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dnastacio.medium.com/the-art-and-science-of-probing-a-kubernetes-container-db1f16539080: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/@eumaho/setting-up-readiness-and-liveness-health-check-probes-in-kubernetes-with-springboot-674eb1038377 +: v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kamsjec.medium.com/liveness-and-readiness-probes-91919f24e305: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/otomato_io/liveness-probes-feel-the-pulse-of-the-app-133e: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudtechtwitter.com/2022/04/kubernetes-quality-of-service-qos-class.html: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/kubernetes-resource-management-in-production-d5382c904ed1: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/dev-genius/ultimate-kubernetes-resource-planning-guide-449a4fddd1d6: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://learnk8s.io/setting-cpu-memory-limits-requests: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/sizing-applications-in-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.magalix.com/blog/kubernetes-patterns-capacity-planning: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/kubernetes-capacity-planning: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/concepts/policy/limit-range: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/kubernetes-limits-requests: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/aurelievache/understanding-kubernetes-part-22-limitrange-144l: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/dive-deep-into-resource-requests-and-limits-in-kub: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/kubernetes-resource-limits: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@betz.mark/understanding-resource-limits-in-kubernetes-cpu-time-9eff74d3161b: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.newrelic.com/engineering/kubernetes-request-and-limits: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://john-tucker.medium.com/kubernetes-cpu-resource-requests-at-runtime-c4df668d1c5c: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/practical-example-of-how-to-set-requests-and-limits-on-kubernetes-87521b599983: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://home.robusta.dev/blog/stop-using-cpu-limits: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.netdata.cloud/blog/kubernetes-throttling-doesnt-have-to-suck-let-us-help: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dnastacio.medium.com/why-you-should-keep-using-cpu-limits-on-kubernetes-60c4e50dfc61: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://komodor.com/learn/kubernetes-cpu-limits-throttling: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/how-to-guess-the-right-size-for-your-kubernetes-pods-9c88686fec: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/omio-engineering/cpu-limits-and-aggressive-throttling-in-kubernetes-c5b20bd8a718: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hackernoon.com/kubernetes-resource-quotas: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://home.robusta.dev/blog/kubernetes-utilization-vs-reliability: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/mkdev/kubernetes-capacity-and-resource-management-its-not-what-you-think-it-is-1oik: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/memory-requests-and-limits-in-kubernetes-1c9cd573b3ab: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/cpu-limits-and-requests-in-kubernetes-fa9d55948b7c: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/pavanbelagatti/learn-how-to-set-kubernetes-resource-requests-and-limits-23n2: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://iceburn.medium.com/kubernetes-resource-requests-and-resource-limits-99c549c5a439: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://home.robusta.dev/blog/k8s-node-benchmark: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://piotrminkowski.com/2023/08/22/resize-cpu-limit-to-speed-up-java-startup-on-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@mark.andreev/how-to-configure-kubernetes-memory-limits-for-java-application-ec0cc5a68c24: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sosiv.io/post/a-deep-dive-into-kubernetes-resource-requests-and-limits: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/pipedrive-engineering/how-we-choked-our-kubernetes-nodejs-services-932acc8cc2be: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@eliran89c/for-the-love-of-god-learn-when-to-use-cpu-limits-on-kubernetes-2225341e9dbd: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://wbhegedus.me/understanding-kubernetes-cpu-limits: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@jettycloud/making-sense-of-kubernetes-cpu-requests-and-limits-390bbb5b7c92: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/how-to-set-up-kubernetes-requests-and-limits: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/thenjdevopsguy/impacts-of-not-setting-requests-limits-and-quotas-5f4b: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/kubernetes-chronicles-k8s-04-k8s-series-pod-resource-request-limits-49ac0cf67ae6: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hwchiu.medium.com/why-does-my-2vcpu-application-run-faster-in-a-vm-than-in-a-container-6438ffaba245: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.ardanlabs.com/blog/2024/02/kubernetes-cpu-limits-go.html: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/nordnet-tech/unlocking-kubernetes-performance-with-no-cpu-resource-limits-56d5dc33037b: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@danielepolencic/challenge-16-throttled-93133f8fd0ad: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@frommeyerc/containers-and-the-jvm-about-cfs-and-how-to-deal-with-it-805883b72a87: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://lalatron.hashnode.dev/when-kubernetes-and-go-dont-work-well-together: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://foxutech.com/kubernetes-namespace-resource-quota-and-limits: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/directeam/kubernetes-resources-under-the-hood-part-1-4f2400b6bb96: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/directeam/kubernetes-resources-under-the-hood-part-2-6eeb50197c44: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/directeam/kubernetes-resources-under-the-hood-part-3-6ee7d6015965: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? 'https://www.reddit.com/r/kubernetes/comments/12he7aa/cpu_limits/] + + - [==gokatalyst.io: Katalyst: A QoS-based resource management system for workload + colocation on kubernetes== 🌟](https://gokatalyst.io/blog/2023/12/06/katalyst-a-qos-based-resource-management-system-for-workload-colocation-on-kubernetes' +: v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://stormforge.io: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@mathieuces/how-to-calculate-cpu-for-containers-in-k8s-dynamically-47a89e3886eb: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/11/kubernetes-scheduler: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@dominik.tornow/the-kubernetes-scheduler-cd429abac02f: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gist.github.com/luisalfonsopreciado/40a0fc2319241d517832affdce2bc1ff: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@juliorenner123/k8s-creating-a-kube-scheduler-plugin-8a826c486a1: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/multiple-schedulers-in-kubernetes-a78a7b4fa4b2: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://community.ops.io/danielepolencic/pod-rebalancing-and-allocations-in-kubernetes-4kim: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/how-to-use-priorities-in-kubernetes-e1bb1b722b6a: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/maximizing-the-utility-of-scarce-ai-resources-a-kubernetes-approach-0230ba53965b: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@Alibaba_Cloud/getting-started-with-kubernetes-etcd-a26cba0b4258: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/monitor-etcd: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://learnk8s.io/etcd-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/nerd-for-tech/etcd-the-easy-way-4c01e243f285: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/tasks/administer-cluster/configure-upgrade-etcd: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/tutorialboy/a-detailed-brief-about-offence-and-defence-on-cloud-security-etcd-risks-4h02: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://bsucaciu.com/?p=4645: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/bb-tutorials-and-thoughts/kubernetes-learn-sidecar-container-pattern-6d8c21f873d: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.ithands-on.com/2021/07/kubernetes-101-extending-containers.html: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://atul-agrawal.medium.com/library-vs-service-vs-sidecar-ff5a20b50cad: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://banzaicloud.com/blog/k8s-sidecars: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@marko.luksa/delaying-application-start-until-sidecar-is-ready-2ec2d21a7b74: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://pauldally.medium.com/kubernetes-an-introduction-to-sidecars-21d99fbd7de3: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://saurabhdashora.hashnode.dev/implementing-sidecar-design-pattern-with-kubernetes-pod: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/fermyon/scaling-sidecars-to-zero-in-kubernetes-2m23: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2021/04/20/annotating-k8s-for-humans: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.getambassador.io/blog/kubernetes-labels-vs-annotations: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.pipetail.io/posts/2020-05-04-most-common-mistakes-k8s: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://searchitoperations.techtarget.com/feature/Optimize-Kubernetes-cluster-management-with-these-5-tips: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.techradar.com/news/three-tips-to-implement-kubernetes-with-open-standards: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://geekflare.com/kubernetes-best-practices: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://wideops.com/kubernetes-best-practices-setting-up-health-checks-with-readiness-and-liveness-probes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://containerjournal.com/topics/container-management/10-best-practices-worth-implementing-to-adopt-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/tailwinds-navigator/kubernetes-tip-how-does-oomkilled-work-ba71b135993b: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloud.google.com/blog/topics/kubernetes-best-practices: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://releasehub.com/blog/kubernetes-health-checks-2-ways-to-improve-stability: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://stackpulse.com/blog/https-stackpulse-com-blog-kubernetes-production-best-practices: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.fairwinds.com/blog/never-should-you-ever-in-kubernetes-1-do-k8s-the-hard-way: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.fairwinds.com/blog/never-should-you-ever-in-kubernetes-part-2-kubernetes-security-mistakes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.fairwinds.com/blog/6-kubernetes-reliability-mistakes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.fairwinds.com/blog/3-kubernetes-efficiency-mistakes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://stackpulse.com/blog/challenges-of-running-services-with-k8s-reliably: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.lukechannings.com/2020-05-10-kubernetes-gitops-lessons.html: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.fairwinds.com/blog/intro-kubernetes-best-practices: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/lifecycle-of-kubernetes-network-policies-749b5218f684: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://learnk8s.io/production-best-practices: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/PacktPublishing/Kubernetes-in-Production-Best-Practices: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/5-best-practices-for-configuring-kubernetes-pods-running-in-production: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/make-your-kubernetes-environment-secure-efficient-reliable: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://geekflare.com/es/kubernetes-best-practices: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://containerjournal.com/features/4-expert-level-things-i-wish-id-known-about-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/solegaonkar/prevent-configuration-errors-in-kubernetes-30dn: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://komodor.com/blog/best-practices-to-migrate-to-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://komodor.com/blog/5-kubernetes-deployment-best-practices: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://bridgecrew.io/blog/5-common-kubernetes-misconfigs-and-how-to-fix-them: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.snapt.net/blog/best-practices-for-load-balancing-kubernetes-containers: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://vladimir.varank.in/notes/2021/09/making-sense-of-requests-for-cpu-resources-in-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://harness.io/blog/kubernetes-mistakes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://martinheinz.dev/blog/60: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.pionative.com/post/6-important-things-you-need-to-run-kubernetes-in-production: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=_nknHwTKlh8: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/mycloudseries/must-haves-for-your-kubernetes-cluster-to-be-production-ready-dc7d1d18c4a2: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloudogu.com/en/blog/kubernetes-least-privilege-gcp-example: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.runx.dev/5-common-kubernetes-mistakes-and-how-to-avoid-them-150607beb475: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hackernoon.com/kubernetes-cluster-must-haves-to-be-production-ready: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.argonaut.dev/blog/optimal-k8s-worker-node-size: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2022/10/20/kubernetes-best-practice-how-to-correctly-set-resource-requests-and-limits: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.fairwinds.com/blog/how-to-correctly-set-resource-requests-and-limits: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@krishnendupatra/best-practices-to-achieve-zero-downtime-on-kubernetes-deployments-438f15cd811e: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/integrating-compliance-for-kubernetes-pipeline-c538415401c5: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/saas-infra/stabilize-your-kubernetes-microservices-with-the-correct-resources-settings-2071fa11495d: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://techbeacon.com/enterprise-it/5-best-practices-deploying-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/application-driven-infrastructure/best-practices-for-understanding-kubernetes-costs-f3c58a5e1ebf: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://collabnix.com/10-kubernetes-best-practices-to-get-you-started: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.armosec.io/blog/kubernetes-misconfigurations: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.nextplatform.com/2024/03/04/kubernetes-clusters-have-massive-overprovisioning-of-compute-and-memory: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/does-kubernetes-really-perform-better-on-bare-metal-vs-vms: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/optimizing-kubernetes-clusters-for-better-efficien-1: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-use-poddisruptionbudgets-for-application-maintenance-and-upgrades: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@visweswara/pod-disruption-budget-budget-that-can-save-you-one-day-7c22c8a11d: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://saahitya.hashnode.dev/pod-disruption-budgetpdb: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2020/09/18/5-problems-with-kubernetes-cost-estimation-strategies: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/reduce-kubernetes-cost: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://harness.io/2020/09/getting-started-with-cloud-cost-optimization: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://rancher.com/blog/2020/gain-better-visibility-kubernetes-cost-allocation: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://loft.sh/blog/kubernetes-cost-savings: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/5-essential-tips-to-manage-kubernetes-costs: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/20/12/it-budget-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/5-expensive-kubernetes-cost-traps-and-how-to-deal-with-them: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://containerjournal.com/features/assessing-the-true-cost-of-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://ubuntu.com/blog/managed-kubernetes-cheaper-than-aws: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://learnk8s.io/kubernetes-instance-calculator: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/cloudforecast/kubernetes-cost-management-and-analysis-guide-1e1b: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hackernoon.com/reducing-kubernetes-costs: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/streamotion-tech-blog/visualising-the-cost-of-kubernetes-ca64f642de8c: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3677851/sysdigs-new-cost-advisor-aims-to-cut-kubernetes-costs.html: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.kubecost.com: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/how-to-track-costs-in-multi-tenant-amazon-eks-clusters-using-kubecost: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/kubernetes-cost-reporting-using-kubecost: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubecost/cost-model: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://blog.kubecost.com/blog/announcing-kubecost-first-round: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubecost/kubectl-cost: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.kubecost.com/blog/aks-cost: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubecost-monitor-kubernetes-costs-with-kubectl: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://rtfm.co.ua/en/kubernetes-cluster-cost-monitoring-kubernetes-resource-report-and-kubecost: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@randhirthakur076/optimizing-kubernetes-cost-management-a-deep-dive-into-kubecost-5b07c9926c87: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://learnk8s.io/how-many-clusters: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://learnk8s.io/kubernetes-node-size: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/architecting-kubernetes-clusters-choosing-a-worker-node-size-b3729cc0c78f: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/architecting-kubernetes-clusters-choosing-a-cluster-size-92f6feaa2908: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.google.com/spreadsheets/d/1yhkuBJBY2iO2Ax5FcbDMdWD5QLTVO6Y_kYt_VumnEtI/edit: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/deploying-kubernetes-deciding-the-size-of-your-nodes-a115e770e09: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/refcardz/kubernetes-multi-cluster-management-and-governance: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/a-deep-dive-into-architecting-a-kubernetes-infrastructure: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/manage-multicluster-kubernetes-with-operators: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2018/08/03/out-of-the-clouds-onto-the-ground-how-to-make-kubernetes-production-grade-anywhere: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2021/04/12/simplifying-multi-clusters-in-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://platform9.com/blog/difference-between-multi-cluster-multi-master-multi-tenant-federated-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.datacenterknowledge.com/cloud/pros-and-cons-kubernetes-based-hybrid-cloud: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/4-ways-to-run-kubernetes-in-production: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/faun/individual-kubernetes-clusters-vs-shared-kubernetes-clusters-for-development-3399576b0f1f: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.nginx.com/blog/reduce-complexity-with-production-grade-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://platform9.com/blog/kubernetes-cluster-sizing-how-large-should-a-kubernetes-cluster-be: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/architect/multi-cluster-kubernetes-architecture: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/do-you-need-multi-clusters-6e58556f7f06: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/3-reasons-to-choose-a-wide-cluster-over-multi-cluster-with-kubernetes-c923fecf4644: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://learnk8s.io/templating-yaml-with-code: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/crd-is-just-a-table-in-kubernetes-13e15367bbe4: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/datreeio/CRDs-catalog: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/thenjdevopsguy/creating-a-custom-resource-definition-in-kubernetes-2k7o: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://krew.sigs.k8s.io: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/extending-kubernetes-cluster-kubectl-plugins-and-krew-547a8bc839a3: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://darumatic.com/blog/improve_kubectl_command_with_krew: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://awstip.com/essential-plugins-for-kubectl-cli-e35cbc99037b: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/jordanwilson230/kubectl-plugins/tree/krew: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://openkruise.io: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/openkruise/kruise: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/introducing-cloneset-production-grade-kubernetes-deployment-crd: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://discuss.kubernetes.io: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes/community/blob/master/README.md: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2016/08/sig-apps-running-apps-in-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/secrets-store-csi-driver: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/kustomize: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=_W2qZvQT6XY: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.padok.fr/en/blog/kubectl-plugins: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/iovisor/kubectl-trace: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.pixelstech.net/article/1606901393-Build-a-Kubectl-Plugin-from-Scratch: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://martinheinz.dev/blog/58: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/nontechcompany/cool-kubernetes-command-line-plugins-4b0e50362426: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/sigstore/k8s-manifest-sigstore: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/huazhihao/kubespy: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/spying-on-kubernetes-pods-with-kubespy-3043a3ed044b: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/6-kubectl-plugins-you-must-try-1411dcbcf950: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/davidB/kubectl-view-allocations: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Ramilito/kubesess: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://tonylixu.medium.com/kubectl-plugins-operation-f93274622447: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/nilic/kubectl-netshoot: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@jerome_tarte/extend-your-toolset-with-kubectl-plugin-55596067595f: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://engineering.plex.com/posts/kubernetes-policy-conftest: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/open-policy-agent/conftest: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: [] +https://learnk8s.io/kubernetes-policies: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/practo/k8s-worker-pod-autoscaler: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/fidelity/kconnect: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/plexsystems/konstraint: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/planetlabs/draino: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/k8spatterns/examples: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2016/06/container-design-patterns: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.magalix.com/blog/kubernetes-patterns-the-service-discovery-pattern: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/performance-patterns-in-microservices-based-integr-1: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/05/11/top-10-must-know-kubernetes-design-patterns: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/better-programming/10-antipatterns-for-kubernetes-deployments-e97ce1199f2d: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.learncloudnative.com/blog/2020-09-30-sidecar-container: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://codefresh.io/blog/kubernetes-antipatterns-1: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://codefresh.io/blog/kubernetes-antipatterns-2: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://iximiuz.com/en/posts/service-discovery-in-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/sharadbhat/KubernetesPatterns: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2021/04/28/kubernetes-configuration-patterns-part-1-patterns-for-kubernetes-primitives: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2021/05/05/kubernetes-configuration-patterns-part-2-patterns-for-kubernetes-controllers: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://learnk8s.io/sidecar-containers-patterns: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/codefreshio/kubernetes-deployment-antipatterns-part-1-2116: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://ishantgaurav.in/2021/07/18/kubernetes-sidecar-container-pattern: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/10-antipatterns-for-kubernetes-deployments-e97ce1199f2d: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/bb-tutorials-and-thoughts/kubernetes-learn-init-container-pattern-7a757742de6b: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.weave.works/blog/tools-for-automating-and-implementing-cloud-native-patterns: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/microservices-patterns-sidecar: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/multi-container-pod-design-patterns-in-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/avoid-kubernetes-anti-patterns-pavan-belagatti: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@ehsan-khodadadi/patterns-and-anti-patterns-for-a-reliable-kubernetes-infra-deployment-5724f6749b7a: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/reference/scheduling: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/reference/scheduling/profiles: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://granulate.io/a-deep-dive-into-kubernetes-scheduling: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/concepts/configuration/assign-pod-node: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.kubecost.com/blog/kubernetes-node-affinity: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/dlt-labs-publication/kubernetes-understanding-pod-affinity-taint-toleration-2f9b9b218dd5: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@pbijjala/recap-elasticity-in-kubernetes-gke-543d8523d3c: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://4sysops.com/archives/kubernetes-guide-node-selector-and-node-affinity-in-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2020/05/introducing-podtopologyspread: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cdk8s.io: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/awslabs/cdk8s: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/containers/introducing-cdk-for-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/google/jsonnet/tree/master/case_studies/kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: [] +https://github.com/jkcfg/jk: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://jkcfg.github.io: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/bitnami/kubecfg: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/errordeveloper/kubegen: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.pulumi.com/docs/get-started/kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/better-programming/virtual-clusters-for-kubernetes-benefits-use-cases-a4eee1c5c5a5: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://loft-sh.medium.com/how-virtual-kubernetes-clusters-can-speed-up-your-local-development-e5645614a3c5: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/kubernetes-sigs/kubefed: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.aquasec.com/cloud-native-academy/kubernetes-in-production/kubernetes-federation: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/expedia-group-tech/managing-a-federated-kubernetes-cluster-using-kubefed-v2-5f115dbdbe05: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/operator-framework/operator-lifecycle-manager: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2021/12/22/kubernetes-in-kubernetes-and-pxe-bootable-server-farm: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/eldada/kubernetes-scripts: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://gist.github.com/ninlil/affbf7514d4e74c7634e77f47e172236: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/automating-system-updates-for-kubernetes-clusters-using-ansible-94a70f4e1972: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/geerlingguy/ansible-for-devops/tree/master/kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/embracing-failures-and-cutting-infrastructure-costs-spot-instances-in-kubernetes-6976781beacc: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cynet.com/incident-response/incident-response-plan: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.kubermatic.com/blog/a-framework-for-kubernetes-incident-response: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@cloud_tips/kubernetes-incident-response-94daac6d7a2b: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cncf.io/certification/ckad: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/reetasingh/CKAD-Bookmarks: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/tips-tricks-for-cka-ckad-and-cks-exams-cc9dade1f76d: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/bmuschko/ckad-crash-course: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/jamesbuckett/ckad-questions: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/kubernetes/comments/r4q1ec/ckad_free_materials: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=wHha-Q3XVOg&ab_channel=DanLister: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=TPXwVmvzlV4&ab_channel=TheFrontOpsGuy: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=BiY3b7F96wc&ab_channel=TheFrontOpsGuy: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kodekloud.com/cka-vs-ckad-vs-cks-what-is-the-difference: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/bmuschko/ckad-prep: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.jcprz.com/my-tips-to-pass-the-cka-exam-and-whats-next-8df2c3d38a7e: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@vamshisuram/how-to-crack-ckad-exam-part-2-26330c32a4e: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/passing-the-2023-certified-kubernetes-administrator-cka-exam-693d8f9bc711: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://mattias.engineer/courses/kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloudnativeengineer.substack.com/p/prepare-for-your-cka-exam-e1c33883eaf2: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/books/kubernetes-operators: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://leanpub.com/kubernetes-101: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://learnk8s.io/first-steps: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://ubuntuask.com/blog/best-new-kubernetes-books: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://k8spatterns.io: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.magalix.com/kubernetes-application-patterns-e-book-download: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://images.linoxide.com/ebook-kubernetes-essentials.pdf: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://shop.oreilly.com/product/0636920223788.do: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.amazon.com/gp/product/1492056707: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://bitfieldconsulting.com/blog/container-security: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com/community/books/from-containers-to-kubernetes-with-node-js-ebook: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.udemy.com/course/kubernetes-for-developers: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.udemy.com/course/learn-kubernetes: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.udemy.com/course/kubernetes-getting-started: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/scalyr/kubernetes-tutorial-learn-the-basics-and-get-started-5dgh: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=0KQndcIedeg: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://learn.pluralsight.com/programs/2019/free-course/template4: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://javarevisited.blogspot.com/2019/05/top-5-courses-to-learn-docker-and-kubernetes-for-devops.html: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/javarevisited/top-15-online-courses-to-learn-docker-kubernetes-and-aws-for-fullstack-developers-and-devops-d8cc4f16e773 +: v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://compliantkubernetes.io: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Payment_Card_Industry_Data_Security_Standard: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.container-security.site/defenders/PCI_Container_Orchestration_Guidance.html: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kubernetes.slack.com: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://slack.kubernetes.io: + v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://github.com/kubernetes/enhancements/blob/ddf7d2a8c098e97b0714f31e88abad3b3e0e706c/keps/sig-node/2837-pod-level-resource-spec/README.md +: v1: + - page: kubernetes.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Apdex: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://middleware.io/blog/observability-vs-monitoring: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/the-challenges-of-monitoring-kubernetes-and-openshift: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/kubernetes-monitoring-best-practices-methods-and-e: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2020/09/11/cncf-end-user-technology-radar-observability-september-2020: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.instana.com/blog/cf-the-hidden-cost-of-observability-data-volume: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://bravenewgeek.com/the-observability-pipeline: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/3-key-configuration-challenges-for-kubernetes-monitoring-with-prometheus: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/kubernetes-monitoring-prometheus: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sysdig.com/blog/monitor-kube-proxy: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/monitoring-vs-observability-whats-the-difference: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://getenroute.io/blog/leverage-open-source-oss-derive-insights-grafana-prometheus-tsdb-kubernetes-standalone-api-gateway +: v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dashbird.io/blog/monitoring-vs-observability: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/monitoring-as-code-what-it-is-and-why-you-need-it: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/observability-wont-replace-monitoring-because-it-shouldnt: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://matiasmct.medium.com/observability-at-scale-52d0d9a5fb9b: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.dynatrace.com/news/blog/how-to-solve-the-challenges-of-multicloud-aws-azure-and-gcp-observability: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://logz.io/blog/open-source-monitoring-tools-for-kubernetes: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://logz.io/blog/unified-observability-kubernetes-360: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/kubernetes-observability-challenges-in-cloud-native-architecture: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opsdis.com/custom-monitoring-solution-with-grafana-prometheus-and-loki: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://harness.io/blog/continuous-integration/continuous-integration-performance-metrics: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/best-practices-to-optimize-infrastructure-monitoring-within-devops-teams: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/devops-meets-observability-78775c021b0e: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://skilledfield.com.au/monitoring-kubernetes-and-docker-container-logs: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/growing-adoption-of-observability-powers-business-transformation: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.thundra.io/what-ci-observability-means-for-devops: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/monitoring-api-latencies-after-releases-4-mistakes-to-avoid: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/devops-observability-from-code-to-cloud: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/ci-observability-for-effective-change-management: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/monitor-your-containers-with-sysdig: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/applying-basic-vs-advanced-monitoring-techniques: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloudforecast.io/blog/cadvisor-and-kubernetes-monitoring-guide: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://hmh.engineering/musings-on-microservice-observability-f7052ac42f04: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://stackoverflow.blog/2021/09/08/observability-is-key-to-the-future-of-software-and-your-devops-career: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.dynatrace.com/news/blog/what-is-observability-2: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/observability-is-the-new-kubernetes: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.learnsteps.com/logging-infrastructure-system-design: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/monitoring-microservices-part-1-observability-b2b44fa3e67e: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3638693/the-red-method-a-new-strategy-for-monitoring-microservices.html: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/devops-monitoring-tools: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2021/11/23/how-to-add-observability-to-your-application-pipeline: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://storiesfromtheherd.com/unpacking-observability-a-beginners-guide-833258a0591f: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://logz.io/blog/monitoring-reality-check: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/buildpiper/observability-for-monitoring-microservices-top-5-ways-587871e726d0: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@cbkwgl/continuous-monitoring-in-devops-8d4db48a0e24: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://logz.io/blog/open-source-observability-adoption-migration-curve: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devopscube.com/what-is-observability: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://tiagodiasgeneroso.medium.com/observability-concepts-you-should-know-943fc057b208: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/getting-started-with-observability-657d57aab1c7: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@badawekoo/monitoring-in-devops-lifecycle-4d9a2f277eb0: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://laduram.medium.com/the-future-of-observability-c33cd7ff644a: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devops.com/where-does-observability-stand-today-and-where-is-it-going-next: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/kubeshop-i/top-8-open-source-observability-testing-tools-9341a361a634: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/11-observability-tools-you-should-know-in-2023: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/devops-techable/setup-monitoring-with-prometheus-and-grafana-in-kubernetes-start-monitoring-your-kubernetes-a3071f083fa6 +: v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/what-is-container-monitoring: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devops.com/why-monitoring-as-code-will-be-a-must-for-devops-teams: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/cloud-native-daily/why-you-shouldnt-fear-to-adopt-opentelemetry-for-observability-fcb6371ea8fe: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@bijit211987/observability-driven-development-2bc2cdde8661: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://www.forbes.com/sites/forbestechcouncil/2024/03/08/from-data-collection-to-delivering-kpis-a-roadmap-to-a-mature-observability-strategy +: v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://medium.com/performance-engineering-for-the-ordinary-barbie/why-profiling-should-be-part-of-regular-software-development-workflow-8b19b7f52b38 +: v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://kpi.org/KPI-Basics: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/prometheus-operator: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/how-gather-and-display-metrics-red-hat-openshift: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://www.redhat.com/en/blog/generally-available-today-red-hat-openshift-container-platform-311-ready-power-enterprise-kubernetes-deployments +: v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/3.11/release_notes/ocp_3_11_release_notes.html: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/3.11/install_config/prometheus_cluster_monitoring.html: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2018/11/22/automated-performance-testing-kubernetes-openshift: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2019/01/03/leveraging-openshift-or-kubernetes-for-automated-performance-tests-part-2: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://github.com/flaviostutz/promster: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/08/05/monitoring-net-core-applications-on-kubernetes: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://flightaware.engineering/systems-monitoring-with-prometheus-grafana: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2023/02/01/monitoring-micro-front-ends-on-kubernetes-with-nginx: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.timescale.com/blog/prometheus-vs-opentelemetry-metrics-a-complete-guide: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.elastic.co/kibana: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.elastic.co/guide/index.html: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://logz.io/blog/kibana-tutorial-2: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/getting-started-with-kibana-advanced-searches: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/kibana-hacks-5-tips-and-tricks: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.juanonlab.com/blog/es/dashboards-de-kibana: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/lisahjung/beginner-s-guide-to-understanding-the-relevance-of-your-search-with-elasticsearch-and-kibana-29n6: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devops.com/how-centralized-log-management-can-save-your-company: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/getting-started-with-the-elastic-stack: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/creating-a-human-and-machine-freindly-logging-format-bb6d4bb01dca: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.zdnet.com/article/aws-as-predicted-is-forking-elasticsearch: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/opensource/stepping-up-for-a-truly-open-source-elasticsearch: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://banzaicloud.com/docs/one-eye/logging-operator/quickstarts/es-nginx: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://rancher.com/docs/rancher/v2.x/en/logging/v2.5: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.streammonkey.com/how-we-serverlessly-migrated-1-58-billion-elasticsearch-documents-33ad3d0d7c4f: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?list=PLWZKNB9waqIX00uj5q4nX_TOFiX3if1z3: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.bigdataboutique.com/2021/07/tuning-elasticsearch-the-ideal-java-heap-size-2toq2j: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://javatechonline.com/how-to-monitor-spring-boot-microservices-using-elk-stack: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/running-elasticsearch-on-kubernetes: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/gigasearch/which-elasticsearch-provider-is-right-for-you-3d596a65e704: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/jertel/elastalert2: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/hepsiburadatech/hepsiburada-search-engine-on-kubernetes-1fe03a3e71a3: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/sagary2j/elk-stack-deployment-using-minikube-single-node-architecture-16cl: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://search-guard.com/sgctl-elasticsearch: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/99dotco/a-detail-guide-to-deploying-elasticsearch-on-elastic-cloud-on-kubernetes-eck-31808ac60466: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensearch.org: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/opensource/introducing-opensearch: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://logz.io/news-posts/logz-io-announces-support-for-opensearch-a-community-driven-open-source-fork-of-elasticsearch-and-kibana +: v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.techrepublic.com/article/opensearch-aws-rolls-out-its-open-source-elasticsearch-fork: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/this-week-in-programming-aws-completes-elasticsearch-fork-with-opensearch: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://logz.io/blog/opensearch-1-0-ga-generally-available-elasticsearch-kibana-fork: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/this-week-in-programming-the-elasticsearch-saga-continues: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/opensource/keeping-clients-of-opensearch-and-elasticsearch-compatible-with-open-source: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/es/blogs/aws/amazon-elasticsearch-service-is-now-amazon-opensearch-service-and-supports-opensearch-10 +: v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@pratyush.mathur/logging-with-efk-1c2e131496d: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@CuriousLearner/deploying-efk-stack-on-kubernetes-c25ba2682c99: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@tech_18484/simplifying-kubernetes-logging-with-efk-stack-158da47ce982: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://logz.io/blog/logstash-grok: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://logz.io/blog/grok-pattern-examples-for-log-parsing: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devops.com/the-fallacy-of-continuous-integration-delivery-and-testing: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/the-keys-to-performance-tuning-and-testing: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/how-to-read-a-thread-dump: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.arkey.fr/2020/06/28/using-jdk-flight-recorder-and-jdk-mission-control: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://fastthread.io/ft-thread-report.jsp?dumpId=1&s=t: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/debugging-java-applications-on-openshift-kubernetes: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://servicesblog.redhat.com/2019/03/06/remote-debugging-of-java-applications-on-openshift: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://fedidat.com/250-jvisualvm-openshift-pod: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://access.redhat.com/solutions/18301: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opentelemetry.io: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/obitech/micro-obs: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/jaegertracing/jaeger-embraces-opentelemetry-collector-90a545cbc24: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/best-practices-for-deploying-jaeger-on-kubernetes-in-production: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://faun.pub/how-to-deploy-jaeger-on-kubernetes-69cf48447182: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://zipkin.io: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://javatechonline.com/how-to-implement-distributed-logging-tracing-using-sleuth-zipkin: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/perform-distributed-tracing-with-zipkin: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opentracing.io: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://docs.lightstep.com/docs/understand-distributed-tracing: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://grafana.com/blog/2021/01/25/a-beginners-guide-to-distributed-tracing-and-how-it-can-increase-an-applications-performance +: v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://awkwardferny.medium.com/setting-up-distributed-tracing-with-opentelemetry-jaeger-in-kubernetes-ingress-nginx-cfdda7d9441d +: v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://ploffay.medium.com/five-years-evolution-of-open-source-distributed-tracing-ec1c5a5dd1ac: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.signadot.com/blog/sandboxes-in-kubernetes-using-opentelemetry: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.dynatrace.com/news/blog/what-is-opentelemetry-2: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/distributed-tracing-with-opentelemetry-spring-cloud-sleuth-kafka-and-jaeger-939e35f45821: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://logz.io/learn/opentelemetry-guide: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.timescale.com/blog/generate-and-store-opentelemetry-traces-automatically: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://trstringer.com/otel-part1-intro: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/apache-apisix/end-to-end-tracing-opentelemetry-a50fceafed74: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://research.google/pubs/pub36356: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@rghetia/distributed-tracing-and-monitoring-using-opencensus-fe5f6e9479fb: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/zipkin-vs-jaeger-getting-started-with-tracing: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/18/9/distributed-tracing-microservices-world: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/18/9/distributed-tracing-tools: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.newrelic.com/engineering/opentelemetry-opentracing-opencensus: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/tracing-why-logs-arent-enough-to-debug-your-microservices: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/opentelemetry-gaining-traction-from-companies-and-vendors: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-opentelemetry-works-with-kubernetes: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@bijit211987/grafana-with-opentelemetry-vendor-neutral-and-open-source-approach-ab4bc08f67e9: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/jaegertracing/jaeger-and-opentelemetry-1846f701d9f2: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/jaegertracing/jaeger-clients-and-w3c-trace-context-c2ce1b9dc390: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/jaeger-vs-zipkin-battle-of-the-open-source-tracing-tools: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/grafana/tempo: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://grafana.com/blog/2020/10/27/announcing-grafana-tempo-a-massively-scalable-distributed-tracing-system: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/2/tempo-distributed-tracing: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Application_performance_management: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/apm-tools-comparison-which-one-should-you-choose: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/java-performance-monitoring-5-open-source-tools-you-should-know: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://sentry.io: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.datadoghq.com: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://dev.to/thenjdevopsguy/implementing-datadog-for-kubernetes-586e: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.honeycomb.io: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://lightstep.com: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://skywalking.apache.org: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.tetrate.io/blog/27835-revision-v1: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/end-user-tracing-in-a-skywalking-observed-browser: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.appdynamics.com: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://newrelic.com: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://newrelic.com/blog/how-to-relic/create-nr-dashboards-with-terraform-part-1: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.dynatrace.com: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/savecost/datav: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.elastic.co/products/apm: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.elastic.co/guide/en/apm/get-started/current/components.html: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.elastic.co/support/matrix: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/sls-dev1/openshift-elastic-apm-server: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.elastic.co/blog/using-elastic-apm-java-agent-on-kubernetes-k8s: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.elastic.co/blog/monitoring-java-applications-and-getting-started-with-the-elastic-apm-java-agent: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/elastic/apm-pipeline-library: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://bqstack.com/b/detail/109: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.adictosaltrabajo.com/tutoriales/monitorizacion-y-analisis-de-rendimiento-de-aplicaciones-con-dynatrace: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.dynatrace.com/technologies/openshift-monitoring: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.dynatrace.com/news/blog/dynatrace-monitoring-for-kubernetes-and-openshift: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +? https://www.dynatrace.com/support/help/cloud-platforms/openshift/full-stack/deploy-oneagent-on-openshift-container-platform +: v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.dynatrace.com/news/blog/successful-kubernetes-monitoring-3-pitfalls-to-avoid: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/redhatspain/awesome-kubernetes/blob/master/pdf/dynatrace_demo.pdf: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.dynatrace.com/news/blog/guide-to-automated-sre-driven-performance-engineering-analysis: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.dynatrace.com/news/blog/4-steps-to-modernize-your-it-service-operations-with-dynatrace: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.dynatrace.com/news/blog/monitoring-of-kubernetes-infrastructure-for-day-2-operations: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.dynatrace.com/news/blog/the-power-of-openshift-the-visibility-of-dynatrace: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.dynatrace.com/news/blog/why-conventional-observability-fails-in-kubernetes-environments-a-real-world-use-case: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.dynatrace.com/news/blog/a-look-behind-the-scenes-of-aws-lambda-and-our-new-lambda-monitoring-extension: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.dynatrace.com/news/blog/amazon-cloudwatch-metric-streams-launch-partnership: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.dynatrace.com/news/blog/new-dynatrace-operator-elevates-cloud-native-observability-for-kubernetes: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.dynatrace.com/news/blog/how-to-collect-prometheus-metrics-in-dynatrace: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.dynatrace.com/news/blog/automatic-connection-of-logs-and-traces-accelerates-ai-driven-cloud-analytics: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://devops.com/dynatrace-advances-application-environments-as-code: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://thenewstack.io/serverless-needs-more-observability-tools: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://beam.apache.org: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +http://rion.io/2020/07/04/a-distributed-tracing-adventure-in-apache-beam: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://krossboard.app: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://itnext.io/in-search-of-converged-usage-analytics-for-multiple-managed-kubernetes-c5108cb7f0e1: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/automated-build-deploy-feedback-using-instana: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/monitoring-infrastructure-openshift-4.x-using-zabbix-operator: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/how-to-monitoring-openshift-4.x-with-zabbix-using-prometheus-part-2: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/blog/monitoring-infrastructure-openshift-4.x-using-zabbix-operator: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/netdata/netdata: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/Unitech/pm2: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/huginn/huginn: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/osquery/osquery: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/nicolargo/glances: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/taosdata/TDengine: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://stackpulse.com/blog/automated-kubernetes-pod-restarting-analysis-with-stackpulse: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.checklyhq.com: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/monitoring-as-code-with-terraform-cloud-and-checkly: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://network-king.net/iot-use-in-healthcare-grows-but-has-its-pitfalls: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://github.com/louislam/uptime-kuma: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://medium.com/@rahul.fiem/opentelemetry-otel-vs-application-performance-monitoring-apm-86ae829877cf: + v1: + - page: monitoring.md + is_bold: false + is_highlighted: false + v2: + - page: architectural-foundations.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/introducing-red-hat-openshift-4: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.nextplatform.com/2018/10/15/red-hat-flexes-coreos-muscle-in-openshift-kubernetes-platform: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://access.redhat.com/documentation/en-us/openshift_container_platform: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/openshift-4-install-experience: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: [] +https://cloudowski.com/articles/honest-review-of-openshift-4: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/enabling-openshift-4-clusters-to-stop-and-resume-cluster-vms: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/simplifying-openshift-case-information-gathering-workflow-must-gather-operator: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/configure-the-openshift-image-registry-backed-by-openshift-container-storage: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/500_pods_per_node: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/enterprise-kubernetes-with-openshift-part-one: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://devclass.com/2020/05/04/openshift-4-4-goes-all-out-on-mixed-workloads-puts-observability-at-devs-fingertips: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/openshift-4.5-node-improvements: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/fully-automated-openshift-deployments-with-vmware-vsphere: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/faun/openshift-4-under-the-hood-ab854c3439dd: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/red-hat-launches-an-openshift-based-marketplace-to-aid-multicloud-portability: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/openshift-upi-using-static-ips: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/08/14/openshift-for-kubernetes-developers-getting-started: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://developers.redhat.com/blog/2020/10/01/command-line-cluster-management-with-red-hat-openshifts-new-web-terminal-tech-preview +: v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/improved-tooling-and-best-practices-to-help-you-migrate-to-openshift-4: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/openshift-architectures-for-the-edge-with-openshift-4.6: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/nested-openshift-using-openshift-virtualization: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2021/02/08/deploying-kubernetes-operators-with-operator-lifecycle-manager-bundles: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/8-answers-to-7-openshift-questions: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/red-hat-openshift-4.7-is-now-available: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://finance.yahoo.com/news/ibms-red-hat-openshift-platform-143702224.html: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/how-to-offer-service-running-on-openshift-on-aws-to-other-aws-vpcs-privately: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://developers.redhat.com/blog/2021/03/09/a-guide-to-red-hat-openshift-4-5-installer-provisioned-infrastructure-on-vsphere +: v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/openshift-security-best-practices-for-kubernetes-cluster-design: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.fiercetelecom.com/platforms/red-hat-bundles-security-management-into-openshift-plus: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/descheduler-ga-in-openshift-4.7: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/how-to-configure-ldap-sync-with-cronjobs-in-openshift: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.schabell.org/2021/03/codeready-containers-howto-setup-openshift-47-on-local-machine.html: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2021/04/29/containerize-net-for-red-hat-openshift-use-a-windows-vm-like-a-container: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/a-brief-introduction-to-red-hat-advanced-cluster-security-for-kubernetes: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/customizing-virtual-machine-templates-in-openshift-1: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/red-hat-openshift-4-8-adds-serverless-functions-pipelines-as-code: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.itprotoday.com/linux/openshift-48-red-hat-seeks-expand-workload-possibilities: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/strategies-for-moving-.net-workloads-to-openshift-container-platform: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/ask-an-openshift-admin-office-hour-authentication-and-authorization: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/workload-support-for-red-hat-openshift-matures-across-the-industry: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.byte.builders/post/openshift-mongodb: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/07/08/troubleshooting-application-performance-red-hat-openshift-metrics-part-1: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://www.openshift.com/blog/ocp-disaster-recovery-part-3-recovering-an-openshift-4-ipi-cluster-with-the-loss-of-two-master-nodes +: v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/openshift-on-arm-developer-preview-now-available-for-aws: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/blog/check-out-our-new-look: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/07/29/troubleshooting-application-performance-red-hat-openshift-metrics-part-4: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/blog/red-hat-openshift-4.8-is-now-generally-available: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.zdnet.com/article/qualys-partners-with-red-hat-to-improve-linux-and-kubernetes-security: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/blog/getting-started-in-openshift: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/blog/openshift-sandboxed-containers-101: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/ibm-red-hat-bring-load-aware-resource-management-to-kubernetes: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/08/20/composable-software-catalogs-kubernetes-easier-way-update-containerized: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/blog/announcing-bring-your-own-host-support-for-windows-nodes-to-red-hat-openshift: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/blog/openshift-sandboxed-containers-operator-from-zero-to-hero-the-hard-way: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/10/11/get-started-openshift-service-registry: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/blog/red-hat-openshift-4.9-is-now-generally-available: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/meet-single-node-openshift-our-smallest-openshift-footprint-edge-architectures: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://cloud.redhat.com/blog/how-to-build-a-disconnected-openshift-cluster-with-mirror-registries-on-rhel-coreos-using-podman-and-systemd +: v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/openshift/hypershift: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://michaelkotelnikov.medium.com/maintaining-network-traffic-compliance-in-multi-cluster-openshift-environments-with-openshift-54fe369aa346 +: v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@shrishs/application-backup-and-restore-using-openshift-api-for-data-protection-oadp-790d39ad96d4: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://dev.to/mtulio/deep-dive-into-aws-oidc-identity-provider-when-installing-openshift-with-iam-sts-manual-sts-support-1bo7 +: v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://venturebeat.com/data-infrastructure/red-hat-gives-an-arm-up-to-openshift-kubernetes-operations: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/architect/openshift-4-migration: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/technologies/cloud-computing/openshift/platform-plus: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.knell.it/commands-kubernetes-should-adopt-from-red-hat-openshift: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://mkdev.me/posts/how-to-upgrade-openshift-4-x: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/mikeroyal/OpenShift-Guide: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/resources/openshift-subscription-sizing-guide-detail: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/products/platform-plus: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/red-hat-offers-a-complete-kubernetes-stack-with-openshift-platform-plus: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/07/20/best-practices-using-health-checks-in-the-openshift-4-5-web-console: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://redhat-cop.github.io/openshift-migration-best-practices: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/e-minguez/openshift-yolo: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/openshift/installer/blob/master/docs/user/aws/README.md: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/opensource/openshift-4-on-aws-quick-start: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/control-regional-access-to-your-service-on-openshift-running-on-aws: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/blog/openshift-virtualization-on-amazon-web-services: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://www.redhat.com/en/about/press-releases/amazon-and-red-hat-announce-general-availability-red-hat-openshift-service-aws-rosa +: v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/blogs/aws/red-hat-openshift-service-on-aws-now-generally-availably: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2021/04/red-hat-openshift-aws: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.datacenterknowledge.com/devops/red-hat-brings-its-managed-openshift-kubernetes-service-aws: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/blogs/containers/red-hat-openshift-service-on-aws-architecture-and-networking: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.vizuri.com/red-hat-openshift-service-on-aws-rosa-positions-openshift-for-mainstream-adoption: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: [] +? https://cloud.redhat.com/blog/scale-your-application-containers-on-red-hat-openshift-service-on-aws-rosa-clusters-using-amazon-efs-storage +: v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/red-hat-openshift-service-aws-hosted-control-planes-now-available: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/09/06/improving-cicd-red-hat-openshift: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/openshift-end-to-end-plan-and-deploy: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/openshift-end-to-end-core-services: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/openshift-end-to-end-cluster-customization: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/ask-an-openshift-admin-office-hour-day-2-operations-part-1: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/ask-an-openshift-admin-office-hour-day-2-operations-part-2: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/learn/topics/operators: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/4.4/authentication/managing-security-context-constraints.html: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.slideshare.net/Smals_ICT/20171010-multitenancy-in-openshift: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/4.4/release_notes/ocp-4-4-release-notes.html: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/openshift/install: + v1: + - page: ocp4.md + is_bold: true + is_highlighted: false + v2: [] +https://operatorhub.io/operator/rook-ceph: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://operatorhub.io/operator/robin-operator: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/4.4/architecture/architecture-rhcos.html: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.slideshare.net/openshift/openshift-18812162: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/openshift/machine-api-operator/tree/master: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/operator-framework/operator-lifecycle-manager/blob/master/doc/design/architecture.md: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/4.4/operators/olm-adding-operators-to-cluster.html: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://twitter.com/operatorhubio: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/05/18/deploy-and-bind-enterprise-grade-microservices-with-kubernetes-operators: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/3.11/install_config/router/index.html: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/session-stickiness-in-openshift: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/3.11/architecture/networking/assembly_available_router_plugins.html: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubernetes.io/docs/concepts/services-networking/ingress-controllers: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/openshift-and-network-security-zones-coexistence-approaches: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/global-load-balancer-for-openshift-clusters-an-operator-based-approach: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://access.redhat.com/documentation/en-us/openshift_container_platform/4.4/html-single/service_mesh/index: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/4.4/service_mesh/service_mesh_install/installing-ossm.html: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/4.4/service_mesh/service_mesh_install/preparing-ossm-installation.html: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://redhat-developer-demos.github.io/knative-tutorial: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://grafana.com/docs/v5.4: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://prometheus.io/docs/alerting/alertmanager: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://thenewstack.io/log-management-for-red-hat-openshift: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/4.4/logging/cluster-logging-deploying.html: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/openshift-4-image-builds: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/4.4/builds/custom-builds-buildah.html: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/rootless-podman-nfs: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2019/09/05/red-hat-openshift-4-on-your-laptop-introducing-red-hat-codeready-containers: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/redhat-cop/gitops-catalog: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/introducing-azure-red-hat-openshift-on-openshift-4: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2023/03/16/how-deploy-openshift-azure-gui-part-1: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2023/03/17/deploy-openshift-azure-gitops-part-2: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/user/rhopenshift/videos: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=kQJxGtsqphk: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=eFxFtUpAT9s: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=G-baPg3XhBo: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/about/videos/getting-started-openshift-4-security: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?list=PLaR6Rq6Z4Iqcy9rg0JF6SCFst5lyyftQ-: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/openshift/training: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://learn.openshift.com/playgrounds/openshift44: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubevirt.io: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/getting-started-with-kubevirt: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://containerjournal.com/topics/container-management/red-hat-integrates-kubevirt-with-kubernetes-management-platform-from-sap +: v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.kubermatic.com/blog/bringing-your-vms-to-kubernetes-with-kubevirt: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/adessoturkey/create-a-windows-vm-in-kubernetes-using-kubevirt-b5f54fb10ffd: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/4.4/networking/multiple_networks/understanding-multiple-networks.html: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/demystifying-multus: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/4.4/service_mesh/service_mesh_arch/ossm-vs-community.html: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/operator-based-calico-cni-plug-in-is-supported-on-openshift-4: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.projectcalico.org/getting-started/openshift/installation: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://redhat-connect.gitbook.io/certified-operator-guide/appendix/using-third-party-network-operators-with-openshift: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloud.redhat.com/blog/a-guide-to-ingress-controllers-in-openshift: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/products/container-storage: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/technologies/management/advanced-cluster-management: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://containerjournal.com/features/red-hat-simplifies-kubernetes-cluster-management: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.openshift.com/container-platform/4.4/welcome/oke_about.html: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://crc.dev: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/topics/kubernetes: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://gist.github.com/tmckayus/8e843f90c44ac841d0673434c7de0c6a: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/06/12/how-to-install-codeready-workspaces-in-a-restricted-openshift-4-environment: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.schabell.org/2020/09/how-to-setup-openshift-container-platform-45.html: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.comopenshift-hive-cluster-as-a-service: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/openshift/hive: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.comwatch?v=b_NOrGxfH5Y: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/introducing-red-hat-openshift-4-3-to-enhance-kubernetes-security: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://containerjournal.com/topics/container-management/red-hat-delivers-latest-kubernetes-enhancements: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://access.redhat.com/solutions/4363731: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cloud.ibm.com/docs/openshift?topic=openshift-security: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.aporeto.com/docs/main/guides/okd-master-api-protection: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/migrating-your-applications-to-openshift-4: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://restic.net: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://docs.okd.io: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/openshift/okd/blob/master/README.md: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=_nl-45ulj1s: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/openshift/community/blob/master/ROADMAP.md: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=2UwQD0diUxk: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/guide-to-installing-an-okd-4-4-cluster-on-your-home-lab: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://cgruver.github.io/okd4-upi-lab-setup: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/kubernetes-cluster-laptop: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.openshift.com/blog/deploy-a-multi-master-okd-4.5-cluster-using-a-single-command-in-30-minutes: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dustymabe.com/2020/09/28/openshift-okd-on-fedora-coreos-on-digitalocean-part-4-recorded-demo: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/guide-okd-4-5-single-node-cluster-832693cb752b: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/04/30/serverless-applications-made-faster-and-simpler-with-openshift-serverless-ga: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.combuild-kubernetes-operators-from-helm-charts-in-5-steps: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=6NM6sqXIsoA: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.comhelm-and-operators-on-openshift-part-1: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.comhelm-and-operators-on-openshift-part-2: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/04/27/building-kubernetes-applications-on-openshift-with-red-hat-marketplace: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://kubestone.io: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://operatorhub.io/operator/kubestone: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/tech-preview-get-visibility-into-your-openshift-costs-across-your-hybrid-infrastructure: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/operator-framework/operator-lifecycle-manager/blob/master/doc/design/philosophy.md: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/openshift-commons/Operator-Lifecycle-Management: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/top-kubernetes-operators-advancing-across-the-operator-capability-model: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/01/22/operator-pattern-rest-api-for-kubernetes-and-red-hat-openshift: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/blog/2020/09/11/5-tips-for-developing-kubernetes-operators-with-the-new-operator-sdk: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/@bherta/using-kubernetes-operators-to-manage-the-lifecycle-of-ai-applications-5682c3b372b3: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.projectquay.io: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/quay/quay: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://blog.openshift.com/introducing-red-hat-quay: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://operatorhub.io/operator/quay: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://medium.com/opstalk/securing-containers-with-red-hat-quay-and-clair-part-i-bcec8d170536: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/products/mta/overview: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/windup: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://carlosthe19916.wordpress.com/2020/04/12/rhamt-in-github-actions: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? https://developers.redhat.com/blog/2020/09/04/migrate-your-java-apps-to-containers-with-migration-toolkit-for-applications-5-0 +: v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.redhat.com/en/blog/openshift-topology-view-milestone-towards-better-developer-experience: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://openbuilt.io: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2021/04/ibm-redhat-openbuilt: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=Hc8emNr2igU: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://github.com/tommeramber/ocp-automations: + v1: + - page: ocp4.md + is_bold: false + is_highlighted: false + v2: + - page: the-container-stack.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/best-emerging-project-management-methodologies-in: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/a-complete-guide-to-project-management-life-cycle: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/top-40-project-management-terms-and-concepts-of-20: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +http://blog.scrumstudy.com/scrum-and-kanban-alike-or-different-2: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.scrum.org/resources/blog/vlog-what-happens-sprint-backlog-items-are-not-done: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.cio.com/article/3584559/agile-vs-waterfall-project-methodologies-compared.html: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.scrum.org/resources/blog/make-sure-you-dont-build-high-performing-teams-just-deliver-wrong-things-faster: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://enterprisersproject.com/article/2020/10/scrum-kanban-3-realities-cios: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.forbes.com/sites/stevedenning/2016/09/08/explaining-agile: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.scrum.org/resources/blog/minimum-viable-product-considered-harmful: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://agilecheetah.com/why-so-many-developers-are-fed-up-with-agile-pt-3: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: [] +https://age-of-product.com/scrum-2021: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.scrum.org/resources/blog/scrum-2021-getting-you-started-scrum-master-or-product-owner: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.scrum.org/resources/kanban-guide-scrum-teams: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/11-manager-considerations: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/serious-scrum/scrum-teams-that-dont-verify-their-outcomes-are-basically-waterfall-teams-cb208acdcc61: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://codefresh.io/helm-tutorial/kanban-promotion-boards: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/serious-scrum/nine-steps-to-successfully-start-your-new-product-owner-job-b276c85e3dde: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/asynchronous-communication: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.cloudbees.com/blog/using-predictive-analytics-to-show-adding-more-people: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/DevOps-value-stream: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://creately.com/blog/diagrams/what-is-a-kanban-board: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://hbr.org/2019/03/as-your-team-gets-bigger-your-leadership-style-has-to-adapt: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://carlos-piqueres.medium.com/product-backlog-vs-sprint-backlog-c951f972e979: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://skamille.medium.com/how-new-managers-fail-individual-contributors-839a13bda1c5: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blog.pragmaticengineer.com/project-management-at-big-tech: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.acumen.io/blog/can-kanban-scale-for-teams-of-over-50-developers-when-should-you-consider-moving-to-scrum: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.infoq.com/articles/better-metrics-team-performance: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://noidea.dog/glue: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://hbr.org/2021/06/the-real-value-of-middle-managers: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dev.to/actitime/whats-wrong-with-measuring-developer-performance-10-best-metrics-5620: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/how-to-speed-up-your-progress-with-feedback-1f41872b290a: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/sprint-planning-best-practices-1aad4103f6cb: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/@victor.ronin/the-dark-side-of-a-cross-functional-team-e0d379e37c70: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://alexander-goida.medium.com/thoughts-about-breaking-silos-of-software-engineering-teams-323d1f78ef68: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://hbr.org/2022/05/how-to-deal-with-high-pressure-situations-at-work: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/@TonyBologni/4-reasons-why-4-is-the-perfect-team-size-for-agile-software-development-8597d33f3cfe: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/dkatalis/component-team-vs-feature-team-in-a-nutshell-60c58671496f: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/the-ascent/quiet-people-in-meetings-are-incredible-7bb05ef9acd1: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.autoblog.com/2022/07/25/vw-ceo-herbert-diess-fired-over-cariad-buggy-software: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://techcrunch.com/2022/07/27/protestware-code-sabotage: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://hbr.org/2019/01/how-to-debate-ideas-productively-at-work: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/techniques-for-managing-your-time-and-cognitive-load-as-a-senior-leader-2b9eadb0daa4: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/awesome-agile/10-ways-managers-are-wasting-their-developers-potential-5c0d78d8f8ba: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/stop-hiring-software-engineers-8545520437ac: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://hbr.org/2019/02/the-surprising-power-of-simply-asking-coworkers-how-theyre-doing: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/developer-purpose/think-before-you-code-engineerings-most-underrated-advice-40b47e08a3fc: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/how-do-you-grow-as-a-software-engineering-manager-33a05873693: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/good-leadership-is-about-growth-not-brilliance-af8ca30f1a3a: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://betterhumans.pub/8-communication-hacks-i-use-to-appear-more-senior-as-a-young-employee-9106468bf5aa: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://jproco.medium.com/deliver-a-product-roadmap-that-survives-startup-velocity-f9be4fb9893e: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? https://medium.com/career-of-you/a-ten-step-process-for-team-leaders-to-reduce-meeting-overload-and-take-back-their-time-407cf1f8f09b +: v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/the-underestimated-importance-of-clear-code-ownership-baed758e47b8: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3682654/what-to-do-when-your-devops-team-is-downsized.html: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://bootcamp.uxdesign.cc/a-quick-win-to-prepare-for-every-meeting-using-templates-d2359c849433: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://huryn.substack.com/p/3-ways-to-create-10x-better-product: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://jchyip.medium.com/my-critique-of-the-spotify-model-part-1-197d335ef7af: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://hbr.org/2015/08/how-to-give-tough-feedback-that-helps-people-grow: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/@tom-neal/cto-checklist-1a2ef3d6502: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://martinfowler.com/articles/retrospective-antipatterns.html: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/effectiveness-noise-is-the-problem: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.rebelscrum.site/post/characteristics-of-a-great-product-owner: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/breaking-down-silos-applying-open-source-practices-in-the-workplace: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devops.com/how-good-developers-become-good-engineering-managers: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/how-to-manage-your-technical-backlog-868415f8eea9: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.techrepublic.com/article/lean-development: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/@ElizAyer/meetings-are-the-work-9e429dde6aa3: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://newsletter.pragmaticengineer.com/p/engineering-leadership-skillset-overlaps: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://hbr.org/2020/01/what-it-takes-to-give-a-great-presentation: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.businessinsider.com/amazon-reason-for-layoffs-former-senior-tech-leader-2023-5: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/codex/the-only-true-agency-a-software-engineer-requires-2c0816b263bc: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.scrum.org/resources/blog/scrum-no-es-una-metodologia-es-un-marco-de-trabajo: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.scrum.org/resources/blog/posturas-del-product-owner: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://rockcontent.com/es/blog/tipos-de-consultoria: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.entrepreneur.com/article/365880: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://mamaqueesscrum.com/2018/11/12/labores-que-un-product-owner-deberia-hacer-que-no-aparecen-en-la-scrum-guide: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.bbc.com/mundo/vert-cap-37270163: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://smoda.elpais.com/trabajo/apariencias-venderse-trabajo: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blogs.elconfidencial.com/tecnologia/tribuna/2022-02-12/productividad-tecnologia-startups-apps_3373786: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.elfinanciero.com.mx/empresas/2021/07/06/tu-jefe-no-siempre-tiene-la-razon-de-que-manera-puedes-contradecirlo: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.elconfidencial.com/alma-corazon-vida/2022-02-14/jefe-trabajo-empleo-quemado-no-puedes_3372444: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blog.trello.com/es/conflictos-en-el-trabajo: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lavanguardia.com/economia/20220223/8075492/liderazgo-empresa-jefes-empleados-cercania-decisiones.html: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://okdiario.com/economia/telefonica-santander-despiden-467-empleados-2021-denuncias-companeros-8655690: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.cronista.com/apertura/empresas/como-identificar-a-un-mal-jefe-y-que-errores-no-pueden-cometer-hoy-los-lideres: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.elconfidencial.com/espana/2022-03-18/tessa-west-psicologa-capullos-trabajo_3392185: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? https://business.vogue.es/carrera/articulos/adios-jefes-toxicos-la-salud-organizacional-rentabilidad-residen-liderazgo-gentil/533 +: v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://magnet.xataka.com/en-diez-minutos/esclavos-improductividad-70-reuniones-impiden-que-empleados-hagan-su-trabajo: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.genbeta.com/actualidad/reuniones-trabajo-nos-agotan-videollamada-se-sabe-que-pasa-se-eliminan-usamos-chats: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.pymesyautonomos.com/management/esta-trabajando-empleado-realmente-su-casa: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.estrategiadeproducto.com/p/evitar-caer-espiral-de-mierda: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.estrategiadeproducto.com/p/segunda-mayor-mentira-product-management: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.mariocortes.net/la-crisis-de-seniority: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.businessinsider.es/teletrabajar-perjudica-carrera-profesional-posibles-ascensos-1240782: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +? https://www.genbeta.com/a-fondo/este-ex-ceo-explica-que-hay-demasiados-empleados-empresas-contratas-a-alguien-primero-que-quiere-contratar +: v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.businessinsider.es/explicacion-steve-jobs-buenos-empleados-renuncian-1137601: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://openwebinars.net/blog/13-errores-que-cometes-como-manager: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://itrevolution.com/the-problem-with-org-charts: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://itrevolution.com/get-started-with-team-topologies-in-8-steps: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/team-topologies-a-new-way-of-thinking-about-teams-8f4853038509: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.visual-paradigm.com/scrum/scrum-vs-waterfall-vs-agile-vs-lean-vs-kanban: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.greycampus.com/blog/agile-and-scrum/agile-vs-scrum-vs-waterfall-vs-kanban: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.smartsheet.com/agile-vs-scrum-vs-waterfall-vs-kanban: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lucidchart.com/blog/agile-vs-waterfall-vs-kanban-vs-scrum: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.rethinkagile.org/post/5-reasons-why-agile-is-better-than-waterfall: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thedigitalprojectmanager.com/es/agile-frente-a-waterfall: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www2.deloitte.com/us/en/insights/industry/public-sector/agile-in-government-waterfall-software-approach.html: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.guru99.com/agile-vs-scrum.html: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.softwaretestinghelp.com/kanban-vs-scrum-vs-agile: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.atlassian.com/agile/kanban/kanban-vs-scrum: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/serious-scrum/are-scrum-and-kanban-allies-or-enemies-9d1d27353cd7: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://k21academy.com/scrum-master/scrum-vs-kanban: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Responsibility_assignment_matrix: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thedigitalprojectmanager.com/raci-chart-made-simple: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://thedigitalprojectmanager.com/es/grafico-raci-manera-mas-simple: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://project-management.com/understanding-responsibility-assignment-matrix-raci-matrix: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://rockcontent.com/es/blog/matriz-raci: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blog.hubspot.es/marketing/matriz-raci: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.jaumepujolcapllonch.com/la-matriz-raci-y-la-asignacion-de-responsabilidades: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://creately.com/blog/business/how-to-set-kpis-for-team-members: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Minimum_viable_product: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +http://www.gazafatonarioit.com/2020/09/entiende-el-mvp-producto-minimo-viable.html: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blog.hubspot.es/sales/producto-minimo-viable: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://bloo.media/blog/producto-minimo-viable-mvp: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://blog.asmartbear.com/slc.html: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/mvp-vs-mdp-viability-vs-delight-what-you-really-need-296b42df005d: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://joelcalifa.com/blog/tiny-wins: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.gammaux.com/blog/como-definir-un-minimum-viable-product-mvp: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://dev.to/sergomz/construyendo-un-mvp-sin-base-de-datos-1i4k: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.ewsolutions.com/worst-project-management-practices: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devdriven.by: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://devdriven.by/promotion: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +http://www.nichesoftware.co.nz/2021/05/29/promotion-driven-development.html: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/ExperiencedDevs/comments/pw6vuv/promotion_driven_development: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/Kiss_up_kick_down: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.lavanguardia.com/vivo/20211113/7856878/cualidades-mas-valoran-empleados-jefe-pmv.html: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.businessinsider.es/tan-dificil-decir-no-jefe-965459: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.businessinsider.es/razon-nunca-consigues-ascender-trabajo-conseguir-mejor-sueldo-970737: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.euroresidentes.com/empresa/exito-empresarial/la-intimidacin-verbal-en-la-empresa: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://isprox.com/16-estilos-liderazgo-cual-es-mas-efectivo: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://www.swarmia.com/build: + v1: + - page: project-management-methodology.md + is_bold: false + is_highlighted: false + v2: + - page: platform-and-site-reliability.md + is_bold: false + is_highlighted: false +https://pcr.cloud-mercato.com: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://projector.cloud-mercato.com/projects/state-of-the-art-of-public-object-storage-europe: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/path-to-software-architect/cloud-agnostic-design-925c08e1d610: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cybernews.com/cloud/trouble-in-paradise-it-professionals-unhappy-with-cloud-services: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/adeo-tech/multi-cloud-kubernetes-survival-guide-49eee9aa58e2: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/why-learn-multiple-cloud-platforms: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://digitalisationworld.com/blogs/57435/multicloud-two-truths-and-a-lie: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.nextgov.com/ideas/2023/11/why-smart-multicloud-policies-are-golden-ticket-modernizing-it-infrastructure/392232: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://intellipaat.com/blog/aws-vs-azure-vs-google-cloud: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://comparecloud.in: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://medium.com/edureka/aws-vs-azure-1a882339f127: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?app=desktop&list=PLI1_CQcV71RnBebKm_tH1uKYI3WxkM2TT: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://www.xataka.com/pro/talon-aquiles-aws-sus-altas-tarifas-salida-datos-sus-rivales-empiezan-a-explotarlo-guerra-precios-gigante-nube +: v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cast.ai/blog/ultimate-cloud-pricing-comparison-aws-vs-azure-vs-google-cloud-in-2021: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.xataka.com/pro/asi-se-reparte-mercado-cloud-tres-grandes-tienen-63-siguientes-10-22: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/devops-services-pricing-aws-vs-azure-vs-google-clo: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/cloud-security-comparison-aws-vs-azure-vs-gcp: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/cloud-developer-tooling-compared-aws-vs-azure-vs-gcp: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/blockchain-cloud-comparison-what-is-blockchain-as-a-service-baas: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/storage-showdown-aws-vs-azure-vs-gcp-cloud-comparison: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/is-a-multicloud-strategy-right-for-your-organization: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/aws-vs-digital-ocean-vs-hetzner-cloud-which-has-the-best-value-for-money-bd9cb3c06dee: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.cloudtechtwitter.com/2022/05/lets-check-about-aws-vs-azure-services.html: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://faddom.com/cloud-computing-costs-and-pricing-comparison: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-to-evaluate-kubernetes-cloud-providers: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/docs/get-started/aws-azure-gcp-service-comparison: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.openshift.com/products/pricing: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://docs.microsoft.com/en-us/azure/virtual-machines/linux/openshift-get-started: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azure.microsoft.com/en-us/blog/openshift-on-azure-the-easiest-fully-managed-openshift-in-the-cloud: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/5-hosted-kubernetes-platforms: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://pivotal.io/platform/pivotal-container-service: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com/pricing: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/eks/pricing: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://azure.microsoft.com/es-es/pricing/details/kubernetes-service: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://cloud.google.com/kubernetes-engine/pricing: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.rackspace.com/managed-kubernetes: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://iot-analytics.com/iot-cloud: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.bmwi.de/Redaktion/EN/Dossier/gaia-x.html: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.investopedia.com/amazon-web-services-outage-causes-chaos-5212233: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.techrepublic.com/article/aws-outage-your-response-to-aws-going-down-shouldnt-be-multicloud: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? https://www.techrepublic.com/article/aws-has-gone-down-before-as-have-other-providers-fastly-has-lessons-to-share-from-its-own-outage +: v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://downdetector.co.uk: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://downdetector.co.uk/status/aws-amazon-web-services: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.sdxcentral.com/articles/news/aws-outage-stresses-telco-cloud-challenges/2021/12: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://jamaica-gleaner.com/article/business/20211224/amazon-outages-future-implications: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +? 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 +: v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://faun.pub/multi-cloud-is-not-the-solution-to-the-next-aws-outage-bb41c0b14573: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.hablemosdenube.com: + v1: + - page: public-cloud-solutions.md + is_bold: false + is_highlighted: false + v2: + - page: cloud-providers-hyperscalers.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com/community/tags/python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/learnpython: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/learnpython/comments/3r2hsq/python_cheat_sheet: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://www.fullstackpython.com: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://www.fullstackpython.com/best-python-resources.html: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://realpython.com: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://www.learnpython.org: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://doughellmann.com: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://docker-py.readthedocs.org: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://gitlab.com/rosarior/awesome-django: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://pyvideo.org: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://talkpython.fm: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://talkpython.fm/episodes/transcript/39/getting-your-first-dev-job-as-a-python-developer-part-1: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blogs.msdn.microsoft.com/pythonengineering: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://www.blog.pythonlibrary.org: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://www.cyberciti.biz/faq/python-execute-unix-linux-command-examples: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://fedoralovespython.org: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://futurecoder.io: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/Asabeneh/30-Days-Of-Python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://stackoverflow.com/questions/2573135/python-progression-path-from-apprentice-to-guru: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/Python/comments/3ylxmk/why_python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://staticnat.com/setting-up-python-on-osx: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?list=PL6gx4Cwl9DGAcbMi1sH6oAMk4JHw91mC_: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://www.tangowithdjango.com: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://migrateup.com/main-difference-python-3: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://pyvideo.org/video/3460/dont-make-us-say-we-told-you-so-virtualenv-for: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://www.commandlinefu.com/commands/view/17656/pip-install-into-current-directory-without-virtualenv: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://talkpython.fm/episodes/show/36/python-ides-with-the-pycharm-team: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://blog.rtwilson.com/my-top-5-new-python-modules-of-2015: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/Python/comments/3yg2u4/modules_every_python_developer_should_know: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/Python/comments/3yjlim/my_thoughts_about_moving_from_python_27_to_python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://www.snarky.ca/why-python-3-exists: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://stackoverflow.com/questions/34319156/create-dictionary-from-splitted-strings-from-list-of-strings: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/kootenpv/yagmail: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://emptysqua.re/blog/getaddrinfo-deadlock: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://zerokspot.com/weblog/2015/12/31/new-string-formatting-in-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://upload.wikimedia.org/wikipedia/commons/9/91/Python_Programming.pdf: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/noamraph/tqdm: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://stupidpythonideas.blogspot.com.es/2015/05/if-you-dont-like-exceptions-you-dont.html: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://astrofrog.github.io/blog/2016/01/12/stop-writing-python-4-incompatible-code: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/coodict/python3-in-one-pic: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/learnpython/comments/40rieo/functions_vs_classes: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.ics.uci.edu/~pattis/ICS-33/lectures/complexitypython.txt: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/learnpython/comments/418z8b/multiprocessing_vs_threading: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://www.devbattles.com/en/sand/post-1754-Python_list_Functions_and_Methods_lists: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://www.devbattles.com/en/sand/post-1752-Python_sorting_lists_by_sort__with__in_simple_words: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://www.digitalpeer.com/blog/create-a-gui-application-using-qt-and-python-in-minutes-example-web-browser: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://eev.ee/blog/2016/07/31/python-faq-why-should-i-use-python-3: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://stackoverflow.com/questions/8087184/problems-installing-python3-on-rhel: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://es.scribd.com/document/207247675/PEP-8-Cheatsheet-2009: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://nedbatchelder.com/blog/201608/lists_vs_tuples.html: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://linuxconfig.org/python-tuples: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com/community/tutorials/how-to-use-the-python-map-function: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://thenextweb.com/readme/2020/09/23/6-practical-tricks-every-python-developer-should-have: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com/community/tutorial_series/how-to-code-in-python-3: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://tryolabs.com/blog/2020/12/21/top-10-python-libraries-of-2020: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.logrocket.com/django-rest-framework-alternatives: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/the-strange-size-of-python-objects-in-memory-ce87bdfbb97f: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://aigents.co/blog/coding-tutorial/data-structures-and-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://doppler.com/blog/environment-variables-in-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://realpython.com/python-microservices-grpc: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dashbird.io/blog/aws-secrets-manager-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/the-python-handbook: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/7-must-know-data-wrangling-operations-with-python-pandas-849438a90d15: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/all-the-important-features-and-changes-in-python-3-10-e3d1fe542fbf: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/python-map-function-how-to-map-a-list-in-python-3-0-with-example-code: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/3-seemingly-simple-python-features-that-confuse-beginners-313575312dcf: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://analyticsindiamag.com/object-oriented-programming-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.analyticsvidhya.com/blog/2021/04/top-online-platforms-to-learn-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/there-is-more-to-pandas-read-csv-than-meets-the-eye-8654cb2b3a03: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://blog.adnansiddiqi.me/getting-started-with-elasticsearch-7-in-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://pub.towardsai.net/oops-concept-in-python-b5f5833d57db: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/05/19/micropipenv-installing-python-dependencies-containerized-applications: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://trstringer.com/debug-python-kubernetes: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://pub.towardsai.net/class-and-objects-in-python-with-examples-591c6ca95ee6: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dineshkumarkb.com/tech/how-to-specify-non-pypi-requirements-in-your-requirements-txt-file: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://theglitchblog.com/2021/06/17/logging-in-python-using-best-practices: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://jhhemal.medium.com/some-tips-and-tricks-for-writing-better-code-in-python-f65e4b6814fd: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://jhhemal.medium.com/some-essential-built-in-tools-for-working-with-lists-81c4f9d5f25e: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dineshkumarkb.com/tech/reverse-a-linked-list-without-additional-datastructures-using-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.analyticsvidhya.com/blog/2021/06/implementing-python-to-learn-data-engineering-etl-process: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.infoworld.com/article/3623689/how-to-use-the-python-for-loop.html: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://stackoverflow.blog/2021/07/14/getting-started-with-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://oxylabs.io/blog/python-web-scraping: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.returngis.net/2021/08/gestionar-recursos-de-kubernetes-con-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/8/python-argparse: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://tecadmin.net/read-write-csv-in-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/python-list-methods-append-vs-extend: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://writersbyte.com/4-key-python-data-structures-e-very-beginner-must-know: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.geeksforgeeks.org/top-10-advance-python-concepts-that-you-must-know: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/dictionary-comprehension-in-python-explained-with-examples: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/topics/python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://python.plainenglish.io/special-methods-that-will-change-how-you-build-classes-in-python-cd0226b52eb6: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/how-not-to-use-python-lists-d06cbe8e593: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.kdnuggets.com/2021/09/build-database-using-python.html: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.zdnet.com/article/programming-languages-python-just-took-a-big-jump-forward: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.genbeta.com/actualidad/python-se-convierte-lista-tiobe-lenguaje-popular-red-superando-incluso-a-c: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://sureshdsk.dev/check-diff-between-two-files-in-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/python-string-split-and-join-methods-explained-with-examples: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://pythonsimplified.com/how-to-schedule-python-scripts-using-schedule-library: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.teclado.com/python-methods-instance-static-class: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://treyhunner.com/2021/11/how-to-flatten-a-list-in-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.makeuseof.com/python-for-beginners: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/python-set-operations-explained-with-examples: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://aigents.co/blog/coding-tutorial/pro-python-tips-for-data-analysts: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/imjoseangel/creating-a-blockchain-in-60-lines-of-python-2hlc: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/@andreas.soularidis/learn-about-exceptions-in-python-fef309f66a78: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/master-class-inheritance-in-python-c46bfda63374: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://tusharsrivastava.hashnode.dev/handling-text-files-in-python-an-easy-guide-for-beginners: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/@andreas.soularidis/a-simple-guide-to-handle-text-files-in-python-cd8a1a33ecaf: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.varunsingh.in/5-python-tricks-that-made-me-a-good-python-developer: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.makeuseof.com/useful-python-one-liners-you-must-know: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/packaging-applications-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.redhat.com/sysadmin/query-rpm-database-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://thenewstack.io/more-python-for-non-programmers: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://python.plainenglish.io/how-to-perform-read-and-write-operations-on-json-files-in-python-a5bac724320d: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/11/04/generating-pseudorandom-numbers-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/dollardhingra/python-code-best-practices-4k96: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.searchenginejournal.com/python-machine-learning-technical-seo: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com/community/tutorials/how-to-create-a-twitterbot-with-python-3-and-the-tweepy-library: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.alluxi.com/8-habilidades-que-necesitas-para-ser-un-gran-programador-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://javarevisited.blogspot.com/2018/06/java-vs-python-which-programming-language-to-learn-first.html: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/everything-you-need-to-know-about-python-dictionaries: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/how-to-interact-with-web-services-using-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://thenewstack.io/guido-van-rossums-ambitious-plans-for-improving-python-performance: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/mahmoudessam/python-dictionary-methods-explanation-and-visualization-1l64: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/@florian.rieger/if-you-haven-t-heard-of-descriptors-you-don-t-know-python-1ea4fd1614c2: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/logging-in-python-adec94519755: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://codesolid.com/python-lists: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/requirements-vs-setuptools-python-ae3ee66e28af: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://realpython.com/courses/building-lists-with-python-append: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/python-list-remove-how-to-remove-an-item-from-a-list-in-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/introduction-to-python-dictionaries-89045c9bf315: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/fully-explained-array-data-structure-in-python-67dd9a12b695: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/else-if-in-python-python-if-statement-example-syntax: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/work-with-sql-in-python-using-sqlalchemy-and-pandas-cd7693def708: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/create-a-list-in-python-lists-in-python-syntax: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/how-to-ssh-into-a-docker-container-secure-shell-vs-docker-attach: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/args-and-kwargs-in-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://superfastpython.com/thread-deadlock-in-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/fall-in-love-with-your-environment-setup-779dfbf047ba: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/you-dont-need-sample-data-you-need-python-faker-fa87c2a119a9: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://thenewstack.io/python-for-beginners-when-and-how-to-use-tuples: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://pub.towardsai.net/python-zero-to-hero-with-examples-c7a5dedb968b: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/getting-started-with-pyvcloud-a-python-library-2e77092ed3ea: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/how-to-setup-virtual-environments-in-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/python-attributes-class-and-instance-attribute-examples: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/this-is-why-you-should-use-tortoise-orm-in-your-python-projects-a3897dc5309e: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.docker.com/blog/how-to-train-and-deploy-a-linear-regression-model-using-pytorch-part-1: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/learning-python-with-program-templates-the-input-one-process-one-template-d7ed5156d3fc: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/automate-filling-templates-with-python-1ff6c6fd595e: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://pub.towardsai.net/why-map-filter-and-reduce-functions-are-so-famous-4c8e42fd0755: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://amitprius.medium.com/python-dictionary-zero-to-hero-with-examples-a7497a672dd4: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://python.plainenglish.io/its-time-to-say-goodbye-to-these-obsolete-python-libraries-7c02aa77d84a: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.guru99.com/mutable-and-immutable-in-python.html: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.notia.ai/articles/building-an-authenticated-python-cli: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://superfastpython.com/python-concurrency-choose-api: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://realpython.com/pdf-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/deotyma/how-to-change-an-image-with-python-518d: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/python-iterables-vs-iterators-688907fd755f: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/python-linked-lists-c3622205da81: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://realpython.com/learning-paths: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://superfastpython.com/threading-vs-multiprocessing-in-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/python-list-comprehensions-are-more-powerful-than-you-might-think-3363a90e5bb0: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/@yonatanzunger/advanced-python-achieving-high-performance-with-code-generation-796b177ec79: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://mishrapartha.blogspot.com/2022/11/a-beginners-guide-to-python-for-data_19.html: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://morioh.com/p/a9bdee14b0d2: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/pydantic/pydantic: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/Ankit404butfound/PyWhatKit: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/@connect.hashblock/learn-how-you-can-create-a-chatbot-in-python-da136467309b: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/learn-data-structures-and-algorithms: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://adicode.ml/python-libraries-for-webdevelopment: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/pyscript-python-front-end-framework: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://realpython.com/get-all-files-in-directory-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/python-for-loop-for-i-in-range-example: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.blog/2023-03-02-why-python-keeps-growing-explained: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://realpython.com/lessons/python-eval-overview: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://realpython.com/quizzes/python-split-strings: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://medium.com/@terminalsandcoffee/mastering-python-how-to-generate-a-list-of-dictionaries-for-files-in-your-working-directory-with-7cab8b485e69 +: v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://realpython.com/courses/how-to-write-pythonic-loops: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/learn-algorithms-and-data-structures-in-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://realpython.com/tutorials/machine-learning: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://devopscube.com/python-for-devops: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://realpython.com/intro-to-python-threading: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://realpython.com/courses/functional-programming-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.rogerperkin.co.uk/network-automation/pyats/pyats-genie-tutorial: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.genbeta.com/a-fondo/ocho-canales-youtube-para-aprender-python-cero-nivel-experto: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/generating-a-list-of-dictionaries-with-python-77fca1854911: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://martinheinz.dev/blog/89: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/memoizing-dataframe-functions-7a27dff532f7: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.anaconda.com/blog/why-data-scientists-should-be-excited-about-python-in-excel: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://testdriven.io/blog/clean-code-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://python.plainenglish.io/rest-a-quick-guide-to-building-scalable-and-flexible-systems-using-http-62154841eefd: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://hub.tinztwins.de/7-hidden-python-tips-for-2024: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/bitgrit-data-science-publication/latexify-writing-latex-with-python-6c0fa4b2e9d5: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://pypi.org/project/latexify-py: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/how-to-build-an-online-banking-system-python-oop-tutorial: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/reactive-python/reactpy: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/5/python-38-features: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://thoth-station.ninja: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://developers.redhat.com/articles/2021/09/22/thoth-prescriptions-resolving-python-dependencies: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://jakevdp.github.io/PythonDataScienceHandbook: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.dev/jakevdp/PythonDataScienceHandbook/tree/master/notebooks: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://automatetheboringstuff.com: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://gettopical.com/djangoframework: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://realpython.com/blog/python/django-development-with-docker-compose-and-machine: + v1: + - page: python.md + is_bold: false + is_highlighted: false + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://realpython.com/blog/python/fun-with-djangos-new-postgres-features: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://realpython.com/blog/python/deploying-a-django-app-to-aws-elastic-beanstalk: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://www.marinamele.com/taskbuster-django-tutorial: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://www.pyvideo.org/video/3509/tdd-with-django-from-scratch-a-beginners-intro: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://www.tecmint.com/install-and-configure-django-web-framework-in-centos-debian-ubuntu: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://realpython.com/blog/python/development-and-deployment-of-cookiecutter-django-via-docker: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/presslabs/silver: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/user/CodingEntrepreneurs: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?list=PLEsfXFp6DpzQFqfCur9CJ4QnKQTVXUsRy: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://engineroom.trackmaven.com/blog/getting-started-drf-angularjs-part-1: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://engineroom.trackmaven.com/blog/getting-started-drf-angularjs-part-2: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/TrackMaven/getting-started-with-drf-angular/tree/part-2: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://www.webcodegeeks.com/python/python-django-tutorial: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com/community/tech_talks/building-a-rest-api-with-django-rest-framework: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/sageteam-org/django-sage-painless: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/balwanishivam/data-migration-from-monolith-to-microservice-in-django-5b9m: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/faruqt/how-to-connect-django-to-reactjs-part-2-2oje: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/dockerize-your-django-apps-428189407c69: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://flask.palletsprojects.com: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-now-with-python-3-support: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://realpython.com/blog/python/introduction-to-flask-part-1-setting-up-a-static-site: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://www.devbattles.com/en/sand/post-1757-Python_Flask_Part_1_Hello_World: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://mherman.org/presentations/flask-kubernetes: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.kdnuggets.com/2021/02/deploy-flask-api-kubernetes-connect-micro-services.html: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/ken_mwaura1/getting-started-with-flask-and-docker-3ie8: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/how-to-dockerize-a-flask-app: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://rajansahu713.medium.com/hands-on-guide-to-restful-api-using-flask-python-16270f866ffe: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://blog.adnansiddiqi.me/create-your-first-rest-api-in-fastapi: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/how-to-create-microservices-with-fastapi: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/fastapi-helps-you-develop-apis-quickly: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://wheel.readthedocs.org: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://blog.ionelmc.ro/2015/01/02/speedup-pip-install: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://featureflags.io/python-feature-flags: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/Python/comments/3zl3g4/ship_better_python_using_feature_flags: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/learnpython/comments/3zl0p6/real_examples_of_unit_testing: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://julien.danjou.info/blog/2015/guide-to-python-profiling-cprofile-concrete-case-carbonara: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://nylas.com/blog/performance: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://pypi.python.org/pypi/gabbi: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/madisonmay/tracker: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.coursereport.com/blog/python-for-cyber-security-with-flatiron-school: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://towardsdatascience.com/unlimited-scientific-libraries-and-applications-in-kubernetes-instantly-b69b192ec5e5: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://huyenchip.com/2021/09/13/data-science-infrastructure.html: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://realpython.com/learning-paths/machine-learning-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.oreilly.com/learning/pivot-tables: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://pbpython.com: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://pbpython.com/pandas-pivot-table-explained.html: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://pbpython.com/pandas-google-forms-part1.html: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? https://nikolaygrozev.wordpress.com/2015/07/01/reshaping-in-pandas-pivot-pivot-table-stack-and-unstack-explained-with-pictures +: v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://pandas.pydata.org/pandas-docs/stable/reshaping.html: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://www.analyticsvidhya.com/blog/2016/01/complete-tutorial-learn-data-science-python-scratch-2: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://www.analyticsvidhya.com/blog/2016/01/python-tutorial-list-comprehension-examples: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.analyticsvidhya.com/blog/2015/06/infographic-cheat-sheet-data-exploration-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://pandastutor.com: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/how-to-use-pandas-to-consume-data-and-perform-data-analysis-76e000ad5480: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://iaviral.medium.com/most-used-functions-in-pandas-7c12ae238185: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/pandas-illustrated-the-definitive-visual-guide-to-pandas-c31fa921a43: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/gventuri/pandas-ai: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://pypi.python.org/pypi/pddb: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.orchest.io: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://pymotw.com: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://pymotw.com/2: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +? http://blog.webhose.io/2015/08/16/dead-simple-for-devs-python-crawler-script-for-extracting-structured-data-from-any-almost-website-into-csv +: v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/XI-lab/PyExPool: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://cloudacademy.com/blog/ansible-aws: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/boto/boto: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/es/blogs/developer/migrating-to-boto3: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://pyvideo.org/video/2987/managing-the-cloud-with-a-few-lines-of-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dashbird.io/blog/boto3-aws-python: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dashbird.io/blog/aws-s3-python-tricks: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://hands-on.cloud/quick-introduction-to-python-for-aws-automation-engineers: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/@d.deloatch/how-to-stop-all-instances-using-aws-sdk-for-python-boto3-2e02af03177: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://www.pyinstaller.org: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/pyinstaller/pyinstaller: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/ligyxy/DictMySQL: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://sourceforge.net/projects/winpython: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.kite.com: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/pyxll/pyxll-jupyter: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://medium.com/codestory/build-interactive-cli-tools-in-python-47303c50d75: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/thebjorn/pydeps: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/joke2k/faker: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://www.makeuseof.com/python-developer-tools: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://dev.to/dollardhingra/code-quality-tools-in-python-4k2a: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/google/python-fire: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/bloomberg/memray: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/microsoft/pyright: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/kodemore/chili: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/astral-sh/ruff: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://scrapy.org: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://first-web-scraper.readthedocs.org: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/twintproject/twint: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +http://www.oraclejavamagazine-digital.com/javamagazine_twitter/20151112?pg=43: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://opensource.com/life/16/2/how-use-python-hack-your-ide: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://click.palletsprojects.com: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://github.com/PyGithub/PyGithub: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://python.plainenglish.io/python-snippets-7e8dcbeae26e: + v1: + - page: python.md + is_bold: false + is_highlighted: false + v2: + - page: developer-ecosystem.md + is_bold: false + is_highlighted: false +https://en.wikipedia.org/wiki/SonarQube: + v1: + - page: sonarqube.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.sonarqube.org: + v1: + - page: sonarqube.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/why-sonarqube-1: + v1: + - page: sonarqube.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-to-install-the-sonarqube-security-analysis-platform: + v1: + - page: sonarqube.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/how-quickly-get-started-sonar: + v1: + - page: sonarqube.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/sonarqube-scanning-in-15-minutes-2: + v1: + - page: sonarqube.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/quick-start-witj-sonarqube-for-static-code-analysi: + v1: + - page: sonarqube.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/code-analysis-with-sonarqube-part-1-setup: + v1: + - page: sonarqube.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://thenewstack.io/how-to-analyze-code-and-find-vulnerabilities-with-sonarqube: + v1: + - page: sonarqube.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://itnext.io/sonarqube-running-tests-from-jenkins-pipeline-from-docker-7740702b6f42: + v1: + - page: sonarqube.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/sonarcloud-integration-with-springboot-maven: + v1: + - page: sonarqube.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://medium.com/@akamenev/running-sonarqube-on-azure-kubernetes-92a1b9051120: + v1: + - page: sonarqube.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://hub.helm.sh/charts/oteemo/sonarqube: + v1: + - page: sonarqube.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=_cT-kkvw3NQ: + v1: + - page: sonarqube.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/gudpick/pods: + v1: + - page: sonarqube.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/gudpick/pods/tree/master/sonar-latest: + v1: + - page: sonarqube.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://github.com/GoogleCloudPlatform/click-to-deploy/tree/master/k8s/sonarqube: + v1: + - page: sonarqube.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://docs.sonarqube.org/latest/analysis/overview: + v1: + - page: sonarqube.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-gradle: + v1: + - page: sonarqube.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-msbuild: + v1: + - page: sonarqube.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-maven: + v1: + - page: sonarqube.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-azure-devops: + v1: + - page: sonarqube.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-ant: + v1: + - page: sonarqube.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://docs.sonarqube.org/latest/analysis/scan/sonarscanner: + v1: + - page: sonarqube.md + is_bold: false + is_highlighted: false + v2: + - page: engineering-pipeline.md + is_bold: false + is_highlighted: false +https://www.techbeatly.com/terraform-free-courses: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learn.hashicorp.com/tutorials/terraform/infrastructure-as-code: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://packer.io: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.packer.io/docs/index.html: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://computingforgeeks.com/build-aws-ec2-machine-images-with-packer-and-ansible: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learn.hashicorp.com/tutorials/packer/aws-get-started-build-image: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cloud.hashicorp.com: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/multi-region-replication-now-available-with-hcp-vault: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://levelup.gitconnected.com/continuous-integration-continuous-deployment-with-terraform-cloud-ad384f29d7a0: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://weekly.tf: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.weekly.tf/p/issue-171-terramate-using-llms-to-generate-terraform-api-gateway-with-lambda-guardduty-imdsv2: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://nedinthecloud.com: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.terraform.io: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://registry.terraform.io: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/devopslinks/why-should-terraform-be-one-of-your-devops-tools-29ae15861b1f: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.teemo.co/terraform-in-10-commands-e737dfd8bf31: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.udemy.com/learn-devops-infrastructure-automation-with-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://terraform-infraestructura.readthedocs.io: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.gruntwork.io/why-we-use-terraform-and-not-chef-puppet-ansible-saltstack-or-cloudformation-7989dad2865c: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cloudonaut.io/terraform-can-you-keep-a-secret: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://discuss.hashicorp.com/t/terraform-0-13-beta-released: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@hashiroulap/terraform-aws-api-gateway-6d86a010f359: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://medium.com/@akshayavb99/integration-of-aws-terraform-and-github-for-automated-deployment-infrastructure-da0a19ff4e86 +: v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@sandupatlaabhilash1747/automation-of-cloud-terraform-5a299fb785bb: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/custom-variable-validation-in-terraform-0-13: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://medium.com/hashicorp-engineering/terraform-for-network-engineers-should-you-be-implementing-infrastructure-as-code-73667d27d3b8 +: v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/import-infrastructure-into-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/bridgecrew-all-these-misconfigured-terraform-modules-are-a-security-issue: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@duplocloud/infrastructure-as-code-but-you-dont-have-to-write-that-code-87ec4fe94863: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/manage-active-directory-objects-new-windows-ad-provider-hashicorp-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/terraform-feature-flags-environment-toggle-design-patterns: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://databricks.com/blog/2020/09/11/announcing-databricks-labs-terraform-integration-on-aws-and-azure.html: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/announcing-11-verified-providers-for-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learn.hashicorp.com/collections/terraform/providers: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/devops/what-is-infrastructure-as-code: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://k21academy.com/terraform-iac/why-terraform-not-chef-ansible-puppet-cloudformation: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/terraform-sensitive-input-variables: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/nsriram/lambda-the-terraform-way: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/hashicorp-engineering/dont-forget-to-restrict-outbound-traffic-with-terraform-and-sentinel-c74a99129dae: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/sagittaros/terraform-k3s-private-cloud: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/tutorial-terraform-outputs: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.trek10.com/blog/beginners-guide-to-using-terraform-with-aws: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.env0.com/blog/were-opensourcing-terratag-to-make-multicloud-resource-tagging-easier: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/terraform-mono-repo-vs-multi-repo-the-great-debate: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://registry.terraform.io/modules/aztfmod/caf/azurerm/latest: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.arnaudlheureux.io/2020/10/02/migrating-azure-caf-landing-zones-on-terraform-0-13: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/tfutils/tfenv: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/cloudskills/packer-and-terraform-with-immutable-infrastructure-47ja: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/swlh/terraform-how-to-use-conditionals-for-dynamic-resources-creation-6a191e041857: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cloudify.co/blog/ansible-terraform-and-cloudify: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www2.deloitte.com/es/es/blog/todo-tecnologia/2021/infrastructure-as-code-iac-con-terraform.html: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.accurics.com/blog/terrascan-blog/terraform-security-improving-iac-scans-with-terraform-plan-output: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/resources/modern-infrastructure-automation-with-packer-terraform-and-consul: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/getting-started-with-the-helm-and-datadog-terraform-providers: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/resources/how-can-i-prevent-configuration-drift: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/share-modules-across-organizations-terraform-enterprise: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.freecodecamp.org/news/what-is-terraform-learn-infrastructure-as-code: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/announcing-hashicorp-terraform-0-15-general-availability: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/how-to-use-terraform-to-create-a-small-scale-cloud-infrastructure-abf54fabc9dd: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/securing-your-multi-cloud-terraform-pipelines-with-policy-as-code: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://medium.com/devops-mojo/terraform-remote-states-overview-what-is-terraform-remote-state-storage-introduction-936223a0e9d0 +: v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://prcode.co.uk/2021/04/29/connect-azure-mysql-to-private-endpoint-with-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2021/04/cloudflare-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/building-azure-resources-with-typescript-using-the-cdk-for-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/how-to-use-terraform-inputs-and-outputs: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2020/04/terraform-operator-kubernetes: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/the-innovation/protect-your-terraform-state-a974027a4bb0: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/terraform-azuread-provider-now-supports-microsoft-graph: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://nitheeshp.dev/series/terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://nitheeshp.dev/practical-cicd-guide-to-deploying-aws-infrastructure-through-terraform-part-1-1: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://nitheeshp.dev/practical-cicd-guide-to-deploying-aws-infrastructure-through-terraform-multi-environment-deployment-part-2 +: v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://nitheeshp.dev/practical-cicd-guide-to-deploying-aws-infrastructure-through-terraform-multi-environment-deployment-part-3 +: v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://nitheeshp.dev/practical-cicd-guide-to-deploying-aws-infrastructure-through-terraform-multi-environment-deployment-part-4 +: v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/new-terraform-tutorials-on-hashicorp-learn: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/announcing-launch-day-support-for-amazon-ecs-anywhere-terraform-aws-provider: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/announcing-hashicorp-terraform-1-0-general-availability: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/what-does-the-terraform-1-0-release-mean-for-you: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/terraform-1-0-reflects-what-hashicorp-has-learned-about-infrastructure-as-code: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/cloudandthings/terraform-git-commit-m-all-the-secrets-5dfea9b111de: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learn.hashicorp.com/tutorials/terraform/lambda-api-gateway: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://harness.io/blog/devops/terraform-201-tutorial: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/tech-guides/terraform-zero-to-hero-733f6860bb9a: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learn.hashicorp.com/tutorials/terraform/aws-default-tags: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/tibordp/terraform-hcloud-dualstack-k8s: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/beta-support-for-crds-in-the-terraform-provider-for-kubernetes: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/8/terraform-tips: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://rpadovani.com/terraform-cloudinit: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/cisco-citrix-fortinet-among-new-verified-terraform-providers: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.terraform-best-practices.com: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://bridgecrew.io/blog/advanced-terraform-security-pro-tips-for-secure-infrastructure-as-code: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://hub.qovery.com/guides/engineering/terraform-not-the-golden-hammer: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://scalefactory.com/blog/2021/10/13/failing-faster-with-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/aws-hashicorp-collaborate-new-terraform-modules: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://shipa.io/development/terraform-meets-appops: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.bitslovers.com/terraform-output: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devops.com/building-on-terraform-evolution-not-revolution: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/contino-engineering/10-things-i-wish-i-knew-before-learning-terraform-f13637a01aa6: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/contino-engineering/10-things-i-wish-i-knew-before-learning-terraform-part-2-a15a3f85efb6: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/resources/multi-cloud-devops-at-petronas-with-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.terraform.io/docs/language/modules/develop/refactoring.html: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/version-1/terraform-in-real-life-lessons-learned-2469e3fe74e6: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://serhii.vasylenko.info/2022/01/16/some-techniques-to-enhance-your-terraform-proficiency: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/better-together-hyper-converged-kubernetes-with-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/AdminTurnedDevOps/Terraform-The-Hard-Way: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/5-things-we-love-about-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devops.com/how-to-migrate-existing-infrastructure-to-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.middlewareinventory.com/blog/terraform-import-securitygroup-aws: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.middlewareinventory.com/blog/terraform-for-each-examples: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/nerd-for-tech/terraforming-the-gitops-way-9417cf4abf58: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.terrateam.io/blog/posts/terraform-pre-commit-hooks: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://faun.pub/terraform-prevent-conditionally-created-resources-from-deletion-dcec1b793565: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://faun.pub/5-best-terraform-tools-that-you-need-in-2022-a3db2334c524: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/kubestack/a-better-way-to-provision-kubernetes-resources-using-terraform-355n: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/design-by-contracts-in-terraform-63467a749c1a: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=DeNflzdjxVM: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@oamdev2020/glue-terraform-ecosystem-into-kubernetes-world-3e5d6feb461e: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.terraform.io/language/resources/provisioners/syntax: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://faun.pub/the-lifecycle-of-a-terraform-resource-lifecycle-meta-argument-3cc4555ec976: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@dugouchet.a/manage-your-terraform-like-a-container-d2acbc46d7d4: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/spacelift/terraform-vs-kubernetes-key-differences-and-comparison-a42847e8be1c: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2022/09/terraform-simplified-refactoring: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/nerd-for-tech/building-a-two-tier-architecture-for-high-availability-using-terraform-ae6296fb2126: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://towardsaws.com/import-existing-aws-architecture-to-terraform-368b66c48275: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/google-cloud/automate-terraform-documentation-like-a-pro-ed3e19998808: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://buildkite.com/blog/manage-your-ci-cd-resources-as-code-with-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.gruntwork.io/terraform-tips-tricks-loops-if-statements-and-gotchas-f739bbae55f9: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@adolfo.diaz.zar/secret-management-with-terraform-6b5e02f9437e: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://awstip.com/refactor-terraform-code-with-moved-blocks-a-new-way-without-manually-modifying-the-state-5ed1d80ed53e: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/pavanbelagatti/using-terraform-to-manage-infrastructure-resources-32da: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://faun.pub/terraform-null-provider-and-null-resource-explained-6a8d674cad63: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.spectrocloud.com/blog/deploying-complex-infrastructure-with-a-terraform-state-machine: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://swwapnilp.medium.com/how-does-slack-use-terraform-104b1e96c97d: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/resources/terraform-abstraction-tips-just-because-you-can-doesnt-mean-you-should: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/resources/best-practices-for-terraform-aws-tags: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/codex/how-to-use-the-if-else-statement-in-terraform-examples-76283b593828: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://tekanaid.com/posts/terraform-for-beginners-course-and-training: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.terrahaxs.com/blog/count-vs-for-each: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com/community/tutorials/how-to-structure-a-terraform-project: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://getbetterdevops.io/terraform-with-helm: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@dsdatsme/terraform-gitops-ci-cd-with-approval-notifications-6f0807299fc4: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/DhruvinSoni30/Terraform_multiple_modules: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://spacelift.io/blog/terraform-files: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://youtu.be/V53AHWun17s?si=zB9HD1MCp3SbLQwL: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=iRaai1IBlB0&t=3s: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devdosvid.blog/2023/04/16/hello-terraform-data-goodbye-null-resource: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/why-hashicorp-terraform-is-essential-for-sres-and-devops-engineers: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2023/04/cdk-terraform-convert: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/terraform-cloud-no-code-provisioning-is-now-ga-with-new-features: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/terraform-explained-in-5-minutes: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/pwd9000/series/16567: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/pwd9000/connect-terraform-to-azure-devops-git-repos-over-ssh-163c: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/pwd9000/terraform-complex-variable-types-173e: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/pwd9000/terraform-understanding-the-lifecycle-block-4f6e: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@willguibr/terraform-1-5-import-and-automatic-code-generation-caa4debfef28: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.ogenki.io/post/terraform-controller: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://praveendandu24.medium.com/mastering-terraform-from-essential-commands-to-effortless-ec2-instance-provisioning-d2d25659450c +: v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://faun.pub/import-your-existing-cloud-infra-into-terraform-ca70da146152: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://gravitydevops.com/terraform-tutorials-basic-to-advanced: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://ikunalsingh.hashnode.dev/dynamic-operations-in-terraform-with-functions: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.gruntwork.io/how-to-use-terraform-as-a-team-251bc1104973: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kkamalesh117.medium.com/terraform-variables-providers-c66f68747050: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kkamalesh117.medium.com/terraform-variables-part-2-75ef8543fb2f: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://overmind.tech/blog/is-observability-relevant-for-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/platform-engineer/26-terraform-hacks-for-effective-infrastructure-automation-with-examples-d6d721c3d5e0: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/automating-retry-for-failed-terraform-launches: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/terraform-workflow-process-explained: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/terraform-how-to-join-and-split-strings: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/terraform-deploy-azure-expressroute-circuit-with-vnet-gateway: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://nedinthecloud.com/2022/01/18/replacing-the-template_cloudinit_config-data-source: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/testing-hashicorp-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=sd2wuAVush4: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.devgenius.io/kubernetes-on-proxmox-with-terraform-6880921af6e4: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://medium.com/@orellanaluke/terraform-and-the-art-of-small-my-guide-to-navigating-smarter-safer-state-management-cd156533ccf7 +: v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?list=PLXb5972EMl4BfKVDMaJH6Pg9SI6q_HqMg: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=iLgEK6A31HM: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://sharmasmriti.hashnode.dev/day-61-terraform-commands: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/terraform-code-project-organization-strategies-based-on-team-workload-or-monolithic: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@ebonyymonae/terraform-for-newbies-1f4c4bcd2ace: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/grrywlsn/self-service-infrastructure-as-code-23bl: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://aws.plainenglish.io/the-automation-fellowship-packer-terraform-and-ansible-part-iii-73571ef103e1: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=IORvnr4u8z8: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://shrihariharidas73.medium.com/terraform-hashicorp-vault-integration-seamless-secrets-management-46f41cf735f1: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://ccseyhan.medium.com/what-is-terraform-reusability-and-how-to-achieve-it-97d9565e394d: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/should-terraform-lock-hcl-file-be-added-to-gitignore-or-committed-to-git-repo: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/github-actions-terraform-deployments-with-a-review-of-planned-changes-30143358bb5c: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://medium.com/@prasadanilmore/the-magic-of-visualizing-your-cloud-infrastructure-real-time-terraform-visualization-c85ac0ca4933 +: v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/terraform-how-to-for_each-through-a-listobjects: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/netpremacy-global-services/the-beginning-of-the-end-for-terraform-cfffcd2c5420: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.realkinetic.com/its-time-to-retire-terraform-30545fd5f186: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/terraform-modules-using-git-branch-as-source: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/terraform-split-main-tf-into-seperate-files: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://pod.chaoslever.com/hashicorp-under-ibms-wing: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/analyzing-ibms-acquisition-of-hashicorp-a-game-changer-in-hybrid-cloud-management: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/bhanufyi/effective-terraform-variable-management-in-github-actions-488l: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/env0/terraform-destroy-command-a-guide-to-controlled-infrastructure-removal-4af8: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/terraform-ip-functions-for-managing-ip-addresses-cidr-blocks-and-subnets: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://masterpoint.io/updates/terraform-use-cases: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/terraform-remove-resource-from-state-file-tfstate: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/terraform-how-are-data-sources-used: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/terraform-conditional-if-variable-does-not-exist-try-function: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/output-link-to-azure-resources-from-terraform-project: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/terraform-state-management-explained: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/working-with-yaml-in-terraform-using-the-yamldecode-and-yamlencode-functions: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://mattias.engineer/blog/2024/terraform-variable-cross-validation: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.nilebits.com/blog/2024/07/terraform-drift-detection: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://spacelift.io/blog/terraform-backends: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/spacelift/using-terraform-yaml-functions-3ade: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.howdykloudy.in/blog/implementing-shift-left-for-terraform-an-introductory-guide: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.bejarano.io/terraform-plan-light: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/how-to-troubleshoot-5-common-terraform-errors: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.dronov.net/2024/02/22/terraform-the-terrible-en.html: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opencoreventures.com/blog/2023-08-23-hashicorp-switching-bsl-shows-need-for-open-charter-companies: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@hello_9187/why-we-are-not-supporting-opentf-a46855f52dc4: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://nedinthecloud.com/2024/01/22/comparing-opentofu-and-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://thomasthornton.cloud/2024/02/15/ensuring-your-terraform-is-correctly-formatted-using-terraform-fmt-and-github-actions +: v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=v_T1fuYGjV0&ab_channel=NedintheCloud: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/terraform-stacks-explained: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learn.hashicorp.com/tutorials/terraform/github-actions: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://acloudguru.com/blog/engineering/how-to-use-github-actions-to-automate-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=4niy0_ZpQ1w&ab_channel=CloudQuickLabs: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thomasthornton.cloud/2021/03/19/deploy-terraform-using-github-actions-into-azure: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/terraform-github-actions-automated-deployment: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@bijit211987/devsecops-approach-with-terraform-and-ci-cd-pipelines-f556c2d5b40d: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thomasthornton.cloud/2024/01/11/displaying-terraform-plans-in-github-prs-with-github-actions: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/spacelift/how-to-manage-terraform-with-github-actions-5b10: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://docs.gitlab.com/ee/user/infrastructure/terraform_state.html: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://about.gitlab.com/blog/2021/08/10/how-to-agentless-gitops-aws: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/resources/testing-infrastructure-as-code-on-localhost: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://mattias.engineer/posts/terraform-testing-and-validation: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://terraform-docs.io/user-guide/introduction: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/PacoVK/tapir: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=qGdGMnQ83SA: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/immutable-infrastructure-cicd-using-hashicorp-terr: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/provisioning-aws-infrastructure-using-terraform-and-jenkins-cicd-pgj: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/vijaykedar/jenkins-setup-using-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/reneaudain/jenkins_tf_repo: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@mike_tyson_cloud/it-automation-10-alternatives-to-terraform-286107def5ad: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kvs-vishnu23.medium.com/is-aws-cdk-better-than-terraform-85194e7a42cd: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.gruntwork.io/a-comprehensive-guide-to-managing-secrets-in-your-terraform-code-1d586955ace1: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learn.hashicorp.com/tutorials/terraform/cloud-agents: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=W_PmtDm4IXk&ab_channel=RobertdeBock: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://scalr.com: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/new-apply-user-interface-for-terraform-cloud: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/terraform-cloud-variable-sets-beta-now-available: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devclass.com/2021/12/09/terraform_-_1: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/terraform-cloud-adds-drift-detection-for-infrastructure-management: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.gruntwork.io/how-to-manage-multiple-environments-with-terraform-32c7bc5d692: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@avyanab/deploy-a-two-tier-architecture-with-aws-and-terraform-cloud-c6087f118ba7: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://spacelift.io/blog/what-is-terraform-cloud: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/terraform-cloud-adds-aggregated-vcs-reviews: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/7-ways-to-optimize-cloud-spend-with-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/infrastructure-cloud: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/what-is-the-hashicorp-infrastructure-cloud: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@elliotgraebert/four-great-alternatives-to-hashicorps-terraform-cloud-6e0a3a0a5482: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://digger.dev: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://spacelift.io: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/hashicorp/hcl: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://octopus.com/blog/introduction-to-hcl-and-hcl-tooling: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/hashicorp/terraform-cdk: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2020/07/cdk-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/cdk-for-terraform-enabling-python-and-typescript-support: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/announcing-cdk-for-terraform-0-1: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.ansible.com/blog/providing-terraform-with-that-ansible-magic: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@dmglascoe/deploying-iam-users-and-s3-buckets-using-boto3-and-terraform-71ec04b2e14b: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/resources/terraform-practices-the-good-the-bad-and-the-ugly: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://opensource.com/article/21/8/terraform-deploy-helm: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/infracost/infracost: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/a-guide-to-cloud-cost-optimization-with-hashicorp-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://pratapreddypilaka.blogspot.com/2023/11/azure-finops-using-terraform-and.html: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/how-estimate-cloud-costs-terraform-azure-aws-gcp-etc-via-kaan-turgut-msexc: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/Azure/awesome-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/ozbillwang/terraform-best-practices: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://globaldatanet.com/blog/terraform-cicd-best-practices: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://bridgecrew.io/blog/terraform-security-101-best-practices-for-secure-infrastructure-as-code: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@ranjana-jha/infrastructure-as-a-code-best-practices-terraform-d7ae4291d621: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://sairamkrish.medium.com/terraform-best-practices-and-project-setup-1772ad04cf5e: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/spacelift/terraform-best-practices-for-better-infrastructure-management-49e0859b5537: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/schibsted-engineering/ultimate-terraform-project-structure-9fc7e79f6bc6: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://developer.hashicorp.com/terraform/cloud-docs/recommended-practices/part3: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/terraforms-best-practices-and-pitfalls: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/terraform-best-practices-for-writing-clean-readable-and-maintainable-code: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/resources/opinionated-terraform-best-practices-and-anti-patterns: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://spacelift.io/blog/terraform-best-practices: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.coderco.io/p/terraform-best-practices-series-lessons: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.coderco.io/p/terraform-best-practices-series-lessons-0cd: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.reddit.com/r/Terraform/comments/19arrun/comment/kinusdl: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@junjun231953_53717/terraform-best-practices-737153356d41: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://iopshub.medium.com/terraform-best-practices-everyone-should-know-a7c76ba9f085: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thomasthornton.cloud/2024/04/25/using-terraform-tfvars-for-environment-agnostic-deployments: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/manage-multiple-environments-with-terraform-worksp: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/announcing-support-for-aws-lambda-code-signing-in-the-terraform-aws-provider: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://medium.com/devops-mojo/terraform-workspaces-overview-what-is-terraform-workspace-introduction-getting-started-519848392724 +: v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://build5nines.com/best-practices-to-promote-from-dev-to-prod-environments-with-hashicorp-terraform-using-workspaces-and-folders +: v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://awesomeopensource.com/project/cloudposse/terraform-aws-multi-az-subnets: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/cloudposse?q=terraform-: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/devopshubproject/azure-terraform-ansible: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/new-terraform-tutorials-on-provisioning-and-managing-kubernetes-clusters: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://hodovi.cc/blog/creating-low-cost-managed-kubernetes-cluster-personal-development-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/resources/deploying-managing-minimal-app-kubernetes-cluster-terraform-ansible: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/deploy-any-resource-with-the-new-kubernetes-provider-for-hashicorp-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://kubernetes.io/blog/2020/06/working-with-terraform-and-kubernetes: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.phillipsj.net/posts/dynamically-loaded-terraform-providers: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/announcing-version-2-0-kubernetes-and-helm-providers-for-hashicorp-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/wait-conditions-in-the-kubernetes-provider-for-hashicorp-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/terraform-dont-use-kubernetes-provider-with-your-cluster-resource-d8ec5319d14a: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learnk8s.io/kubernetes-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.kasten.io/concepts-behind-terraform-and-kubernetes: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/a-better-way-to-provision-kubernetes-using-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learn.hashicorp.com/tutorials/terraform/multicloud-kubernetes: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.architect.io/blog/2021-02-17/terraform-kubernetes-tutorial: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://releasehub.com/blog/terraform-kubernetes-deployment-a-detailed-walkthrough: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@vinoji2005/using-terraform-with-kubernetes-a-comprehensive-guide-237f6bbb0586: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/announcing-general-availability-hashicorp-terraform-cloud-operator-for-kubernetes: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/hashicorp/terraform-k8s: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/avmconsulting-blog/deploy-infrastructure-with-the-terraform-cloud-operator-for-kubernetes-a179ea4dbbfe: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/terraform-cloud-operator-2-3-adds-workspace-run-operations: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://spacelift.io/blog/how-to-provision-aws-eks-kubernetes-cluster-with-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learnk8s.io/terraform-gke: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learnk8s.io/terraform-eks: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learnk8s.io/terraform-aks: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learnk8s.io/terraform-lke: + v1: + - page: terraform.md + is_bold: false + is_highlighted: true + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/platform-as-code-with-openshift-amp-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/fasttrack-for-azure/can-i-create-an-azure-red-hat-openshift-cluster-in-terraform-yes/ba-p/3670889 +: v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://gist.github.com/chadmcrowell/4d11b8a56aba3bdc32ea73c31104357b: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/garutilorenzo/k3s-aws-terraform-cluster: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/c0dyhi11/k3s-linkerd: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cloud.google.com/docs/terraform/blueprints/terraform-blueprints: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@nanditasahu031/terraform-with-gcp-cloud-d25d60a6e740: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/google-cloud/setting-up-config-connector-with-terraform-helm-8ce2f45f48a4: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@tarikucar/getting-started-with-google-cloud-storage-with-terraform-dfb26d85e2dd: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/gcp-advanced-terraform-interactive-learning-challeng-kaan-turgut-guipc: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/access-google-cloud-from-hcp-terraform-with-workload-identity: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://circleci.com/blog/learn-iac-part1: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://circleci.com/blog/learn-iac-part02: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://circleci.com/blog/learn-iac-part3: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/terraform-adds-support-for-gke-autopilot: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://hackernoon.com/exporting-your-gke-cluster-to-terraform-cloud-a-guide-with-challenges-and-solutions: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/roib20/terraform-provision-gke-cloudflare: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/terraform-with-aws: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/terraform-aws-modules/terraform-aws-solutions: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/resources/terraform-what-instacart-learned-managing-over-50-aws-rds-postgresql-instances: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dzone.com/articles/how-to-deploy-apps-effortlessly-with-packer-and-te: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://stories.schubergphilis.com/terraform-aws-management-using-your-google-account-cfe5ea70c75: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thenewstack.io/terraform-on-aws-multi-account-setup-and-other-advanced-tips: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/faun/provisioning-aws-infrastructure-with-terraform-6ab885fb3fcb: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/terraform-aws-provider-continues-to-expand-coverage: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2022/02/terraform-aws-provider-s3: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/arpanadhikari/reusable-aws-iam-role-for-service-accounts-irsa-for-k8s-terraform-module-2og2: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/terraform-setup-for-using-aws-lambda-with-s3-2b8ba286b6d7: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://aws.amazon.com/blogs/infrastructure-and-automation/save-time-with-automated-security-checks-of-terraform-scripts: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://haque-zubair.medium.com/aws-lambda-api-gateway-with-terraform-bd143b1c56bb: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@abhimanyubajaj98/deploying-kubernetes-from-scratch-with-terraform-a-step-by-step-guide-7d628910efd0: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://aws.plainenglish.io/building-aws-infrastructure-with-terraform-modules-2cee480be24d: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://khainas.dev/create-ssh-tunnel-in-aws-with-terraform-62d1f6968e5d: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://faun.pub/configuring-a-highly-available-infrastructure-in-aws-using-terraform-2fc9dbb519b6: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://towardsaws.com/terraform-basics-creating-custom-aws-vpc-subnets-and-route-tables-4e7075135e99: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@anatoliydadashev/terraform-aws-decoupled-architecture-9135df865310: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/how-to-deploy-a-serverless-website-with-terraform-5677: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://towardsaws.com/creating-a-bastion-host-for-secure-access-to-your-aws-infrastructure-with-terraform-17ee287bb3d: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/aws-samples/service-catalog-engine-for-terraform-os: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/yet_anotherdev/aws-rds-scaling-postgres-30ic: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/aws-infrastructure/create-aws-vpc-infrastructure-with-terraform-308afed9fe31: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://numericaideas.com/blog/auto-scaling-group-on-aws-with-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://aws.plainenglish.io/terraform-hands-on-project-d2105bbc0c62: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devopscube.com/terraform-autoscaling-group: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/cloud-native-daily/how-to-securely-manage-terraform-state-file-in-aws-using-terraform-7c20b211c9cb: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/monarene/dynamic-volume-provisioning-in-kubernetes-with-aws-and-terraform-3m6h: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.awsfundamentals.com/aws-lambda-with-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@rizkiprass/beginner-terraform-tutorial-launching-ec2-in-aws-using-terraform-73f6d99e6233: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/squareops/terraform-aws-vpc: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devxblog.hashnode.dev/terraform-with-aws: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/deploying-a-containerized-app-to-ecs-fargate-using-a-private-ecr-repo-terragrunt-5b8a: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/how-to-create-an-aws-sandbox-account-using-terraform-c3592a6d8abd: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://towardsaws.com/automating-static-website-deployment-a-guide-to-ci-cd-with-aws-and-terraform-bb6fcbae5667: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=3uDxwNOtilU: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/tokarev-artem/auto-ec2-setup: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/chinmay13/aws-networking-with-terraform-vpc-transit-gateway-between-vpcs-1ne4: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/terraform-aws-cloud-control-api-provider-now-generally-available: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/my-service-mesh-journey-with-terraform-on-aws-cloud-part-1-3hee: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/my-service-mesh-journey-with-terraform-on-aws-cloud-part-2-58fd: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/infrahouse/terraform-aws-ecs: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/bennyfmo_237/deploying-basic-infrastructure-on-aws-with-terraform-1k68: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://aws.amazon.com/blogs/aws/new-self-service-provisioning-of-terraform-open-source-configurations-with-aws-service-catalog +: v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/aws-observability: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://aws-observability.github.io/terraform-aws-observability-accelerator: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://aws-observability.github.io/terraform-aws-observability-accelerator/eks/tracing: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/maddevsio/aws-eks-base: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/aws-samples/aws-eks-accelerator-for-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://sebinxavi.medium.com/eks-cluster-deployment-using-terraform-685c89b14f72: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/how-to-design-and-provision-a-production-ready-eks-cluster-f24156ac29b2: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://faun.pub/building-an-eks-fargate-cluster-with-terraform-9736813e1196: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/devgurus/building-production-grade-eks-clusters-using-terraform-df016d239a54: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://medium.com/devops-mojo/terraform-provision-amazon-eks-cluster-using-terraform-deploy-create-aws-eks-kubernetes-cluster-tf-4134ab22c594 +: v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/creating-an-eks-cluster-and-node-group-with-terraform-1lf6: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/install-manage-amazon-eks-add-ons-with-terraform-2dea: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/garutilorenzo/k8s-aws-terraform-cluster: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/terraform-aws-modules/terraform-aws-eks: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/build-an-eks-cluster-with-terraform-d35db8005963: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://faun.pub/aws-eks-with-terraform-and-gitops-in-minutes-b3ca33171209: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://awstip.com/streamlining-aws-eks-cluster-volume-management-with-helm-and-terraform-ebs-csi-driver-78e1d51532ee: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://hewi.blog/deploying-an-eks-cluster-using-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://platformwale.blog/2023/07/15/create-amazon-eks-cluster-within-its-vpc-using-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@ernestkwashie3/provisioning-amazon-elastic-kubernetes-service-eks-cluster-using-terraform-5e07f1f0dc32: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/navigating-aws-eks-with-terraform-understanding-vpc-essentials-for-eks-cluster-management-51e3: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/verifacrew/how-to-assume-an-aws-iam-role-from-a-service-account-in-eks-with-terraform-28gd: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@vajrapuvinod/mastering-ingress-context-path-based-routing-in-aws-eks-using-terraform-0db2bbbae474: + v1: + - page: terraform.md + is_bold: false + is_highlighted: true + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://registry.terraform.io/providers/hashicorp/awscc/latest: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/announcing-terraform-aws-cloud-control-provider-tech-preview: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/resources/using-the-terraform-aws-cloud-control-provider: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.trek10.com/blog/control-tower-then-vs-now: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/porscheofficial/terraform-aws-ecr-watch: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://serverless.tf: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://registry.terraform.io/modules/azurerm/resources/azure/latest: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/get-started-with-terraform-on-microsoft-azure: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/01001101/using-terraform-with-azure-the-right-way-35af3b51a6b0: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/kuhlman-labs/terraform-azurerm-landing-zone: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cloudbuild.co.uk/how-to-install-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cloudbuild.co.uk/part-2-terraform-with-azure-how-to-install-azure-cli: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cloudbuild.co.uk/part-3-terraform-with-azure-how-to-install-visual-studio-code: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cloudbuild.co.uk/part-4-terraform-with-azure-how-to-install-azure-terraform-plugin-in-visual-code: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cloudbuild.co.uk/part-5-terraform-with-azure-install-git-and-enable-in-visual-studio-code: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cloudbuild.co.uk/part-6-terraform-with-azure-deploy-resources-in-azure: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cloudbuild.co.uk/part-7-terraform-with-azure-deploy-a-variables-file-in-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cloudbuild.co.uk/part-8-terraform-with-azure-deploy-a-terraform-tfvars-file: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-migration-and/implement-azure-landing-zones-with-hashicorp-terraform/ba-p/3241071 +: v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/configuring-azure-application-gateway-with-consul-terraform-sync: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.azureviking.com/post/terraform-module-azure-dns-private-resolver: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/thomast1906/terraform-on-azure: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.cloudtrooper.net/2023/08/19/dry-terraform-code-for-private-link-and-dns: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/terraform-deploy-azure-function-app-with-consumption-plan: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/building-a-secure-azure-reference-architecture-with-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@noelgass/azure-common-monitoring-with-terraform-543aee6dd1f1: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/microsoft-defender-for-cloud/simplifying-onboarding-to-microsoft-defender-for-cloud-with/ba-p/3974789 +: v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/fasttrack-for-azure/create-an-azure-openai-langchain-chromadb-and-chainlit-chat-app/ba-p/4024070 +: v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/terraform-deploy-azure-app-service-with-key-vault-secret-integration: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=iVyKvopGnrQ&t=737s: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/azure-tools-blog/introducing-azure-verified-modules/ba-p/4045946: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=6OeRByC-sBs: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.linkedin.com/pulse/deploying-microsoft-sentinel-via-arm-template-vs-debac-manikandan-ychnc: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.xmi.fr/posts/terraform-vs-bicep: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/azure-tools-blog/terraform-on-azure-february-2024-update/ba-p/4070567: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.azureviking.com/post/terraform-module-azurerm-alz-subnet: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://hlokensgard.no/knowledge-sharing: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://thomasthornton.cloud/2024/03/28/enabling-postgresql-flexible-server-logs-and-configuring-a-retention-period-using-terraform +: v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://awstip.com/deploying-azure-infrastructure-with-terraform-e34046c65d0f: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/terraform-import-existing-azure-resources-into-state-tfstate: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/what-is-azure-private-link-and-how-to-deploy-with-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thomasthornton.cloud/2022/06/02/writing-reusable-terraform-modules: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/Azure/aztfexport: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/developer/terraform/azure-export-for-terraform/export-terraform-overview: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learn.microsoft.com/en-us/azure/developer/terraform/azure-export-for-terraform/export-advanced-scenarios: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://spacelift.io/blog/azure-terraform-export: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/Azure/terraform-azurerm-caf-enterprise-scale: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://registry.terraform.io/modules/Azure/lz-vending: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.cloud63.fr/landing-zone-networking-using-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/kaysalawu/azure-network-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/deploying-hub-and-spoke-network-topology-in-microsoft-azure-using-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://registry.terraform.io/modules/Azure/avm-ptn-alz: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-tools-blog/announcing-azure-terrafy-and-azapi-terraform-provider-previews/ba-p/3270937 +: v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/itops-talk-blog/azure-terrafy-import-your-existing-azure-infrastructure-into/ba-p/3357653 +: v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://techcommunity.microsoft.com/t5/azure-tools-blog/announcing-azapi-dynamic-properties/ba-p/4121855: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/using-azapi-terraform-provider-dynamic-properties-feature-instead-of-jsonencode: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://adamtheautomator.com/terraform-azure-devops: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://faun.pub/azure-devops-deploying-azure-resources-using-terraform-1f2fe46c6aa0: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://build5nines.com/deploy-terraform-using-azure-devops-yaml-pipelines: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://ibrahims.medium.com/azure-terraform-pipeline-devops-b57005a37936: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://registry.terraform.io/modules/markti/azure-terraformer/azuredevops: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://devblogs.microsoft.com/devops/introduction-to-azure-devops-workload-identity-federation-oidc-with-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@antoine.loizeau/add-a-switch-to-simplify-terraform-debugging-2d532eb889eb: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/microsoft/terraform-provider-azuredevops/releases/tag/v1.0.0: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thomasthornton.cloud/2022/01/24/error-spawn-terraform-enoent-when-running-terraform-in-azure-devops-pipeline: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/announcing-azure-stack-hub-provider-1-0: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@mariusz_kujawski/terraform-for-a-data-engineer-553f7538fec8: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/Azure/terraform-azurerm-aks: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/how-we-used-terraform-to-create-and-manage-a-ha-aks-kubernetes-cluster-in-azure-812f64896c08: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/build-a-quick-aks-cluster-the-easy-way-with-terraform-cloud: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/stacksimplify/azure-aks-kubernetes-masterclass/tree/master/25-Azure-DevOps-Terraform-Azure-AKS: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/stacksimplify/azure-aks-kubernetes-masterclass/tree/master/ppt-presentation: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://thomasthornton.cloud/2022/11/09/building-and-deploying-to-an-aks-cluster-using-terraform-and-azure-devops-with-kubernetes-and-helm-providers +: v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@piyush.sachdeva055/deploy-aks-cluster-in-azure-with-terraform-2028f6c71ada: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://thomasthornton.cloud/2023/12/03/deploying-azure-aks-gitops-flux-extension-with-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/amitmavgupta/azure-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/Azure-Samples/aks-platform-engineering: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://techcommunity.microsoft.com/t5/azure-for-isv-and-startups/how-to-deploy-a-production-ready-aks-cluster-with-terraform/ba-p/4122013 +: v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.linode.com/content/terraforming-kubernetes-series-introduction-episode-1-6-with-justin-mitchel: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@eoneoff/installing-istio-multicluster-deployment-with-terraform-59db2f9b2177: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/chefgs/deploy-kubernetes-resources-in-minikube-cluster-using-terraform-1p8o: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/riskified-technology/from-aws-cloudformation-to-terraform-migrating-apache-kafka-32bdabdbaa59: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://qainsights.com/deploy-jmeter-on-aws-using-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/infrahouse/terraform-aws-openvpn: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/playlist?list=PLlvAxgO7JdIXAzHx887zl-4no4X-CtiFu: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/gke-cluster-setup-with-cdk-for-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/cdk-for-terraform-now-generally-available: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/aws-builders/unleashing-the-power-of-cdk-and-terraform-in-cloud-deployments-5680: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://graphviz.org: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://edotor.net: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dreampuf.github.io/GraphvizOnline: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://graphviz.online: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://offensive-terraform.github.io/offensive-terraform.github.io: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.digitalocean.com/community/tutorials/how-to-build-a-custom-terraform-module: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/terraform-modules-db392bb7e950: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://dev.to/gofirefly/terraform-modules-for-advanced-users-4n56: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.devops.dev/how-to-manage-multiple-environments-with-terraform-with-the-use-of-modules-d4ca512d7b4a: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://betterprogramming.pub/reusable-ec2-instances-using-terraform-modules-59aac51f1fb: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/terraform-aws-modules: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://segment.com/blog/the-segment-aws-stack: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/segmentio/stack: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/Juniper/Junos-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/mitchellh/terraform-provider-multispace: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/kyma-incubator/terraform-provider-kind: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/circa10a/terraform-provider-mailform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.env0.com/blog/how-to-use-terraform-providers: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/terraform-1-8-adds-provider-functions-for-aws-google-cloud-and-kubernetes: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/tlkamp/terraform-provider-validation: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/resources/terraform-aws-cloud-control-provider-under-the-hood: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2022/01/elastic-terraform: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learn.hashicorp.com/tutorials/vault/codify-mgmt-enterprise: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/terraform-azurerm-3-0-brings-enhanced-azure-function-support: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://registry.terraform.io/providers/hashicorp/Azurerm/latest/docs/data-sources/ip_groups: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://registry.terraform.io/modules/hlokensgard/rbac-administrator/azure/latest: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://prcode.co.uk/2022/02/08/terraform-code-quality: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/terraform-linters/tflint/releases/tag/v0.51.0: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://learn.hashicorp.com/collections/terraform/policy: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/GoogleCloudPlatform/terraformer: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@nanditasahu031/terraformer-generate-terraform-files-from-existing-infrastructure-5d709fedd2b9: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.brainboard.co: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://runterrascan.io: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://tfsec.dev: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.youtube.com/watch?v=hbMVGEw0HpE&ab_channel=CloudBeesTV: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/im2nguyen/rover: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/resources/terraform-plan-interactive-configuration-and-state-visualization-with-rover: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://cloudify.co/terraform-integration: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.cloudquery.io/blog/announcing-cloudquery-terraform-drift-detection: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/run-x/opta: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.cncf.io/blog/2022/02/18/introducing-opta-terraform-on-rails: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/mineiros-io/terramate: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.mineiros.io/introducing-terramate-an-orchestrator-and-code-generator-for-terraform-5e538c9ee055: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.mineiros.io/how-to-keep-your-terraform-code-dry-by-using-terramate-be5807fef8f6: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/cycloidio/inframap: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/bridgecrewio/AirIAM: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/badarsebard/terraforge: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infracloud.io/blogs/auto-generate-terraform-configuration-files: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://spacelift.io/blog/terraform-tools: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/idoavrah/terraform-tui: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/jamesw4/confirm-tfvars: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://umeshtyagi829.medium.com/secure-terrafrom-iac-code-using-checkov-4a3e1f097f92: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/inkdrop-org/inkdrop-visualizer: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/seal-io/tap: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/RoseSecurity/Terramaid: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/cloudposse/atmos: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/leg100/pug: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.hashicorp.com/blog/writing-terraform-for-unsupported-resources: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://gruntwork.io: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://terragrunt.gruntwork.io: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://blog.gruntwork.io/introducing-the-gruntwork-module-service-and-architecture-catalogs-eb3a21b99f70: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/geekculture/terragrunt-cheat-sheet-bedafbf9d61f: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/pie-r/terragrunt-vs-terraspace: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/gruntwork-io/terragrunt-infrastructure-live-example: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +? https://medium.com/predictivehire/why-we-should-use-terraform-and-terragrunt-to-manage-kubernetes-with-example-code-d96aac2ff25a +: v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/@nanditasahu031/how-to-start-with-terragrunt-5cd1a842088a: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.infoq.com/news/2023/04/patcher-iac-upgrade: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://terraspace.cloud: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://itnext.io/my-journey-to-hashicorp-certified-terraform-associate-f91f397a01e0: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://medium.com/bb-tutorials-and-thoughts/250-practice-questions-for-terraform-associate-certification-7a3ccebe6a1a: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://github.com/tomwechsler/HashiCorp_Certified_Terraform_Associate: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://buff.ly/3sl0yYu: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://mattias.engineer/blog/2024/terraform-professional-chapter-2: + v1: + - page: terraform.md + is_bold: false + is_highlighted: false + v2: + - page: hardened-infrastructure.md + is_bold: false + is_highlighted: false +https://www.codementor.io/python/tutorial/essential-python-interview-questions: + v1: [] + v2: + - page: career-and-industry.md + is_bold: false + is_highlighted: false +./intelligent-control-plane.md: + v1: [] + v2: + - page: index.md + is_bold: true + is_highlighted: false +./architectural-foundations.md: + v1: [] + v2: + - page: index.md + is_bold: true + is_highlighted: false +./platform-and-site-reliability.md: + v1: [] + v2: + - page: index.md + is_bold: true + is_highlighted: false +./hardened-infrastructure.md: + v1: [] + v2: + - page: index.md + is_bold: true + is_highlighted: false +./cloud-providers-hyperscalers.md: + v1: [] + v2: + - page: index.md + is_bold: true + is_highlighted: false +./networking-and-service-mesh.md: + v1: [] + v2: + - page: index.md + is_bold: true + is_highlighted: false +./the-container-stack.md: + v1: [] + v2: + - page: index.md + is_bold: true + is_highlighted: false +./data-and-advanced-analytics.md: + v1: [] + v2: + - page: index.md + is_bold: true + is_highlighted: false +./engineering-pipeline.md: + v1: [] + v2: + - page: index.md + is_bold: true + is_highlighted: false +./developer-ecosystem.md: + v1: [] + v2: + - page: index.md + is_bold: true + is_highlighted: false +./career-and-industry.md: + v1: [] + v2: + - page: index.md + is_bold: true + is_highlighted: false diff --git a/src/agentic_curator.py b/src/agentic_curator.py index 6a161b07..689c0986 100644 --- a/src/agentic_curator.py +++ b/src/agentic_curator.py @@ -112,7 +112,7 @@ async def evaluate_extracted_assets(raw_assets: List[Dict]) -> Dict[str, Dict]: "stars": min(max(score // 20, 0), 5), "last_checked": datetime.now().timestamp() } - self._save_inventory() + self._save_inventory(); self._save_structure_map() except: pass log_event(f" [+] ACCEPTED: \"{data['title']}\" (Score: {score})") log_event(f" Primary: {primary_cat} | Related: {', '.join(related_cats)}") @@ -133,6 +133,7 @@ async def evaluate_extracted_assets(raw_assets: List[Dict]) -> Dict[str, Dict]: INVENTORY_PATH = "data/inventory.yaml" +STRUCTURE_MAP_PATH = "data/structure_map.yaml" class AgenticCurator: def __init__(self): @@ -142,6 +143,7 @@ class AgenticCurator: self.index_path = "docs/index.md" self.stats = {"orphans_linked": 0} self.inventory = self._load_inventory() + self.structure_map = self._load_structure_map() def _load_inventory(self) -> dict: if os.path.exists(INVENTORY_PATH): @@ -157,7 +159,23 @@ class AgenticCurator: with open(INVENTORY_PATH, "w") as f: import yaml yaml.dump(self.inventory, f, sort_keys=False, allow_unicode=True) + + def _load_structure_map(self) -> dict: + if os.path.exists(STRUCTURE_MAP_PATH): + try: + with open(STRUCTURE_MAP_PATH, "r") as f: + import yaml + return yaml.safe_load(f) or {} + except: return {} + return {} + + def _save_structure_map(self): + os.makedirs(os.path.dirname(STRUCTURE_MAP_PATH), exist_ok=True) + with open(STRUCTURE_MAP_PATH, "w") as f: + import yaml + yaml.dump(self.structure_map, f, sort_keys=False, allow_unicode=True) self.inventory = self._load_inventory() + self.structure_map = self._load_structure_map() async def _rebuild_toc(self, content: str) -> str: """ diff --git a/src/intelligent_health_checker.py b/src/intelligent_health_checker.py index 5460841e..a3f317d0 100644 --- a/src/intelligent_health_checker.py +++ b/src/intelligent_health_checker.py @@ -16,6 +16,7 @@ from src.logger import log_event CORE_FILES = ["docs/index.md", "README.md"] MEMORY_FILE = "src/memory/health_learning.json" INVENTORY_PATH = "data/inventory.yaml" +STRUCTURE_MAP_PATH = "data/structure_map.yaml" class IntelligentLinkCleaner: def __init__(self): @@ -27,6 +28,7 @@ class IntelligentLinkCleaner: self.description_updates: Dict[str, str] = {} self.learning_data = self._load_memory() self.inventory = self._load_inventory() + self.structure_map = self._load_structure_map() self.action_log: List[Dict] = [] self.detailed_stats = { "total_scanned": 0, @@ -63,6 +65,21 @@ class IntelligentLinkCleaner: import yaml yaml.dump(self.inventory, f, sort_keys=False, allow_unicode=True) + def _load_structure_map(self) -> dict: + if os.path.exists(STRUCTURE_MAP_PATH): + try: + with open(STRUCTURE_MAP_PATH, "r") as f: + import yaml + return yaml.safe_load(f) or {} + except: return {} + return {} + + def _save_structure_map(self): + os.makedirs(os.path.dirname(STRUCTURE_MAP_PATH), exist_ok=True) + with open(STRUCTURE_MAP_PATH, "w") as f: + import yaml + yaml.dump(self.structure_map, f, sort_keys=False, allow_unicode=True) + async def _fetch_github_metadata(self, url: str) -> Dict: match = re.search(r'github\.com/([^/]+)/([^/]+)', url) if not match: return {} @@ -300,7 +317,7 @@ class IntelligentLinkCleaner: if not is_alive: self.dead_links[url] = (fallback if fallback else "DEAD", reason) log_event(f" [!] DEAD: {url} -> {reason} {'(Fallback: ' + fallback + ')' if fallback else ''}") - self._save_memory(); self._save_inventory() + self._save_memory(); self._save_inventory(); self._save_structure_map() async def apply_changes(self): log_event("APPLYING INTELLIGENT CLEANING & PR GENERATION...", section_break=True) diff --git a/src/v2_optimizer.py b/src/v2_optimizer.py index 2019e974..84652c51 100644 --- a/src/v2_optimizer.py +++ b/src/v2_optimizer.py @@ -13,6 +13,7 @@ from src.logger import log_event V1_DIR = "docs" V2_DIR = "v2-docs" INVENTORY_PATH = "data/inventory.yaml" +STRUCTURE_MAP_PATH = "data/structure_map.yaml" class V2VisionEngine: def __init__(self): @@ -51,6 +52,7 @@ class V2VisionEngine: "- Style: Technical, neutral, and informative. Language: English only.\n" ) self.inventory = self._load_inventory() + self.structure_map = self._load_structure_map() def _load_inventory(self) -> Dict: if os.path.exists(INVENTORY_PATH): @@ -65,6 +67,21 @@ class V2VisionEngine: with open(INVENTORY_PATH, "w") as f: yaml.dump(self.inventory, f, sort_keys=False, allow_unicode=True) + def _load_structure_map(self) -> dict: + if os.path.exists(STRUCTURE_MAP_PATH): + try: + with open(STRUCTURE_MAP_PATH, "r") as f: + import yaml + return yaml.safe_load(f) or {} + except: return {} + return {} + + def _save_structure_map(self): + os.makedirs(os.path.dirname(STRUCTURE_MAP_PATH), exist_ok=True) + with open(STRUCTURE_MAP_PATH, "w") as f: + import yaml + yaml.dump(self.structure_map, f, sort_keys=False, allow_unicode=True) + async def analyze_and_cluster(self): log_event("STARTING V2 HIGH-DENSITY CHRONOLOGICAL LIBRARY GENERATION", section_break=True) all_v1_links, mosaic_html, videos_html = await self._gather_all_v1_content() @@ -87,7 +104,7 @@ class V2VisionEngine: await self._write_premium_files(v2_data, mosaic_html, videos_html) await self._sync_enterprise_navigation(v2_data) - self._save_inventory() + self._save_inventory(); self._save_structure_map() log_event("V2 LIBRARY GENERATION COMPLETED.", section_break=True) async def _gather_all_v1_content(self) -> (List[Dict], str, str):