
Closed
Posted
Paid on delivery
I need a clean, repeatable GitHub Actions workflow that takes any StatefulSet YAML I push to a specific branch and promotes it straight into my OpenShift cluster. The steps are already mapped out in my head—checkout, install oc, login with a token, run oc apply—yet I want this formalised in a single .yml file committed to .github/workflows. Before the deployment phase the pipeline must execute a lightweight unit-test stage. I do not mind which framework you pick; the only requirement is that tests run, fail the build if necessary, and surface results in the Actions summary so I can see a green or red badge at a glance. Deliverable: • A GitHub Actions workflow file that: – triggers on push to the chosen branch – installs and caches the OpenShift CLI – logs in using a secret-stored token – runs unit tests, failing fast on errors – applies the updated StatefulSet manifest – completes without manual intervention I will provide the OpenShift API endpoint, token, and a sample StatefulSet to get you started. The job is done when I can push, watch the Actions job turn green, and see new pods spinning up in my cluster without touching anything else.
Project ID: 40564332
117 proposals
Remote project
Active 1 min ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
117 freelancers are bidding on average $131 USD for this job

A single, hands-off GitHub Actions workflow that tests first and then promotes your StatefulSet into OpenShift is exactly the kind of pipeline I set up regularly. I'll write one .yml in .github/workflows triggered on push to your chosen branch: checkout, a unit-test job that fails fast and prints pass/fail into the Actions summary for that green/red badge, then a deploy job gated on tests passing. For deployment I'll install and cache the oc CLI, log in with your token pulled from GitHub Secrets (never hardcoded), and run oc apply on the manifest. I'll validate against your endpoint and sample StatefulSet so you can push, watch it go green, and see new pods spin up untouched. I can start as soon as you share the endpoint, token, and sample.
$30 USD in 1 day
6.0
6.0

Hi I understand you are looking for a clean, repeatable GitHub Actions workflow that takes any StatefulSet YAML pushed to a specific branch and promotes it straight into your OpenShift cluster, with a lightweight unit-test stage that surfaces results in the Actions summary for a clear green/red signal. I am a results-driven developer with hands-on experience in CI/CD, Kubernetes/OpenShift workflows, and secure automation. My approach is to turn your deployment steps into a reliable, repeatable pipeline that you can commit and trust, with fast feedback from the unit tests and a smooth apply phase to OpenShift. For your project, I would formalize the process into a single YAML workflow that runs on push to your chosen branch, caches and installs the OpenShift CLI, logs in with a secret token, executes a lightweight test suite, and applies the StatefulSet manifest via oc apply. The flow ends with a green/red signal in Actions and pods spinning up in your cluster, all without manual steps or intervention. I will also deliver concise notes or a quick reference guide detailing the workflow structure, test command conventions, and a dry-run-friendly pattern you can reuse for future manifests, ensuring the pipeline remains maintainable as you scale. Best, Justin
$140 USD in 7 days
5.7
5.7

Hello, I will deliver a single .yml workflow file that checks out your repo, installs and caches the oc CLI, authenticates with your secret-stored token, runs a lightweight test stage (failing fast with results visible as a green/red badge in the Actions summary), then applies your StatefulSet manifest to OpenShift. I will send you a short update at the end of each day. Questions: 1) Which branch should trigger the pipeline? 2) Is your OpenShift cluster on a version above 4.12, so I pick the right oc release? Send me the API endpoint and sample StatefulSet and I will have the first working run ready quickly. Looking forward to discussing further. Best regards, Kamran
$90 USD in 5 days
5.9
5.9

With over 13 years in web automation and data extraction, I'm equipped with the expertise you need for your GitHub-OpenShift CI/CD pipeline setup. My knowledge of Python, a language you mentioned wanting to use, plus significant experience in AI, full-stack development, and mobile applications ensures comprehensive skill coverage for your project. Previously, I've developed several data scraping projects involving complex web interactions. Automating unit tests, the first milestone for your project, aligns with my skills' objectives. My abilities also span activities like installing and caching the OpenShift CLI, logging in using secure tokens, and applying updated StatefulSet manifest seamlessly, matching up to your workflow needs. One crucial factor in any code deployment system design is stability. I always prioritize robustness during software development—your pipeline will be no exception. I'll create a workflow file that only triggers on push to the branch you choose. This prioritizes safety by avoiding unnecessary deployments. With my involvement, expect reliable results without needing manual corrections.
$30 USD in 1 day
5.8
5.8

