Skip to content

Commit

Permalink
[blog] Fix links (#4904)
Browse files Browse the repository at this point in the history
* Fix links

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* Fix links: control-plane-on-ecs.md

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* Fix links: remove domain

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

---------

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
  • Loading branch information
t-kikuc authored May 1, 2024
1 parent b17c25b commit 972d114
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions docs/content/en/blog/control-plane-local-docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: "This blog shows you how to install a PipeCD Control Plane on local
author: Tetsuya Kikuchi ([@t-kikuc](https://github.com/t-kikuc))
---

Currently, you can deploy and operate a PipeCD Control Plane on a Kubernetes cluster or [on Amazon ECS](./control-plane-on-ecs.md).
Currently, you can deploy and operate a PipeCD Control Plane on a Kubernetes cluster or [on Amazon ECS](/blog/2023/02/07/pipecd-best-practice-02-control-plane-on-ecs/).
However, some developers would like to build a Control Plane more easily for introduction or development.
This blog shows you how to install a PipeCD Control Plane on local machine easily.

Expand All @@ -19,8 +19,7 @@ This blog is for those who would like to:
The general architecture of PipeCD Control Plane is as below.
![](/images/control-plane-components.png)

> Note: See [Architecture Overview](docs/user-guide/managing-controlplane/architecture-overview/) doc for details.
> Note: See [Architecture Overview](/docs/user-guide/managing-controlplane/architecture-overview/) doc for details.
In this blog, you will build a Control Plane by these containers:

- Server: pipecd server
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/blog/control-plane-on-ecs.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This blog is a part of PipeCD best practice series, a guideline for you to opera
Currently, you can deploy and operate the PipeCD control plane on a Kubernetes cluster easily, but some developers that would like to introduce PipeCD can not prepare Kubernetes environments. If you have the same problem, this blog is for you. We will show you how to deploy the PipeCD control plane on Amazon ECS.

### Architecture
> Note: Please refer to [architecture-overview](docs/user-guide/managing-controlplane/architecture-overview/) docs for definitions of PipeCD components such as server, ops, cache, datastore and filestore.
> Note: Please refer to [architecture-overview](/docs/user-guide/managing-controlplane/architecture-overview/) docs for definitions of PipeCD components such as server, ops, cache, datastore and filestore.
![](/images/control-plane-on-ecs.png)

Expand Down

0 comments on commit 972d114

Please sign in to comment.