etcd
minio
Our great sponsors
etcd | minio | |
---|---|---|
48 | 74 | |
42,871 | 38,019 | |
1.1% | 2.2% | |
9.9 | 9.9 | |
6 days ago | 6 days ago | |
Go | Go | |
Apache License 2.0 | GNU Affero General Public License v3.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
etcd
-
Why is the principle stating that "interfaces should belong to the package that uses values of the interface type, not the package that implements those values" sometimes violated?
While exploring popular projects such as etcd and especially traefik, I noticed a violation of the principle that states "interfaces should belong to the package that uses values of the interface type, not the package that implements those values." For example, Here we can see that ManagerFactory import Registry interface that placed here and implementations of this interface in the same package, which violates the aforementioned principle. Even if the interface is simply a specification, it should still be defined on the consumer side. Is it considered bad practice to follow what traefik does in this case or I doesn't understand somthing? P.S. I'm newcomer, so sorry if it's silly question.
-
How to implement a distributed /etc directory using etcd and JuiceFS
In case of data sensitivity, you can enable the encrypted communication function of etcd for encrypted data transmission. Refer to the sample script provided by the etcd project.
-
How to get a head start into contributing to open source projects
Step 0: You have a strong grasp on who uses the tool/product/service and for what purpose. That can take weeks, months, or years depending on the specific project you're contributing to. A little NodeJS module? Probably closer to days. etcd? Probably closer to months/years.
-
Secret Management in Kubernetes: Approaches, Tools, and Best Practices
etcd is not secure - etcd is where Kubernetes secrets are stored. Though etcd is a distributed key/value store with great performance, it lacks key features when it comes to handling sensitive data such as audit log, key rotation, and encryption of key.
-
💡Hosted ETCD aaS
You know how Kubernetes is absolutely blowing up? Well there's one piece of technology that it all depends on -- etcd.
-
ETCD Backup with K10 / Kanister
FROM quay.io/coreos/etcd:v3.5.0 as etcd FROM alpine:3.17 RUN apk add --no-cache tar # Taken from https://github.com/etcd-io/etcd/blob/main/Dockerfile-release.amd64 COPY --from=etcd /usr/local/bin/etcd /usr/local/bin/ COPY --from=etcd /usr/local/bin/etcdctl /usr/local/bin/ COPY --from=etcd /usr/local/bin/etcdutl /usr/local/bin/ COPY --from=etcd /etc/nsswitch.conf /etc/nsswitch.conf CMD ["/usr/local/bin/etcd"]
-
a tool for quickly creating web and microservice code
Service registry and discovery etcd, consul, nacos
-
Kubernetes: What It Is, How It Works, and Why It's A Game changer
Yes, Kubernetes, in fact, relies on a number of other free and open source software packages. As a base, it relies on the Docker container runtime and the CoreOS Linux distribution, and it utilizes other open source projects for a number of its components, such as etcd for distributed key-value storage. The tool's core and control plane are both built in GO programming language, making it a completely Go-based application. Kubernetes itself is an open source project and has been used as a building block for other open source projects.
-
A poor man's API
APISIX stores its configuration in etcd
-
How to choose the right API Gateway
Next, review deployment complexity such as DB-less versus database-backed deployments. For example, Kong does require running Cassandra or Postgres. Apigee requires Cassandra, Zookeeper, and Postgres to run, while other solutions like Express Gateway and Tyk only require Redis. Apache APISIX uses etcd as its data store, it stores and manages routing-related and plugin-related configurations in etcd in the Data Plane.
minio
-
Can anybody help explain the impact of this - Deprecation of the MinIO gateway
On a related note, does anyone know what happened to the minio edge command mentioned here? They said that S3 gateway will live on as minio edge, but gateway was removed and edge is nowhere to be found.
-
What can I do with a 2GB memory laptop?
On the other hand, 2GB RAM is quite useful for server-type workload: A web server, a small DB, a blog, email service...what other people buy RPi's for, you can do with that laptop. Add some external (USB3 I hope) storage (SSD or even a good USB stick), and use it as centralized storage. I run minio (S3 storage) and NextCloud on a small machine and it's way more convenient and useful than I imagined initially.
-
reduct-storage alternatives - minio and InfluxDB
3 projects | 4 Oct 2022
-
unconsistency of distributed minio cluster
A good place to start this discussion would be https://github.com/minio/minio/issues
Without your setup details we are just guessing. You can post your setup here: https://github.com/minio/minio/discussions
-
Esteros - Online ice cream shop
Minio
- AWS switch from gzip to zstd – about 30% reduction in compressed S3 storage
-
S3 Isn't Getting Cheaper
You can host your own S3 API-compatible object storage service on some EC2 instances (exercise left to the reader to figure out how to make that reliable). Zero PUT cost, higher operational overhead.
Minio: https://github.com/minio/minio
-
Nutanix Objects Violates MinIO’s Open Source License
Sometimes it's pretty cut and dry, just people using open source without attribution and hoping that nobody will find out. But why?
MinIO seems to be licensed under AGPL: https://github.com/minio/minio/blob/master/LICENSE
It seems that it effectively mandates that the modified version needs to be made available: https://en.wikipedia.org/wiki/GNU_Affero_General_Public_Lice...
The GNU Affero General Public License is a modified version of the ordinary GNU GPL version 3. It has one added requirement: if you run a modified program on a server and let other users communicate with it there, your server must also allow them to download the source code corresponding to the modified version running there.
What are some alternatives?
GlusterFS - Gluster Filesystem : Build your distributed storage in minutes
Nextcloud - ☁️ Nextcloud server, a safe home for all your data
Seaweed File System - SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding. [Moved to: https://github.com/seaweedfs/seaweedfs]
Samba - https://gitlab.com/samba-team/samba is the Official GitLab mirror of https://git.samba.org/samba.git -- Merge requests should be made on GitLab (not on GitHub)
consul - Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
Swift - OpenStack Storage (Swift). Mirror of code maintained at opendev.org.
Monsta FTP - Open source PHP/Ajax cloudware that puts FTP file management right in your browser, anywhere, any time.
Go IPFS - IPFS implementation in Go [Moved to: https://github.com/ipfs/kubo]
ownCloud - :cloud: ownCloud web server core (Files, DAV, etc.)
SFTPGo - Fully featured and highly configurable SFTP server with optional HTTP/S, FTP/S and WebDAV support - S3, Google Cloud Storage, Azure Blob
Seafile - High performance file syncing and sharing, with also Markdown WYSIWYG editing, Wiki, file label and other knowledge management features.
seaweedfs - SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding.