Kayıtlar

 yep time to resume studying  yep first task: create docker image docker image created and kubernetes yaml file has been prepared and to check deployment (There is one issue which would be fixed) yep then lets install the py docker image and deploy and modify the required plugin code/library for lua modification and to test.  i think these tasks seems as tasks completable today then following day could test and implement code fixes from tests.
 today passed with:  some commutting time to mom to city and meanwhile i traveled also and go spent time at shore before taking back my mom to home. yep. 
 hmm incase the private ip allocations is not compatible for lua based proxy pass in specific cluster installment type (dunno if there is such thing even) I decided to use node selector based on label instead of depending to ip based lua based proxy pass.  so i would install kyverno to try out this which ai suggested: apiVersion : kyverno.io/v1 kind : ClusterPolicy metadata : name : add-pod-ip-label spec : rules : - name : add-ip-label match : any : - resources : kinds : - Pod mutate : patchStrategicMerge : metadata : labels : # The '+' ensures it only adds if missing +( pod-ip) : "{{request.object.status.podIP}}" so that it wont route based on ip but rather default mechanism of node selector/service logic in ngin ingress. yep.  but just a second, this is not as trivial to develop since it would require node selector of service also  be dynamically configured which wont be ...
 i dont think proxy pass might work without challenge since there is some configs need to be changed at GKE. yep today i created first test GKE kubernetes cluster and configured gloud kubectl settings (yep this latter again search engine ai told how to.  although i know kubectl, hadnt configured kubectl for gke before i think )  
 yep i have some tasks now. then -> yayyyy kubernetes tasks!  yep the search engine ai told me how to setup lua script of ngin alike: apiVersion : networking.k8s.io/v1 kind : Ingress metadata :   name : lua-ingress   annotations :     kubernetes.io/ingress.class : "nginx"     nginx.ingress.kubernetes.io/configuration-snippet : |       rewrite_by_lua_block {         -- Example Lua logic         if ngx.var.http_contains_specific_header == "true" then           ngx.var.proxy_pass = ngx.var.http_specific_header;         end       } spec :   rules :   - host : example.com     http :       paths :       - path : /         pathType : Prefix         backend :           service :             name :...
 yep today started at 7:30. first with preparing breakfast to mom's mom alike. then i went to tackle whether if there were confusion in some issue which turned out there were not.  (I mean wrongly having paid 50tl less alike confusion whcih turned out not. ) then went to coffee bought place bought coffee/eggs etc.  then came home and been chatting with mom until then.  yep coding tasks starts soon but first would do some exercise of walking alike. cause i already feel tired by start of day since had many tasks starting day and so.  yep lets some take off stress out with exercise of jogging some then start day.  yep I think i would start now kubernetes scripts tasks. which is by itself a challenge since i never before written kubernetes scripts to GKE. and had not before written proxy pass and lua script to parse http field for proxy pass.  then after it i would start adding some more library code to complete for gke based vagon vms based data tests....
 yep so coding tasks -> some ptr recreation mutex refactoring first and such code issues fixes. yep completed the such remaining refactorings, there is still some issues but i think I could now start (maybe after one issue fix) kubernetes scripts writing and code fixes for vagon vm checks /code fixes tasks.