container-blueprints
container-blueprints copied to clipboard
DigitalOcean Kubernetes(DOKS) Solution Blueprints
Hey All! I am trying to work through the DOKS-CI-CD tutorial, and have hit a few hard blockers. - Tekton is no longer available for install on digital ocean marketplace...
Hi Thank yo sou much for this article, it is really what I need. but I have some issue with it. I applied the all steps in the article you...
The [README](https://github.com/digitalocean/container-blueprints/blob/main/DOKS-Egress-Gateway/README.md#step-4---installing-static-routes-operator) specifies: > You need to make sure to NOT ADD static routes containing CIDRs which overlap with DigitalOcean REST API endpoints (including DOKS) ! Doing so, will affect...
**Overview** Because Kubernetes is such popular nowadays, security plays a vital role. The **DOKS Supply Chain Security** blueprint main idea is to provide a starting point for developers to set...
Additional topics to complement the main [DOKS-CI-CD](https://github.com/digitalocean/container-blueprints/tree/main/DOKS-CI-CD) blueprint: 1. Simplifying creation and management of Tekton pipelines definitions via other tools, such as Jsonnet (working with too much YAML content can...
## Overview Seems that this combination is behaving like a poison pill: ```text data "digitalocean_kubernetes_cluster" "primary" { name = var.doks_cluster_name depends_on = [ digitalocean_kubernetes_cluster.primary ] } ``` When used with...
Create source cluster 1 with Postgres DB size 500GB data. Use Velero for backup. Create destination cluster 2. Import the data from postgres DB backup of cluster 1.