1. What challenges you have faced in your experience A)Faced issue while setting up HA(High availability kubernetes cluster) by using kubespray to setup master and worker nodes B)Uploading microservices dashboards in to grafana . c)After build deploying war file in to s3 bucket 2. What type of build failure you have seen and how u fixed ? when doing maven project build was failled due to maven version not supported after fixing the maven version Build was success and job was stable 3. Same question for deployment how u fixed deployment issues In kubernetes when i am going to deploy elasticsearch in kubernetes cluster i fixed the limit and requests count i.e GB then finally deployment was success. 4. What type of automation scripts you have written For automation purpose we written groovy script according to that we made different stages build , test an...