DEV Community

Cover image for Paris and Tokyo Regions in GA
alisdairbr for Koyeb

Posted on • Originally published at koyeb.com

Paris and Tokyo Regions in GA

Today is Day 3 of Launch Week, and we are excited to announce not just one, but two new regions are generally available to deploy your low-latency AI workloads, full stack applications, APIs, and databases globally!

Join us in welcoming Paris and Tokyo to the Koyeb platform and to a growing list of global locations where you can deploy your applications! 🎉

As of today GA locations now include: Paris 🇫🇷, Tokyo 🇯🇵, Washington, D.C. 🇺🇸, Singapore 🇸🇬, and Frankfurt. 🇩🇪 🇪🇺

Paris and Tokyo

Everything you need to deploy high performance serverless apps is now available in Paris and Tokyo:

Additionally, the Paris and Tokyo regions benefit from our zero infrastructure management experience with all the platform’s features: continuous deployment, autoscaling, built-in edge networkservice discovery for seamless service-to-service communication, real-time logs and metrics, and more.

Deploy in Paris and Tokyo in Seconds 秒

Whether you prefer a user-friendly control panel or prefer working from your terminal, you can deploy through our dashboard or CLI within seconds.

Our platform supports deployments with:

  • Git: Seamlessly integrate with GitHub to push code directly from your repositories to production. We take care of the build process, using either native buildpacks or a Dockerfile that you provide.
  • Docker images: Deploy container images from any public or private registry. This is ideal if you already have a CI pipeline generating Docker images. In both cases, your workloads are run in isolated Firecracker microVMs on our bare metal servers, located in your chosen regions.
  • Local directory: Using the Koyeb CLI, you can build and deploy your application directly from your project's directory. Unlike deploying with GitHub or from a container registry, deploying from a project directory does not require any intermediary services.

For today’s demo, we’ll deploy a sample Go application from a public Git repository.

Via the CLI

To deploy our Go example in Paris and Tokyo, run the following command with the CLI:

koyeb app init fast \
  --git github.com/koyeb/go \
  --git-branch main \
  --regions par,tyo
Enter fullscreen mode Exit fullscreen mode

Once the deployment has finished and your application is live, run the following command to obtain the public domain, which you can then use to access your application.

koyeb app get fast
ID          NAME    STATUS      DOMAINS                                 CREATED AT
b77006e8    fast    STARTING    ["fast-lets-go-2455e588.koyeb.app"] 18 Sep 24 08:58 UTC
Enter fullscreen mode Exit fullscreen mode

Via the control panel

To deploy any project in Paris and Tokyo using the freshly revamped control panel, you will need to follow 3 steps:

  1. 👨‍💻 Select your deployment method: GitHub or Docker
  2. ⬇️ Import your project
  3. ✅ Configure your service

After you've imported your project, you can select the instance type and the regions you want to deploy to.

Deploying a Go application in Koyeb

Here's the service summary page you'll see before deploying the example Golang application using the control panel:

Deploying a Go application in Koyeb

On this page, you can configure:

  • Builder: Koyeb can use either native buildpacks or a Dockerfile to build your application
  • Environment variables: You can also set Secrets to keep sensitive information safe
  • Instance type: GPU, Standard, and Eco Instances
  • Regions: Tokyo, Paris, San Francisco, Washington, D.C., Frankfurt, and Signapore
  • Scaling: Fixed or autoscaling
  • Ports: The ports on which your service listens
  • Health checks: By default, Koyeb automatically performs TCP health checks on your Service's exposed ports to ensure maximum availability

You can see the estimated cost of your service before deploying it. Once you’re ready, hit Deploy to launch your application.

Why Paris and Tokyo?

Proximity is essential when it comes to delivering optimal performance to your end users in Europe and APAC.
Paris and Tokyo were two highly demanded regions for the platform.

Hosting your services closer to your audience improves connectivity and reduces latency, ensuring a faster and smoother experience.

As a part of our mission to provide everyone using your apps and services the best possible experience, we needed to add a core location closer to them.
We're so excited about the thriving tech ecosystems in these regions and look forward to seeing what you deploy there!

New GA regions

Pricing

Standard Instance in Paris and Tokyo are available for everyone at the same price than other regions.

Our pricing model is simple and transparent: you only pay resources used per second, allowing you to scale based on your needs.
You can deploy our GPU, Standard, and Eco Instances on-demand:

We also offer managed PostgreSQL databases, so you can run your databases in the same place as your services. Explore our Postgres database details and pricing.

For more details, check our pricing page or contact us.

Built-in to all Koyeb Instances to Power Your Apps

We're bringing the world’s best serverless features to Paris and Tokyo:

What's Next? Join over 100k developers and deploy global applications across 3 continents 🚀

We are working on adding more regions to our platform. If you have a specific region in mind, please let us know by upvoting it on our feedback board.

If you need some ideas about what to deploy first, check out our tutorials section, our one-click apps catalog, and our collection of deploy guides in our documentation.

To get you started, we provide a Free Tier that lets you deploy your first service and managed database for free. If you want to know more about why we offer a free tier and how we sustain it, read our dedicated blog post about sustaining a free tier.

We are looking forward to seeing what you’ll deploy in Paris and Tokyo!

Top comments (0)