Skip to main content

Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting our team. We will be in touch shortly.Close

Blog posts tagged
"Storage"


Canonical
11 November 2019

Canonical at TechWeek Frankfurt

Cloud and server Article

Date: Nov 13-14Location: Messe Frankfurt, Frankfurt, GermanyBooth: 957 The TechWeek Frankfurt trade show will explore solutions to technology challenges organisations face across cloud computing and security, DevOps practices, Big Data management and more. With these major infrastructure themes in mind, the Ubuntu and Canonical team is ho ...


Alex Cattle
6 November 2019

Yahoo! Japan builds their IaaS environment with Canonical

Cloud and server Article

Yahoo! Japan, originally formed as a joint venture between Yahoo! and SoftBank, is one of the most popular internet advertising, search engines and e-commerce sites in the country and employs over 6000 people. Due to having such scale and volume of users, Yahoo! Japan required outside help to build their IaaS (infrastructure as a service) ...


Peter Jose De Sousa
24 October 2019

Kubernetes storage options: StorageOS

Kubernetes Article

Kubernetes offers a range of storage solutions out of the box, but the majority of these are specific to cloud providers, for example, AWS or Google Cloud. This means that the options left for bare metal deployments are Ceph, NFS or local. “StorageOS is a newcomer to this area providing an easy to setup solution ...


Thibaut Rouffineau
1 May 2019

Canonical at Cephalocon Barcelona 2019

Cloud and server Article

Date: May 19-20 Location: Fira Gran Via, Barcelona, Spain This second Cephalocon event will be a celebration of Ceph and share a number of insights into Ceph in operations. Among the 800 storage technologists present, you can meet the Canonical team, to discuss our involvement in the Ceph project, such as: Ceph inclusion in Ubuntu ...


Canonical
6 December 2018

Canonical and Dell EMC provide certified, production-ready Kubernetes solution

Canonical announcements Article

Dell EMC and Canonical today announced the continued evolution of their long-standing partnership to bring a tested and validated container orchestration solution to market through a reference architecture framework that helps organisations quickly and confidently implement Kubernetes technologies into production. The partnership brings t ...


Canonical
1 November 2018

Canonical’s Distribution of Kubernetes supported on Arm architecture

Canonical announcements Article

Today, Canonical, the company behind Ubuntu, announces that Canonical’s Distribution of Kubernetes (CDK) is now commercially available and supported on processors and servers based on 64-bit Arm® v8-A architecture. The data centre is evolving to support new workload requirements, it is transforming to be optimised for workloads such as: 5 ...


Christian Brauner
30 August 2017

Ceph storage driver in LXD

Cloud and server Article

This article originally appeared in Christian Brauner’s blog Even before LXD gained its new powerful storage API that allows LXD to administer multiple storage pools, one frequent request was to extend the range of available storage drivers (btrfs, dir, lvm, zfs) to include Ceph. Now we are happy to announce that we fulfilled this request ...


Christian Brauner
12 July 2017

Storage management in LXD 2.15

Cloud and server Article

 For a long time LXD has supported multiple storage drivers. Users could choose between zfs, btrfs, lvm, or plain directory storage pools but they could only ever use a single storage pool. A frequent feature request was to support not just a single storage pool but multiple storage pools. This way users would for example be able to maint ...


Samuel Cozannet
7 March 2017

GPUs and Kubernetes for deep learning — Part 2/3: Adding storage

Cloud and server Article

Earlier this week we built a GPU cluster and installed Kubernetes so that we can do some advanced data processing. What is the thing you need next right after you have GPUs? Data. Data. and Data. And technically, if you looked at any of the tutorials for Tensorflow or the recent PaddlePaddle blog posts, you’ll ...


Canonical
6 June 2016

Vendors embrace Juju model-driven operations

Cloud and server News

Vendors delivering SAAS experience on-premises with Juju charms Charms encapsulate deployment, integration, management, support, operations Reusable charms greatly reduce the operations cost of big software Centres of gravity around big data, machine learning and container management Rapid growth in use of Juju for OpenStack operations   ...


Stéphane Graber
25 April 2016

LXD 2.0: Live migration [9/12]

Cloud and server Article

This is the ninth blog post in this series about LXD 2.0.IntroductionOne of the very exciting feature of LXD 2.0, albeit experimental, is the support for container checkpoint and restore.Simply put, checkpoint/restore means that the running container state can be serialized down to disk and then restored, either on the same host as a stat ...


Canonical
7 April 2016

LXD networking: lxdbr0 explained

Cloud and server Article

Recently, LXD stopped depending on lxc, and thus moved to using its own bridge, called lxdbr0. lxdbr0 behaves significantly differently than lxcbr0: it is ipv6 link local only by default (i.e. there is no ipv4 or ipv6 subnet configured by default), and only HTTP traffic is proxied over the network. This means that e.g. you ...