SEARCH (ENTER TO SEE ALL RESULTS)
Cancel Search
POPULAR TOPICS
Contributed
sponsored-post-contributed
News
Analysis
The New Stack Makers
Tutorial
Podcast
Feature
Research
Profile
The New Stack Logo
Skip to content
  • Podcasts
  • Events
  • Ebooks
    • DevOps
    • DevSecOps
    • Docker Ecosystem
    • Kubernetes Ecosystem
    • Microservices
    • Observability
    • Security
    • Serverless
    • Storage
    • All Ebooks
  • Newsletter
  • Sponsorship
  • • • •
    • Podcasts
      • TNS @Scale Series
      • TNS Analysts Round Table
      • TNS Context Weekly News
      • TNS Makers Interviews
      • All Podcasts
    • Events
    • Ebooks
      • DevOps
      • DevSecOps
      • Docker Ecosystem
      • Kubernetes Ecosystem
      • Microservices
      • Observability
      • Security
      • Serverless
      • Storage
      • All Ebooks
    • Newsletter
    • Sponsorship
Skip to content
  • Architecture
    • Cloud Native
    • Containers
    • Edge/IoT
    • Microservices
    • Networking
    • Serverless
    • Storage
  • Development
    • Development
    • Cloud Services
    • Data
    • Machine Learning
    • Security
  • Operations
    • CI/CD
    • Culture
    • DevOps
    • Kubernetes
    • Monitoring
    • Service Mesh
    • Tools
Search The New Stack
 

Kubernetes

▾ 4 MINUTE READ — CLOSE

Although technically best described as a container orchestration engine, Kubernetes is rapidly becoming the infrastructure platform for cloud-native computing, an approach to using public or private clouds flexibly.
What Is Kubernetes?
Kubernetes, also known as K8s, is a portable open-source platform — with a rapidly growing ecosystem — for managing containerized workloads and services. Kubernetes aids declarative configuration, automates deployment, and manages cloud-native applications with on-premise systems or public cloud infrastructure.
What Is a Kubernetes Cluster?
A Kubernetes cluster is a set of nodes for running containerized applications. A node is a device or data point in a network. With a Kubernetes cluster, teams can run containers in multiple environments such as public clouds, on-premise, virtual, or physical environments.

Clusters often comprise a control plane — which manages the cluster’s desired state — and some worker nodes, which could be virtual machines or physical computers depending on the cluster. Each Kubernetes cluster has a desired state that determines elements such as applications or running workloads, corresponding images, and configuration details.
Benefits of Kubernetes Architecture
The idea behind the cloud-native computing approach is to put your applications within containers and then manage them against available resources using Kubernetes.

Beyond orchestration itself, Kubernetes as a platform solves many enterprises’ IT issues. Some of the benefits of Kubernetes architecture include:

Service discovery. Service discovery is the process of automatically locating devices on a network. Kubernetes has labels and annotations for additional metadata to identify and group objects with similar attributes. These labels and annotations make it easy to associate a service with a group of pods in service discovery.
Storage orchestration. Kubernetes allows teams to mount chosen storage systems, such as public cloud providers and local storage, into pods.
Flexibility. A container runtime or engine is a program that runs containers. Kubernetes supports several types of container runtime and infrastructure as long as they have some version of Linux or Windows. K8s portability makes it easy for development teams to switch engines, servers, or environmental configurations.
Multi-cloud operations. Many organizations believe that cloud computing is the best way to handle IT operations. Each cloud provider offers unique interfaces, posing a danger that a customer’s operations may be “locked” into that specific provider. This risk makes many companies adopt a multi-cloud strategy. Kubernetes supports multi-cloud infrastructure and quickly scales its environment from one cloud to another.
Developer productivity. Kubernetes has an operations-friendly approach that enables development and operations (DevOps) teams to innovate, scale, and deploy faster than they previously could.
Bin packing. Kubernetes fits containers into nodes based on defined resources such as CPU, RAM, and the cluster of nodes developers provide for containerized risks.

Using Kubernetes for Containers Eases Application Deployment
Containers allow organizations to streamline the development process for an automatic transition between the developer and the production deployment. Containers free up developers to use whatever languages and frameworks they prefer, given the ability to package all the dependencies for these specific choices within the container itself.

