Report this

What is the reason for this report?

Deploying .NET core microservices into a kubernetes enabled deployment server

Posted on December 29, 2021
TRN

By TRN

We are doing some R&D on the microservices deployment. We are using .NET core microservices and currently we are using docker hub for testing purposes and we need to deploy that into a deployment server. So, will the Kubernetes enabled servers help us?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi there,

For a microservices architecture, Kubernetes is definitely the production-ready solution to go for.

I could suggest giving the Managed Kubernetes services a try:

https://www.digitalocean.com/products/kubernetes/

That way you could get a Kubernetes cluster up and running with a single click for as low as $10/mo.

Alternatively, if you have an operations team, you could go for an unmanaged cluster by installing Kubernetes on a set of Droplets as per the tutorial here:

https://www.digitalocean.com/community/tutorials/how-to-create-a-kubernetes-cluster-using-kubeadm-on-ubuntu-16-04

For a PoC or a local development environment, running your microservices using individual containers is also absolutely fine.

Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.