Best of KubernetesOctober 2022

  1. 1
    Article
    Avatar of devtoDEV·4y

    From Zero to DevOps Engineer - DevOps Roadmap for YOUR specific background 🔥

    A part of DevOps skillset is to create a process of handling discovered issues in production instead of having a panic mode.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Learn Docker and Kubernetes – Free Hands-On Course

    Guy Barrette teaches this Docker Containers and Kubernetes Fundamentals course for beginners. Guy is a developer & trainer with more than 25 years of experience. He is a Microsoft MVP, frequent conference speaker, and was leader of the Montreal.NET User Group for more than 23 years.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    DevOps is Bullshit

    DevOps started as a well-intentioned set of practices and culture, but it has devolved into an unholy beast of division and tunnel vision. Coding Coding is becoming more and more of a hodge-podge of cloud APIs. We should want to write and run less code, not run more code. The silos are a feature, not a bug.

  4. 4
    Article
    Avatar of pointerPointer·3y

    mikeroyal/Self-Hosting-Guide: Self-Hosting Guide. Learn all about locally hosting(on premises & private web servers) and managing software applications by yourself or your organization.

    Most self-hosted software can be installed using Docker, a packaging system which allows software to bundle their configuration and dependencies. Shipwright is a WebUI to generate templates for Yacht, Portainer, Docker-Compose, and Unraid. Dozzle is a small lightweight application with a web based interface to monitor Docker logs. Diun is a tool that receive notifications when a Docker image is updated.

  5. 5
    Article
    Avatar of gcgitconnected·4y

    How I reduced the size of my Docker Image by 95%

    How I reduced the size of my Docker Image by 95% Reduce theSize of the Docker image using a Multi-Stage build. Using multi-stage builds, you use multiple FROM statements in your Dockerfile.

  6. 6
    Article
    Avatar of medium_jsMedium·4y

    The 10 Platform Engineering Tools To Use in 2022

    Platform Engineering is the process of enabling software engineering teams to autonomously perform end-to-end operations of the application life cycle in a cloud environment. Humanitec is part of this revolution Powered by a centralized software catalog, Backstage restores orders to your microservices and infrastructure and enables your product teams to ship high-quality code quickly.

  7. 7
    Article
    Avatar of rhdevRed Hat Developer·4y

    The ultimate CI/CD resource guide

    Continuous integration (CI) and continuous deployment (CD) are development processes making use of automated tools to produce high-quality software. CI ensures that any code submitted by each developer works together with all other code in the project.

  8. 8
    Article
    Avatar of communityCommunity Picks·3y

    komodorio/helm-dashboard: The missing UI for Helm

    Helm Dashboard is part of Komodor's vision of helping Kubernetes users to navigate and troubleshoot their clusters. The tool offers a UI-driven way to view the installed charts, see their revision history and corresponding k8s resources.

  9. 9
    Article
    Avatar of containersolutionContainer Solutions·3y

    WTF is Istio?

    The first public Istio release was version 0.1.0 in May 2017, and there was a presentation about it at Gluecon that spring. It can run in clusters outside of GCP as well, but needs to call back to Google’s systems, which you might need to consider when thinking about failure-tolerance.

  10. 10
    Article
    Avatar of rhdevRed Hat Developer·3y

    Podman expands to the Desktop

    Podman allows developers to install, configure and keep their container engine up to date with a GUI. This convenient GUI enables users to interact with containers and pods running in Podman. Podman Desktop also provides an easy deployment to Kubernetes for developers working with containers on their laptops.

  11. 11
    Article
    Avatar of logrocketLogRocket·3y

    Rust microservices in server-side WebAssembly

    The Rust programming language has gained mainstream adoption in the past several years. Rust programs are compiled into native machine code, which is not portable and is unsafe in multi-tenancy cloud environments.

  12. 12
    Article
    Avatar of changelogChangelog·4y

    How to Build Software like an SRE

    The SRE has been doing this ‘reliability’ stuff for a little while now, at companies ranging from about 20 developers to over 2,000. It’s industry standard for a reason – wrangling dependencies in environments with tools like Chef or Ansible loses to these nice self-contained artifacts any day.

  13. 13
    Article
    Avatar of communityCommunity Picks·4y

    Where should I run my stuff? Choosing a Google Cloud compute option

    Choosing a Google Cloud compute option is critical for your application's success. Compute Engine, or GKE, gives you full control over the underlying infrastructure. App Engine Cloud Run for Anthos is powered by Knative, an open-source project that supports serverless workloads on Kubernetes. GKE billing models are based on resources. You can take advantage of sustained and committed use discounts.

  14. 14
    Article
    Avatar of itnextITNEXT·4y

    How to Run a Minecraft Server on a Kubernetes Cluster

    A Minecraft server can be a fun addition to a project or company’s Plural stack. Kubernetes is a fairly large system that typically has a high hurdle cost to run. If you don’t have a Plural installation yet, check out our quickstart guide here to get up and running. For Azure or GCP, use the minecraft-azure orMinecraft-gcp bundle names.

  15. 15
    Article
    Avatar of faunFaun·4y

    Resources & Learning Paths collections (Part-2)

    The Raspberry Pi is a series of credit card-sized single-board computers developed in the United Kingdom by the… github.com.com 18. The RaspberryPi is a curated list of awesome Raspberry Pi tools, projects and projects. For more information, you can find out more to see the Raspberry Pi project list in a new post on Twitter. The list also includes a list of projects and other projects that are related to the Linux ecosystem. For more details on the RaspberryPi and other Linux tools and projects that can be found on Twitter and Facebook and other social media sites.

  16. 16
    Article
    Avatar of circleCircleCI·3y

    What is container orchestration?

    Docker Swarm offers decentralized access, making it easy for distributed teams to work on and manage the environment effectively. Mesos Apache Mesos works between the application layer and the OS, making deploying and managing applications in large-clustered environments more straightforward and efficient.

  17. 17
    Article
    Avatar of k8sKubernetes·4y

    Introducing Kueue

    Kueue is an open source job queueing controller designed to manage batch jobs as a single unit. It leaves pod-level orchestration to existing stable components of Kubernetes. In its simplest form, a LocalQueue is a pointer to the ClusterQueue that the tenant can use to start their jobs. For more details, take a look at the API concepts documentation.