laravel-backup
A package to backup your Laravel app (by spatie)
external-dns
Configure external DNS servers dynamically from Kubernetes resources (by kubernetes-sigs)
laravel-backup | external-dns | |
---|---|---|
5 | 81 | |
5,864 | 8,437 | |
0.5% | 1.7% | |
8.4 | 9.8 | |
about 1 month ago | 3 days ago | |
PHP | Go | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
laravel-backup
Posts with mentions or reviews of laravel-backup.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-06-30.
-
Packages for Laravel
https://github.com/jeremykenedy/laravel-logger#authentication-middleware-usage https://github.com/beyondcode/laravel-dump-server https://github.com/barryvdh/laravel-debugbar https://github.com/laravel-shift/blueprint https://github.com/spatie/laravel-backup https://github.com/spatie/laravel-permission https://github.com/spatie/laravel-activitylog https://github.com/realrashid/sweet-alert https://github.com/rappasoft/laravel-livewire-tables https://github.com/yajra/laravel-datatables https://github.com/Labs64/laravel-boilerplate https://github.com/creativetimofficial/argon-dashboard-laravel https://github.com/the-control-group/voyager https://github.com/beyondcode/laravel-er-diagram-generator
-
10 Laravel packages that might save your day
8. spatie/laravel-backup
-
4 Packages You Need in Any Laravel Project
4. spatie/laravel-backup https://github.com/spatie/laravel-backup
-
Ask HN: Solo-preneurs, how do you DevOps to save time?
In my case I'm dumping + zipping the entire database at the application level. In my case is as simple as adding a library [1], scheduling the job and transferring to AWS S3 (my main application is on DigitalOcean)
[1] https://github.com/spatie/laravel-backup
-
Development environment suggestions
Database backups via php artisan backup:run
external-dns
Posts with mentions or reviews of external-dns.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-28.
-
Introduction to Kubernetes & EKS: Learnings & Pitfalls
The following Kubernetes Add-Ons were utilized for this solution which worked in conjunction with one-another. a. AWS Load Balancer Controller - An amazing AddOn which automates the creation of the AWS Application Load Balancer (based on the creation of an Ingress resource) and points this at our application pods. It also magically manages the Target Group for us so that our ALB is always pointing to our live pods. b. External DNS - Updates and manages our Route53 records to point to our load balancer (again, using the config in the Ingress resource).
-
Automating DNS in Azure Private DNS with External-DNS ☁️🔐
External-DNS GitHub
-
Upgrading Hundreds of Kubernetes Clusters
The second one is a combination of tools: External DNS, cert-manager, and NGINX ingress. Using these as a stack, you can quickly deploy an application, making it available through a DNS with a TLS without much effort via simple annotations. When I first discovered External DNS, I was amazed at its quality.
-
Kubernetes External DNS provider for Hetzner
One of the reasons why I chose Hetzner was that it WAS supported by the ExternalDNS project. I didn't quite understand why the Hetzner provider was pulled, but I saw that an attempt of re-adding it was refused, on the ground that the upcoming webhook architecture would have allowed to better maintain providers.
-
Istio Multi-Cluster Setup
Write a custom controller for the external DNS controller, or setup some form of ArgoCD app / appset templating.
-
Looking for ExternalDns alternative for non k8s environment
so I am looking at having an automated way for new routers registered in Traefik to also have the corresponding DNS entry added to my Pihole instance similar to external-dns but obviously, this is exclusive to ingress on k8s environments. my current setup is traefik in a container on unraid.
-
Is a Load Balancer necessary for a HA Cluster?
You technically don’t need to run a load balancer or have a virtual IP for your control plane. If you control your dns, you can add an A record pointing to all IPs for your control plane nodes. It won’t load balance your traffic, but combined with something like External DNS it gives you HA for the control plane.
-
How can I assign an EIP to a Kubernetes deployment?
I normally deploy external-dns, which automatically updates DNS with the ingress controller's external IP address.
-
Registering DNS with Windows Domain DNS
Background: Having a look I can see this https://github.com/kubernetes-sigs/external-dns
-
Cluster nodes on different networks
3) Use the Kubernetes External-DNS. I've never used this, but this is assuming it can update DNS for each pods/app to point to the correct Node (it'd need to update my Homelab DNS running on Windows Server)
What are some alternatives?
When comparing laravel-backup and external-dns you can also consider the following projects:
ZipStream-PHP - :floppy_disk: PHP ZIP Streaming Library
metallb - A network load-balancer implementation for Kubernetes using standard routing protocols
laravel-database-backup - Backup your laravel database by a simple artisan command
ingress-nginx - Ingress NGINX Controller for Kubernetes
sst - Build full-stack apps on your own infrastructure.
cloudflare-ingress-controller - A Kubernetes ingress controller for Cloudflare's Argo Tunnels