1

I am using Kubernetes cron job to some scheduling , i can see kubernetes cron job still in beta version I am using the Kubernetes version: v1.16.0 Please suggest me on this is fine to go with v1beta1 version for production ?

Pandit Biradar
  • 1,777
  • 3
  • 20
  • 35

2 Answers2

3

This is the issue that tracks this effort: https://github.com/kubernetes/kubernetes/issues/82659 No timeline at this point.

It's fine to go with v1beta1 version for production. As you can read here: https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-versioning, beta level "code is well tested. Enabling the feature is considered safe. Enabled by default"

gnvk
  • 1,494
  • 12
  • 14
1

By now it has reached general availability as stated in a blogpost about Kubernetes 1.21.

Malaber
  • 57
  • 1
  • 8