Skip to content

Commit cf1de54

Browse files
committed
image paths updated to master branch
1 parent 022466f commit cf1de54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/readme-sync/deploy-as-a-microservice/010 - optimizely-agent.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Optimizely Agent is a stand-alone, open-source, and highly available microservic
1313
A typical production installation of Optimizely Agent is to run two or more services behind a load balancer or proxy. The service itself can be run via a Docker container or installed from source. See [Setup Optimizely Agent](doc:setup-optimizely-agent) for instructions on how to run Optimizely Agent.
1414

1515
### Example Implementation
16-
![example implementation](https://raw.githubusercontent.com/optimizely/agent/docs-readme-sync/docs/images/agent-example-implementation.png)
16+
![example implementation](https://raw.githubusercontent.com/optimizely/agent/master/docs/images/agent-example-implementation.png)
1717
# Should I Use Optimizely Agent?
1818

1919
Here are some of the top reasons to consider using Optimizely Agent:
@@ -23,18 +23,18 @@ If you already separate some of your logic into services that might need to acce
2323

2424
The images below compare implementation styles in a service-oriented architecture, first *without* using Optimizely Agent, which shows six SDK embedded instances:
2525

26-
!["A diagram showing the use of SDKs installed on each service in a service oriented architecture \n(Click to Enlarge)"](https://raw.githubusercontent.com/optimizely/agent/docs-readme-sync/docs/images/agent-service-oriented-architecture.png)
26+
!["A diagram showing the use of SDKs installed on each service in a service oriented architecture \n(Click to Enlarge)"](https://raw.githubusercontent.com/optimizely/agent/master/docs/images/agent-service-oriented-architecture.png)
2727

2828
Now *with* Agent, instead of installing the SDK six times, you create just one Optimizely instance: an HTTP API that every service can access as needed.
2929

30-
!["A diagram showing the use of Optimizely Agent in a single service \n(Click to Enlarge)"](https://raw.githubusercontent.com/optimizely/agent/docs-readme-sync/docs/images/agent-single-service.png)
30+
!["A diagram showing the use of Optimizely Agent in a single service \n(Click to Enlarge)"](https://raw.githubusercontent.com/optimizely/agent/master/docs/images/agent-single-service.png)
3131

3232
## 2. Standardize Access Across Teams
3333
If you want to deploy Optimizely Full Stack once, then roll out the single implementation across a large number of teams, we recommend using Optimizely Agent.
3434

3535
By standardizing your teams' access to the Optimizely service, you can better enforce processes and implement governance around feature management and experimentation as a practice.
3636

37-
!["A diagram showing the central and standardized access to the Optimizely Agent service across an arbitrary number of teams.\n(Click to Enlarge)"](https://raw.githubusercontent.com/optimizely/agent/docs-readme-sync/docs/images/agent-standardized-access.png)
37+
!["A diagram showing the central and standardized access to the Optimizely Agent service across an arbitrary number of teams.\n(Click to Enlarge)"](https://raw.githubusercontent.com/optimizely/agent/master/docs/images/agent-standardized-access.png)
3838

3939
## 3. Networking Centralization
4040
You don’t want many SDK instances connecting to Optimizely's cloud service from every node in your application. Optimizely Agent centralizes your network connection. Only one cluster of agent instances connects to Optimizely for tasks like update [datafiles](doc:get-the-datafile) and dispatch [events](doc:track-events).

0 commit comments

Comments
 (0)