Knative: Deep Dive, from Installation to Deployment
This presentation will cover two projects from sig-big-data: Apache Spark on Kubernetes and Apache Airflow on Kubernetes. We will give an overview of the current state and present the roadmap of both projects, and give attendees opportunities to ask questions and provide feedback on roadmaps.
This article focuses on the Open vSwitch (OVS) userspace datapath accelerated with the Data Plane Development Kit (DPDK) and its new feature, partial flow hardware offloading, which can potentially save resources while improving the packet processing rate.
How to deploy a NuGet server as a caching server on Red Hat OpenShift to speed up builds and host private packages. It also explains some general NuGet concepts and why it makes sense to use a local NuGet server.
This article, which is Part 5 of the series, covers core elements of a generic architectural blueprint (container platform and microservices) for the omnichannel customer experience use case.
Part 2 of a series about using a container platform for automated performance testing. It describes how to build an observability stack that can be used during automated performance tests.
This article discusses two game-changing performance improvements that have been added to Open Virtual Network (OVN), a component of Open vSwitch project, in the past year: ovn-nbctl daemonization and port groups. The article also discusses possible future improvements.
The final article in this 4 part series covers Eclipse Che 7 features to help enterprise development teams and discusses release timing.
Learn how to instrument and monitor Node.js applications on OpenShift with Prometheus. Increase observability of your microservice deployments.
This article shows how the ASP.NET Core 2.2 Health Checks API works with OpenShift by implementing two health checks: one for the Kubernetes liveness probe and one for the Kubernetes readiness probes. Since OpenShift includes Kubernetes, the example also works well with Kubernetes.
Video of Kubecon 2018, explore the various integrations that have enabled Kubeflow to quickly emerge as the de-facto machine learning toolkit for Kubernetes.
Part 3 of 4 covering Eclipse Che 7 features. With a new workspaces model and full “dev-mode” for application runtimes—Eclipse Che the first kube-native IDE!
This article, which is Part 4 of the series, covers details pertaining to API management and reverse proxies of a generic architectural blueprint for the omnichannel customer experience use case.
Video: Security Considerations for Container Runtimes. Explains/demonstrates using Kubernetes with different security features for your container environment.
Part 2 of 4 articles on upcoming features in Eclipse Che 7. This article provides a deep dive on the new plugin model of Eclipse Che 7 and VSCode compatible extensions.
This article discusses a fast and easy way to get Java apps running in a cloud by using OpenShift’s Source-to-Image (S2I) builder with Maven, Gradle,or Java 11.
Part 1 of 4 articles on Eclipse Che 7 featuring a better plugin model, a new IDE, and Kubenative Workspaces — Eclipse Che Is on Fire !
This article describes how to build .NET Core container images using source-to-image (S2I). The container images can be built directly from a git repository, from local sources, or from a pre-built application on, which can be useful on your development machine or as part of a CI/CD pipeline.
Red Hat Container Development Kit (CDK) 3.7 is now available to run an OpenShift/Kubernetes cluster on your laptop for developing cloud- and container-based applications.
Spring has a new way to code to and it's called Spring Functional or SpringFu. This article uses Kotlin to showcase some of the benefits--such as the ability to write cleaner, more-readable code and gain more flow control--you get from SpringFu.