Home > Software design >  what is Minimum Viable Pod (MVP)
what is Minimum Viable Pod (MVP)

Time:01-13

What is Minimum Viable Pod (MVP) in kubernetes?

i've tried to google it but nothing useful was there...

i've heard about the MVP consept when i saw this yaml file and couldn't get what is MVP and why this pod is a MVP!

CodePudding user response:

The simplest possible manifest that you need to write in order to run a pod.

  •  Tags:  
  • Related