Kubernetes 1.14 — Welcoming Windows workloads now

Opcito Technologies
2 min readMar 29, 2019

--

The first release of 2019 for Kubernetes is here! And it’s a big one. A total of 31 updates with a full third of them being moved to stable and another third of them moving to beta. This is the most enhancements that have graduated to stable in one Kubernetes release! A big theme of this release is supporting more workloads on Kubernetes.

There are security enhancements too in this release with updates to RBAC. Let’s have a look at the major features that have graduated to stable.

Windows Nodes — Production level support

Windows node support was in beta till now and with this release, Kubernetes will support the addition of Windows Nodes as worker nodes and the scheduling of windows containers. This opens up the Kubernetes ecosystem to companies and people running Windows workloads. And Enterprises with mixed Linux and Windows workloads can now use a single orchestrator Kubernetes to schedule and manage both sets of workloads.

Some of the key features that enable supporting Windows workloads in Kubernetes are

  • Windows Server 2019 for worker nodes and containers.
  • Networking support with Azure-CNI, OVN-Kubernetes, and Flannel
  • Closely matched support for metrics/quotas service types, pods, and workload controllers compared to Linux containers

Kubectl Updates

New documentation for Kubectl
Kubectl can manage resources in a declarative or imperative manner. The documentation for kubectl has now been rewritten with a focus on declarative resource configuration to manage resources declaratively. The documentation is also now available in a standalone book and is available online at the following link https://kubectl.docs.kubernetes.io

Kustomize is now integrated into kubectl via the -k flag to allow declarative Resource Config authoring. The power of being able to reuse Resource Configuration is now available natively within kubectl. Admins can now apply directories with kustomization.yaml to a cluster via kubectl apply -k dir/. Resource config can now also be outputted to stdout without applying it to the cluster via kubectl kustomize dir/

The kustomize subcommand will be developed in a separate Kubernetes owned repo and the latest features will be available from a standalone binary in this new repo. Kubectl will be updated with the latest prior to each Kubernetes release.

kubectl Plugin Mechanism is now classified as Stable
The kubectl plugin system allows developers to publish custom subcommands that take the form of standalone binaries. These subcommands can be used to extend …read more

--

--

Opcito Technologies
Opcito Technologies

Written by Opcito Technologies

Product engineering experts specializing in DevOps, Containers, Cloud, Automation, Blockchain, Test Engineering, & Open Source Tech

No responses yet