diff --git a/sources/tech/20211231 15 ways to advance your Kubernetes journey in 2022.md b/sources/tech/20211231 15 ways to advance your Kubernetes journey in 2022.md new file mode 100644 index 0000000000..bad97906b5 --- /dev/null +++ b/sources/tech/20211231 15 ways to advance your Kubernetes journey in 2022.md @@ -0,0 +1,59 @@ +[#]: subject: "15 ways to advance your Kubernetes journey in 2022" +[#]: via: "https://opensource.com/article/21/12/learn-kubernetes-2022" +[#]: author: "Moshe Zadka https://opensource.com/users/moshez" +[#]: collector: "lujun9972" +[#]: translator: " " +[#]: reviewer: " " +[#]: publisher: " " +[#]: url: " " + +15 ways to advance your Kubernetes journey in 2022 +====== +Whether you are experimenting with Kubernetes in your homelab or want to +become a Kubernetes maintainer, there is a resource for you on +Opensource.com +![Ship captain sailing the Kubernetes seas][1] + +2021 has been an exciting year for Kubernetes, and these articles prove it. From fun interfaces to homelabs to development environments, check out my favorite articles from 2021, K8s style. + +If you are interested in the fundamentals, this article [about containers on Linux][2] clarifies how Linux containers work from the inside out. Are you more interested in having some fun? Install minikube and start managing it using [the DOOM video game as an interface][3]. An alternative to DOOM is [kubectl][4], a more traditional Kubernetes control CLI. + +Even if you only run Kubernetes on your [Linux homelab][5], you can use tools like [Terraform and Helm][6] to automate day-to-day operations. This creates an opportunity to [get better at Terraform][7]. + +One of the few things that are certain in life is that computers will fail in weird and interesting ways. [Monitor your Kubernetes cluster with Prometheus and Grafana][8] to see how it fails. Monitor the applications running inside it with [distributed tracing using Grafana Tempo][9]. Monitor how strong your monitoring is by introducing [Chaos Mesh][10] to cause intentional chaos in Kubernetes. + +If you are developing applications that run on Kubernetes, [Quarkus can help you develop and test][11]. Developers using Java [can use containers to run][12] the applications on Kubernetes. Tools like [Tackle-DiVA][13] help port the applications to containers. + +Like all successful open source projects, part of the value of Kubernetes is a powerful [ecosystem][14]. For example, consider the [KubeEdge project][15], which helps move computing and data closer to the end-user. After using Kubernetes for a while, you might even want to [become a Kubernetes maintainer][16]. + +With so many interesting Kubernetes topics to choose from, it may be difficult to get through them all. Still, for sysadmins and developers alike, great Kubernetes resources are a must. Give these selections a read. + +-------------------------------------------------------------------------------- + +via: https://opensource.com/article/21/12/learn-kubernetes-2022 + +作者:[Moshe Zadka][a] +选题:[lujun9972][b] +译者:[译者ID](https://github.com/译者ID) +校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]: https://opensource.com/users/moshez +[b]: https://github.com/lujun9972 +[1]: https://opensource.com/sites/default/files/styles/image-full-size/public/lead-images/ship_captain_devops_kubernetes_steer.png?itok=LAHfIpek (Ship captain sailing the Kubernetes seas) +[2]: https://opensource.com/article/21/8/container-linux-technology +[3]: https://opensource.com/article/21/6/kube-doom +[4]: https://opensource.com/article/21/7/kubectl +[5]: https://opensource.com/article/21/6/kubernetes-linux-homelab +[6]: https://opensource.com/article/21/8/terraform-deploy-helm +[7]: https://opensource.com/article/21/8/terraform-tips +[8]: https://opensource.com/article/21/6/chaos-grafana-prometheus +[9]: https://opensource.com/article/21/2/tempo-distributed-tracing +[10]: https://opensource.com/article/21/6/chaos-mesh-kubernetes +[11]: https://opensource.com/article/21/7/developer-productivity-linux +[12]: https://opensource.com/article/21/5/what-serverless-java +[13]: https://opensource.com/article/21/6/tackle-diva-kubernetes +[14]: https://opensource.com/article/21/6/kubernetes-ebook +[15]: https://opensource.com/article/21/1/kubeedge +[16]: https://opensource.com/article/21/2/kubernetes-maintainer