GitLab CI-CD Pipeline with Kubernetes with Jenkins | by Ali Ahmed | Jan, 2021 | Medium medium.com
Hello everyone, i hope you read my previous article on how to implement CICD with Gitlab Engine, today we will see how to implement it using Jenkins. to create your jenkins, from terminal , run the following : kubectl apply -f jenkins-k8s/ -n yomma1 that will create the deployment service. you can access your service on the http://:30403/login?from=%2F , you will be asked for the password that can be located at /var/jenkins_home/secrets/initialAdminPassword so go to pod with the following commands. kubectl exec -it -n yomma1 — bash cat /var/jenkins_home/secrets/initialAdminPassword
Report Story