Project Atomic is now sunset

The Atomic Host platform is now replaced by CoreOS. Users of Atomic Host are encouraged to join the CoreOS community on the Fedora CoreOS communication channels.

The documentation contained below and throughout this site has been retained for historical purposes, but can no longer be guaranteed to be accurate.

Project News

New CentOS Atomic Host Release, with Docker 1.9.1

An updated version of CentOS Atomic Host (version 7.20160404) is now available for download, featuring significant updates to Docker (1.9.1) and to the atomic run tool.

CentOS Atomic Host is a lean operating system designed to run Docker containers, built from standard CentOS 7 RPMs, and tracking the component versions included in Red Hat Enterprise Linux Atomic Host.

Version 1.9 of the atomic run tool now includes support for storage backend migration, for downloading and deploying specific atomic tree versions, and for displaying process information from all containers running on a host.

CentOS Atomic Host includes these core component versions:

  • docker-1.9.1-25.el7.centos.x86_64
  • kubernetes-1.2.0-0.9.alpha1.gitb57e8bd.el7.x86_64
  • kernel-3.10.0-327.13.1.el7.x86_64
  • atomic-1.9-4.gitff44c6a.el7.x86_64
  • flannel-0.5.3-9.el7.x86_64
  • ostree-2016.1-2.atomic.el7.x86_64
  • etcd-2.2.5-1.el7.x86_64
  • cloud-init-0.7.5-10.el7.centos.1.x86_64

For more information on the new release, check out this post on the CentOS blog.

View article »

Cockpit Does Kubernetes Data Volumes

Cockpit is the modern Linux admin interface. There’s a new release every week. Here are the highlights from this weeks 0.101 release.

Kubernetes Volumes

You can now set up Kubernetes persistent volume claims through the Cockpit cluster admin interface. These volumes are used to store persistent container data and possibly share them between containers. Each container pod declares the volumes it needs, and when deploying such an application admins configure the locations to store the data in those volumes.

Read More »

Developing with Mesos-Marathon provider on Atomic Developer Bundle (ADB)

Since the 1.6.0 release, the Atomic Developer Bundle (ADB) includes support for Mesos-Marathon as an orchestrator. This is in conjunction with the support for Mesos-Marathon that was added to Atomic App 0.3.0. This feature supports developers choosing to work with atomicapps on Mesos-Marathon.

Mesos Marathon is a distributed control system which can be used for container orchestration in large server clusters. Some Docker-based infrastructure teams use Mesos instead of Kubernetes. Learn more here:

Read More »

Cockpit 0.100 Released

Cockpit is the modern Linux admin interface. There’s a new release every week. Here are the highlights from this weeks 0.100 release. Even though 0.100 may seem to be a magical number … it’s really just the number after 0.99 :D

SELinux Troubleshooting

Cockpit can now help you troubleshoot SELinux problems, and show you fixes for repairing the various issues. This is pretty amazing for system admins who really would rather be secure, but keep bumping into stuff that SELinux is blocking. There’s more to come on both SELinux and troubleshooting in the future. Take a look at what landed in this release:

Image Registry Interface

There’s a new Image Registry user interface. It works with Atomic Platform or Openshift clusters. By default this shows up in the Cockpit Cluster admin dashboard.

But more importantly you can deploy this as a standalone image registry, complete with storage, authentication and an interface. See www.projectatomic.io/registry for more info.

Here’s a quick demo:

Storage sliders and more

Marius has been working on cleaning up the storage UI. One of the changes you’ll notice is that you can now use a slider to choose a size for new volumes or file systems, and specify the size units you want to use:

Storage number slider

Debian builds now also include the Storage page.

From the future

Peter worked on adding Cluster storage configuration to the Kubernetes admin dashboard. Basic support will be in the next release. Here’s a screenshot:

Kubernetes persistent volume

Try it out

Cockpit 0.100 is available now:

View article »