Skip to content

Commit

Permalink
fix: update metaphor source code links + mentions (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Jul 19, 2023
1 parent a6ef0bf commit 6efa2ad
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/common/metaphor.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Metaphor

The [metaphor](https://github.com/kubefirst/metaphor-template) repository is an example application with source code, builds, and GitOps delivery used to showcase various features, integrations, and best practices of the kubefirst platform. It's useful to keep on your new platform as a place to test CI changes or anything you need to verify on the platform. The metaphor app has CI/CD that delivers each application to a development, staging, and production namespace in your Kubernetes cluster. The metaphor service applications' secrets in HashiCorp Vault are bound to the metaphor application through the use of the external secrets operator, a handy Kubernetes utility to keep Kubernetes secrets in sync with the Vault, the source of truth. It demonstrates how DNS entries are automatically created in AWS Route 53 using external DNS, and has auto-renewing, short-lived certificates generated by cert-manager and the Let's Encrypt cluster-issuer.
The [metaphor](https://github.com/kubefirst/gitops-template/tree/main/metaphor) application is an example application with source code, builds, and GitOps delivery used to showcase various features, integrations, and best practices of the kubefirst platform. It's useful to keep on your new platform as a place to test CI changes or anything you need to verify on the platform. The metaphor app has CI/CD that delivers each application to a development, staging, and production namespace in your Kubernetes cluster. The metaphor service applications' secrets in HashiCorp Vault are bound to the metaphor application through the use of the external secrets operator, a handy Kubernetes utility to keep Kubernetes secrets in sync with the Vault, the source of truth. It demonstrates how DNS entries are automatically created in AWS Route 53 using external DNS, and has auto-renewing, short-lived certificates generated by cert-manager and the Let's Encrypt cluster-issuer.

## Best Practices

Expand Down
2 changes: 1 addition & 1 deletion docs/common/partials/common/_provision-process.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
- Bind a webhook to ngrok in cluster so you can automate Terraform executions through Atlantis.
- Integrate Argo Workflows with your git provider.
- Install Argo Workflows [cluster workflow templates](https://argoproj.github.io/argo-workflows/cluster-workflow-templates/#cluster-workflow-templates) to build containers, publish charts, and provide GitOps delivery pipelines.
- Install a sample application git repository that uses this automation to demonstrate app delivery ([metaphor](https://github.com/kubefirst/metaphor-template)).
- Install a sample application that uses this automation to demonstrate app delivery ([metaphor](https://github.com/kubefirst/gitops-template/tree/main/metaphor)).
2 changes: 1 addition & 1 deletion docs/vultr/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The Vultr provisioning process will:
- Bind a webhook to ngrok in cluster so you can automate Terraform executions through Atlantis.
- Integrate Argo Workflows with your git provider.
- Install Argo Workflows [cluster workflow templates](https://argoproj.github.io/argo-workflows/cluster-workflow-templates/#cluster-workflow-templates) to build containers, publish charts, and provide GitOps delivery pipelines.
- Install a sample application git repository that uses this automation to demonstrate app delivery ([metaphor](https://github.com/kubefirst/metaphor-template)).
- Install a sample application that uses this automation to demonstrate app delivery ([metaphor](https://github.com/kubefirst/gitops-template/tree/main/metaphor)).

![kubefirst Vultr with GitLab Cluster Diagram](../img/vultr/gitlab/installation-diagram-light.png#light-mode)![kubefirst Vultr with GitLab Cluster Diagram](../img/vultr/gitlab/installation-diagram-dark.png#dark-mode)

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-2.0/explore/metaphor.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Metaphor

The [metaphor](https://github.com/kubefirst/metaphor-template) repository is an example application with source code, builds, and GitOps delivery used to showcase various features, integrations, and best practices of the kubefirst platform. It's useful to keep on your new platform as a place to test CI changes or anything you need to verify on the platform. The metaphor app has CI/CD that delivers each application to a development, staging, and production namespace in your Kubernetes cluster. The metaphor service applications' secrets in HashiCorp Vault are bound to the metaphor application through the use of the external secrets operator, a handy Kubernetes utility to keep Kubernetes secrets in sync with the Vault, the source of truth. It demonstrates how DNS entries are automatically created in AWS Route 53 using external DNS, and has auto-renewing, short-lived certificates generated by cert-manager and the Let's Encrypt cluster-issuer.
The [metaphor](https://github.com/kubefirst/gitops-template/tree/main/metaphor) application is an example application with source code, builds, and GitOps delivery used to showcase various features, integrations, and best practices of the kubefirst platform. It's useful to keep on your new platform as a place to test CI changes or anything you need to verify on the platform. The metaphor app has CI/CD that delivers each application to a development, staging, and production namespace in your Kubernetes cluster. The metaphor service applications' secrets in HashiCorp Vault are bound to the metaphor application through the use of the external secrets operator, a handy Kubernetes utility to keep Kubernetes secrets in sync with the Vault, the source of truth. It demonstrates how DNS entries are automatically created in AWS Route 53 using external DNS, and has auto-renewing, short-lived certificates generated by cert-manager and the Let's Encrypt cluster-issuer.

## Best Practices

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-2.1/aws/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The AWS provisioning process will:
- Bind a webhook to Atlantis to automate Terraform executions.
- Integrate Argo Workflows with your git provider.
- Install Argo Workflows automation to build containers, publish charts, and provide GitOps delivery pipelines.
- Install a sample app git repository that uses this automation to demonstrate GitOps app delivery and promotion ([metaphor](https://github.com/kubefirst/metaphor-template) repository).
- Install a sample app git repository that uses this automation to demonstrate GitOps app delivery and promotion ([metaphor](https://github.com/kubefirst/gitops-template/tree/main/metaphor) source code).

![kubefirst AWS with GitHub Cluster Diagram](../img/aws/github/installation-diagram-light.png#light-mode)![kubefirst AWS with GitHub Cluster Diagram](../img/aws/github/installation-diagram-dark.png#dark-mode)

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-2.1/civo/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The Civo provisioning process will:
- Bind a webhook to ngrok in cluster so you can automate Terraform executions through Atlantis.
- Integrate Argo Workflows with your git provider.
- Install Argo Workflows [cluster workflow templates](https://argoproj.github.io/argo-workflows/cluster-workflow-templates/#cluster-workflow-templates) to build containers, publish charts, and provide GitOps delivery pipelines.
- Install a sample app git repository that uses this automation to demonstrate app delivery ([metaphor](https://github.com/kubefirst/metaphor-template) repository).
- Install a sample application that uses this automation to demonstrate app delivery ([metaphor](https://github.com/kubefirst/gitops-template/tree/main/metaphor) source code).

![kubefirst Civo with GitLab Cluster Diagram](../img/civo/gitlab/installation-diagram-light.png#light-mode)![kubefirst Civo with GitLab Cluster Diagram](../img/civo/gitlab/installation-diagram-dark.png#dark-mode)

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-2.1/common/metaphor.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Metaphor

The [metaphor](https://github.com/kubefirst/metaphor-template) repository is an example application with source code, builds, and GitOps delivery used to showcase various features, integrations, and best practices of the kubefirst platform. It's useful to keep on your new platform as a place to test CI changes or anything you need to verify on the platform. The metaphor app has CI/CD that delivers each application to a development, staging, and production namespace in your Kubernetes cluster. The metaphor service applications' secrets in HashiCorp Vault are bound to the metaphor application through the use of the external secrets operator, a handy Kubernetes utility to keep Kubernetes secrets in sync with the Vault, the source of truth. It demonstrates how DNS entries are automatically created in AWS Route 53 using external DNS, and has auto-renewing, short-lived certificates generated by cert-manager and the Let's Encrypt cluster-issuer.
The [metaphor](https://github.com/kubefirst/gitops-template/tree/main/metaphor) application is an example application with source code, builds, and GitOps delivery used to showcase various features, integrations, and best practices of the kubefirst platform. It's useful to keep on your new platform as a place to test CI changes or anything you need to verify on the platform. The metaphor app has CI/CD that delivers each application to a development, staging, and production namespace in your Kubernetes cluster. The metaphor service applications' secrets in HashiCorp Vault are bound to the metaphor application through the use of the external secrets operator, a handy Kubernetes utility to keep Kubernetes secrets in sync with the Vault, the source of truth. It demonstrates how DNS entries are automatically created in AWS Route 53 using external DNS, and has auto-renewing, short-lived certificates generated by cert-manager and the Let's Encrypt cluster-issuer.

## Best Practices

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-2.1/k3d/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The k3d provisioning process will:
- Bind a webhook to Atlantis to automate Terraform executions.
- Integrate Argo Workflows with your git provider.
- Install Argo Workflows automation to build containers, publish charts, and provide GitOps delivery pipelines.
- Install a sample app git repository that uses this automation to demonstrate GitOps app delivery and promotion ([metaphor](https://github.com/kubefirst/metaphor-template) repository).
- Install a sample app git repository that uses this automation to demonstrate GitOps app delivery and promotion ([metaphor](https://github.com/kubefirst/gitops-template/tree/main/metaphor) source code).

![kubefirst k3d with GitHub Cluster Diagram](../img/local/github/installation-diagram-light.png#light-mode)![kubefirst k3d with GitHub Cluster Diagram](../img/local/github/installation-diagram-dark.png#dark-mode)

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-2.2/aws/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The aws provisioning process will:
- Bind a webhook to Atlantis to automate Terraform executions.
- Integrate Argo Workflows with your git provider.
- Install Argo Workflows automation to build containers, publish charts, and provide GitOps delivery pipelines.
- Install a sample app git repository that uses this automation to demonstrate GitOps app delivery and promotion ([metaphor](https://github.com/kubefirst/metaphor-template) repository).
- Install a sample app git repository that uses this automation to demonstrate GitOps app delivery and promotion ([metaphor](https://github.com/kubefirst/gitops-template/tree/main/metaphor) source code).

![kubefirst AWS with GitHub Cluster Diagram](../img/aws/github/installation-diagram-light.png#light-mode)![kubefirst AWS with GitHub Cluster Diagram](../img/aws/github/installation-diagram-dark.png#dark-mode)

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-2.2/civo/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The Civo provisioning process will:
- Bind a webhook to ngrok in cluster so you can automate Terraform executions through Atlantis.
- Integrate Argo Workflows with your git provider.
- Install Argo Workflows [cluster workflow templates](https://argoproj.github.io/argo-workflows/cluster-workflow-templates/#cluster-workflow-templates) to build containers, publish charts, and provide GitOps delivery pipelines.
- Install a sample app git repository that uses this automation to demonstrate app delivery ([metaphor](https://github.com/kubefirst/metaphor-template) repository).
- Install a sample application that uses this automation to demonstrate app delivery ([metaphor](https://github.com/kubefirst/gitops-template/tree/main/metaphor) source code).

![kubefirst Civo with GitLab Cluster Diagram](../img/civo/gitlab/installation-diagram-light.png#light-mode)![kubefirst Civo with GitLab Cluster Diagram](../img/civo/gitlab/installation-diagram-dark.png#dark-mode)

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-2.2/common/metaphor.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Metaphor

The [metaphor](https://github.com/kubefirst/metaphor-template) repository is an example application with source code, builds, and GitOps delivery used to showcase various features, integrations, and best practices of the kubefirst platform. It's useful to keep on your new platform as a place to test CI changes or anything you need to verify on the platform. The metaphor app has CI/CD that delivers each application to a development, staging, and production namespace in your Kubernetes cluster. The metaphor service applications' secrets in HashiCorp Vault are bound to the metaphor application through the use of the external secrets operator, a handy Kubernetes utility to keep Kubernetes secrets in sync with the Vault, the source of truth. It demonstrates how DNS entries are automatically created in AWS Route 53 using external DNS, and has auto-renewing, short-lived certificates generated by cert-manager and the Let's Encrypt cluster-issuer.
The [metaphor](https://github.com/kubefirst/gitops-template/tree/main/metaphor) application is an example application with source code, builds, and GitOps delivery used to showcase various features, integrations, and best practices of the kubefirst platform. It's useful to keep on your new platform as a place to test CI changes or anything you need to verify on the platform. The metaphor app has CI/CD that delivers each application to a development, staging, and production namespace in your Kubernetes cluster. The metaphor service applications' secrets in HashiCorp Vault are bound to the metaphor application through the use of the external secrets operator, a handy Kubernetes utility to keep Kubernetes secrets in sync with the Vault, the source of truth. It demonstrates how DNS entries are automatically created in AWS Route 53 using external DNS, and has auto-renewing, short-lived certificates generated by cert-manager and the Let's Encrypt cluster-issuer.

## Best Practices

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-2.2/k3d/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The k3d provisioning process will:
- Bind a webhook to Atlantis to automate Terraform executions.
- Integrate Argo Workflows with your git provider.
- Install Argo Workflows automation to build containers, publish charts, and provide GitOps delivery pipelines.
- Install a sample app git repository that uses this automation to demonstrate GitOps app delivery and promotion ([metaphor](https://github.com/kubefirst/metaphor-template) repository).
- Install a sample app git repository that uses this automation to demonstrate GitOps app delivery and promotion ([metaphor](https://github.com/kubefirst/gitops-template/tree/main/metaphor) source code).

![kubefirst k3d with GitHub Cluster Diagram](../img/local/github/installation-diagram-light.png#light-mode)![kubefirst k3d with GitHub Cluster Diagram](../img/local/github/installation-diagram-dark.png#dark-mode)

Expand Down

0 comments on commit 6efa2ad

Please sign in to comment.