Automate Deployments.
Any Workload, Any Cloud.
The self-service developer platform for your apps, databases, and jobs. Start with one workload, scale to hundreds on compute or GPUs.
The Northflank Difference
Unify and Accelerate Deployments
- Seconds to onboard, minutes to deploy
- Unified deployment of apps, databases & jobs
- Real-time, self-service experience
- Secure multi-player collaboration
Simplify Developer Experience
- Choice of UI, CLI, APIs & GitOps
- Any cloud – Managed cloud, AWS, GCP & Azure
- Re-usable templates for every stage
- Configurable automated release flows
Orchestrate Any App or Workload
- Run compute workloads or GPU & fractional GPU workloads
- Kubernetes-ready app platform
- Run anywhere, on any Kubernetes cluster, on any cloud
- Ship your IDP with Northflank
Lower Costs and Scale Effortlessly
- Pay-as-you-go, lower cost than alternatives
- Vertical & horizontal auto-scaling
- One platform vs. many disparate tools
- Granular observability,automated DR
What do DevTool pioneers have to say?
Northflank is way easier than gluing a bunch of tools together to spin up apps and databases. It’s the ideal platform to deploy containers in our cloud account, avoiding the brain damage of big cloud and Kubernetes. It’s more powerful and flexible than traditional PaaS – all within our VPC. Northflank has become a go-to way to deploy workloads at Sentry.
Cycle time is everything. With Northflank, I can make 100 commits and 100 deployments in a single day – it keeps up with my pace like nothing else. When it comes to debugging, the meantime to resolution is unbeatable. I can identify issues and deploy fixes faster than customers can even report them. I know about problems before they do and have them fixed before they call.
Northflank is the first batteries-included developer platform that doesn’t suffer from the invisible ceilings that hover over its competitors. We could have built all of Slack with Northflank – and we would have, had it been available.
Standardise and optimise your DevOps
A Golden Path to Production
Accelerate every step from push to production with highly configurable self-service workflows, pipelines, templates, and GitOps.
Securely deploy preview, staging, and production environments with observability tooling, backups, restores, and rollbacks included.
Learn more →
Deploy any code, on any cloud, at any scale
Flexibility without Compromise
Northflank seamlessly integrates with your preferred tooling, and can accommodate any tech stack.
Whether you deploy on Northflank’s secure infrastructure or on your own cloud account, you get the same exceptional developer experience, and total control over your data residency, deployment regions, security, and cloud expenses.
Learn more →
Cloud native without the complexity
Kubernetes, Simplified
Northflank leverages Kubernetes as an operating system to give you the best of cloud native, without the overhead.
Deploy to Northflank’s cloud for maximum simplicity, or connect your GKE, EKS, AKS, or bare-metal to deliver a managed platform experience in minutes.
Learn more →
Any workload, any cloud
Deploy In Your Preferred Cloud
Deploy into your own GCP, AWS, Azure, and Civo accounts with Bring Your Own Cloud (BYOC), or use Northflank’s Managed Cloud with no infrastructure setup required. Provision compute nodes with the latest GPU models across cloud providers.
Google Cloud Platform
Deploy in your own GCP account with Google Kubernetes Engine (GKE)
Amazon Web Services
Deploy in your own AWS account with Elastic Kubernetes Service (EKS)
Microsoft Azure
Deploy in your own Azure account with Azure Kubernetes Service (AKS)
Civo
Deploy in your own Civo account with Civo Kubernetes
Northflank
Deploy into regions and instances available on Northflank’s Managed Cloud
GPUs
Deploy containers for GPU workloads into your own cloud provider account
Supercharge your productivity
The Ultimate Developer Experience
Northflank makes managing complex cloud native applications intuitive. With support for IaC and a robust API, CLI, and UI, Northflank has an interface for everyone.
A fast, real-time cloud console that keeps you up to date.
Create resources programmatically and integrate into your existing systems with a powerful API.
Securely connect to private databases and services on your machine.
Bundle resources together in a template for repeatability and easy sharing.
Update resource definitions directly from your Git repository to codify your workflow.
Infinitely capable
A Complete Platform Toolkit
From provisioning cloud resources to deploying your own secure multi-tenant runtime, Northflank provides all the tools you need to deliver on your roadmap in record time.
Cutting edge components at your fingertips
gVisor
Sandbox workloads with gVisor & Northflank.
Kata Containers
Deliver a secure runtime with Kata Containers & Northflank.
Cloud Hypervisor
Orchestrate high performance and feature-rich secure workloads with CLH & Northflank.
Firecracker
Spin up microVMs with Firecracker & Northflank.
Istio
Enable service mesh with Istio & Northflank.
Linkerd
Operate a lightweight service mesh with Linkerd & Northflank.
Network policy
Secure your network and leverage egress gateways with Cilium & Northflank.
Build platform
Offer an advanced build platform with Kaniko, Buildkit, Buildpacks, & Northflank.
BYO Cloud, Logs, DNS, Secrets
Keep secrets, logs, and DNS within your own cloud boundary for maximum control.
VCS Provider Integration
Integrate with GitHub, GitLab, and Bitbucket for self-service build with Northflank.
Rapidly Deploy Docker Images
Deploy any container image built on Northflank or hosted with external Docker registries. Configure public or private networking in your project. Set environment variables, attach persistent disks, and configure resources such as CPU, RAM, and ephemeral storage.
await apiClient.create.service.deployment({
parameters: {
"projectId": "default-project"
},
data: {
"name": "Example Service",
"description": "A service description",
"billing": {
"deploymentPlan": "nf-compute-20"
},
"deployment": {
"instances": 1,
"external": {
"imagePath": "nginx:latest"
}
},
"ports": [
{
"name": "port-1",
"internalPort": 8080,
"public": true,
"domains": [
"app.example.com"
],
"protocol": "HTTP"
}
]
}
});
VIA COMMAND LINE
$ northflank create service deployment --file payload.json
VIA THE UI
View the docsYou’re in good company
Don’t just take our word for it...
Northflank is the first batteries-included developer platform that doesn’t suffer from the invisible ceilings that hover over its competitors. We could have built all of Slack with Northflank - and we would have, had it been available.
Going into our first steps with Northflank I was of the mindset, “how can it be easier than AWS AppRunner or Google Cloud Run?” but in reality it’s much more powerful and user friendly – templates and GitOps are fantastic for keeping configurations in-sync with code repos, whilst instrumentation, metrics and monitoring are top-dollar.
The UI is easy to navigate yet powerful. From quickly creating simple test containers to setting up production ready environments, Northflank provides a seamless user experience for both beginners and seasoned professionals. Plus, their customer support is exceptional, frequently going above and beyond!