
Closed
Posted
Paid on delivery
My reporting app lives in a GitHub repo and now needs to run on Google Cloud Run so it can scale automatically without my having to manage servers. I’m unsure of every library the project might pull in, therefore I’ll need your help containerising the code, resolving any hidden dependencies, and producing a clean, repeatable build. Beyond the core deployment, the service must interact with two other Google Cloud resources: • Google Cloud Storage – for saving and serving exported reports • Cloud SQL – for the application’s relational data Here’s what I expect as tangible deliverables: • A Dockerfile (or equivalent buildpack config) checked into the repo, plus any helper scripts. • CI/CD pipeline (Cloud Build or GitHub Actions) that automatically builds and deploys to Cloud Run on each push to the main branch. • Configuration that connects the running service to the chosen Storage bucket and Cloud SQL instance using best-practice IAM roles and, where needed, the Cloud SQL Auth Proxy. • README updates covering local setup, environment variables, and how to trigger the pipeline. Acceptance criteria: a push to main spins up a fresh, healthy revision on Cloud Run; the app can upload a file to the designated bucket and execute a simple query against Cloud SQL; secrets are stored securely (Secret Manager or build-time variables) with nothing sensitive committed to Git.
Project ID: 40452414
84 proposals
Remote project
Active 4 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
84 freelancers are bidding on average $141 USD for this job

Hello, I hope you're having a great day. I have hands-on experience containerising apps and deploying to Cloud Run, having delivered several similar builds that bridge Cloud Storage and Cloud SQL. For a recent project I created a multi-stage Dockerfile for a Python Flask reporter, used Cloud Build triggers to push images to Artifact Registry, and wired the service to Cloud SQL using the Cloud SQL Auth Proxy and a service account with limited IAM roles. I'd usually start by adding a multi-stage Dockerfile, then run the app locally in a container to discover hidden dependencies, and next wire a GitHub Actions workflow or Cloud Build config to build and deploy to Cloud Run. I will use Secret Manager for secrets and Workload Identity or the Cloud SQL Auth Proxy as appropriate. I have some questions regarding the project: 1) Which Cloud SQL engine and version are you using (Postgres, MySQL, or SQL Server)? 2) Do you prefer Cloud Build or GitHub Actions for CI/CD, and is Artifact Registry acceptable for images? 3) Is there an existing service account and bucket, or should I create them and propose IAM roles? If you have ten minutes, I'd like to compare notes on the main branch trigger, the desired region, and the expected report file paths so I can align the pipeline and IAM choices. Thank you, Paramjot Singh
$225 USD in 20 days
5.7
5.7

Hi! I hope this message finds you well. I have extensive experience in deploying applications on cloud platforms, particularly Google Cloud, and I specialize in containerization, CI/CD pipelines, and cloud resource management. To better understand your needs, could you share more details about the current state of your reporting app? Additionally, what specific challenges have you encountered with your existing setup? In a previous project, I helped a client migrate their application to Google Cloud Run, implementing a robust CI/CD pipeline using GitHub Actions. This involved creating a Dockerfile, ensuring all dependencies were managed correctly, and configuring IAM roles for secure access to Cloud Storage and Cloud SQL. The result was a scalable application that deployed seamlessly with each commit, significantly improving their workflow. For your project, I can containerize your reporting app, set up a CI/CD pipeline for automatic deployment, and ensure secure interactions with Google Cloud Storage and Cloud SQL. I'll also update the README with clear instructions for local setup and pipeline triggers. Let's chat further about how I can assist you in achieving a smooth deployment and scaling solution for your app! Best regards, Heindrick
$140 USD in 7 days
5.0
5.0

Hi there, Your app doesn’t just need to be deployed , it needs a repeatable, low-maintenance path from GitHub to Cloud Run, with the hidden dependency issues handled before they turn into release blockers. I can containerise the repo, trace any missing libraries, and set up a clean build so each push to main produces a healthy new revision automatically. I’ve done end-to-end GCP deployments with Cloud Run, Cloud Storage, Cloud SQL, Docker, and CI/CD using Cloud Build or GitHub Actions. I’ll wire the service to Storage and Cloud SQL with the right IAM roles, use Cloud SQL Auth Proxy where appropriate, and keep secrets in Secret Manager or secure build-time variables. I’ve shared an initial estimate based on your description, and once we go over a few technical or functional details, I’ll confirm the exact cost and delivery schedule. Do you already have a preferred CI/CD path in mind — Cloud Build or GitHub Actions — and is the app using a specific runtime/framework I should account for when building the container? I can also update the README with local setup, env vars, and pipeline triggers so the workflow stays easy to maintain. Looking forward to your reply so we can finalize the exact plan. Thanks, Asad
$75 USD in 3 days
5.2
5.2

