Skip to content

Commit 75dbb6d

Browse files
Update 2020-6-20-exploring-kubernetes-controllers.md
1 parent 47fab33 commit 75dbb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2020-6-20-exploring-kubernetes-controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ As we know, Kubernetes (k8s) is a container orchestration project, and with it c
99

1010
A control loop is setting an alert (watcher), triggering the action to top up when your balance reaches a certain limit, the controller in this scenario charges the bank account you specify should be linked with the service and you never run out of credit.
1111

12-
![Figure 1. Control Loops](https://raw.githubusercontent.com/VariableExp0rt/VariableExp0rt.github.io/tree/master/images/control-loops.jpg)
12+
![Figure 1. Control Loops](https://raw.githubusercontent.com/VariableExp0rt/VariableExp0rt.github.io/master/images/control-loops.jpg)
1313

1414
##### Where does an Operator fit into all of this?
1515

0 commit comments

Comments
 (0)