Questions tagged [fleet]

fleet ties together systemd and etcd into a simple distributed init system. Think of it as an extension of systemd that operates at the cluster level instead of the machine level

About

fleet is a cluster manager that controls systemd at the cluster level. To run your services in the cluster, you must submit regular systemd units combined with a few fleet-specific properties

If you're not familiar with systemd units, check out our Getting Started with systemd guide.

This guide assumes you're running fleetctl locally from a CoreOS machine that's part of a CoreOS cluster. You can also control your cluster remotely. All of the units referenced in this blog post are contained in the unit-examples repository. You can clone this onto your CoreOS box to make unit submission easier.

Links

48 questions
1
vote
1 answer

What is a front-end fleet?

I stumbled upon this term reading AWS documenation, some instances are recommended for building fleets but I have no clue what that is. What is a front-end fleet?
ArekBulski
  • 4,520
  • 4
  • 39
  • 61
1
vote
1 answer

Containers dependency with etcd keys

I want to have containers dependency with etcd keys. Let's say I have a key "key" with value of "x", if that key changes to "y", I want to kill a specific container (which will automaticlly restart because it have a unit with always restart). I'm…
Gal Gibli
  • 474
  • 3
  • 6
  • 16
1
vote
1 answer

Fleet can't launch Docker registry container

I'm brand-spanking-new to Docker and CoreOS. I have a VM running CoreOS as its host, and I'd like to simply get the WordPress container running on it (as a "Hello, Docker/CoreOS!"-type primer. I found this excellent article which led me to SSH into…
smeeb
  • 27,777
  • 57
  • 250
  • 447
1
vote
1 answer

Where should I keep service files for a CoreOS cluster, and how should I load them?

I would like to deploy a cluster of CouchDB servers behind a load balancer, and have the services do that magical etcd discovery. After finishing the CoreOS quickstart, I am at a loss for how to actually use what I have just learned in a project of…
Dan Ross
  • 3,596
  • 4
  • 31
  • 60
0
votes
0 answers

Fleet bash terminal is not recognising commands

I am trying fleet with the bash terminal. I've opened successfully by adding this in the settings.json: { "theme": "dark_purple", "launchTerminalOnOpen": true, "terminal.shellIntegration": true, "terminal.profiles": [ { …
Andy95
  • 210
  • 1
  • 10
0
votes
1 answer

elastic search, agent enrollment failure

I am trying to enroll agent onto my fleet server, the server is live but whenever I try to connect my agent it doesn't work. I keep encountering the same…
0
votes
0 answers

Promoting a pre-release package to release in Python without rebuilding?

I am configuring a CI/CD pipeline using GitHub Actions to build, test, and upload Python packages to an internal PyPI registry. The tools I'm using include pyproject.toml, fleet, pytest, and twine. In the initial flow, I build the package using a…
0
votes
0 answers

How to add two agents in transport Fleet Block

I am wondering that how could I add two agents in the transport fleet. For example in the picture one is AGV and other is My AGV. enter image description here Thanks How could we used two agent simultaneously in the model with the help of transport…
Romi
  • 15
  • 3
0
votes
2 answers

There is no data in Elastic APM using fleet

I used the below link to Install and configure Elastic APM https://www.elastic.co/guide/en/observability/8.7/ingest-traces.html I have a linux ubuntu server, I Installed Elastic Search and Kibana and configured them, I can access kibana from outside…
mesut
  • 2,099
  • 3
  • 23
  • 35
0
votes
0 answers

Go + Fleet 1.17.66. Debug tool does not appear on Windows, but working on Ubuntu (vmware)

Parameters: Fleet version: build 1.17.66 OS: Windows 10 (10.0, amd64) Cores(2): Intel(R) Xeon(R) Silver 4216 CPU @ 2.10GHz 2.10 GHz Ubuntu 22.04 via vmware on Windows 10. I am testing Fleet ver. 1.17.66 with Golang . I read manual from this weblink…
Salmaner
  • 31
  • 3
0
votes
1 answer

Elasticsearch : Is there a way to get an alert when a new agent joins the fleet?

When a new agent joins the fleet, I want to make a few notes on my application. Is it possible to get a notification whenever a new agent joins to fleet? I checked elasticsearch watcher but haven't found solution so far.
0
votes
0 answers

HERE Maps Fleet telematics API - value Interpretations

I am using fleet telematics API to get the speed limit and traffic sign along the GPS traced route. I am facing difficulty in decoding the values received. I was earlier using the below…
0
votes
0 answers

ELK - Fleet - IIS integration

i have fleet server and iis integration on my elk stack. Elastic agent on the iis server ships "../Logfiles/..log" files to elasticsearch but it sends all log files on that folder(est. there are 2 years logs) I just want to send last 3 months logs.…
tazemeta
  • 1
  • 1
0
votes
1 answer

Is there a way to solve fail to enroll error?

I want to install the elastic agent in my host to use my logs in kibana. But when I want to install, this error appears: "fail to enroll: fail to execute request to fleet-server: x509: certificate signed by unknown authority". Please tell me how…
nahid afzali
  • 73
  • 1
  • 8
0
votes
0 answers

How to capture event logs from Microsoft-Windows-NetworkProfile/Operational using elastic agent?

I am trying to view the logs related to network connection on the Kibana dashboard. Here is a snippet I am using in the elastic-agent.yml file to capture System logs. How can I capture Microsoft-Windows-NetworkProfile/Operational logs?
Diablo3093
  • 963
  • 4
  • 15
  • 26