diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 1ee27c5..e22b98c 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -1,5 +1,5 @@ # -name: Create and publish a Docker image +name: main-build on: push: diff --git a/README.md b/README.md index 818d4bc..f77cf69 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,25 @@ -# Dynamic Environment Controller +
+Dynamic Environment
-A k8s operator which supports testing on a multi-test workflows environment in a -transparent way. This operator will listen to DynamicEnv, a new Riskified custom resource. -In this resource we will configure the services from which we want to create a subset with new version of our app -and apply all the requirements for routing the requests to the matching subsets. -Ready to get started? Check out the [docs](https://riskified.github.io/dynamic-environment-docs/). + -## Setting Development Environment +DynamicEnv is an innovative Kubernetes operator designed to empower developers by simplifying the process of launching on-demand environments. At its core, DynamicEnv offers a streamlined approach to deploying and testing different versions of specific services within a shared Kubernetes cluster. + +It effectively deals with the issues mentioned by creating special versions just for the services being tested. At the same time, it makes smart use of the 'production' versions for the rest of the environment, ensuring efficient resource use. The traffic is cleverly directed, sending 'real' users to the 'production' version of services and directing the traffic of a test user to the specific test version. + + + +
+
+ Explore the docs ยป
+
+