docker-phpLDAPadmin
docker-phpLDAPadmin copied to clipboard
update ReplicationController to Deployment
ReplicationController is a old fashined way to configure replication, as you can see on official Kubernetes documentation:
https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/
"A Deployment that configures a ReplicaSet is now the recommended way to set up replication."
So, I updated the examples to support Deployment.