With my 7+ years of diverse experience in full-stack development and my core expertise in AI, cloud, and automation - I consider myself a perfect match for your project. I have ample proficiency with deploying on Google Cloud Run, utilizing technologies like Cloud Storage and Cloud SQL.
$90 USD in 2 days
4.7
4.7

Hi, I understand your need to deploy your GitHub-based reporting app on Google Cloud Run to achieve automated scaling without server management. With extensive experience in containerizing complex applications and setting up seamless CI/CD pipelines, I am confident I can help resolve hidden dependencies by thoroughly analyzing your code and producing a clean and repeatable Docker build. I will craft a Dockerfile integrated into your repo, create an automated Cloud Build or GitHub Actions pipeline to deploy on every push to the main branch, and configure secure connections to Google Cloud Storage and Cloud SQL using best practices, including IAM roles and the Cloud SQL Auth Proxy. Additionally, I will update your README to cover setup, environment variables, and pipeline triggers. Let's get started with an initial review of your repository to scope out dependencies and required configurations. Typically, I can deliver these within 7 days. Are there any specific security policies or IAM restrictions I should be aware of for connecting to your Cloud Storage and Cloud SQL instances? Thanks,
$155 USD in 24 days
4.4
4.4

Hello, I understand that your reporting app lives in the GitHub repo and now you need it to run on Google Cloud Run so that it can scale automatically without you having to manage servers. I will help you in containerising the code, resolving any hidden dependencies, and producing a clean, repeatable build. Let's chat and discuss this project in more detail. I am looking forward to your response, Fahad.
$100 USD in 1 day
4.4
4.4

Hi there, I reviewed your project carefully, and I can help you containerise your GitHub reporting app and deploy it to Google Cloud Run with a repeatable CI/CD workflow. Why I’m a good fit: • Strong experience with Docker, Cloud Run, Cloud Build/GitHub Actions, IAM, and Secret Manager • Hands-on deployment work involving Cloud SQL connectivity, Cloud Storage uploads, and hidden dependency resolution • Focus on secure, automated builds with clean documentation and no secrets committed to Git I have experience with GCP serverless deployments, including apps that require storage buckets, relational database access, environment-based config, and production-ready pipelines. My approach: • Clean Dockerfile/build config and helper scripts • Secure Cloud SQL and Storage integration using best-practice IAM • README updates for local setup, variables, and deployment triggers I can start immediately and would be happy to discuss the project in more detail. Best regards,
$250 USD in 5 days
4.2
4.2

Hi there! Deploying a GitHub app to Google Cloud Run often fails when hidden dependencies, IAM permissions, or database connections are not properly handled. I understand you need a clean Dockerized setup with working CI/CD and secure integration with Cloud Storage and Cloud SQL. I have experience with Docker, Google Cloud Run, Cloud Build, GitHub Actions, Cloud SQL, and Cloud Storage. I’ve deployed containerized applications with secure IAM roles, Secret Manager, and Cloud SQL Auth Proxy to ensure production-ready and scalable deployments. My approach will start by analyzing your codebase to identify all dependencies and creating a clean, reproducible Dockerfile. Then I will set up secure connections to Cloud Storage and Cloud SQL using best practices for IAM and secrets management. After that, I will configure CI/CD so every push to the main branch automatically builds and deploys to Cloud Run. Finally, I will test the full flow (file upload + database query) and update the README with setup, environment variables, and deployment instructions. check our work https://www.freelancer.com/u/ayesha86664 Do you prefer Cloud Build or GitHub Actions for the CI/CD pipeline? Let me know if you’re interested & we can discuss it. Best Regards Ayesha
$130 USD in 5 days
4.0
4.0

Dear Client, I’m Md Toriqul Islam, a DevOps and Cloud Run specialist with 7+ years of experience containerizing applications and deploying to GCP. I understand you need your reporting app containerized, deployed to Cloud Run with auto-scaling, and connected to Cloud Storage (reports) and Cloud SQL (relational data) using IAM best practices. My skills in Docker, Cloud Build/GitHub Actions CI/CD, Cloud SQL Auth Proxy, Secret Manager, and secure configuration ensure a clean, repeatable deployment. Deliverables: Dockerfile, CI/CD pipeline, secure configs, and updated README. Feel free to share your GitHub repo link. Looking forward to hearing from you. Best regards, Md Toriqul Islam.
$50 USD in 4 days
4.0
4.0