✋ Hi There!!! ✋ The Goal of the project:- CREATE A CLEAN AUTOMATED GITHUB ACTIONS CI/CD PIPELINE TO DEPLOY STATEFULSET YAML FILES INTO AN OPENSHIFT CLUSTER WITHOUT MANUAL STEPS. I carefully reviewed your requirements and can build a reliable GitHub Actions workflow with testing, OpenShift authentication, and automated deployment. I am a strong fit with 9+ years experience as a full stack developer and expertise in DevOps, Kubernetes, CI/CD automation, and cloud deployment solutions. I can provide: 1. GitHub Actions workflow with branch trigger, testing, and deployment stages 2. OpenShift CLI installation, caching, secure token login, and oc apply automation 3. Pipeline testing, error handling, and deployment validation Services include configuration support, database management if required, testing, complete source code delivery at project completion, documentation, and essential technical support. I have completed similar CI/CD automation and container deployment projects using modern DevOps practices. Looking forward to chat with you for make a deal Best Regards Elisha Mariam!
$120 USD in 7 days
4.9
4.9

Hi, I saw Job Description I can easily DO your work IN 24 HOURS, DM me now to get started, PRICE NEGOTIABLE 100% Work satisfaction is provided
$150 USD in 1 day
4.3
4.3

Hello, We will deliver a single GitHub Actions workflow file that runs unit tests and deploys your StatefulSet YAML to OpenShift on every push. For the OC CLI step, we will cache the binary between runs so pipeline time stays under two minutes. Test results will publish directly to the Actions summary as a check annotation, giving you that green or red badge instantly. A couple of quick things to confirm: 1) Which OpenShift version is your cluster running (4.x)? 2) Do you have a preferred test framework, or should we pick one (e.g., Bats for YAML validation)? The number quoted here is a starting estimate. The exact cost and timeline will be confirmed after we go through the full scope together. Ready to start whenever you are. Faizan
$90 USD in 5 days
4.4
4.4

Hi there, We’ve built CI/CD pipelines for multiple platforms, including GitHub Actions, Azure DevOps, and GitLab CI. In one project, we created a pipeline that automatically deployed a Laravel app to a staging server whenever a developer pushed code to a specific branch. This pipeline also ran unit tests and integrated with third-party services like Sentry and Slack to notify developers of any issues. For your project, we can use a dedicated GitHub Actions runner to install the OpenShift CLI and cache it for faster subsequent runs. We can also run unit tests in parallel with the deployment process to save time. Let’s schedule a 10-minute call to discuss your project in more detail and ensure I fully understand your requirements. I’m looking forward to hearing more about your exciting project. Best, Adil
$154 USD in 7 days
4.4
4.4

Hi, I've thoroughly read your request for a GitHub Actions workflow to automate OpenShift StatefulSet deployments, and I'm confident I can deliver exactly that. With my experience in Continuous Integration and Kubernetes environments, I will craft a clean, repeatable CI/CD pipeline that checks out your code, installs and caches the OpenShift CLI, securely logs in through your provided token, and runs lightweight unit tests that fail the build on errors, all summarized with clear status badges. This will ensure your StatefulSet YAML updates deploy seamlessly, letting you push and watch new pods spin up automatically. I can start immediately and deliver the workflow file swiftly for your review. Let's get your automation flawless and hands-free. In the spirit of automation elegance, which unit-test framework tickles your fancy for our CI pipeline? Thanks,
$155 USD in 29 days
4.4
4.4

