Developing applications on Kubernetes - Inner Loop vs Outer Loop
· ☕ 4 min read · ✍️ jorgemoralespou
Finally we get to the last concept which is critical to understand development of applications on Kubernetes. If you’re a developer, you might have already guessed what I’m talking about, because this is where you spend most of your day.
Inner loop is the cycle an application developer goes through before he can share his application with anyone. He will typically code, run, test, debug, code more, run again, test more, maybe debug again, and on and on.