Questions tagged [fabric8]

fabric8 is an open source microservices platform based on Docker, Kubernetes and Jenkins which provides Management (with centralized logging and metrics), Continuous Delivery (based on Jenkins, Nexus and Sonarqube with integrated Chat), Integration (Integration Platform as a Service based on Apache ActiveMQ, Camel and CXF) and tools for developers and devops

Fabric8 is an open source microservices platform based on Docker, Kubernetes and Jenkins which provides

see fabric8 on github

381 questions
0
votes
1 answer

High availability in JBoss Fuse Fabric for CXF Rest services

We are trying to figure out how best to create a highly available Fuse Fabric infrastructure where there should not be any requirement for client side configuration. We mostly have CXF Rest services. If we create odd number of fabric containers and…
dave
  • 91
  • 6
0
votes
1 answer

Fuse Fabric8 Clustering

I am noob in fabric8. I have a doubt regarding clustering with docker images. I have pulled the docker image for fabric8 fabric8/fabric8. I just want to make the containers i launch to automatically fall into the same cluster without using…
Shan
  • 2,141
  • 2
  • 17
  • 32
0
votes
1 answer

How do I use Camel 2.15 with the pom.xml generated by Fabric8 Maven archetype

I'm excited about the release of Camel 2.15. I want to use it with Fabric8. How do I modify the pom.xml generated by the Fabric8 Spring Boot archetype so it uses Camel 2.15? http://fabric8.io/gitbook/springBootContainer.html It seems to default to…
Benj F
  • 291
  • 3
  • 15
0
votes
1 answer

What is the difference between a fabric container and a standalone container?

While going through Redhat Fuse ESB documentation , I found mention of fabric containers as something different from stand-alone container. Are Fabric containers virtual/logical containers? Link :…
Tapan Nallan
  • 1,762
  • 3
  • 17
  • 37
0
votes
1 answer

How to deploy with fabric8 on Jboss Fuse Openshift

I need your help!! I'm trying to deploy my service on Jboss Fuse in Openshift. I add fabric maven plugin in my pom.xml: io.fabric8 fabric8-maven-plugin And this is my…
dieh1984
  • 53
  • 8
0
votes
1 answer

Fabric-karaf, Apache Camel, fabric-camel: "Component is not started"

I have a problem with fabric-camel component. It detects my camel endpoints from blueprint: 2014-10-02 15:27:43,598 | INFO | 26c-351-thread-2 | FabricPublisherEndpoint | 204 - io.fabric8.fabric-camel - 1.1.0.CR5 | Child:…
Paweł Prażak
  • 3,091
  • 1
  • 27
  • 42
0
votes
0 answers

Fabric8 container-create-child always times out

I have been testing fabric8-karaf-1.1.0.CR5 on both macosx and linux. I would like to deploy a java container with a camel application under development. I have creates mvn archetypes and deployed quickstart projects for both spring boot webmvc and…
eceppda
  • 237
  • 2
  • 7
0
votes
0 answers

How to integrate Fabric8 with Eclipse?

I'm using fabric8-karaf-1.1.0.CR5 in a stand-alone installation and it works fine there. Now I wanted to embedd it into Eclipse Kepler SR2. I basically followed Integrating Felix with Eclipse. But, instead of just adding bin/felix.jar to the…
Gerold Broser
  • 14,080
  • 5
  • 48
  • 107
0
votes
1 answer

Register REST API or any other session based API in Fabric8 + connections registry

we are working on few REST interfaces with Fabric8, however taking a different approach in exposing those. E.g. not using CXF, rather doing our own stuff based on netty. I've been studying the API registry and particularly the examples which are…
Tiho
  • 85
  • 1
  • 6
0
votes
2 answers

Unable to deploy profile to JBoss Fuse 6.1 using fabric8:deploy

I am trying to deploy a simple Camel route to my local instance of JBoss Fuse 6.1 (GA release). I am trying to use the fabric8-maven-plugin to do so, but everytime I run fabric8:deploy, I receive the following error Failed to execute goal…
brunch
  • 623
  • 1
  • 6
  • 11
0
votes
2 answers

Apache Camel, DirectConsumerNotAvailableException while runing cxf on fabric8(karaf), though local runs fine

I have two routs into two contexts first one gets the http (jetty) request and sends it to direct:/{{sms.endpoint.name}} and the second one gets the pojo from cxf cxf:bean:smsCxfEndpoint and works with it.. The cxf endpoint looks…
soul away
  • 7
  • 1
  • 4
0
votes
1 answer

How do I deploy a custom aggregation strategy in JBoss Fuse 6.1

So I have an aggregation strategy class that I want to use with Multicast in Camel. I am not sure where to put this in JBoss Fuse. Currently I am using a blueprint camel.xml in a new Fabric Profile to deploy a camel route. I understand how to create…
0
votes
1 answer

ActiveMQ connection in Fabric8 using Blueprint instead of DS

In Fabric8, the preferred way to obtain an ActiveMQ connection is via the mq-fabric profile, which provides an ActitveMQConnection object via Declarative Services. An example of this is given on GitHub, which works just fine. However, I've yet to…
Aston
  • 41
  • 1
  • 2
  • 8
0
votes
1 answer

Examples for using process manager approach in fabric8

I am looking for some examples for how to use the process manager approach in fabric8. I read that we can create a tarball of the application we want to deploy and mentions that we need init scripts for start/stop (…
Raylite3
  • 837
  • 2
  • 11
  • 22
0
votes
1 answer

Install fusehq-agent with fabric8?

Is the fusehq-agent mentioned in the fabric8 docs the same as JBoss Operations Network agent? fabric8 Process Manager process:install -k fusehq-agent someURLToDistro I see this link on the redhat site which leads me to think that fusehq-agent means…
Raylite3
  • 837
  • 2
  • 11
  • 22
1 2 3
25
26