AI-powered search & chat for Data / Computer Science Students

Learn more 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

 Software Architecture with C plus plus

Kubernetes is probably the best-known orchestrator of all the ones that we mention here. It is prevalent, which means there is a lot of documentation and community support if you decide to implement i...

Read more at Software Architecture with C plus plus

A Crash Course in Kubernetes

 ByteByteGo Newsletter

In today's world of complex, web-scale application backends made up of many microservices and components running across clusters of servers and containers, managing and coordinating all these pieces i...

Read more at ByteByteGo Newsletter

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

Kubernetes Series (K8s)

 Javarevisited

Hi everyone! Today I’m here to say that I’m going to write a series of articles about Kubernetes. I will cover some of the arguments and aspects useful for everyone at the very beginning of studying a...

Read more at Javarevisited

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

Kubernetes 101 Part 1/4: Architecture overview

 Analytics Vidhya

Kubernetes is a powerful set of DevOps tools that helps you deploy your code in a reliable, scalable way. You’ve probably already heard of Kubernetes, along with associated technologies such as…

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

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

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

Kubernetes: When and How to Apply It

 ByteByteGo Newsletter

Welcome back! In the first part of our Kubernetes deep dive, we covered the fundamentals - Kubernetes' architecture, key components like pods and controllers, and core capabilities like networking and...

Read more at ByteByteGo Newsletter

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

A Brief Introduction to Kubernetes (K8s#1)

 Javarevisited

Hi everyone. I recently started studying and practicing Kubernetes concepts for one of my projects at work. Doing so, I was surprised how things (i.e. applications) could be handled in a completely di...

Read more at Javarevisited

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

Using Minikube for Local Deplyment of single node Kubernetes cluster

 Analytics Vidhya

Kubernetes is an open source container orchestration platform that automates many of the manual processes involved in deploying, managing, and scaling containerized applications. It is also known as…

Read more at Analytics Vidhya

How does Kubernetes work internally?

 Javarevisited

Hello folks, Kubernetes has revolutionized the management of containerized applications, providing developers and DevOps teams with a robust platform for orchestrating and scaling their workloads. Und...

Read more at Javarevisited