So far, we have repeated a few times that our current Pod design is flawed. We have two containers (an API and a database) packaged together. This prevents us from scaling one without the other. Now that we learned how to use Services, we can redesign our Pod solution.
Destroying everything
Before we move on, we’ll delete the Service and the ReplicaSet we created.