Kubernetes World

  • Login
Trending now

Container, Docker and Kubernetes. This article is not a deep dive of… | by Sandeep ...

Spark and Kubernetes, A Match Made in Heaven | by Cluephant Technologies | Feb, 2021 ...

The case of Kubeswitch. Managing a handful of Kubeconfig files… | by Daniel Foehr | ...

ATO (2020) Tech Talk: Writing a Kubernetes/Openshift Operators Using Operator-SDK – Operators – Medium

Week08 – News, Updates & Reminders – AWS | HashiCorp | Istio | Kubernetes | ...

Kubernetes – ServiceTopology. Merhaba, | by Emir Özbir | Feb, 2021 | Medium

How to connect to multiple Google Kubernetes clusters easily in parallel | by Alex Moss ...

Multi tenancy in Kubernetes cluster | by Yogesh Kumar | Feb, 2021 | Medium

On-call? We feel your pain. It’s 3 AM. You’re the developer on call… | by ...

Alert Fatigue — A practical guide to managing alerts | by Komodor | Feb, 2021 ...

Home » Technology » GitLab CI-CD Pipeline with Kubernetes with Jenkins | by Ali Ahmed | Jan, 2021 | Medium

GitLab CI-CD Pipeline with Kubernetes with Jenkins | by Ali Ahmed | Jan, 2021 | Medium medium.com

1
admin 1 month ago in Technology

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

  • Facebook
  • Twitter
  • Pinterest
  • Google+
Report Story

Related Stories

  1. Container, Docker and Kubernetes. This article is not a deep...
  2. Spark and Kubernetes, A Match Made in Heaven | by...
  3. The case of Kubeswitch. Managing a handful of Kubeconfig files…...
  4. ATO (2020) Tech Talk: Writing a Kubernetes/Openshift Operators Using Operator-SDK...
  5. Week08 – News, Updates & Reminders – AWS | HashiCorp...
  6. Kubernetes – ServiceTopology. Merhaba, | by Emir Özbir | Feb,...
  7. How to connect to multiple Google Kubernetes clusters easily in...
  8. Multi tenancy in Kubernetes cluster | by Yogesh Kumar |...
Tags : ci-cd-pipelinegitlabjenkinskubernetes

Get weekly Kubernetes news directly to your inbox

Loading
Copyright © 2021 Kubernetes World.
Login Register

Login

Lost Password
Oops! Sorry, registration is disabled.

GitLab CI-CD Pipeline with Kubernetes with Jenkins | by Ali Ahmed | Jan, 2021 | Medium

admin 1 month ago in

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

  • Facebook
  • Twitter
  • Pinterest
  • Google+
Report Story

Related Stories

  1. Container, Docker and Kubernetes. This article is not a deep...
  2. Spark and Kubernetes, A Match Made in Heaven | by...
  3. The case of Kubeswitch. Managing a handful of Kubeconfig files…...
  4. ATO (2020) Tech Talk: Writing a Kubernetes/Openshift Operators Using Operator-SDK...
  5. Week08 – News, Updates & Reminders – AWS | HashiCorp...
  6. Kubernetes – ServiceTopology. Merhaba, | by Emir Özbir | Feb,...
  7. How to connect to multiple Google Kubernetes clusters easily in...
  8. Multi tenancy in Kubernetes cluster | by Yogesh Kumar |...