Saturday, March 25, 2023
  • Events
  • Interviews
  • Jobs
  • Opinion
  • Whitepapers
  • Podcasts
  • Web Hosting Directory
  • Login
  • Register
Cloud7 News
  • Cloud Computing
  • Web Hosting
  • Data Center
  • Linux
  • Cybersecurity
  • More
    • Software
    • Network/Internet
    • Hardware
    • Artificial Intelligence
    • Windows
    • Policy/Legislation
    • Blockchain
    • Troubleshooting
    • How-Tos
    • Articles
No Result
View All Result
Cloud7 News
  • Cloud Computing
  • Web Hosting
  • Data Center
  • Linux
  • Cybersecurity
  • More
    • Software
    • Network/Internet
    • Hardware
    • Artificial Intelligence
    • Windows
    • Policy/Legislation
    • Blockchain
    • Troubleshooting
    • How-Tos
    • Articles
No Result
View All Result
Cloud7 News
No Result
View All Result

Home > Cloud Computing > KubeOne 1.3 makes the life easier!

KubeOne 1.3 makes the life easier!

KubeOne is an open source cluster lifecycle management tool that automates cluster deployment and management in your preferred cloud, on-prem, edge, or IoT environment.


Julide Gamze Cecen Julide Gamze Cecen
September 27, 2021
4 min read
KubeOne 1.3 makes the life easier!

Kubermates announced that KubeOne 1.3 is generally available. The previous release paved the way for a lot of new features and this time the developers are excited to present those features to you. KubeOne 1.3 brings a brand new Addons API, managed support for encryption providers, automated Docker to containerd migration, and much more! Here are the major highlights of this release:

Table of Contents

  • Enhanced addons experience
  • Improved security with managed support for encryption providers
  • Automatically migrate your clusters to containerd
  • Optimize your workloads with advanced AWS spot instances support
  • Improved support for OpenStack, vSphere, and Hetzner
  • Cover highly complex use cases with our empowered KubeOneCluster API
  • Kubernetes support policy changes

Enhanced addons experience

KubeOne Addons was introduced back in the KubeOne 0.11 release, which offered an easy-to-use mechanism for deploying various additional components to improve the user experience. It did, however, require you to provide the YAML manifests along with the KubeOneCluster manifest, even if you used the addons we provided.

The developers heard your feedback and they’re introducing several improvements with this release, including the new Addons API. Now, all of the addons that they provide (e.g., cluster-autoscaler) are embedded in the KubeOne binary. If you want to use any of these addons, you can just request them in the KubeOneCluster manifest using the Addons API.

In addition, all existing Go structs used for deploying the core components, like the machine-controller, have been replaced with YAML-based Addons. If you want to change any component they deploy, all you have to do is put the appropriate manifest in your addons directory. There’s no need to change anything in code or recompile KubeOne.

Find out more about the new API along with how to use all the latest features in Kubermatic Addons guide.

Improved security with managed support for encryption providers

Kubernetes Encryption Providers allow you to encrypt your data at rest. This means that selected resources will be stored in an encrypted form in etcd. KubeOne 1.3 provides managed support for Encryption Providers for the following operations:

  • Enabling/disabling Encryption Providers
  • Generating and rotating encryption keys
  • Using custom Encryption Providers configurations
  • Using KMS-based Encryption Providers

Enabling Encryption Providers based on AESCBC for all Secret objects in the cluster is as easy as using the following KubeOneCluster manifest and running `kubeone apply`:

```yaml
apiVersion: kubeone.io/v1beta1
kind: KubeOneCluster
versions:
kubernetes: '1.22.1'
features:
encryptionProviders:
enable: true
```

Check out Encryption Providers docs for more advanced use cases, such as how to use a custom configuration file, as well as information on KMS-based providers.

Automatically migrate your clusters to containerd

The Kubernetes 1.20 release deprecated support for Docker (dockershim) as an underlying container runtime. With the upcoming Kubernetes 1.23 release, the support for Docker as a container runtime will be entirely removed. Instead, a container runtime compatible with Container Runtime Interface (CRI), such as containerd, is required. This means that you can still use Docker in your development workflow, but a CRI-compatible container runtime must be used on Kubernetes nodes.

That’s why the developers introduced containerd support in the latest 1.2 release. Now you can migrate your remaining clusters running Docker to containerd by running a single command. In addition, containerd is now supported on Flatcar Linux with this release, so you can provision Flatcar Linux clusters running containerd, or migrate your existing clusters. To learn more about this feature, we recommend checking out the migration guide.

Optimize your workloads with advanced AWS spot instances support

For power users that really scale-out, cloud works really well. Costs on the other hand are a significant topic when it comes to optimization. So the developers integrated advanced AWS Spot Instances support to configure not only the Spot Instances themselves but the amount the user is willing to pay for them as well. In combination with the unique machine controller, the rescheduling of nodes is completed without interruptions. For more sensitive workloads, KubeOne can run machine deployments with Spot Instances and reserved Instances side by side in a single cluster.

Improved support for OpenStack, vSphere, and Hetzner

The new release brings many improvements to OpenStack, vSphere, and Hetzner. The developers are now automatically deploying a CSI driver for all three providers, so you can use cloud provider-backed volumes. In addition, the external cloud controller managers (CCMs) have been updated to their latest versions for all supported providers to include the most current bug fixes and improvements.

The developers also implemented a CCM/CSI migration for OpenStack and vSphere clusters to answer the in-tree cloud providers’ deprecation. Originally, the controllers responsible for connecting your clusters to the cloud provider were integrated directly into Kubernetes. Those controllers are now considered deprecated and replaced by external cloud controller managers (CCMs) and CSI drivers.

If you still have OpenStack or vSphere clusters using in-tree cloud providers, you can now easily migrate them using just a single KubeOne command.

Cover highly complex use cases with our empowered KubeOneCluster API

In addition to the Addons API, the KubeOneCluster API has improvements to better support advanced and enterprise use cases. You can now provide a custom CA bundle that can be used by the control plane components, including CCM, CSI, and machine-controller. This is a very important feature for OpenStack and vSphere clusters if your setup uses a custom CA, which is not trusted by operating systems out of the box.

There are also new options for configuring kube-proxy. You can choose between running it in the iptables mode, which is the default, or in the IPVS mode. Running kube-proxy in the IPVS mode offers some additional options, such as enabling strict ARP, choosing a scheduler, or configuring timeouts. You’ll find some of those options useful, especially if you’re a MetalLB user or want to utilize better scalability of IPVS.

Kubernetes support policy changes

The latest Kubernetes 1.22 is supported with this release, so you can enjoy all of the newest features and improvements. Kubernetes has deprecated many old APIs in Kubernetes 1.22, so the developers had to change the minimum supported Kubernetes version to 1.19. If you have any clusters running Kubernetes 1.18 or older, make sure to upgrade to 1.19 using an older KubeOne release before upgrading to KubeOne 1.3. The Compatibility document includes a list of supported Kubernetes versions for each KubeOne release.

The new release introduces/includes so many other features, so we recommend checking out the entire changelog. If you’re an existing user upgrading to KubeOne 1.3, please pay additional attention to the “Attention Needed” part before upgrading.

See more Cloud Computing News

A comprehensive guide to understanding Cloud Technology: What is Cloud Computing?


Tags: KubeOne
Julide Gamze Cecen

Julide Gamze Cecen

Julide is the video editor of Cloud7. Graduated from Marmara University, Faculty of Communication, Department of Cinema, she also studied professional journalism and documentary photography, published news files and photography works in many national and international publications, took roles as coordinator and assistant director in international photography organizations and cinema projects. She taught documentary cinema and documentary photography at universities and academies of fine arts, and worked as an independent documentary director. She worked as an assistant director and editor in children's and youth programs, and directed & edited in serials. Julide also worked as a project consultant and director supported by the European Union, video works of foreign education projects, coordination of promotional shoots, as well as international photography organizations for 6 years. She received awards in national and international categories for her documentary photography works. As an independent filmmaker, she produces screenplays and film projects.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

I agree to the Terms & Conditions and Privacy Policy.

Next Post
How to kill a process in Linux

How to kill a process in Linux?

Related News

Gcore launches Zero-Trust 5G eSIM Cloud platform

Gcore launches Zero-Trust 5G eSIM Cloud platform

March 23, 2023 6:10 pm
What is cloud gaming?

What is cloud gaming?

March 16, 2023 8:50 pm
Anchor chosen Cloudflare’s 2022 New Partner of the Year

Anchor is Cloudflare’s 2022 New Partner of the Year

March 16, 2023 1:00 pm
What is machine learning as a service

What is machine learning as a service?

March 15, 2023 6:45 pm
Get free daily newsletters from Cloud7 News Get the Cloud7 Newsletter
Select list(s):

Check your inbox or spam folder to confirm your subscription.

By subscribing, you agree to our
Copyright Policy and Privacy Policy

Get the free newsletter

Subscribe to receive the latest IT business updates straight to your inbox.

Select list(s):

Check your inbox or spam folder to confirm your subscription.

Recent News

  • Podman Desktop – Containers & Kubernetes (Podcast #15 w/ Markus Eisele)
  • What is a Daemon in Linux?
  • 7 best practices and tools to use for Linux security
  • Photopea review: The best free Photoshop alternative for Linux
  • CloudFest 2023 is completed

Cloud7 News
Cloud7 is a news source that publishes the latest news, reviews, comparisons, opinions, and exclusive interviews to help tech users of high-experience levels in the IT industry.

EXPLORE

  • Web Hosting
  • Cloud Computing
  • Data Center
  • Cybersecurity
  • Linux
  • Network/Internet
  • Software
  • Hardware
  • Artificial Intelligence
  • How-Tos
  • Troubleshooting

RESOURCES

  • Events
  • Interviews
  • Jobs
  • Opinion
  • Whitepapers
  • Podcasts
  • Web Hosting Directory

Get the Cloud7 Newsletter

Get FREE daily newsletters from Cloud7 delivering the latest news and reviews.

  • About Us
  • Privacy & Policy
  • Copyright Policy
  • Contact

© 2023, Cloud7 News. All rights reserved.

No Result
View All Result
  • Cloud Computing
  • Web Hosting
  • Data Center
  • Linux
  • Cybersecurity
  • More
    • Software
    • Network/Internet
    • Hardware
    • Artificial Intelligence
    • Windows
    • Policy/Legislation
    • Blockchain
    • Troubleshooting
    • How-Tos
    • Articles
  • Events
  • Interviews
  • Jobs
  • Opinion
  • Whitepapers
  • Podcasts
  • Web Hosting Directory

© 2023, Cloud7 News. All rights reserved.

Welcome Back!

Sign In with Facebook
Sign In with Google
Sign In with Linked In
OR

Login to your account below

Forgotten Password? Sign Up

Create New Account!

Sign Up with Facebook
Sign Up with Google
Sign Up with Linked In
OR

Fill the forms below to register

*By registering into our website, you agree to the Terms & Conditions and Privacy Policy.
All fields are required. Log In

Retrieve your password

Please enter your username or email address to reset your password.

Log In

Add New Playlist

This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.