A Rolling Update is a Kubernetes deployment strategy that gradually replaces old application instances with new ones, ensuring continuous availability during updates. It updates pods incrementally rather than all at once. Also known as a rolling deployment, it is the default and most commonly used Kubernetes update strategy.