From 0a744c718134b7d59acd9625168601ceaf7d2709 Mon Sep 17 00:00:00 2001 From: Muhammad Ali Date: Fri, 6 Dec 2024 13:53:04 +0500 Subject: [PATCH 1/7] Rebranded embedded page --- templates/embedded/index.html | 1684 +++++++++-------- .../shared/_latest-news-iot.html | 31 +- 2 files changed, 923 insertions(+), 792 deletions(-) diff --git a/templates/embedded/index.html b/templates/embedded/index.html index 866dfb5d8cb..9e7e0b93427 100644 --- a/templates/embedded/index.html +++ b/templates/embedded/index.html @@ -1,6 +1,6 @@ {% extends "embedded/base_embedded.html" %} -{% block title %}Ubuntu is the new standard for embedded Linux{% endblock %} +{% block title %}Embedded{% endblock %} {% block meta_description %} Embedded Linux development is easy and secure on Ubuntu. Choose an enterprise app store or use the global Snap Store for reliable IoT package management. Start your embedded Linux project today. Get Ubuntu on your board with hardware certification and enablement. @@ -14,915 +14,1041 @@ https://docs.google.com/document/d/15Tz87YRg4SnX4DWGOSl2TDTHLSStJoma879xHnF0nuo/edit {% endblock meta_copydoc %} -{% block content %} +{% from "_macros/vf_hero.jinja" import vf_hero %} +{% from "_macros/vf_tiered-list.jinja" import vf_tiered_list %} + +{% block body_class %} + is-paper +{% endblock body_class %} -
- {% if schedule_banner("2024-04-09", "2024-06-09") %} - {% include "shared/_pro-for-devices-banner.html" %} - {% endif %} +{% block content %} -
-
+
+
+

Embedded Linux 2.0

-

- It's time for a better developer experience. -
- More reliable updates. Much better security. -

-
- {{ image(url="https://assets.ubuntu.com/v1/6ec5c97f-embedded-linux_AW (1).svg", - alt="", - height="200", - width="350", - hi_def=True, - loading="auto") | safe - }} +
+

More reliable updates.

+

Much better security.

- +
+ {%- call(slot) vf_tiered_list(is_list_full_width_on_tablet=false) -%} + {%- if slot == 'title' -%} -
-
-
- {{ image(url="https://assets.ubuntu.com/v1/fad662b3-faster+cheaper.svg", - alt="", - height="200", - width="350", - hi_def=True, - loading="auto") | safe - }} -
-
-

Faster, cheaper, better. Pick any 3.

-
    -
  • Reduce the time to design, develop and launch your devices.
  • -
  • Lower the cost of development and maintenance.
  • -
  • Raise the quality and security of every component.
  • -
-
-
-
-
    -
  • -
    -

    Save time

    -

    Developers are much more productive on Ubuntu than handcrafted embedded Linux.

    +
    +
    +
    +

    Faster, cheaper, better. Pick any 3.

    -
  • -
  • -
    -

    Save money

    -

    - Sharing a platform shares the cost. Licensing is cheaper, updates more tested and maintenance shared. -

    -
    -
  • -
  • -
    -

    Raise quality

    -

    - Familiar and widely used Ubuntu means easy CI/CD, better tools, faster updates and better kernels. -

    +
    +
    +
    +
    +
    + {{ image(url="https://assets.ubuntu.com/v1/34afac8c-reduce-the-time.png", + alt="", + width="852", + height="1278", + hi_def=True, + loading="auto|lazy", + attrs={"class": "p-image-container__image"}) | safe + }} +
    +
    +
    +
    +

    Reduce the time to design, develop and launch your devices.

    +
    +
    +
    +
    +
    + {{ image(url="https://assets.ubuntu.com/v1/c266a421-lower-cost.png", + alt="", + width="852", + height="1278", + hi_def=True, + loading="auto|lazy", + attrs={"class": "p-image-container__image"}) | safe + }} +
    +
    +
    +
    +

    Lower the cost of development and maintenance.

    +
    +
    +
    +
    +
    + {{ image(url="https://assets.ubuntu.com/v1/a7c8cd4d-raise-quality.png", + alt="", + width="852", + height="1278", + hi_def=True, + loading="auto|lazy", + attrs={"class": "p-image-container__image"}) | safe + }} +
    +
    +
    +
    +

    Raise the quality and security of every component.

    +
    +
    +
    -
  • +