With over six years as a senior full stack developer and extensive experience in software engineering and development, I believe I am the ideal candidate for deploying your GitHub report onto Google Cloud Run. I have a deep understanding of containerization, which will allow me to help you convert your GitHub repo into a scalable application, while overcoming hidden dependencies. My expertise in Docker and Google Cloud makes me a perfect fit for this project. I'll not only help you build a CI/CD pipeline that automatically deploys on each push but also ensure that the service connects seamlessly with Google Cloud Storage and Cloud SQL. In addition to my technical skills, I prioritize 'security' and 'repeatability' in my work. Hence, I'm well-versed in best-practice IAM roles and securing your secrets with tools like Secret Manager or build-time variables to eliminate chances of any sensitive data getting committed to Git. Throughout my career, my commitment has been to consistently deliver high-quality results that exceed clients’ expectations within reasonable budgets and timelines. Internationally acknowledged by clients from diverse domains, I am confident that I can complete this job efficiently, ensuring timely deliveries without compromising on quality or security.
$140 USD in 1 day
3.7
3.7

As an experienced Python Developer and DevOps Engineer, I believe I am the perfect fit for your project. Through 4+ years of working with Django, Docker, and managing cloud deployments, I have honed the skills needed to containerize applications while expertly resolving hidden dependencies. Moreover, CI/CD pipelines using Cloud Build or GitHub Actions are my second nature, guaranteeing clean, repeatable builds with each push to the main branch - exactly what you're looking for. Moreover, my proficiency in working with Google Cloud Storage and Cloud SQL makes me well-acquainted with the resources your app must interact with. Not only can I connect your service to these resources using best-practice IAM roles and the Cloud SQL Auth Proxy if needed, but I can also ensure secure storage of sensitive information through tools like Secret Manager or build-time variables - always ensuring nothing sensitive is committed to Git. Lastly, my emphasis on delivering tangible outcomes aligns with your expectations for the project. You can expect a robust Dockerfile (or equivalent buildpack config), helpful CI/CD pipeline documentation integrated into the repo; along with comprehensive README updates to facilitate local setup and trigger pipelines. So, let's take your reporting app to Google Cloud Run together and allow it to effortlessly scale beyond your expectations!
$30 USD in 1 day
3.3
3.3

I’ll containerize your GitHub reporting app and deploy it to Google Cloud Run with a clean, repeatable build. I’ll identify dependencies, create/update the Dockerfile, configure environment variables, connect Cloud Build if needed, and verify autoscaling, logs, and live access. Production-ready setup with concise deployment notes.
$100 USD in 1 day
3.1
3.1

Hi, Cloud Run deployments with Cloud SQL and Cloud Storage integration are something I set up regularly, and the dependency resolution piece is usually where these projects need the most careful attention before the Dockerfile is clean. What language and framework is the reporting app built in? I'd start by pulling the repo and mapping the actual dependencies before writing the Dockerfile, so the container build is solid rather than discovering missing libraries after the first failed deploy. Cloud SQL connection via the Auth Proxy sidecar is the right pattern for Cloud Run, and I'd set up the IAM service account with the minimum required roles for both Storage and SQL access. Secrets go into Secret Manager and get injected at runtime, nothing sensitive in the repo or the image. CI/CD via GitHub Actions triggering a Cloud Build on push to main, with the pipeline building, pushing to Artifact Registry, and deploying a new Cloud Run revision automatically. README updated with local setup instructions, environment variable reference, and how to trigger the pipeline manually if needed. Happy to take a look at the repo before confirming the timeline. Kind regards, Abel.
$140 USD in 7 days
2.9
2.9

Hi, Could you share the link to your GitHub repo? I’d love to take a look at the existing setup. To containerize your code for Google Cloud Run, I’ll create a Dockerfile that resolves dependencies, ensuring a clean and repeatable build. I can also set up a CI/CD pipeline using Cloud Build or GitHub Actions for automatic deployment on each push. Additionally, I’ll configure the service to work seamlessly with Google Cloud Storage for report handling and Cloud SQL for data management, all while following best practices for IAM roles and secrets management. I have extensive experience with Google Cloud services and containerization. Let’s get started on transforming your app! Best Regards,
$120 USD in 5 days
2.6
2.6

⭐⭐⭐⭐⭐ ✅Hi there, hope you are doing well! I have recently deployed similar reporting apps to Google Cloud Run, containerizing code with Docker and automating CI/CD pipelines via GitHub Actions effortlessly. The most critical part for success is ensuring all dependencies are identified and managed properly within the container to enable smooth and scalable deployment. Approach: ⭕ I will analyze your existing GitHub repo to containerize the app with a clear Dockerfile and helper scripts. ⭕ Resolve hidden dependencies to ensure a clean build. ⭕ Set up a robust CI/CD pipeline using GitHub Actions or Cloud Build to deploy on every push. ⭕ Configure integration with Cloud Storage and Cloud SQL using best-practice IAM roles and Cloud SQL Auth Proxy. ⭕ Secure secrets with Secret Manager and update README for local setup and pipeline instructions. ❓ Could you please confirm if you have existing Cloud Storage buckets and Cloud SQL instances configured? ❓ Are there any particular environment variables or secrets currently used that I should be aware of? ❓ Do you prefer Cloud Build or GitHub Actions for the pipeline? I am confident in delivering a scalable, secure, and automated Cloud Run deployment tailored to your needs. Thank you for considering my proposal. Nam
$200 USD in 3 days
2.4
2.4

