This is a small article about understanding the liveness, readiness and startup in kubernetes. There's good explanation in the kubernetes documentation: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ This video also explains well the process: https://www.youtube.com/watch?v=aTlQBofihJQ But I wanted to understand it in a practical way. So I have this demo: https://github.com/DiegoTc/guest-book-js-docker/tree/Running-App-Version-1 It's a simple application running on a kubernetes cluster. https://github.com/DiegoTc/guest-book-js-docker/blob/Running-App-Version-1/argo/deployment.yaml apiVersion: apps/v1 kind: Deployment metadata: name: chat-ui spec: replicas: 1 revisionHistoryLimit: 3 selector: matchLabels: app: chat-ui template: metadata: labels: app: chat-ui spec: containers: - image: diegotc/guestbook:20230803-064434 imagePullPolicy: Alwa...
Hi Community
Last week I got some issues and couldn't present you a status of Bone101.
I updated the template and had almost done the final design. You can check it here: http://diegotc.github.io/bone101/Support/GSOC/template.html
The option for the View All, is the one that is giving me some problems. I'm not quite sure if the way that is right now is the proper way of showing it.
Personal Observations
- Planning to change the blue color(http://diegotc.github.io/bone101/Support/GSOC/BLINKINGTUTORIALS/Blink.html), for some orange or some BeagleBoard color. Need to confirm this with Jason.
To do for this week
- I just began to work with the Github API. Need to create a login page for writing tutorials.
- Need to play around with the Flickr API. Need to confirm with Jason if we're going to use the flickr system for hosting images.
- Have the option of forking the project. I have to test this.
These are my goals for this week.
Comentarios
Publicar un comentario