As a seasoned developer with over 20 years of experience, I've constantly adapted to the ever-changing tech landscape, and CI/CD has become a core part of my skillset. Not only am I well-versed in setting up and maintaining CI/CD pipelines on GitHub Actions, but I also have extensive knowledge of Kubernetes, which OpenShift is built upon. Combining these proficiencies, you can count on me to deliver a tailored GitHub-OpenShift CI/CD pipeline that perfectly fits your project requirements. My approach to problem-solving aligns perfectly with your vision for this project. Your clear roadmap for the project and desired deliverables are well-received. Capitalizing on my deep understanding of continuous deployment and a mastery of popular testing frameworks such as PHPUnit and Jest, I can design a comprehensive yet efficient unit testing step to ensure code integrity before deployment. Not only will I meet your expectations for this project, but I'll also provide long-term support ensuring your system remains stable and scalable. Clients I've worked with have provided positive feedback about my clean, maintainable solutions that stand the test of time. Let's save you the trouble of going through endless searches for developers; work with me on this project and you'll understand why clients prefer to stick around.
$98 USD in 5 days
4.3
4.3

Hello, I read your brief carefully and this maps directly to work I do regularly. I will deliver a single workflow committed to .github/workflows that triggers on push to your chosen branch and runs two gated jobs. The first runs your unit tests with pytest, fails fast on any error, and writes results to GITHUB_STEP_SUMMARY so you get a clear green or red badge in the Actions tab. The deploy job only starts if tests pass. It installs and caches the oc CLI with actions/cache so runs stay fast, logs in using your token and API endpoint held as encrypted secrets, then runs oc apply on your StatefulSet manifest. No manual steps anywhere. You push, the job goes green, and new pods roll out. I will validate end to end against your sample StatefulSet before handing over, and document every secret you need to set. Ready to begin as soon as you share the endpoint, token, and sample file. Thank you for considering my bid. Goran
$140 USD in 7 days
3.9
3.9

The StatefulSet piece is where most OpenShift CI/CD setups break. I would wire up GitHub Actions with an oc login via service account token, apply the YAML on push to your target branch, and add rollout verification so the pipeline confirms the deployment landed cleanly. Done in a day or two. Treat the bid amount and timeline as starting estimates. Final numbers come after we walk through the full scope. Available now. Want to jump on a quick call?
$150 USD in 4 days
3.7
3.7

As an experienced software development studio with a strong focus on automation, my team at Solves Inn is uniquely positioned to handle your GitHub-OpenShift CI/CD pipeline setup project. We understand your need for a clean, repeatable workflow that simplifies the deployment process and we can deliver exactly that. Our extensive knowledge of various automation tools and languages, including knowledge of the OpenShift CLI, make us well-suited to streamline your pipeline effectively. Furthermore, our skills in testing methodologies ensure that we'll create a lightweight unit-test stage that fits your specific needs and brings clarity to the build process. Additionally, our proficiency in Python and JavaScript will prove vital in creating a single .yml file committed to .github/workflows. What sets us further apart is our commitment to long-term client relationships. We don't just get the job done but also ensure it's thoroughly understood and retained within your organization. By working collaboratively and respecting your requirements, we'll integrate your provided OpenShift API endpoint, token, and StatefulSet samples into a pipeline that delivers new pods spinning up in your cluster without needing manual intervention. Choose Solves Inn for not just a task completed but for future-proof solutions tailored for lasting success.
$100 USD in 3 days
3.6
3.6

Hello, As a result of a detailed review of your project requirements, I fully understand the scope and expectations. I have experience setting up CI/CD workflows for Kubernetes/OpenShift deployments, and I'm available to start your project right now. I bring strong expertise in GitHub Actions, OpenShift, Kubernetes, CI/CD, DevOps, Automation, Containerization, YAML, and Software Deployment. One of the key challenges in projects like this is making the workflow secure, repeatable, and fully automated while ensuring failed tests stop the deployment before any StatefulSet is applied. My approach is to create a clean workflow under .github/workflows that triggers on your selected branch, checks out the repo, installs/caches the OpenShift CLI, logs in using GitHub Secrets, runs a lightweight unit-test stage with visible results, and then applies the StatefulSet YAML using oc apply. I have a quick question. • Which branch should trigger the deployment, and do you already have a preferred test command/framework? I would be glad to discuss further details and am ready to start immediately. Looking forward to hearing from you. Best regards, Carlos.
$30 USD in 7 days
3.6
3.6