Hi i'm Ashish, i'm a DevOps Engineer with more than 4 years of experience with Google Cloud & GitHub I can surely help you out with your this project please share more details in chat so that we can start immediately, i'm waiting for your reply Thanks
$200 USD in 1 day
2.3
2.3

Hello, I am ready to dive into your project immediately. I’ve deployed containerized applications to Google Cloud Run with automated CI/CD pipelines using both Cloud Build and GitHub Actions, including secure integration with Cloud SQL, Cloud Storage, IAM roles, and Secret Manager. I can containerize the existing repo, resolve dependency/runtime issues, configure Cloud SQL connectivity via the Auth Proxy or native connectors, and set up a clean deployment workflow where every push to main automatically builds and deploys a healthy Cloud Run revision. I want to discuss with you in more detail. Kind regards, Mojjammil
$150 USD in 7 days
2.1
2.1

Hi, I can help fully deploy your reporting app to Google Cloud Run with a secure, scalable, and automated setup. I’ll handle Dockerization, resolve hidden dependencies, configure Cloud SQL + Google Cloud Storage integration, and set up CI/CD (GitHub Actions or Cloud Build) so every push to `main` automatically deploys a healthy revision. I’ll also configure IAM/Secret Manager securely and update the README with clear setup and deployment instructions. I have solid experience with Docker, Cloud Run, GCP infrastructure, and deployment automation, and I can start by reviewing the repo and current stack immediately.
$60 USD in 1 day
1.4
1.4

Hi there, Thanks for the detailed requirements. I can help containerize your reporting application and set up a clean, production-ready deployment pipeline on Google Cloud Run with secure integration to Cloud Storage and Cloud SQL. I can handle: Dockerizing the existing GitHub project Identifying and resolving hidden/runtime dependencies Creating reproducible builds for local and cloud environments Setting up automated CI/CD using GitHub Actions or Cloud Build Configuring Cloud Run deployments with proper IAM permissions Secure integration with Cloud Storage and Cloud SQL Secret management using Secret Manager and environment configuration best practices The deployment setup would include: Dockerfile and helper scripts committed to the repo Automated build + deploy workflow triggered on pushes to main Cloud SQL connectivity via Cloud SQL Auth Proxy or native connector Bucket access using least-privilege service accounts Structured environment variable management Health checks and deployment validation I’ll also update the README with: Local development setup Required environment variables Deployment instructions CI/CD workflow explanation Secret configuration guidance The final result will be a maintainable deployment workflow where pushing to main automatically creates a healthy Cloud Run revision capable of securely accessing both Cloud Storage and Cloud SQL without exposing credentials in the repository. Thanks!
$140 USD in 7 days
0.5
0.5

Hi, I will containerize your reporting app for deployment on Google Cloud Run, ensuring it scales automatically while eliminating server management. With extensive experience in cloud deployments and working with Docker, I'll resolve any hidden dependencies and set up a clean, repeatable build process. I'll create a Dockerfile and necessary helper scripts, integrating a CI/CD pipeline with Cloud Build or GitHub Actions that triggers on each push to the main branch. The configuration will securely connect to Google Cloud Storage for report exports and Cloud SQL for your relational data, implementing best-practice IAM roles and using the Cloud SQL Auth Proxy where appropriate. I will also update your README to include local setup instructions, environment variable configurations, and pipeline triggering methods. This setup will ensure that every push to the main branch deploys a fresh, operational revision on Cloud Run, allowing uploads to the designated bucket and queries against Cloud SQL, all while keeping secrets secure. Thank you.
$30 USD in 7 days
0.0
0.0

Riyadh, Saudi Arabia
Payment method verified
Member since Aug 17, 2019
$10-30 USD
$10-30 USD
$10-30 USD
$10-30 USD
$10-30 USD
$15-25 USD / hour
$3000-5000 USD
₹600-1500 INR
$250-750 USD
$5000-10000 CAD
$250-750 AUD
₹1500-12500 INR
$30-250 USD
₹12500-37500 INR
₹12500-37500 INR
$15-25 USD / hour
₹12500-37500 INR
₹12500-37500 INR
$25-50 CAD / hour
₹12500-37500 INR
$20000-50000 USD
$30-250 USD
$10-30 USD
$30-250 USD
$1500-3000 USD