Questions tagged [jenkins-x]

Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests using Cloud Native pipelines from Tekton.

5 questions
3
votes
1 answer

Which CI/CD tool(s) should a DevOps newbie learn?

I'm new to DevOps and I'm learning that: The adoption of containerization and GitOps have been clear trends Some CI/CD tools (e.g. Jenkins X) are more geared toward this trend than others (e.g. Jenkins) While some CI/CD tools are limited to CI…
Omar Shazly
  • 85
  • 1
  • 6
1
vote
1 answer

Secure Jenkins X on kubernetes

I have installed Jenkins X on kubernetes. I want to change the default installation and secure the Jenkins url, so that it will be not accessible to the public. Can I change it to some port, or some way to have a firewall for only few IPs allow to…
pioupiou
  • 171
  • 1
  • 6
1
vote
2 answers

Is jenkins-x the successor of jenkins?

I strongly doubt that jenkins-x is the successor of Jenkins. To me it looks like a tool that is able to create a ci/cd pipeline for new apps.
030
  • 13,383
  • 17
  • 76
  • 178
0
votes
1 answer

jenkins-x returns error 1 when I try to create a cluster

I'm following this tutorial. I'm running the jenkins-x cli on a aws ec2 instance where I installed kubenetes and jx. I get to the part where I run the command jx create cluster eks --cluster-name=konsek-cloud --skip-installation=true --verbose and…
Kevin Milner
  • 141
  • 5
0
votes
1 answer

Integrate iOS Xcode Build Node with Jenkins X + Tekton

We are currently investigating in replacing our old QuickBuild CI setup with a modern cloud-native solution that is integrated into our k8s cluster. Jenkins X with Tekton (without classic Jenkins) sounds very promising. We do not only have k8s…
fabb
  • 101