# Episode 67 : Spring Boot on Kubernetes
- Hosted by @jbeda / @kris-nova
- Recording date
<!--- Thumbnailed embed of the video, n8Xo_ghCIOSY is the video id from the youtube url --->
<a href="https://www.youtube.com/watch?v=jDdzs6-1BBM
" target="_blank"><img src="http://img.youtube.com/vi/jDdzs6-1BBM/hqdefault.jpg" width="480" height="360" border="10" /></a>
## Table of Contents
- 00:00:00 - Welcome to TGIK!
- 00:00:00 - Week in Review
## This Week in Kubernetes!
- Kubernetes 1.14 is in freeeeeeeeeeze. :yum:
- [Code freeze](https://groups.google.com/forum/#!topic/kubernetes-dev/28siL3dPFzs)
- Also now [built on golang 1.12](https://groups.google.com/forum/#!topic/kubernetes-dev/wA6v33W69TE)
- [Working Group LTS](https://www.surveymonkey.com/r/kubernetes-support-survey-2019) is running a survey - We now have a working group looking at the state of Kubernetes community support (release cadence, support lifecycle, upgrade-ability) and we’re seeking feedback from users of clusters, folks who run clusters, and vendors who support downstream distributions of Kubernetes.
- AWS, Google, Microsoft and Red Hat launch [Operatorhub.io](https://www.operatorhub.io/)
- [Building Distributed Systems with Kubernetes](https://www.youtube.com/watch?v=D0003git96g) with Erik St. Martin (40 minute talk from GOTO Chicago 2018))
- [Releases for CVE-2019-1002100](https://discuss.kubernetes.io/t/kubernetes-security-announcement-v1-11-8-1-12-6-1-13-4-released-to-address-medium-severity-cve-2019-1002100/5147)
- [ytt](https://get-ytt.io/) - ytt is a templating tool that understands YAML structure allowing you to focus on your data instead of how to properly escape it.
- [krontab](https://github.com/jacobtomlinson/krontab) - ⏰ A crontab like editor for Kubernetes cron jobs
## Show Notes
- [Quarkus](https://quarkus.io/)
- [Monolith App](https://github.com/heptio/monolith)
- [Spring Boot Getting Started](https://spring.io/guides/gs/spring-boot/)
- [Java Memory and CPU with Docker](https://blog.docker.com/2018/12/top-5-post-docker-container-java/)
- [Download Intellij](https://www.jetbrains.com/idea/download/#section=mac)
- [Java 8 backports of CGroup memory limits](https://blog.csanchez.org/2017/05/31/running-a-jvm-in-a-container-without-getting-killed/)
## Reference Links