On the operations side, Kubernetes allows operators to make the best use of available resources by moving containers or having them automatically moved around to best match the optimal performance and price.
Major Cloud Providers Now Support K8s Deployment
Google first created Kubernetes based on its software for managing containers, called The Borg. The company was already using containers in its operations for well over a decade. Company engineers had plenty of expertise and best practices in hand when designing this new software, which was released as open-source in 2014 and is now hosted by the Cloud Native Computing Foundation (CNCF).

Many major cloud vendors now offer Kubernetes as a service, since K8s provides an abstraction through a set of APIs that allows users to potentially mix and match cloud services.
How Organizations Can Improve Kubernetes Deployment
Efficient deployment greatly impacts the development process, resource management, and user experience. There needs to be structure in central organizational governance to ensure that teams efficiently deploy code.

Here are some areas development teams need to consider to avoid governance challenges in Kubernetes deployment:

Visibility and Management. As clusters grow, managing and tracking them becomes a complex task. Troubleshooting problems is also time-consuming if different software is used because one solution may not work for all programs. Centralized governance and updates on application performance are essential for successful deployments. Operators need to actively and consistently obtain insights about their systems to prevent visibility issues.
Operational Complexity. Having multiple Kubernetes clusters in different business units leads to difficulties in user identity tracking. When users onboard, offboard, or change teams, operators may lose the ability to define user responsibilities and roles. This process ensures that the right user performs their tasks within the environment. Teams should also set structures to detect role violations, conduct adequate compliance checks, and assess management risks. When there are fewer potential risks, efficiency is possible.
Developer and operator empowerment. Although Kubernetes supports the DevOps approach, there is a need to balance developers’ freedom and operators’ ability to manage policies and ensure the environment’s security. Organizations need to define the extent of developers’ innovative independence so that necessary procedures are not compromised.

Get the Latest Updates on the Kubernetes Platform at The New Stack
At The New Stack, we monitor how enterprise Kubernetes adoption impacts business outcomes. We’re also watching how Kubernetes advancements will accommodate artificial intelligence and machine learning (AI/ML) workload in production. And we keep a close eye on how the Kubernetes community prioritizes cloud-native security improvements.

Bookmark this page to stay current on Kubernetes developments.