-
  • -
    -

    Pre-enabled boards

    -

    - Linux is not a differentiator. Use pre-enabled boards and focus on software unique to your story. -

    -
    -
  • -
  • -
    -

    Simplify operations

    -

    - Managing a familiar environment and platform is easier and cheaper than a specialist OS. Naturally. -

    -
    -
  • -
  • -
    -

    More talent

    -

    More Linux developers choose Ubuntu, so the talent pool is deeper and broader.

    -
    -
  • - -
    -
    -

    + {%- endif -%} + + {%- if slot == 'list_item_title_1' -%} +

    Save time

    + {%- endif -%} + + {%- if slot == 'list_item_description_1' -%} +

    Developers are much more productive on Ubuntu than handcrafted embedded Linux.

    + {%- endif -%} + + {%- if slot == 'list_item_title_2' -%} +

    Save money

    + {%- endif -%} + + {%- if slot == 'list_item_description_2' -%} +

    Sharing a platform shares the cost. Licensing is cheaper, updates more tested and maintenance shared.

    + {%- endif -%} + + {%- if slot == 'list_item_title_3' -%} +

    Raise quality

    + {%- endif -%} + + {%- if slot == 'list_item_description_3' -%} +

    Familiar and widely used Ubuntu means easy CI/CD, better tools, faster updates and better kernels.

    + {%- endif -%} + + {%- if slot == 'list_item_title_4' -%} +

    Pre-enabled boards

    + {%- endif -%} + + {%- if slot == 'list_item_description_4' -%} +

    Linux is not a differentiator. Use pre-enabled boards and focus on software unique to your story.

    + {%- endif -%} + + {%- if slot == 'list_item_title_5' -%} +

    Simplify operations

    + {%- endif -%} + + {%- if slot == 'list_item_description_5' -%} +

    Managing a familiar environment and platform is easier and cheaper than a specialist OS. Naturally.

    + {%- endif -%} + + {%- if slot == 'list_item_title_6' -%} +

    More talent

    + {%- endif -%} + + {%- if slot == 'list_item_description_6' -%} +

    More Linux developers choose Ubuntu, so the talent pool is deeper and broader.

    + {%- endif -%} + + {%- if slot == 'cta' -%} Get in touch -

    -
    + {%- endif -%} + {%- endcall -%}
    - {% with section_classes='p-strip--light', heading_topic='Embedded', tag_name='iot', tag_id='3633', limit='4' %} - {% include "shared/_latest_news_strip.html" %} - {% endwith %} +
    + {%- call(slot) vf_tiered_list(is_list_full_width_on_tablet=false) -%} + {%- if slot == 'title' -%} +
    +

    Developers drive success. Give them the platform they love.

    + {%- endif -%} -
    -
    -

    Explore what snaps bring to Embedded Linux

    -
    + {%- if slot == 'list_item_title_1' -%} +

    More developers

    + {%- endif -%} -
    -
    - -
    -
    - {{ image(url="https://assets.ubuntu.com/v1/b061c401-White+paper.svg", - alt="", - height="28", - width="32", - hi_def=True, - loading="lazy", - attrs={"class": "p-heading-icon__img p-heading-icon__img--small"}) | safe - }} -

    Whitepaper

    + {%- if slot == 'list_item_description_1' -%} +

    Tap the biggest talent pool. Ubuntu is ahead of the pack by every measure.

    + {%- endif -%} + + {%- if slot == 'list_item_title_2' -%} +

    More packages

    + {%- endif -%} + + {%- if slot == 'list_item_description_2' -%} +

    Productivity starts with reuse. Accelerate developers with the world’s largest package selection.

    + {%- endif -%} + + {%- if slot == 'list_item_title_3' -%} +

    Better tools

    + {%- endif -%} + + {%- if slot == 'list_item_description_3' -%} +

    Every compiler and language developers use today is there, free, in Ubuntu.

    + {%- endif -%} + + {%- if slot == 'list_item_title_4' -%} +

    Cloud compatible

    + {%- endif -%} + + {%- if slot == 'list_item_description_4' -%} +

    Developers use Ubuntu in the cloud for CI/CD and build systems - iterate faster, deliver sooner.

    + {%- endif -%} + + {%- if slot == 'list_item_title_5' -%} +

    Latest software

    + {%- endif -%} + + {%- if slot == 'list_item_description_5' -%} +

    Ubuntu is renowned for being the place where you get the best and the latest bits.

    + {%- endif -%} + + {%- if slot == 'list_item_title_6' -%} +

    Container friendly

    + {%- endif -%} + + {%- if slot == 'list_item_description_6' -%} +

    The people who drive docker hardest do it on Ubuntu. Make cloud-native things.

    + {%- endif -%} + {%- endcall -%} +
    + +
    +
    +
    +
    +
    +

    + Classic Ubuntu Server +
    + or new Ubuntu Core +

    +
    +
    +

    + The popular Ubuntu Server is great for developers and system administrators. +
    + The new Ubuntu Core is an appliance platform with immutable packages. +

    +
    +
    +
    +
    +
    +
    +
    +

    Ubuntu Server

    +
    +

    + The world’s most popular Linux includes a huge range of debs with rich dependency handling, as well as the new snaps for transactional package updates. Best for machines with high sysadmin touch. +

    + -

    - Read the whitepaperEmbedded Linux: Yocto or Ubuntu Core? › -

    -
    -
    - -
    -
    - {{ image(url="https://assets.ubuntu.com/v1/b061c401-White+paper.svg", - alt="", - height="28", - width="32", - hi_def=True, - loading="lazy", - attrs={"class": "p-heading-icon__img p-heading-icon__img--small"}) | safe - }} -

    Whitepaper

    +
    +
    +
    +

    Ubuntu Core

    +
    +

    + The all-snap Ubuntu Core runs only strictly confined snaps and locks the entire appliance down with immutable images and signatures. Best for appliances. +

    + -

    - Read the whitepaperSecuring IoT device data against physical access › -

    -
    -
    - -
    -
    - {{ image(url="https://assets.ubuntu.com/v1/b061c401-White+paper.svg", +
    +
    + +
    +
    +
    +
    +
    +

    Security matters most

    +
    +
    +
    + {{ image(url="https://assets.ubuntu.com/v1/ab3a9883-security-matters.png", alt="", - height="28", - width="32", + width="1800", + height="1015", hi_def=True, - loading="lazy", - attrs={"class": "p-heading-icon__img p-heading-icon__img--small"}) | safe + loading="auto|lazy", + attrs={"class": "p-image-container__image"}) | safe }} -

    Whitepaper

    +

    + Get 12 years of automatic security updates for every major CVE. +
    + Any compromise of your device puts your reputation on the line. +

    -

    - Read the whitepaperEmbedded Linux: make or buy? › -

    -
    -
    +
    +
    +
    +
    +
    +
    + +
    +
    +

    Fast fixes

    +
    -
    -
    -
    -

    Developers drive success

    -

    Give them the platform they love.

    +
    +

    Canonical publishes security updates for Ubuntu every day. You choose when they get installed on your devices.

    +
    -
    - {{ image(url="https://assets.ubuntu.com/v1/f7c1457a-drive+success.svg", - alt="", - height="200", - width="350", - hi_def=True, - loading="lazy") | safe - }} +
    +
    +
    +
    -
    -
    -
    -
    -
      -
    • -
      -

      More developers

      -

      Tap the biggest talent pool. Ubuntu is ahead of the pack by every measure.

      -
      -
    • -
    • -
      -

      More packages

      -

      - Productivity starts with reuse. Accelerate developers with the world's largest package selection. -

      -
      -
    • -
    • -
      -

      Better tools

      -

      Every compiler and language developers use today is there, free, in Ubuntu.

      -
      -
    • +
      +
      +

      Binary package updates

      +
      -
    • -
      -

      Cloud compatible

      -

      - Developers use Ubuntu in the cloud for CI/CD and build systems — iterate faster, deliver sooner. -

      -
      -
    • -
    • -
      -

      Latest software

      -

      Ubuntu is renowned for being the place where you get the best and the latest bits.

      -
      -
    • -
    • -
      -

      Container friendly

      -

      The people who drive docker hardest do it on Ubuntu. Make cloud-native things.

      -
      -
    • -
    -
    +
    +

    + Canonical builds and tests binary package updates for Ubuntu. No need to integrate a mountain of source code patches every year. +

    +
    +
    +
    +
    +
    +
    +
    -
    -
    -
    +
    +
    +

    CVE tracking

    +
    -
    -
    -

    - Classic Ubuntu Server -
    - or new Ubuntu Core -

    -

    The popular Ubuntu Server is great for developers and system administrators.

    -

    The new Ubuntu Core is an appliance platform with immutable packages.

    +
    +

    + A database of fixes supports your customer compliance policy by making it clear which issue is addressed in any update. +

    +
    -
    - {{ image(url="https://assets.ubuntu.com/v1/b3dca287-ubuntu+server+or+core.svg", - alt="", - height="200", - width="350", - hi_def=True, - loading="lazy") | safe - }} +
    +
    +
    +
    -
    -
    -
    -

    Ubuntu Server

    -

    - The world's most popular Linux includes a huge range of debs with rich dependency handling, as well as the new snaps for transactional package updates. -

    -

    Best for machines with high sysadmin touch.

    -

    - Learn more about Ubuntu Server › -

    + +
    +
    +

    Trusted Compute

    +
    + +
    +

    Ubuntu provides a verified boot sequence and full disk encryption with optional hardware keys.

    +
    -
    -

    Ubuntu Core

    -

    - The all-snap Ubuntu Core runs only strictly confined snaps and locks the entire appliance down with immutable images and signatures. -

    -

    Best for appliances.

    -

    - Learn more about Ubuntu Core › -

    +
    +
    +
    +
    -
    -
    -
    -
    +
    +
    +

    Strict confinement

    +
    -
    -
    -

    Security matters most

    -

    Get 12 years of automatic security updates for every major CVE.

    -

    Any compromise of your device puts your reputation on the line.

    +
    +

    Keep your custom software strictly confined as snaps to ensure any problem stays isolated.

    +
    -
    - {{ image(url="https://assets.ubuntu.com/v1/6f00ed05-12%20years%20shields.png", - alt="", - height="200", - width="350", - hi_def=True, - loading="lazy") | safe - }} +
    +
    +
    +
    -
    -
    -
      -
    • -
      -

      Fast fixes

      -

      - Canonical publishes security updates for Ubuntu every day. You choose when they get installed on your devices. -

      -
      -
    • -
    • -
      -

      Binary package updates

      -

      - Canonical builds and tests binary package updates for Ubuntu. No need to integrate a mountain of source code patches every year. -

      -
      -
    • -
    • -
      -

      CVE tracking

      -

      - A database of fixes supports your customer compliance policy by making it clear which issue is addressed in any update. -

      -
      -
    • -
    • -
      -

      Trusted Compute

      -

      - Ubuntu provides a verified boot sequence and full disk encryption with optional hardware keys. -

      -
      -
    • -
    • -
      -

      Strict confinement

      -

      - Keep your custom software strictly confined as snaps to ensure any problem stays isolated. -

      -
      -
    • -
    • -
      -

      12 year maintenance

      -

      No other embedded Linux comes close to Canonical's commitment to long term security.

      -
      -
    • -
    -
    +
    +
    +

    12 year maintenance

    +
    + +
    +

    No other embedded Linux comes close to Canonical’s commitment to long term security.

    +
    +
    -
    -
    +
    -
    -
    -

    Compliance

    -

    +

    +
    +
    +
    +
    +

    Improved compliance

    +
    +
    Automatic tracking of Ubuntu component licenses and monitoring for your packages help you and your customers meet obligations. -

    -
    -
    - {{ image(url="https://assets.ubuntu.com/v1/c7274075-compliance.svg", - alt="", - height="200", - width="350", - hi_def=True, - loading="lazy") | safe - }} +
    - -
    -
      -
    • -
      -

      Automatic source publication

      -

      Meet GPL requirements automatically.

      +
      +
      +
      +
      +
      +
      + {{ image(url="https://assets.ubuntu.com/v1/0490440d-automatic-source-publication.png", + alt="", + width="852", + height="1279", + hi_def=True, + loading="auto|lazy", + attrs={"class": "p-image-container__image"}) | safe + }} +
      +
      +
      +
      +

      Automatic source publication

      +
      +

      Meet GPL requirements automatically.

      -
    • -
    • -
      -

      Annotations

      -

      Know what licenses are used in each package.

      +
      +
      +
      + {{ image(url="https://assets.ubuntu.com/v1/726d4be4-annotations.png", + alt="", + width="852", + height="1279", + hi_def=True, + loading="auto|lazy", + attrs={"class": "p-image-container__image"}) | safe + }} +
      +
      +
      +
      +

      Annotations

      +
      +

      Know what licenses are used in each package.

      -
    • -
    • -
      -

      Scanning

      -

      Let us check for undocumented or unauthorised code combinations.

      +
      +
      +
      + {{ image(url="https://assets.ubuntu.com/v1/31a53c6e-architectures.png", + alt="", + width="852", + height="1279", + hi_def=True, + loading="auto|lazy", + attrs={"class": "p-image-container__image"}) | safe + }} +
      +
      +
      +
      +

      Scanning

      +
      +

      Let us check for undocumented or unauthorised code combinations.

      -
    • -
    +
    +
    -
    -
    -
    +
    + {%- call(slot) vf_tiered_list(is_description_full_width_on_desktop=false, is_list_full_width_on_tablet=false) -%} + {%- if slot == 'title' -%} +

    Apps

    -

    - Develop, deploy, iterate and improve. With Ubuntu and snaps, your teams run at cloud speeds. -

    -
    -
    - {{ image(url="https://assets.ubuntu.com/v1/22f88d02-apps.svg", - alt="", - height="200", - width="350", - hi_def=True, - loading="lazy") | safe - }} -
    -
    -
    + {%- endif -%} + {%- if slot == 'description' -%} +

    Develop, deploy, iterate and improve. With Ubuntu and snaps, your teams run at cloud speeds.

    + {%- endif -%} -
    -
    -
    -

    Enterprise App Store

    -

    - The IoT App Store is designed for distributed devices. Control updates and versioning. Choose which apps you want your devices to see. Create exclusive, private snaps for your ecosystem. Manage app stores as a service for ODMs, resellers and integrators. -

    -

    - Read the datasheet › -

    -

    - Learn more about IoT App Stores -

    -
    -
    -

    Snap Store

    -

    - The global Snap Store delivers apps to millions of Linux machines every day. With automatic OTA updates and advanced software versioning, snaps are a perfect solution for IoT. Deploy your app to the Store to get global exposure. It integrates directly with GitHub and Travis, and best of all it’s free to use. -

    -

    - Explore the Snap Store -

    -
    -
    + {%- if slot == 'list_item_title_1' -%} +

    Enterprise App Store

    + {%- endif -%} -
    -
    -
    + {%- if slot == 'list_item_description_1' -%} +
    +

    + The IoT App Store is designed for distributed devices. Control updates and versioning. Choose which apps you want your devices to see. Create exclusive, private snaps for your ecosystem. Manage app stores as a service for ODMs, resellers and integrators. +

    + +
    + {%- endif -%} -
    -
    -

    DevOps for devices

    -

    - Build, test and publish applications automatically. Bring CI/CD to your IoT appliances. Give your developers a pipeline to deliver updates to customers straight from their standard process. Empower customers to test beta and pre-release versions. -

    -

    - Whether you're using Git with Travis or Jenkins, automated snap creation is just a few steps away. For open source projects, we will even build your snap for ARM, x86, POWER and Z. Canary updates and automatic rollbacks let you go fast with confidence. -

    -

    - Build a snap -

    -
    -
    - {{ image(url="https://assets.ubuntu.com/v1/22007291-DevOps.svg", - alt="", - height="200", - width="350", - hi_def=True, - loading="lazy") | safe - }} + {%- if slot == 'list_item_title_2' -%} +

    Snap Store

    + {%- endif -%} + + {%- if slot == 'list_item_description_2' -%} +
    +

    + The global Snap Store delivers apps to millions of Linux machines every day. With automatic OTA updates and advanced software versioning, snaps are a perfect solution for IoT. Deploy your app to the Store to get global exposure. It integrates directly with GitHub and Travis, and best of all it’s free to use. +

    + +
    + {%- endif -%} + + {%- endcall -%} +
    + +
    +
    +
    +
    +
    +

    DevOps for devices

    +
    +
    +
    + {{ image(url="https://assets.ubuntu.com/v1/f8f1f33e-devops.png", + alt="", + width="1800", + height="1014", + hi_def=True, + loading="auto|lazy", + attrs={"class": "p-image-container__image"}) | safe + }} +
    +

    + Build, test and publish applications automatically. Bring CI/CD to your IoT appliances. Give your developers a pipeline to deliver updates to customers straight from their standard process. Empower customers to test beta and pre-release versions. +

    +

    + Whether you’re using Git with Travis or Jenkins, automated snap creation is just a few steps away. For open source projects, we will even build your snap for ARM, x86, POWER and Z. Canary updates and automatic rollbacks let you go fast with confidence. +

    + +
    +
    +

    -
    - -
    -
    +

    All kinds of containers

    - -
    -
    - {{ image(url="https://assets.ubuntu.com/v1/18f09ca7-snaps-logo-34.svg", - alt="Canonical snaps", - width="172", - height="33", - hi_def=True, - loading="lazy", - attrs={"class": "p-card__thumbnail", "style": "border-radius: 0"}) | safe - }} -
    -

    - App packages for desktop, cloud and IoT that are easy to install, secure, cross‐platform and dependency‐free. Snaps are discoverable and installable from the Snap Store, the app store for Linux with an audience of millions. -

    -

    - Build a snap -

    +
    +
    +
    +
    + {{ image(url="https://assets.ubuntu.com/v1/02a31de7-snaps.png", + alt="", + width="852", + height="1279", + hi_def=True, + loading="auto|lazy", + attrs={"class": "p-image-container__image"}) | safe + }} +
    +
    +
    +
    +

    Snaps

    +
    +
    +

    App packages for desktop, cloud and IoT that are easy to install, secure, cross‐platform and dependency‐free.

    +

    + Snaps are discoverable and installable from the Snap Store, the app store for Linux with an audience of millions. +

    +
    +
    +
    +

    + Build a snap +

    +
    +
    +
    +
    +
    + {{ image(url="https://assets.ubuntu.com/v1/5993b7a4-docker.png", + alt="", + width="852", + height="1279", + hi_def=True, + loading="auto|lazy", + attrs={"class": "p-image-container__image"}) | safe + }} +
    +
    +
    +
    +

    Docker

    +
    +
    +

    Bring your cloud containers and CI/CD tooling to the edge.

    +

    Using apt and debs:

    +
    +
    apt install docker.io
    +
    +

    Using snaps:

    +
    +
    snap install docker
    +
    +
    +
    +
    +

    +
    -
    - {{ - image ( - url="https://assets.ubuntu.com/v1/b1b3a3ee-horizontal-logo-monochromatic-white.png", - alt="Docker", - width="125", - height="33", - hi_def=True, - loading="lazy" - ) | safe - }} -
    -

    Bring your cloud containers and CI/CD tooling to the edge.

    -

    Using apt and debs:

    -
    -
    apt install docker.io
    -
    -

    Using snaps:

    -
    -
    snap install docker
    +
    +
    +
    + {{ image(url="https://assets.ubuntu.com/v1/3100e8ac-kubernetes.png", + alt="", + width="852", + height="1279", + hi_def=True, + loading="auto|lazy", + attrs={"class": "p-image-container__image"}) | safe + }} +
    +
    +
    +
    +

    Kubernetes

    +
    +
    +

    + MicroK8s is the simplest production-grade upstream K8s. Lightweight and focused. Single command install on Linux, Windows and macOS. +

    +

    + Made for devops, great for edge, appliances and IoT with full high availability Kubernetes and autonomous clusters. +

    +
    +
    +
    +

    + Explore MicroK8s +

    +
    +
    +
    +
    +
    + {{ image(url="https://assets.ubuntu.com/v1/65fdf491-lxd.png", + alt="", + width="852", + height="1279", + hi_def=True, + loading="auto|lazy", + attrs={"class": "p-image-container__image"}) | safe + }} +
    +
    +
    +
    +

    LXD

    +
    +
    +

    + LXD is a next generation container and virtual machine manager, providing flexibility and scalability for various use cases. +

    +

    + Includes support for different storage backends, network types and the ability to install on a range of hardware. +

    +
    +
    +
    -
    -
    - {{ image(url="https://assets.ubuntu.com/v1/9f8a8273-2018-logo-kubernetes+%282%29.svg", - alt="Kubernetes", - width="190", - height="33", - hi_def=True, - loading="lazy") | safe - }} -
    -

    - MicroK8s is the simplest production-grade upstream K8s. Lightweight and focused. Single command install on Linux, Windows and macOS. Made for devops, great for edge, appliances and IoT with full high availability Kubernetes and autonomous clusters. -

    -

    - Explore MicroK8s -

    -
    -
    - {{ image(url="https://assets.ubuntu.com/v1/52b3819e-lxd-logo-34.svg", - alt="Canonical LXD", - width="154", - height="34", - hi_def=True, - loading="lazy", - attrs={"class": "p-card__thumbnail", "style": "border-radius: 0"}) | safe - }} -
    +
    + {%- call(slot) vf_tiered_list(is_list_full_width_on_tablet=false) -%} + {%- if slot == 'title' -%} +
    +

    Ultra-reliable updates

    + {%- endif -%} + + {%- if slot == 'list_item_title_1' -%} +

    Transactional

    + {%- endif -%} + + {%- if slot == 'list_item_description_1' -%} +

    Failed updates roll back to the last working version automatically, allowing for rapid deployment.

    + {%- endif -%} + + {%- if slot == 'list_item_title_2' -%} +

    Auditable

    + {%- endif -%} + + {%- if slot == 'list_item_description_2' -%}

    - LXD is a next generation container and virtual machine manager, providing flexibility and scalability for various use cases. Includes support for different storage backends, network types and the ability to install on a range of hardware. + All snaps are digitally signed and can be verified at any time. + On Ubuntu Core, the entire device is immutable and traceable.

    + {%- endif -%} + + {%- if slot == 'list_item_title_3' -%} +

    Secured

    + {%- endif -%} + + {%- if slot == 'list_item_description_3' -%}

    - Learn more about LXD + Every application is confined to its own area for heightened security. On Ubuntu Core, the OS is locked down too.

    -
    -
    + {%- endif -%} -
    -
    -
    + {%- if slot == 'list_item_title_4' -%} +

    Snap deltas

    + {%- endif -%} -
    -
    -

    Ultra-reliable updates

    - Learn more -
    -
    - {{ image(url="https://assets.ubuntu.com/v1/c711b814-reliable_updates.svg", - alt="", - height="200", - width="350", - hi_def=True, - loading="lazy") | safe - }} -
    -
    + {%- if slot == 'list_item_description_4' -%} +

    Binary deltas mean we transmit the least possible data per update, saving you time and money.

    + {%- endif -%} -
    - -
    + {%- if slot == 'list_item_description_5' -%} +

    Backup device data at any time. Integrate with your existing data management strategy.

    + {%- endif -%} + + {%- if slot == 'list_item_title_6' -%} +

    Update control

    + {%- endif -%} + + {%- if slot == 'list_item_description_6' -%} +

    Schedule snap updates to align with planned maintenance windows.

    + {%- endif -%} + + {%- if slot == 'cta' -%} + Learn more + {%- endif -%} + {%- endcall -%} -
    -
    -
    +
    + {%- call(slot) vf_tiered_list(is_description_full_width_on_desktop=false, is_list_full_width_on_tablet=false) -%} + {%- if slot == 'title' -%} +

    Hardware? Easy.

    -

    + {%- endif -%} + {%- if slot == 'description' -%} +

    We certify the major platforms so you are ready to roll. -
    Fixed-price enablement and certification of related boards.

    -
    -
    - {{ image(url="https://assets.ubuntu.com/v1/ebac33ef-hardware_easy.svg", - alt="", - height="186", - width="350", - hi_def=True, - loading="lazy") | safe - }} -
    -
    -
    + {%- endif -%} -
    -
    -
    -

    Reference platforms

    -
      + {%- if slot == 'list_item_title_1' -%} +

      Reference platforms

      + {%- endif -%} + + {%- if slot == 'list_item_description_1' -%} +
      • Raspberry Pi
      • Intel NUC
      • Xilinx Evaluation Kits and SOMs
      • Qualcomm Dragonboard
      -

      +

      -
      -

      Ubuntu enablement

      -
        +
      + {%- endif -%} + + {%- if slot == 'list_item_title_2' -%} +

      Ubuntu enablement

      + {%- endif -%} + + {%- if slot == 'list_item_description_2' -%} +
      • Get Ubuntu on your preferred board
      • Activate standard and custom capabilities
      • -
      • Security updates for 12 years
      • +
      • Security updates for 10 years
      • Supported by Canonical
      -

      - Get in touch about certification -

      -
    -
    + + {%- endif -%} -
    -
    -
    + {%- endcall -%} +
    -
    -
    -

    Unleash your hardware

    -

    Have a custom board? Let us deliver a standard Linux for your developers.

    -
    -
    - {{ image(url="https://assets.ubuntu.com/v1/642b4ee3-unleash_hardware.svg", - alt="", - height="200", - width="350", - hi_def=True, - loading="lazy") | safe - }} +
    +
    +
    +
    +
    +

    Unleash your hardware

    +
    +
    Have a custom board? Let us deliver a standard Linux for your developers.
    - -
    -
      -
    • -
      -

      Super connected

      -

      - Bluetooth, WiFi, LTE. It's all at your fingertips. Standard system services with long term maintenance included. +

      +
      +
      +
      +
      +
      + {{ image(url="https://assets.ubuntu.com/v1/02bed49e-super-connected.png", + alt="", + width="852", + height="1279", + hi_def=True, + loading="auto|lazy", + attrs={"class": "p-image-container__image"}) | safe + }} +
      +
      +
      +
      +

      Super connected

      +
      +

      + Bluetooth, WiFi, LTE. It’s all at your fingertips. Standard system services with long term maintenance included.

      -
    • -
    • -
      -

      Sensor integration

      -

      Get your real-world data streams flowing with the UPM and MRAA packages for Ubuntu.

      +
      +
      +
      + {{ image(url="https://assets.ubuntu.com/v1/f898e1a5-sensor-integration.png", + alt="", + width="852", + height="1279", + hi_def=True, + loading="auto|lazy", + attrs={"class": "p-image-container__image"}) | safe + }} +
      +
      +
      +
      +

      Sensor integration

      +
      +

      + Get your real-world data streams flowing with the UPM and MRAA packages for Ubuntu. +

      -
    • -
    • -
      -

      Architectures

      -

      +

      +
      +
      + {{ image(url="https://assets.ubuntu.com/v1/31a53c6e-architectures.png", + alt="", + width="852", + height="1279", + hi_def=True, + loading="auto|lazy", + attrs={"class": "p-image-container__image"}) | safe + }} +
      +
      +
      +
      +

      Architectures

      +
      +

      Our entire platform is certified on both x86 and ARM. Pick your favorite, or use both in a product family with little overhead.

      -
    • - -
    • -
      -

      Right size silicon

      -

      +

      +
    +
    +
    +
    +
    +
    + {{ image(url="https://assets.ubuntu.com/v1/d9543cb4-right-size.png", + alt="", + width="852", + height="1279", + hi_def=True, + loading="auto|lazy", + attrs={"class": "p-image-container__image"}) | safe + }} +
    +
    +
    +
    +

    Right size silicon

    +
    +

    Start on Ubuntu and select the right silicon close to physical shipment, when your performance needs are better defined.

    - -
  • -
    -

    Performance optimised

    -

    - Canonical works with the leading silicon providers to optimise the entire stack — from metal and kernel to computer vision and AI. +

    +
    +
    + {{ image(url="https://assets.ubuntu.com/v1/48ada57b-performance-optimized.png", + alt="", + width="852", + height="1279", + hi_def=True, + loading="auto|lazy", + attrs={"class": "p-image-container__image"}) | safe + }} +
    +
    +
    +
    +

    Performance optimized

    +
    +

    + Canonical works with the leading silicon providers to optimize the entire stack - from metal and kernel to computer vision and AI.

    -
  • -
  • -
    -

    Secure appliances

    -

    +

    +
    +
    + {{ image(url="https://assets.ubuntu.com/v1/5bbbbd0f-secure-appliances.png", + alt="", + width="852", + height="1279", + hi_def=True, + loading="auto|lazy", + attrs={"class": "p-image-container__image"}) | safe + }} +
    +
    +
    +
    +

    Secure appliances

    +
    +

    Full disk encryption, secure boot and hardware key management raise the bar for trusted computing at the edge.

    -
  • - +
    +
    -
    -
    -
    -

    Backed by Canonical

    -

    - Long term support, defined and delivered. We'll get you from POC to MVP and shipping in record time. -

    -
    -
    - {{ image(url="https://assets.ubuntu.com/v1/60d9b81e-picto-canonical.svg", - alt="", - height="150", - width="150", - hi_def=True, - loading="lazy") | safe - }} -
    -
    +
    + {%- call(slot) vf_tiered_list(is_description_full_width_on_desktop, is_list_full_width_on_tablet=false) -%} + {%- if slot == 'title' -%} +
    +

    Backed by Canonical

    + {%- endif -%} + + {%- if slot == 'description' -%} +

    Long term support, defined and delivered. We’ll get you from POC to MVP and shipping in record time.

    + {%- endif -%} + + {%- if slot == 'list_item_title_1' -%} +

    Frictionless development

    + {%- endif -%} + + {%- if slot == 'list_item_description_1' -%} +

    Standard images of Ubuntu are free to download, get started with no friction.

    + {%- endif -%} + + {%- if slot == 'list_item_title_2' -%} +

    FIPS, EAL, HIPAA

    + {%- endif -%} + + {%- if slot == 'list_item_description_2' -%} +

    We are trusted by the world’s most demanding institutions to deliver platforms for regulated services.

    + {%- endif -%} + + {%- if slot == 'list_item_title_3' -%} +

    Managed maintenance

    + {%- endif -%} + + {%- if slot == 'list_item_description_3' -%} +

    Updates and support from Canonical, for the life of your device.

    + {%- endif -%} + + {%- if slot == 'list_item_title_4' -%} +

    Enterprise management

    + {%- endif -%} + + {%- if slot == 'list_item_description_4' -%} +

    Thousands of companies manage Ubuntu every day. Your appliance will feel right at home.

    + {%- endif -%} + + {%- if slot == 'list_item_title_5' -%} +

    Global support

    + {%- endif -%} + + {%- if slot == 'list_item_description_5' -%} +

    No matter where you ship, no matter where your customers are, we can be there when you need us.

    + {%- endif -%} + + {%- if slot == 'list_item_title_6' -%} +

    Edge pioneers

    + {%- endif -%} + + {%- if slot == 'list_item_description_6' -%} +

    The intelligent edge is born on Ubuntu. From telco to retail, the trailblazers choose Canonical.

    + {%- endif -%} + + {%- if slot == 'cta' -%} + Contact us + {%- endif -%} + {%- endcall -%}
    -
    -
    -
      -
    • -
      -

      Frictionless development

      -

      Standard images of Ubuntu are free to download, get started with no friction.

      -
      -
    • -
    • -
      -

      FIPS, EAL, HIPAA

      -

      - We are trusted by the world's most demanding institutions to deliver platforms for regulated services. -

      -
      -
    • -
    • -
      -

      Managed maintenance

      -

      Updates and support from Canonical, for the life of your device.

      -
      -
    • +
      -
    • -
      -

      Enterprise management

      -

      Thousands of companies manage Ubuntu every day. Your appliance will feel right at home.

      -
      -
    • -
    • -
      -

      Global support

      -

      - No matter where you ship, no matter where your customers are, we can be there when you need us. -

      -
      -
    • -
    • -
      -

      Edge pioneers

      -

      - The intelligent edge is born on Ubuntu. From telco to retail, the trailblazers choose Canonical. -

      -
      -
    • -
    -

    - Get in touch -

    +
    - + {% with title_link="/blog/internet-of-things", groupId="1666", tag_id="3633" %} + {% include "internet-of-things/shared/_latest-news-iot.html" %} + {% endwith %} - {% with first_item="_core_learn_more", second_item="_core_contribute", third_item="_iot_further_reading" %} - {% include "shared/contextual_footers/_contextual_footer.html" %} - {% endwith %} -
    -
    +
    - -