Giter Club home page Giter Club logo

kubernetes's Introduction

Kubernetes v.1.23.12

Kubernetes, also known as K8s, is a popular open-source container orchestration platform used to automate deployment, scaling, and management of containerized applications. Here are some basic concepts and terminologies related to Kubernetes: Node: A physical or virtual machine that runs Kubernetes and hosts containerized applications. Pod: The smallest unit of deployment in Kubernetes, representing a single instance of a containerized application. Deployment: A Kubernetes object that manages a set of replicas of a Pod and allows for rolling updates and rollbacks. Service: A Kubernetes object that provides a stable IP address and DNS name for a set of Pods and enables load balancing and service discovery. Namespace: A logical boundary within a cluster that allows for resource isolation and namespace-level access controls. Container: A lightweight, standalone executable package that contains everything needed to run an application, including code, runtime, system tools, and libraries. Container image: A binary file that contains the application code, runtime, and dependencies, which can be used to create containers. Kubernetes API: The interface used to interact with Kubernetes and manage Kubernetes objects. Kubectl: The command-line interface tool used to manage Kubernetes objects and clusters. Cluster: A set of nodes that work together as a single unit to run Kubernetes and manage containerized applications.

kubernetes's People

Contributors

rahuls512 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.