The New Stack Newsletter Sign-Up
A newsletter digest of the week’s most important stories & analyses.
Do you also want to be notified of the following?
We don’t sell or share your email. By continuing, you agree to our Terms of Use and Privacy Policy.
Containers / Kubernetes / Microservices / Contributed
Trends to Follow at KubeCon 2017
4 Dec 2017 9:30am, by Gadi Naor
Containers / Kubernetes / Storage / Sponsored / Contributed
How Kubernetes Resource Classes Promise to Change the Landscape for New Workloads
4 Dec 2017 4:18am, by Jeremy Eder
Cloud Native Ecosystem / Kubernetes / Microservices / Observability
5 Tools for Monitoring Kubernetes at Scale in Production
30 Nov 2017 6:00am, by Craig Martin
Cloud Services / Containers / Data Science / Kubernetes / Serverless
Amazon Web Services Takes on Kubernetes, Offers a Serverless Database Service
29 Nov 2017 1:13pm, by Joab Jackson
Cloud Native Ecosystem / Containers / Data Science / Kubernetes
Apache Flink 1.4 Lays Groundwork for Unified Stream and Batch Processing
29 Nov 2017 6:00am, by Alex Handy
Containers / DevOps / Kubernetes / Security
CSPi Puts Container Security Focus on Protecting Data, Rather than Infrastructure
28 Nov 2017 6:00am, by Susan Hall
Containers / Kubernetes
Microsoft Centers Azure’s Container Services Around Kubernetes
28 Nov 2017 3:00am, by Mary Branscombe
https://cdn.thenewstack.io/media/2016/01/PodcastBrandingOverlay_TNS_Makers.svg
Containers / Data Science / Kubernetes / Microservices / Software Development
Typeform: To Go and Beyond
21 Nov 2017 11:43am, by Kiran Oliver and Alex Williams
API Management / Containers / Kubernetes / Contributed
Six Strategies for Application Deployment
21 Nov 2017 9:00am, by Etienne Tremel
API Management / Data Science / Kubernetes / Observability
LogicMonitor Expands into Cloud-Agnostic Monitoring
21 Nov 2017 6:00am, by Susan Hall
https://cdn.thenewstack.io/media/2016/01/PodcastBrandingOverlay_TNS_Makers.svg
Cloud Native Ecosystem / DevOps / Kubernetes / Security
How Cloud Foundry Helps Developers Embrace Flexibility While Balancing Security
20 Nov 2017 2:00pm, by Kiran Oliver
Containers / Kubernetes / Contributed
Kube-Node: Let Your Kubernetes Cluster Auto-Manage Its Nodes
20 Nov 2017 6:00am, by Henrik Schmidt
Cloud Native Ecosystem / Culture / Kubernetes / Open Source / Software Development
Red Hat’s Diane Mueller: No Point Being Anonymous in Open Source
20 Nov 2017 3:00am, by Swapnil Bhartiya
https://cdn.thenewstack.io/media/2016/01/PodcastBrandingOverlay_TNS_Makers.svg
Cloud Native Ecosystem / Containers / Kubernetes
CircleCI’s Technical Architecture Is Built for Scalability
16 Nov 2017 12:13pm, by Kiran Oliver and Alex Williams
CI/CD / Cloud Native Ecosystem / Cloud Services / Containers / Kubernetes
Find the Perfect Kubernetes Distribution
16 Nov 2017 2:00am, by Janakiram MSV, Scott M. Fulton III and Krishnan Subramanian
https://cdn.thenewstack.io/media/2016/01/PodcastBrandingOverlay_TNS_Makers.svg
Cloud Native Ecosystem / Containers / Data Science / DevOps / Kubernetes / Open Source / Software Development / Sponsored
The Evolving Developer Advocate Role — A Conversation with Google’s Kim Bannerman
15 Nov 2017 3:02pm, by Kiran Oliver and Alex Williams
Cloud Native Ecosystem / Cloud Services / Containers / Kubernetes
CNCF Ensures Kubernetes Interoperability with a New Cert Program
13 Nov 2017 9:45am, by Alex Handy
Containers / Culture / Kubernetes
Solomon Hykes Changes Roles at Docker
13 Nov 2017 8:16am, by Alex Handy
Kubernetes / Microservices / Networking / Security / Software Development / Storage
What Kubernetes Needs to Run in Production
9 Nov 2017 11:18am, by Craig Martin, Janakiram MSV and Krishnan Subramanian
Containers / Kubernetes / Storage
With REX-Ray, Dell Backs the Container Storage Interface Spec
9 Nov 2017 8:25am, by Scott M. Fulton III
https://cdn.thenewstack.io/media/2016/01/PodcastBrandingOverlay_TNS_Makers.svg
Cloud Native Ecosystem / Containers / DevOps / Kubernetes
Cloud Foundry: Focusing on Flexibility and Choice for a Cloud-Native World
8 Nov 2017 2:14pm, by Kiran Oliver and Alex Williams
Cloud Native Ecosystem / Cloud Services / Containers / Kubernetes
OpenStack’s New Public Passport Program Could Kickstart Federated Cloud Management
8 Nov 2017 9:51am, by Mark Boyd
CI/CD / Cloud Native Ecosystem / Kubernetes / Security
OpenStack Summit Sydney Addresses Open Source’s Integration Pains
6 Nov 2017 10:07am, by Mark Boyd
https://cdn.thenewstack.io/media/2016/01/PodcastBrandingOverlay_TNS_Analysts.svg
Containers / DevOps / Kubernetes
How Docker’s Support for Kubernetes Will Impact Developers
3 Nov 2017 1:56pm, by Kiran Oliver
https://cdn.thenewstack.io/media/2016/01/PodcastBrandingOverlay_TNS_Makers.svg
Cloud Native Ecosystem / Containers / DevOps / Kubernetes
The New Cloud Foundry Container Runtime: Just the Facts
2 Nov 2017 1:26pm, by Kiran Oliver
Cloud Native Ecosystem / Containers / Kubernetes / Storage / Contributed
How to Overcome Stuck EBS Volumes When Running Stateful Containers on AWS
2 Nov 2017 6:00am, by Gou Rao
Pagination Previous Button
51 52 53 54 55 56 57 58 59 60
Pagination Next Button
Architecture
  • Cloud Native
  • Containers
  • Edge/IoT
  • Microservices
  • Networking
  • Serverless
  • Storage
Development
  • Cloud Services
  • Data
  • Development
  • Machine Learning
  • Security
Operations
  • CI/CD
  • Culture
  • DevOps
  • Kubernetes
  • Monitoring
  • Service Mesh
  • Tools
The New Stack
  • Ebooks
  • Podcasts
  • Events
  • Newsletter
  • About / Contact
  • Sponsors
  • Sponsorship
  • Disclosures
  • Contributions

© 2022 The New Stack. All rights reserved.

Privacy Policy. Terms of Use.