0

Is Knative the successor to Skaffold and can you briefly tell what the difference is between Skaffold and Knative?

Thanks Regards Christian

Chris G.
  • 23,930
  • 48
  • 177
  • 302

1 Answers1

0

Knative is a "Kubernetes-based platform to build, deploy, and manage modern serverless workloads". Details here

"Skaffold handles the workflow for building, pushing and deploying your application". Details here

i.e. you could use Skaffold to redeploy your Knative application when you save any changes instead of manually having to apply any changes to Knative/Kubernetes every time you make a change.

Matthew P
  • 717
  • 1
  • 7
  • 22