Top "Fabric8" questions

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

What is CrashLoopBackOff status for openshift pods?

There is more than one example where I have seen this status from a pod running in openshift origin. In …

apache-camel cdi openshift-origin fabric8
Forbidden: updates to statefulset spec for fields other than 'replicas', 'template', and 'updateStrategy' are forbidden

I use io.fabric8.kubernetes-client, version 3.1.8 to do RollingUpdate of kubernetes resource. It is fine for Deployment. But I meet …

java kubernetes fabric8
Programmatically get the name of the pod that a container belongs to in Kubernetes?

Is there a way to programmatically get the name of the pod that a container belongs to in Kubernetes? If …

java kubernetes fabric8
How can I specify the spring.profiles.active param with a value from an environment variable using fabric8 maven plugin?

I have a K8s config map that defines an ENVIRONMENT parameter. That value is mounted as an environment variable …

spring-boot kubernetes fabric8 fabric8-maven-plugin