Meet Travis - Your AI-Powered tutor

Learn more about Kubernetes with these recommended learning resources

Kubernetes

 Full Stack Python

Kubernetes is a container orchestration system for deploying, scaling and managing applications.

Read more at Full Stack Python

Kubernetes Overview

 Analytics Vidhya

This name Kubernetes comes from a Greek word and this is a word for helmsman or vessel pilot. Kubernetes is commanding a ship of containers for our applications. Kubernetes began as a secret project…

Read more at Analytics Vidhya

A Beginner-Friendly Introduction to Kubernetes

 Towards Data Science

With a hands-on MLFlow deployment example Continue reading on Towards Data Science

Read more at Towards Data Science

A Simplistic Overview of Kubernetes

 Towards AI

What is Kubernetes-K8s, why we need them and how Kubernetes work, what K3s and MicroK8s, and the similarities and differences between K3s and MicroK8s? You want to run multiple instances of your deep…...

Read more at Towards AI

Starting with Kubernetes

 Analytics Vidhya

Over a decade span of cloud, multiple tools and technologies are created to work with cloud. K8s (Kubernetes) is one of the widely used tool as part of development on cloud. Whether it is server…

Read more at Analytics Vidhya

GETTING STARTED WITH KUBERNETES

 Analytics Vidhya

Before we jump into what is Kubernetes and its usefulness, it’s essential to familiarize ourselves with two concepts: immutable infrastructure and containers. IMMUTABLE INFRASTRUCTURE is a practice…

Read more at Analytics Vidhya

Get Into The World Of Kubernetes

 Analytics Vidhya

It groups containers that make up an application into logical units for easy management and discovery. It has a large, rapidly growing ecosystem. Kubernetes services, support, and tools are widely…

Read more at Analytics Vidhya

A Journey with Kubernetes: Part 1

 Python in Plain English

While scheduling classes for my final semester of college, I was very eager to do something different. Like many of my computer science peers, I had grown tired of the typical class where we have to…

Read more at Python in Plain English

Kubernetes Tutorial: The Ultimate Platform For Scale and Ease

 Analytics Vidhya

For a number of data engineering tasks, Kubernetes (“koo-burr-NET-eez”), is now the platform of choice for scaling and deployment. But what is Kubernetes, how does it work, and how can you get…

Read more at Analytics Vidhya

A 1000 Foot Overview of Kubernetes

 Level Up Coding

Kubernetes is an open-source orchestration tool developed by Google (It was a branch of their Borg project) for managing microservices or containerized applications across a distributed cluster of…

Read more at Level Up Coding

Learn Kubernetes — The Easy Way

 Towards Data Science

In this tutorial we learn about Kubernetes and how it can be used to orchestrate containerized applications Continue reading on Towards Data Science

Read more at Towards Data Science

Demystifying Kubernetes — 4 Reasons Why It’s So Successful

 Better Programming

3 — Extensible Functionalities and Components Photo by KAL VISUALS on Unsplash This post is the first one of a multi-part series. In this series, I want to dig into Kubernetes but I am not planning t...

Read more at Better Programming

Beginner’s Guide to Kubernetes and Docker

 Towards Data Science

Everything you need to know about Kubernetes and its applications Continue reading on Towards Data Science

Read more at Towards Data Science

Understanding Kubernetes

 Better Programming

This is the first of three articles cycle that will consist of Kubernetes architecture basics, monitoring fundamentals (metrics and resource usage focused) and comparison of open-source monitoring…

Read more at Better Programming

Mastersin Kubernetes Services!!

 Python in Plain English

Day 34 Task: Working with Services in Kubernetes New day, New Topic…. Let’s learn along..!!😉 What is Services in Kubernetes..? In Kubernetes, a service is an abstraction that defines a logical set o...

Read more at Python in Plain English

Kubernetes 101: Why should you care?

 Towards Data Science

What is Kubernetes and what issues it tries to solve?

Read more at Towards Data Science

How We Built an Infrastructure Platform on Top of Kubernetes

 Better Programming

How and why we used Kubernetes for our infrastructure platform and some lessons learned along the way Credit: Unsplash Having dabbled with Kubernetes for a while, our team decided to build an infrast...

Read more at Better Programming

The “Open Sesame” of Kubernetes

 Level Up Coding

A command-line tool acts as a bridge between the user and the system. It is essential to have a well built CLI to make a technology or tool more powerful and reach the community. The kube-see-tee-el…

Read more at Level Up Coding

The Core of Kubernetes Security: Clusters

 Level Up Coding

The Kubernetes cluster is a group of nodes that, in their most basic form, are responsible for the operation of containerized applications… Continue reading on Level Up Coding

Read more at Level Up Coding

Kubernetes In Layman’s Terms

 Better Programming

If you aren’t in IT, you may not have heard of Kubernetes. But it’s being swiftly and quietly adopted in the tech world. VMware calls it “the new Java”, after the programming language invented in…

Read more at Better Programming

Deploying Containers with Kubernetes!

 Level Up Coding

Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications. Kubernetes helps you deploy containers across a pool of comput...

Read more at Level Up Coding

Key Kubernetes Concepts

 Towards Data Science

Cloud computing, containerization, and container orchestration are the most important trends in DevOps. Whether you’re a data scientist, software developer, or product manager, it’s good to know…

Read more at Towards Data Science

Kubernetes From Zero to Hero - 2. Kubernetes Architecture

 Level Up Coding

Based on the definition from its official website: “Kubernetes is a portable, extensible, open source platform for managing containerised workloads and services, that facilitates both declarative conf...

Read more at Level Up Coding

Thinking in Kubernetes (K8s)

 Better Programming

When I was first introduced to Kubernetes, it was a “Container Orchestration Platform” at the edge of my professional radar. Kubernetes was an odd word — it didn’t roll well in the anglophone mouth…

Read more at Better Programming