# Senior Software Engineer (Storage) – remote in the US

Remote from[USA](https://jobicy.com/job-region/usa.md)Annual salary Undisclosed Salary information is not provided for this position.
Check our [Salary Directory](https://jobicy.com/salaries.md) to estimate the average compensation for similar roles.Department  [Software Engineering](https://jobicy.com/categories/engineering.md) Employment type Full Time, Job posted24 Jul 2026Apply before24 Aug 2026Experience level  Senior
Views / Applies 42 / 3 [About company](https://jobicy.com/company/mirantis.md)

* Share About [Mirantis](https://jobicy.com/company/mirantis.md)

Build AI Infrastructure Your Way, Anywhere.

[Computer Software](https://jobicy.com/company-category/software.md)
*  1999

Verified job posting This job post has been [manually reviewed](https://jobicy.com/tools/help-center/employee/how-does-jobicy-verify-the-legitimacy-of-remote-job-listings.md) for authenticity and compliance.

###  AI Summary

Mirantis is seeking a Senior Software Engineer (Storage) to design and build software for provisioning, integrating, and operating high-performance storage for GPU-accelerated compute and AI platforms. The role involves developing control-plane services, CSI drivers, and tooling connecting enterprise storage systems to Kubernetes-based workloads. Candidates should have 5+ years in Go, deep storage systems expertise, and experience with Kubernetes storage and infrastructure-as-code. The position is remote within the US and focuses on hybrid, edge, and air-gapped deployments using the Mirantis K0rdent stack. This is a high-impact role requiring self-direction, strong communication, and end-to-end ownership of ambiguous problems.

### Role DNA

Job Complexity Easy Hard Pace & Pressure Relaxed Fast-paced Autonomy Level Guided Full Ownership Communication Load Independent Highly Collaborative

AI Insight The role requires deep expertise in storage systems, Go, and Kubernetes, plus the ability to own complex ambiguous problems end-to-end, making it challenging but not extreme.

### Salary Analysis

Median  Highly Competitive  $165,000US Market $130k – 200k 0 $220k      AI Insight The job listing does not specify a salary, but based on market data for senior software engineers specializing in storage and Kubernetes in the US, the typical range is $130k-$200k. The median of $165k is competitive for a remote role at a company like Mirantis, which values deep technical expertise and autonomy.

### Core Skills Required

[Go](https://jobicy.com/jobs?search_keywords=Go.md) [Kubernetes](https://jobicy.com/jobs?search_keywords=Kubernetes.md) [Storage Systems](https://jobicy.com/jobs?search_keywords=Storage+Systems.md) [CSI](https://jobicy.com/jobs?search_keywords=CSI.md) [Terraform](https://jobicy.com/jobs?search_keywords=Terraform.md) [GitOps](https://jobicy.com/jobs?search_keywords=GitOps.md) [AI Infrastructure](https://jobicy.com/jobs?search_keywords=AI+Infrastructure.md) [Distributed Systems](https://jobicy.com/jobs?search_keywords=Distributed+Systems.md) [Infrastructure as Code](https://jobicy.com/jobs?search_keywords=Infrastructure+as+Code.md) [Cluster API](https://jobicy.com/jobs?search_keywords=Cluster+API.md)

### Cover Letter Sample

I am excited to apply for the Senior Software Engineer (Storage) position at Mirantis. With over five years of experience building production-grade storage systems in Go and integrating them with Kubernetes, I have a strong track record of delivering reliable, high-performance data paths for AI and compute workloads.

Your focus on GPU-accelerated infrastructure and the K0rdent stack aligns perfectly with my background in developing CSI drivers, Terraform modules, and GitOps pipelines for scale-out storage platforms like Dell PowerScale and VAST.

I thrive in self-directed roles where I can own ambiguous problems end-to-end, and I am confident in my ability to contribute to your mission of enabling sovereign AI infrastructure.

I look forward to discussing how my technical depth and operational rigor can support Mirantis’s innovative work in Kubernetes-native AI.

Copy

### Sample Interview Questions

Can you walk us through a time when you designed a storage solution for a high-throughput workload? What were the key challenges and how did you address them?In my previous role, I built a CSI driver for a distributed storage system to support AI training pipelines. The main challenge was achieving low latency while handling large sequential reads. I implemented caching layers and tuned the I/O scheduler, and used profiling to identify bottlenecks. The solution reduced latency by 30% and met throughput requirements.How do you ensure the reliability and consistency of storage operations in a Kubernetes environment?I rely on declarative automation with operators and controllers. For consistency, I use idempotent operations and comprehensive testing, including chaos engineering. I also implement monitoring and alerting for storage health, and design for graceful failure handling using retry logic and state machines.Explain your experience with Go for building control-plane services. How do you structure code for testability and maintainability?I use clean architecture patterns: separate interfaces for storage backends, dependency injection, and extensive unit tests. I follow Go conventions like small interfaces, use of contexts for cancellation, and error wrapping. For maintainability, I enforce code reviews and use linters.Describe a time you had to optimize storage performance for AI/ML workloads. What metrics did you focus on and what changes did you make?For a GPU cluster, I focused on data throughput and GPU direct storage access. I tuned filesystem parameters, implemented parallel data loading, and used GPUDirect Storage to bypass CPU. I monitored IOPS and latency, and the changes improved training speed by 40%.How would you approach integrating a new enterprise storage system (e.g., Dell PowerScale) into an existing Kubernetes-based platform?I would start by understanding the storage system's API and performance characteristics. Then I'd develop a CSI driver and Terraform provider for provisioning. I'd test with realistic workloads, ensure it meets SLAs, and integrate monitoring. The code would be modular to support other storage backends.

## Company Description

About Mirantis

Mirantis is the Kubernetes-native AI infrastructure company, enabling organizations to build and operate scalable, secure, and sovereign infrastructure for modern AI, machine learning, and data-intensive applications. By combining open source innovation with deep expertise in Kubernetes orchestration, Mirantis empowers platform engineering teams to deliver composable, production-ready developer platforms across any environment—on-premises, in the cloud, at the edge, or in sovereign data centers. As enterprises navigate the growing complexity of AI-driven workloads, Mirantis delivers the automation, GPU orchestration, and policy-driven control needed to manage infrastructure with confidence and agility. Committed to open standards and freedom from lock-in, Mirantis ensures that customers retain full control of their infrastructure strategy.

## Job Description

Overview

Design and build the software that provisions, integrates, and operates high-performance storage for GPU-accelerated compute and AI platforms. You will develop the control-plane services, drivers, and tooling that connect enterprise and scale-out storage systems to Kubernetes-based workloads across hybrid, edge, and air-gapped deployments built on the Mirantis K0rdent stack.

About the Role

We are looking for a software engineer who thinks in systems and data paths — someone who can reason about throughput, latency, consistency, and failure across a storage stack, then express that understanding as clean, testable Go. The right candidate has built production software against real storage systems (whether enterprise NAS, scale-out, or object), understands what makes storage fast and reliable at scale, and prefers declarative automation over manual operations. You should be self-directed, comfortable owning ambiguous problems end to end, and effective communicating technical decisions across teams.

Responsibilities

1. Storage Software & Integration

*

Design and build control-plane services, drivers (e.g., CSI), and tooling that provision, configure, and operate storage for Kubernetes-based AI/compute workloads.

*

Integrate high-performance storage platforms — Dell PowerScale, VAST, and comparable systems — into automated, declarative provisioning workflows.

*

Build data-path, telemetry, and observability tooling to diagnose and resolve performance, reliability, and scaling issues.

2. Software & Automation

*

Write production-quality software — primarily in Go — with strong testing, code review, and operational rigor.

*

Deliver infrastructure-as-code (Terraform/OpenTofu) and GitOps-driven pipelines (ArgoCD or Flux) for storage configuration and lifecycle.

*

Support bare-metal and hybrid provisioning where storage intersects host and cluster bring-up.

3. Platform & Hybrid Delivery

*

Deliver storage integration for k0s-based Kubernetes via Cluster API (CAPI) and K0rdent management/child cluster topologies.

*

Architect storage software for fully disconnected (air-gapped) environments, including local artifact/mirror connectivity (Harbor) and PKI/TLS considerations.

## Qualifications

*

5+ years of software development, including production systems, with Go as a primary language.

*

5+ years building or integrating storage systems (distributed, scale-out, NAS, or object) at scale.

*

Hands-on experience with high-performance storage platforms such as Dell PowerScale, VAST, or comparable technologies.

*

Solid understanding of storage fundamentals: file/block/object models, throughput and latency behavior, caching, consistency, and failure modes.

*

Experience with Kubernetes storage (CSI, persistent volumes, storage classes) and infrastructure-as-code.

*

Strong written and verbal communication with technical audiences.

Preferred

*

Proficiency in Python and/or Rust in addition to Go.

*

Experience with the Mirantis K0rdent stack (K0rdent Enterprise, K0rdent AI, k0s, MKE) and Cluster API.

*

Experience developing storage for GPU/AI workloads (high-throughput data pipelines, GPUDirect Storage).

*

Proven experience in sovereign or high-security air-gapped environments.

## Additional Information

What does Mirantis offer you?
– Work with an established Silicon Valley leader in the cloud infrastructure industry;
– Work with exceptionally passionate, talented and engaging colleagues, helping Fortune 500 and Global 2000 customers implement next-generation cloud technologies;
– Be a part of cutting-edge, open-source innovation;
– Thrive in the high-energy environment of a young company where openness, collaboration, risk-taking, and continuous growth are valued;
– Professional development and training;
– Attend conferences and working groups;
– Company outings, happy hours, hackathons, and tech talks;
– Receive a competitive compensation package with a strong benefits plan.

It is understood that Mirantis, Inc. may use automated decision-making technology (ADMT) for specific employment-related decisions. Opting out of ADMT use is requested for decisions about evaluation and review connected with the specific employment decision for the position applied for. You also have the right to appeal any decisions made by ADMT by sending your request to isamoylova@mirantis.com
By submitting your resume, you consent to the processing and storage of your personal data in accordance with applicable data protection laws, for the purposes of considering your application for current and future job opportunities.

We are a [Leader for Container Management](https://www.g2.com/reports/grid-report-for-container-management-spring-2022.embed?featured=mirantis-kubernetes-engine-formerly-docker-enterprise&secure%5Bgated_consumer%5D=7ed17484-74e3-4ce8-8ad6-b48b395fbf56&secure%5Btoken%5D=f4b909a5c1a2d1aa71dee93761486db5732a5b82abd47aa75f3353da41e3b92c&utm_campaign=gate-817340) in G2 (#2 after AWS)!

Show more

[Apply now >](https://jobicy.com/jobs/149690-senior-software-engineer-storage-remote-in-the-us.md)

>  Annual salary information is not provided for this position. Explore salary ranges for similar roles in our [Salary Directory ›](https://jobicy.com/salaries.md)

*

![Upload CV](data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NSIgaGVpZ2h0PSI2NSIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48ZyBjbGlwLXBhdGg9InVybCgjQSkiPjxwYXRoIGQ9Ik0wIDBINjVWNjVIMFYwWiIgZmlsbD0iIzAyOWFlYiIvPjxnIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIj48cGF0aCBkPSJNMzMuMDQ5IDE1LjQ1NGExLjQzIDEuNDMgMCAwIDAtMi4wOTcgMGwtNy41NzkgOC4xNDdhMS4zOCAxLjM4IDAgMCAwIC4wOSAxLjk3MyAxLjQ0IDEuNDQgMCAwIDAgMi4wMDgtLjA4OGw1LjEwOS01LjQ5MnYyMC42MWExLjQxIDEuNDEgMCAwIDAgMS40MjEgMS4zOTdjLjc4NSAwIDEuNDIxLS42MjUgMS40MjEtMS4zOTd2LTIwLjYxbDUuMTA5IDUuNDkyYTEuNDQgMS40NCAwIDAgMCAyLjAwOC4wODggMS4zOCAxLjM4IDAgMCAwIC4wOS0xLjk3M2wtNy41NzktOC4xNDZ6TTE2Ljc2OSAzOC40YzAtLjc3My0uNjItMS40LTEuMzg1LTEuNFMxNCAzNy42MjcgMTQgMzguNHYuMTAybC4yMTUgNi4yMjljLjIyMyAxLjY4LjcwMSAzLjA5NSAxLjgxMyA0LjIxOHMyLjUxIDEuNjA3IDQuMTcyIDEuODMzYzEuNi4yMTggMy42MzYuMjE4IDYuMTYuMjE4aDExLjI4bDYuMTYtLjIxOGMxLjY2Mi0uMjI2IDMuMDYxLS43MDkgNC4xNzItMS44MzNzMS41ODktMi41MzggMS44MTMtNC4yMThDNTAgNDMuMTEzIDUwIDQxLjA1NSA1MCAzOC41MDNWMzguNGMwLS43NzMtLjYyLTEuNC0xLjM4NS0xLjRzLTEuMzg1LjYyNy0xLjM4NSAxLjRsLS4xOSA1Ljk1OGMtLjE4MiAxLjM3LS41MTUgMi4wOTUtMS4wMjYgMi42MTJzLTEuMjI4Ljg1My0yLjU4MyAxLjAzOGMtMS4zOTUuMTktMy4yNDMuMTkzLTUuODkzLjE5M0gyNi40NjJjLTIuNjUgMC00LjQ5OC0uMDAzLTUuODkzLS4xOTMtMS4zNTUtLjE4NC0yLjA3Mi0uNTIxLTIuNTgzLTEuMDM4cy0uODQ0LTEuMjQyLTEuMDI2LTIuNjEyYy0uMTg3LTEuNDEtLjE5MS0zLjI3OS0uMTkxLTUuOTU4eiIvPjwvZz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJBIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDY1djY1SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)

### Upload your resume now

To unlock remote work opportunities and be discovered by global employers.

This job listing has been manually reviewed by the Jobicy Trust & Safety Team for compliance with our posting guidelines, including verification of the company's legitimacy, accuracy of job details, clarity of remote work policy, and absence of misleading or fraudulent content.

## How to apply

## See a few more

Similar Software Engineering remote jobs

*
![Updater logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/b6d59c36-221.jpg)

Updater

### [IT Engineer](https://jobicy.com/jobs/147339-it-engineer.md)

View All JobsAbout the RoleUpdater is hiring an IT Engineer for our IT team. This role will serve as the first point of contact at the Updater Helpdesk, lead our…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 80k-100k/year*
![ManTech logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/265c7fe8-221-1.png)

ManTech

### [Machine Learning Engineer](https://jobicy.com/jobs/144376-machine-learning-engineer-3.md)

General information Requisition # R67616 Locations USA-Remote Work Posting Date 05/19/2026 Security Clearance Required Secret Remote Type Fully Remote Time Type Full time Description & Requirements Elevate your career with…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 128,800-214,500/year*
![Kraken logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2021/03/Jobicy-210307081105-509016.png)

Kraken

### [QA Automation Engineer – Pro](https://jobicy.com/jobs/144513-qa-automation-engineer-pro.md)

Building the Future of Crypto Our Krakenites are a world-class team with crypto conviction, united by our desire to discover and unlock the potential of crypto and blockchain technology.What makes us…

![Europe flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/eu.svg)
EU•Full TimeNEW*
![TripleTen logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/69106838-221.jpeg)

TripleTen

### [AI Systems Engineering Subject Matter Expert](https://jobicy.com/jobs/144479-ai-systems-engineering-subject-matter-expert.md)

Description🤓At TripleTen, we’re building an international platform of digital re-skilling products to help people from diverse backgrounds learn new professions and build sustainable careers in tech.Our program graduates have landed…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Part TimeNEW*
![Experian logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2021/09/dcc5b29a570bb19b9f5c3e150db2fdfe.jpg)

Experian

### [Lead Cloud Network Engineer](https://jobicy.com/jobs/144467-lead-cloud-network-engineer.md)

Company DescriptionExperian is a global data and technology company, powering opportunities for people and businesses around the world. We operate across a range of markets, from financial services to healthcare,…

![Costa Rica flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/cr.svg)
CR•Full TimeNEW*
![Experian logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2021/09/dcc5b29a570bb19b9f5c3e150db2fdfe.jpg)

Experian

### [Senior Quality Assurance Automation Engineer](https://jobicy.com/jobs/144474-senior-quality-assurance-automation-engineer.md)

Company DescriptionExperian is a global data and technology company, powering opportunities for people and businesses around the world. We operate across a range of markets, from financial services to healthcare, automotive, agribusiness,…

![Costa Rica flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/cr.svg)
CR•Full TimeNEW*
![Reddit logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2020/10/Reddit.jpg)

Reddit

### [Senior Machine Learning Systems Engineer, Ads ML Experience Platform](https://jobicy.com/jobs/147489-senior-machine-learning-systems-engineer-ads-ml-experience-platform.md)

Reddit is a community of communities. It’s built on shared interests, passion, and trust, and is home to the most open and authentic conversations on the internet. Every day, Reddit…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 216,700-303,400/year*
![LawnStarter logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2022/02/566485a36088d5d70b7d6274b93a789e.jpeg)

LawnStarter

### [Senior Quality Engineer](https://jobicy.com/jobs/147511-senior-quality-engineer.md)

Senior Quality EngineerAbout LawnStarterLawnStarter is the nation’s leading on-demand marketplace for lawn care and outdoor services, with over $100M in annual bookings. We’re expanding beyond lawn care to become the…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)

![Canada flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/ca.svg)
US, CA +1 more, LATAM•Full TimeUSD 45k-65k/year*
![Meta logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/750f86a9-221.jpeg)

Meta

### [Manufacturing Quality Engineer](https://jobicy.com/jobs/147559-manufacturing-quality-engineer.md)

This role is responsible for the generation, implementation, and management of a Manufacturing focused Meta Quality Program, by establishing a Quality Program that is focused on people, processes and accountability…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeNEW*
![Reddit logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2020/10/Reddit.jpg)

Reddit

### [Senior Frontend Engineer, Ads Creative](https://jobicy.com/jobs/149683-senior-frontend-engineer-ads-creative.md)

Reddit is a community of communities. It’s built on shared interests, passion, and trust, and is home to the most open and authentic conversations on the internet. Every day, Reddit…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 190,800-267,100/year
[More Jobs](https://jobicy.com/jobs.md)