GitHub user mgubaidullin added a comment to the discussion: Why pods are not
showing in Deployments
[kubernetes.txt](https://github.com/user-attachments/files/21668985/kubernetes.txt)
GitHub link:
https://github.com/apache/camel-karavan/discussions/1506#discussioncomment-14036561
This
GitHub user mgubaidullin added a comment to the discussion: Why pods are not
showing in Deployments
https://github.com/apache/camel-karavan/issues/1541
GitHub link:
https://github.com/apache/camel-karavan/discussions/1506#discussioncomment-14036504
This is an automatically sent email fo
GitHub user mvolf edited a comment on the discussion: Why pods are not showing
in Deployments
That would be great, thanks @mgubaidullin. Where can we see an example of this
kubernetes.yaml file if we want to incorporate it?
GitHub link:
https://github.com/apache/camel-karavan/discussions/150
GitHub user mvolf added a comment to the discussion: Why pods are not showing
in Deployments
Where can we see an example of this kubernetes.yaml file if we want to
incorporate it?
GitHub link:
https://github.com/apache/camel-karavan/discussions/1506#discussioncomment-14036257
This is a
GitHub user mgubaidullin added a comment to the discussion: Why pods are not
showing in Deployments
`Deploy button should be hidden for k8s` It was implemented like this, however
some users asked to have custom kubernetes.yaml for deployment. I will add
verification to show this button only i
GitHub user mvolf added a comment to the discussion: Why pods are not showing
in Deployments
@mgubaidullin Thanks for the reply, I'm aware of this. I still believe that the
Deploy button should then either be hidden for k8s, or the kubernetes.yaml
mandatory file should be provided.
GitHub li
GitHub user mgubaidullin added a comment to the discussion: Why pods are not
showing in Deployments
You do not need explicitly deploy application to k8s.
Build script makes it for you `k8s:apply`.
https://github.com/apache/camel-karavan/blob/2a8f3d0afd8b0c66373c0ca714f630c3d294659e/karavan-app/
GitHub user mvolf added a comment to the discussion: Why pods are not showing
in Deployments
@edubencz Did you get any reply or progress on this issue? I found that the
deploy endpoint is looking for a "kubernetes.yaml" file inside of the project
that the user is trying to deploy, however thi
GitHub user AnasAldweik999 added a comment to the discussion: Data
Transformation and Mapping
Hi @mgubaidullin
I'm currently exploring UI-driven mapping for integrations and came across this
discussion. I wanted to ask if there's any update on the current status of the
mapping feature menti
GitHub user bluezebra-developers added a comment to the discussion: Container
Disk Usage Growth in Dockerized Camel Karavan — How to Prevent or Manage It?
Hello @mgubaidullin,
Is there an guide how to run with docker in prod environment?
GitHub link:
https://github.com/apache/camel-karavan/di
GitHub user bluezebra-developers added a comment to the discussion: Container
Disk Usage Growth in Dockerized Camel Karavan — How to Prevent or Manage It?
How to run env in production mode?
GitHub link:
https://github.com/apache/camel-karavan/discussions/1532#discussioncomment-13548244
GitHub user bluezebra-developers deleted a comment on the discussion: Container
Disk Usage Growth in Dockerized Camel Karavan — How to Prevent or Manage It?
How to run env in production mode?
GitHub link:
https://github.com/apache/camel-karavan/discussions/1532#discussioncomment-13548244
---
GitHub user edubencz added a comment to the discussion: Exporting logs
Thanks for you answer, @mgubaidullin
So the best approach is via scrapping?
I was trying something along the lines of active export on the part of the
integration service.
As camel-observabilities still doesn't export lo
GitHub user mgubaidullin added a comment to the discussion: Exporting logs
Using a Centralized Logging System (Production-Grade) for scalable, persistent,
searchable logs:
Popular logging stacks:
ELK Stack (Elasticsearch + Logstash + Kibana)
EFK Stack (Elasticsearch + Fluentd + Kibana)
Loki +
GitHub user bluezebra-developers added a comment to the discussion: Container
Disk Usage Growth in Dockerized Camel Karavan — How to Prevent or Manage It?
Dev. I think I found it. It is trace json file.
How can I deploy docker with production, which parameter is compose file and
what paramete
GitHub user edubencz added a comment to the discussion: Why pods are not
showing in Deployments
Perfect! thanks @mgubaidullin, that solved the problem!
One more thing. The button Deploy is enabled, and if I click it, an error toast
pops up, and the request details show some problem trying to
GitHub user mgubaidullin added a comment to the discussion: Container Disk
Usage Growth in Dockerized Camel Karavan — How to Prevent or Manage It?
What containers have this issue? DevMode or Production?
GitHub link:
https://github.com/apache/camel-karavan/discussions/1532#discussioncomment-1
GitHub user mgubaidullin added a comment to the discussion: Why pods are not
showing in Deployments
`packaged` will be used in the next version
GitHub link:
https://github.com/apache/camel-karavan/discussions/1506#discussioncomment-13497948
This is an automatically sent email for users@
GitHub user mgubaidullin added a comment to the discussion: Why pods are not
showing in Deployments
Pod should have label "org.apache.camel.karavan/type"="project" for Karavan
4.10.x and below.
Usually configured in build.sh
```
...
-Djib.container.labels=org.apache.camel.karavan/type=project,
GitHub user edubencz added a comment to the discussion: Why pods are not
showing in Deployments
It seems to me that my build step is not applying the expected label to
identify the pod type?
LABEL_TYPE = "org.apache.camel.karavan/type";
If I access the pod manually via k8, and apply this lab
GitHub user edubencz added a comment to the discussion: Why pods are not
showing in Deployments
Looking at the frontend code, it seems to require pods to have an specific
'type' to be 'packaged' but my pods are getting tyoe 'unkown':
![image](https://github.com/user-attachments/assets/a343ead
GitHub user edubencz added a comment to the discussion: Why pods are not
showing in Deployments
Any solution to this problem of No Pods?
I can see karavan web app probing GET 'ui/container' endpoint, and my
integration container/pod is visible in the response list.
I imagine there is some
GitHub user mgubaidullin added a comment to the discussion: Creation of Karavan
Image for ECR
You can either pull the apache/camel-karavan image and push it to your AWS
image registry, or build your own image by following the same steps used in the
GitHub Actions workflow in the repository.
GitHub user squakez added a comment to the discussion: Nested kamelets
Hello, this doc should help:
https://camel.apache.org/components/next/kamelet-component.html#_calling_a_kamelet_from_another_kamelet
GitHub link:
https://github.com/apache/camel-karavan/discussions/1528#discussioncomment-1
GitHub user mgubaidullin added a comment to the discussion: Karavan vs Kaoto
If you're looking for tooling to enable Business Analysts to design and deploy
integrations in a CamelK environment, here are a few key considerations:
**Camel-K Compatibility:**
If you're specifically using Camel-K,
GitHub user shaun-forgie edited a comment on the discussion: Karavan vs Kaoto
I am looking for tooling that can be used by Business Analysts to design and
deploy integrations and pipes into a Camelk environment.
GitHub link:
https://github.com/apache/camel-karavan/discussions/1526#discussionc
GitHub user shaun-forgie added a comment to the discussion: Karavan vs Kaoto
I am looking for design tooling that can be used by Business Analysts to build
integrations and pipes.
GitHub link:
https://github.com/apache/camel-karavan/discussions/1526#discussioncomment-13058505
This is an
GitHub user mgubaidullin added a comment to the discussion: Karavan vs Kaoto
Kaoto is designer of routes while Karavan is end-to-end solution: projects
stored in git, designer, build and deployment to Docker or Kubernetes.
What are you looking for?
GitHub link:
https://github.com/apache/came
GitHub user shaun-forgie edited a discussion: Karavan vs Kaoto
Interested to know which approach we should take for integration design
workflows.
GitHub link: https://github.com/apache/camel-karavan/discussions/1526
This is an automatically sent email for users@camel.apache.org.
To unsu
GitHub user davsclaus added a comment to the discussion: Having SFTP Issues,
You can set `throwExceptionOnConnectFailed=true` and then see if the log shows
more details why you cannot login
GitHub link:
https://github.com/apache/camel-karavan/discussions/1522#discussioncomment-13004170
GitHub user woodarts edited a discussion: Having SFTP Issues,
I have a route, Its trying to connect to an SFTP end point, But I receive this
error all the time
sftp://xxx.com:22/Karavan-SFTP-Test?username=eipp-ipl-demo&password=x&passiveMode=true&autoCreate=false&delete=false&recursiv
GitHub user davsclaus added a comment to the discussion: jsonschema2pojo
component
No this cannot be done from inside Karavan - its a maven plugin and you need to
use a maven based project for that to generate those DTOs.
GitHub link:
https://github.com/apache/camel-karavan/discussions/1518#
32 matches
Mail list logo