Caching the oc CLI is what keeps this workflow fast, otherwise every run redownloads and unpacks the binary and adds a minute or two to every push for nothing. I'd pin a version and cache it by that key, only pulling fresh on a cache miss. For the login I'd pull the token from a GitHub secret and run oc login against your cluster, keeping it out of the logs entirely. The test stage sits before anything touches OpenShift, so a failure there exits the job right away and shows clearly in the Actions summary, and the apply step never runs. Once it passes, oc apply -f goes against the StatefulSet manifest and the run is done. One workflow file, triggered on push to the branch you pick, in that order: cache the CLI, log in, run tests, apply. 250 dollars, two days, ready to commit and go green on first push. Is the StatefulSet manifest already sitting in the repo, or should I add it as part of this.
$250 USD in 2 days
3.8
3.8

Hi! I can set up a reliable GitHub Actions workflow that automatically runs your tests and deploys the updated StatefulSet to OpenShift whenever you push to the target branch. The workflow will be clean, secure, and easy to maintain, so once it's configured, your deployments will be fully automated with no manual intervention required.
$155 USD in 1 day
3.5
3.5

I am excited to apply for your GitHub–OpenShift CI/CD Pipeline Setup project. With hands-on experience in DevOps, CI/CD automation, GitHub workflows, and OpenShift deployments, I can build a reliable and scalable pipeline that streamlines your development and release process. My focus is on creating secure, automated workflows that reduce manual effort while ensuring consistent and efficient application deployments. I can configure GitHub integration with OpenShift, implement automated build, test, and deployment pipelines, manage container image creation and registry integration, and set up environment-specific deployment strategies. Whether you need GitHub Actions, OpenShift Pipelines (Tekton), or a customized CI/CD solution, I will ensure the pipeline follows DevOps best practices, including security, version control, rollback capabilities, and monitoring. I will also provide clear documentation to make ongoing maintenance and future enhancements straightforward. I am committed to delivering a robust CI/CD solution that aligns with your project goals and infrastructure requirements. Throughout the project, I will maintain clear communication, provide regular progress updates, and thoroughly test the pipeline to ensure dependable performance. I look forward to discussing your requirements and helping you establish an efficient, production-ready CI/CD workflow.
$100 USD in 3 days
3.3
3.3

A CI pipeline that pushes StatefulSets directly into OpenShift only works safely when the test stage is genuinely gating and the deployment never runs on partial or invalid manifests. The critical piece here is stable authentication with oc plus a repeatable apply that stays idempotent across every push to avoid accidental drift in running pods. A single GitHub Actions workflow typically handles branch-triggered execution, cached OpenShift CLI install, token-based login, then runs unit tests before applying the manifest to the cluster. Test results surface in the Actions summary with a clear pass/fail gate so deployment never proceeds on red builds. Is your repository structured with a single StatefulSet path, or do you expect multiple manifests to be applied from different folders per push? Best regards, Fizza Nadeem K
$70 USD in 4 days
3.5
3.5

Hi, I can create a clean GitHub Actions workflow that automatically triggers on push, installs and caches the OpenShift CLI, authenticates using GitHub Secrets, runs unit tests with clear pass/fail results, and deploys your StatefulSet to OpenShift using `oc apply` without manual intervention. The workflow will be well-documented, reliable, and easy to maintain. Best regards Muhammad
$220 USD in 3 days
3.4
3.4

Hello there, we are a team of DevOps, AI/ML Full Stack Web and Mobile App Developers and we can do this project in no time. Thanks Ashish Kumar.
$140 USD in 7 days
3.2
3.2

Wellington, United States
Member since Aug 11, 2025
$10-30 USD
$8-15 USD / hour
₹37500-75000 INR
$250-750 USD
$10-30 USD
£5000-10000 GBP
₹12500-37500 INR
$15-25 USD / hour
$30-250 USD
₹250000-500000 INR
$3000-5000 USD
₹12500-37500 INR
₹750-1250 INR / hour
$10-15 USD
$250-750 USD
$15-25 AUD / hour
$30-250 AUD
₹12500-37500 INR
€250-750 EUR
$10-13 USD / hour
₹12500-37500 INR