Closed reegnz closed 4 years ago
As the official k8s docs state:
Note: A Deployment that configures a ReplicaSet is now the recommended way to set up replication.
https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/
Fixes #76
Thanks for the PR @reegnz! I took your commit and fixed up the merge conflicts in #84.
Cool, thanks!
As the official k8s docs state:
https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/
Fixes #76