In enterprise environments, maintaining the constant availability of applications for intended traffic is crucial. However, this often results in unnecessary costs and the consumption of precious resources by idle servers, even in the absence of traffic. Is it possible to eliminate the costs associated with idle resources without sacrificing availability?
Serverless on Kubernetes allows applications to run only as needed, but practicality depends on fast startup times. For Java applications, startup time can be a significant challenge. Open Liberty, a lightweight, open-source Java runtime, boasts the InstantOn feature. This feature significantly reduces startup timeāup to 90%, making it an ideal solution for mitigating the startup time challenge in serverless applications.
Join us for an in-depth exploration of the world of serverless and its challenges, and demonstration of Java serverless application on Kubernetes.
Monica Tamboli brings over two decades of invaluable experience within the Java ecosystem. Currently at IBM, her recent focus involves modernizing applications for the cloud and Kubernetes.
A frequent
...