Fabric8 is easy to install on your laptop, on an existing Kubernetes or OpenShift cluster or the public cloud. 

Fabric8 is an end to end development platform spanning ideation to production for the creation of cloud-native applications and microservices. You can build, test and deploy your applications via Continuous Delivery pipelines then run and manage them with Continuous Improvement and ChatOps.

A summary on Fabric:

Configuration

  1. Contains a configuration management system for code and configuration files through the use of Git.
  2. Has the concept of a Profile, which is then used to instantiate application instances e.g. ActiveMQ brokers, Fuse etc.
  3. Multiple versions of Profiles are supported within the fabric through the use of Git.

Provides Scalability and High Availability

  1. With the use of Apache Zookeeper it is scalable and resilient, on each Fabric instance.
  2. Handles the complexity of IP addresses and port mappings through the Service Registry (stored in Zookeeper).
  3. Perform load balancing through Service Registry.
  4. The Service Registry enables service location transparency.
  5. Manages the ‘split brain’ problem caused by network failures in the Fabric.
  6. Supports Docker.

Allows Management of the Fabric

  1. Is manageable through a Web Console (by default on port 8181) which uses Jolokia and Hawtio. The console provides an easy way to manage the Fabric and the inbuilt Wiki allows Profiles to be documented.
  2. Provides an interactive shell for Fabric management for people who don’t want to use the Web GUI. This shell supports the usual Linux command line auto-completion and history. 
  3. Maven plugins can be used to install and deploy Java code to the Fabric. Using the maven plugin you can include profiles in the release process; so existing projects can release their profile configuration files (e.g. links to the various jars/wars etc). Each multi-module project can create a single zip file with all the profiles (folders) and config files; which can then, in Fuse 6.2 (or fabric8 1.1.x) be imported into any fabric via a command line.
  4. Fabric provides a local Maven repository which acts as a cache of any required artifacts loaded from whatever public/internal maven repositories are used.

Designed for and Includes Integration and Messaging Middleware

Fabric8 contains:

  1. Apache Karaf OSGI container.
  2. Apache Camel integration technologies supporting the standard Enterprise Integration Patterns .
  3. Fuse ESB with Apache CFX to support REST and SOAP web services.
  4. ActiveMQ message broker that supports common wire protocols.

Is Extensible

  1. The Web Console can be extended through the use of Hawtio plugins.
  2. The Fabric (from Fuse 6.2) can deploy pretty much any Java program with a Main Class.
  3. The version of Fabric currently in development (to be released as Fuse version 6.2 this year) supports not just ApacheMQ and Karaf OSGI container but, JBoss EAPWildfly and Tomcat.
Cette réponse était-elle pertinente? 0 Utilisateurs l'ont trouvée utile (0 Votes)