Best of KubernetesAugust 2022

  1. 1
    Article
    Avatar of medium_jsMedium·4y

    Kubernetes The Easy Way

    Kubernetes is the go-to solution for microservices and container-based production implementations. It will package an application with required libraries and other dependencies, and ship it all out as one package. The Easy Way “Seaport Inf’s basically a key-value based distributed data store.

  2. 2
    Article
    Avatar of gcgitconnected·4y

    Microservices with Node.js, Kubernetes, and RabbitMQ

    Kubernetes (‘K8s’) is an open source system for automating and managing container orchestration that grew out of Google’s Borg, and is now maintained by the Cloud Native Computing Foundation. A microservice architecture means that your app is made up of many smaller, independent applications RABBITMQ_URL. The orders/index.js will be listening for an ‘ORDER’ message and as soon as it gets that message.

  3. 3
    Article
    Avatar of changelogChangelog·4y

    How we Created an in-Browser Kubernetes Experience

    Plural is an open-source DevOps platform that allows users to deploy and manage software on Kubernetes. The API creates both a reference to the shell pod in our database and creates the pod in a k8s.

  4. 4
    Article
    Avatar of infoworldInfoWorld·4y

    If Heroku is so special, why is it dying?

    A golden age of developer experience Heroku is back in the news because it recently announced the elimination of its free tier. Why is Kubernetes and not Heroku the increasingly default way to build and scale applications? Some suggest Heroku was simply ahead of its time.

  5. 5
    Article
    Avatar of awstipAWS Tip·4y

    Docker Containers! Oh my!!

    This weeks project focuses on creating Docker images and containers. We are going to create our own image using Nginx and then add a file that will tell us the date our container was deployed. We will then deploy the container to run on port 8080.

  6. 6
    Article
    Avatar of dzDZone·4y

    Simplify Your Microservices Architecture: Data API

    The data API gateway takes on the responsibility of managing data persistence for hotels, rates, inventory, and other data types. Data types can be added to the gateway by providing a schema or data model. Document-style endpoints can provide a "schema-less" experience in which any valid JSON document can be stored, such as a hotel description.

  7. 7
    Article
    Avatar of faunFaun·4y

    Probing Kubernetes architecture

    Running kubectl get nodes -owide will give us a general idea about the cluster size, and the number of workers and master nodes. The next step is to check the status of the control plane's main components (scheduler,etcd,controller) kubECTl get cs main components status.

  8. 8
    Article
    Avatar of developercomDeveloper.com·4y

    An Introduction to Kubernetes

    Kubernetes is an open-source, de facto container orchestration engine and a cloud-agnostic platform for orchestrating containers. It allows developers and programmers to separate each application into its process, allowing you to run them more efficiently. It also helps improve the efficiency of your operations and development teams. It allows container integration and streamlines the management of access to storage resources.