diff --git a/README.md b/README.md index 7d7f5abf6..39557b5f1 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,16 @@ [![GoReportCard example](https://goreportcard.com/badge/github.com/appvia/terranetes-controller)](https://goreportcard.com/report/github.com/appvia/terranetes-controller) [![CodeQL](https://github.com/appvia/terranetes-controller/actions/workflows/codeql.yml/badge.svg)](https://github.com/appvia/terranetes-controller/actions/workflows/codeql.yml) + # **TERRANETES CONTROLLER** The Terranetes Controller manages the life cycles of a terraform resource, allowing developers to self-serve dependencies in a controlled manner. There's a number of open source controllers you could use that will run Terraform in Kubernetes. All of them deliver the developer outcome, however, none address the "consequences" of delivering that outcome in the first place; the risks, costs, security implications, the general lack of checks and balances. What sets the Terranetes controller apart is its opinion we first enable the platform team to deliver the outcome in a safe environment before it can be self-served by developers. Providing platform engineers with all the knobs, dials and levers to control and mitigate those risks is the key differentiator for Terranetes controller. -Documentation can be found at https://terranetes.appvia.io +Documentation can be found at https://terranetes.io -![Architecture](docs/images/architecture.jpg) +![Architecture](docs/images/terranetes-controller-arch.png) **FEATURES** --- @@ -40,4 +41,4 @@ Documentation can be found at https://terranetes.appvia.io **GETTING STARTED** --- -View the getting started guide at https://terranetes.appvia.io +View the getting started guide at https://terranetes.io diff --git a/docs/images/architecture.jpg b/docs/images/architecture.jpg deleted file mode 100644 index 43a5b0ee0..000000000 Binary files a/docs/images/architecture.jpg and /dev/null differ diff --git a/docs/images/terranetes-controller-arch.png b/docs/images/terranetes-controller-arch.png new file mode 100644 index 000000000..48ca2ab50 Binary files /dev/null and b/docs/images/terranetes-controller-arch.png differ