Tag: Containers

Jenkins X: Continuous Delivery for Kubernetes Jenkins X is a new open source CI/CD platform for Kubernetes based on Jenkins. Jenkins X runs on Kubernetes and transparently uses on demand containers to run build agents and jobs, and isolate job execution. It enables CI/CD-as-code using Jenkins Pipelines and automated deployments of commits and pull requests [...]
Read more
Integration testing with Docker and Testcontainers Unit testing is fine, but without proper integration testing, especially if you work with external resources like databases and other services, you might not know how your application will actually behave once it has been deployed to the real production environment. Before Docker, configuring the environment for integration testing [...]
Read more
Serverles: Functions, Containers and Beyond Serverless computing is one of the preeminent technologies driving cloud adoption and modern applications. Serverless is predicated on the simple mantra: never manage servers. While AWS Lambda enabled this new style of computing, today, serverless has grown to be more than just AWS Lambda. Container technologies have evolved to bring [...]
Read more
Java microservices: from Netflix OSS to Kubernetes We'll share our experience of using Netflix OSS stack and switching to Kubernetes. Main language Russian Proposal Audience level Intermediate Type of presentation Slides and code Aliaksandr Nozdryn-Platnitski Aliaksandr is a Lead Java developer in Godel Technologies. He has been developing commercial products for over 12 years. He [...]
Read more
Making it Rain: Truly Cloud Native JVM Applications The phrase “cloud native Java” gets thrown around a lot these days. Every one is excited about “cloud this” and “serverless that”. No one wants to be left behind in this brave new world. Many frameworks and architectures have stepped up to try to fill that gap [...]
Read more