Software Alternatives, Accelerators & Startups

MAAS

Metal as a Service is a free software physical cloud with IPAM and bare-metal server provisioning.

MAAS

MAAS Reviews and Details

This page is designed to help you find out whether MAAS is good and if it is the right choice for you.

Screenshots and images

  • MAAS Landing page
    Landing page //
    2023-06-16

Features & Specs

  1. Scalability

    MAAS is designed to manage a large number of machines, making it ideal for data centers and large-scale deployments.

  2. Automation

    MAAS supports extensive automation capabilities, simplifying tasks such as provisioning, configuration, and deployment of physical servers.

  3. Flexibility

    MAAS can work with a wide range of hardware and networking configurations, providing versatility for different environments.

  4. Integration with Juju

    MAAS integrates well with Juju, allowing for seamless orchestration of services and applications on top of the physical infrastructure.

  5. Bare-Metal Provisioning

    MAAS excels at bare-metal provisioning, giving users direct control over physical hardware for high-performance needs.

  6. Monitoring and Alerting

    MAAS includes built-in monitoring and alerting, helping administrators keep track of hardware status and performance.

Badges

Promote MAAS. You can add any of these badges on your website.

SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

ONE STAR REVIEWS: CRESCENT CITY | SARAH J MAAS

Empire of Storms by Sarah J. Maas Review!

HOUSE OF EARTH & BLOOD BY SARAH J MAAS [SPOILER FREE REVIEW]

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about MAAS and what they use it for.
  • How to deploy Linux to 15 machines, without manually installing every single one with a USB stick?
    Another tool, maybe even more 'dedicated' for Ubuntu, would be Canonical MAAS, but I never used it personally. Source: over 2 years ago
  • On perm automated repair?
    Ah, I see. Yes, that is entirely possible with some engineering effort. But then youโ€™re building a system that behaves sort of like Kubernetes, in that it serves as an availability controller machines themselves. https://maas.io/ is probably the fastest way to get there. Source: about 3 years ago
  • How many of you are running kubernetes on prem?
    Instead look at bare metal K8s solutions. I wouldn't roll your own, look at Palette (https://www.spectrocloud.com/product) which has Canonical MAAS integration for bare metal K8s. Source: about 3 years ago
  • Stuck in a loop choosing homelab upgrade
    As it's a homelab, I do want to use it for experiments as well. I like to explore new tech, to see how it works and if it could fit my professional life as well (I work as a tech lead / architect for an semi-ecommerce store). Playing with tools like proxmox, maas.io, is fun - just because you can. But then running proxmox on some of these machines..? Source: about 3 years ago
  • What OS should I run?
    I also use Ubuntu Server LTS in all my machines and it works perfectly fine, just install some utilities, check out RHEL Web Console for Ubuntu (aka cockpit) https://cockpit-project.org/ and the VM plugin (aka cockpit-machines), there is also a plugin to run containers and pods (aka cockpit-podman). You can also install MAAS https://maas.io/ wich is more related to Canonical/Ubuntu itself and uses LXC/LXD to do... Source: about 3 years ago
  • How to deploy vCenter 8 without needing to log in (ansible or CLI)
    Have you checked https://maas.io/? The documentation says is possible https://maas.io/tutorials/maas-esxi-quickstart#1-overview. Source: about 3 years ago
  • Best Home Lab Hypervisor
    Wow I just found this https://maas.io. Source: over 3 years ago
  • Clonezilla newbie, need help with mass deployment.
    Is that a imaging or backup solution that you are trying to implement, hard to say. https://maas.io/ comes to mind but not sure what is your scale. Source: over 3 years ago
  • Is there an autopilot equivalent for Ubuntu?
    MAAS can do this, and can use cloud-init as well as commissioning scripts. You can do a LOT with cloud-init, much more than most people ever end up using. Source: over 3 years ago
  • I think I took it too farโ€ฆ but I gotta fund my lab somehow right?
    With that much hardware, you can fancy a full "Bare Metal as a service" setup, with https://maas.io or likewise. Source: over 3 years ago
  • Raspberry pi server bare metal on demand over the internet
    Maas.io is a solution for this, however idk if it natively supports raspberry pi. That would probably be proudly advertised if they did. Source: over 3 years ago
  • [HELP] PXE Boot without data loss
    I haven't setup a PXE server in a long time. There are management tools like MaaS, Collins, Cobbler, etc that deal with the provisioning of systems. Source: over 3 years ago
  • Ask HN: How do you manage on-prem servers?
    I work for Canonical so a biased +1 for MAAS (Metal As A Service). Itโ€™s got a pretty great workflow where you PXE boot an unknown server and it โ€œcommissionsโ€ it by cataloguing all its hardware specs and running some hardware tests etc and adding it to the list of available services. Itโ€™s ready to deploy through the web interface, cli or API. That installs the OS and pre configures the network and storage and adds... - Source: Hacker News / over 3 years ago
  • Ask HN: Best way to configure Onprem DB+GPU servers?
    You could use tools such as https://maas.io/ and Ansible to setup the software on your machines in an automated way. You can buy hardware from many vendors. Maybe Dell or HP(E) websites are a easy start. You are looking for a competent sysadmin I believe, but good luck to attract one with such a small setup. Itโ€™s probably not worth the cost anyway, and perhaps a few existing people in your team should do it... - Source: Hacker News / almost 4 years ago
  • No-touch Ubuntu 22.04 LTS bare metal autoinstalls with cloud-init and USB sticks
    I know there are solutions out there like MAAS for "at boot" / "from zero" provisioning, but I explained in another post that my goal was to simplify my approach - not add more tech stacks. Source: almost 4 years ago
  • One Deployment Server/Method to rule them all? Windows/Centos7/Rocky/RHEL/MacOS
    Something like https://maas.io/ might do you for baremetal deploys. Source: almost 4 years ago
  • provisioning linux on a large scale to bare metal servers.
    Haven't used it, but have heard https://maas.io/ recommended a few times. Source: almost 4 years ago
  • NAT for Metal-as-a-Service (MAAS) GPU-Cloud
    I am currently working myself through setting up our new Research GPU-Cluster where we have "sort of" managed to deploy MAAS to manage all the servers more efficiently, and on top of MAAS then use Juju to deploy the further components of the cluster. The components here are. Source: almost 4 years ago
  • Configuration Management tools for ESXi hosts and vcenter
    Solutions like https://maas.io/ with Ansible using baseline configurations and such. For ESX you need partial host profiles in play for some stuff to make sure vSphere is sane for deployments that large. Source: about 4 years ago
  • Cloud-init as PXE alternative for client machines?
    You should be using MAAS (https://maas.io). It supports Ubuntu, CentOS, Windows, VMware ESXi and (with community help), other operating systems. Source: about 4 years ago
  • Where do you host your personal clusters?
    Just some old school CapEx metal in the homelab spinning up Kubernetes with terraform+maas+microk8s. Source: about 4 years ago

Do you know an article comparing MAAS to other products?
Suggest a link to a post with product alternatives.

Suggest an article

MAAS discussion

Log in or Post with

Is MAAS good? This is an informative page that will help you find out. Moreover, you can review and discuss MAAS here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.