Migrate WiseJ to k8s

0
0

Hi there,

As requested by customers and to follow the technology trend, we are thinking to migrate our product built with Wisej to k8s. Is it possible? What we need to take extra caution? Do we have to wait for release of 3.0 which can support .net core 3.0?

Thanks,

Weitian

  • You must to post comments
1
0

Roadmap

Kubernetes can manage windows containers. There isn’t anything special to work in a container. With VS you can configure, launch and debug dockers containers with Wisej in it. It’s just quite some work to set it up correctly, which is entirely out of wisej scope.

To run in linux container we need to run on Linux on .NET Core. This is an internal Wisej 3 test running on Linux http://linux.wisej.com/CodeProject (may be down at any time). We also have showcases Wisej running in a $60 Raspberry Pi at a .NET conference a couple of weeks ago.

However, going from a Windows platform to a Linux platform on .NET Core is not as easy as just recompiling. Lots of stuff is different and it requires a lot more work correctly on Linux. My best guess now would be a private alpha/beta build by Q1, a public beta middle of the year and probably a 3.0 release toward the end.

 

  • You must to post comments
0
0

Partially agree, this needs to run (if I am not mistaken) in WINDOWS container,

k8s is all about linux containers,

I would like to know when we could expect linux containers support?

can you share some roadmap info?

  • You must to post comments
0
0

Kubernetes is not a container and not an OS. You can run wisej apps in any container on Windows (i.e docker) very easily and even directly from visual studio, including live debugging, just like any .NET app.

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.