Best of KubernetesJuly 2023

  1. 1
    Article
    Avatar of bytebytegoByteByteGo·3y

    EP67: Top 9 Microservice Best Practices

    QA Wolf will get your web app to 80% automated end-to-end test coverage in just 4 months. QA Wolf offers a 90-day pilot so you can try them out. Kubernetes Periodic Table sheds light on the 120 crucial components that make up the KuberNETes ecosystem.

  2. 2
    Article
    Avatar of amplicationAmplication·3y

    Serverless vs. Containers for Microservices: What should you choose

    Serverless vs. Containers for Microservices: What should you choose? Amplication has just surpassed the remarkable milestone of 11,000 stars on GitHub! We'll explore the strengths and weaknesses of Containers and Serverless for building microservices while exploring various use cases to help determine their suitability.

  3. 3
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Microservices Patterns: Service Discovery Patterns

    A Service Registry is a centralized server / a database containing the location of service instances. In a microservices setup, services update their locations in the Service Registry at regular intervals. Service consumers can connect to the service registry and fetch the locations of those services. This will help the client to know where the service instance is located.

  4. 4
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    CI/CD Process Management

    The software development industry has started to use continuous integration (CI) and continuous delivery (CD) applications more due to increasing demand. CI/CD processes offer software developers the opportunity to deal with it automatically. Fully automated testing standardizes processes, reducing uncertainty and increasing productivity. Jenkins Jenkins enables developers to compile and test their code frequently.

  5. 5
    Article
    Avatar of dzDZone·3y

    Docker Alternatives

    DZone will explore the Docker alternatives to your SaaS application. Join the DZone community and get the full member experience. Join For Free Docker technology has revolutionized the infrastructure management landscape in such a way that Docker has now become a synonym for containers.

  6. 6
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Essential Tools for a Smooth Landing into the World of DevOps

    DevOps has emerged as a crucial methodology for bridging the gap between development and operations teams. DevOps emphasizes collaboration, automation, and continuous integration and delivery (CI/CD) Tools include Jenkins, Ansible, Docker, Kubernetes, Terraform, AWS CloudWatch, Prometheus, Jira, and more.

  7. 7
    Article
    Avatar of metalbearMetalBear·3y

    mirrord as an alternative to Telepresence

    mirrord is an alternative to Telepresence MetalBear, which works at the network level. It uses the Kubernetes API, so all you need is a configured kubeconfig. It can create a pod when it runs, but it cleans itself up at the end of execution. It doesn’t need root access on your machine.

  8. 8
    Article
    Avatar of asayerasayer·3y

    Deploying Vue apps to the cloud with Kubernetes

    Deploying Vue apps to the cloud with Kubernetes Back Vue.js has gained popularity among developers for its simplicity and flexibility in building dynamic and interactive front-end applications. In today’s software development world, containers and orchestration have emerged as a powerful paradigm that is here to stay.