Creating a Kubernetes Cluster with Fedora CoreOS 36

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • thesis-files

    Files used as code samples in my Bachelor's Degree thesis.

  • that can be added to the cluster with {% raw %}`kubectl create -f testsvc.yml` and that allows us to test that everything works correctly by navigating to `node1:30001` with a browser or cURL and verifying we get the NGINX welcome page. # Next steps I have a few containers and Kubernetes example files of varying complexity in a [GitHub repository (github.com/carzacc/thesis-files)](https://github.com/carzacc/thesis-files), maybe you'll find something of interest there to complement reading the official Kubernetes documentation. In particular, [in the README for directory `3/morra`](https://github.com/carzacc/thesis-files/tree/main/3/morra) I show an example deployment of a REST API that interacts with a Redis store and a MySQL cluster. For production applications, remember to use namespaces and create accounts that follow the principle of least privilege. In the past, I've been very happy to write tutorials after having a topic requested or suggested in an email. In those cases, they were Flutter tutorial ideas. The same could happen with Kubernetes as well, so [feel free to write to me at [email protected] to ask anything](mailto:[email protected]). I have a blog at [carmine.dev](https://carmine.dev), too!

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts