My company has one project which required 3-4 days of deployment time. I thought about it and try to make one deployment modal for this project using Kubernetes.
I read all about it but getting into project-level create some problem. What is done till now...
Now I created one Deployment.yml file to pull that image but it is Showing CrashLoopBackOff error and IT IS NOT able to pull the image through Deployment.yml file
Note: I pulled the image separately using docker and it is working.
Thanks in advance :)
I'd go with one cluster for production and one cluster for development/testing. Within the cluster you can use namespaces to isolate group of applications. For example every developer has its own namespace for testing.
It is a very wide area but I could give you certain high level points with respect to kubernetes.
I hope this would help.