Externalize SQL Server Container State using Persistent Volume Claim

Background

This is the seventh part of the series on building highly scalable multi-container apps using AKS. So far in the series we have covered following topics:

This post is about externalizing the state associated with SQL Server 2017 Linux container to an external volume which we provisioned in the previous post. We will be focussing on following topics during this post:

  • Create a StatefulSet Kubernetes object which will be responsible for creating the SQL Server 2017 Linux container
  • Externalize the state by means of volume mapping to utilize the storage which was provisioned in the previous post
  • Query and update data from SQL Server 2017 Linux container
  • Verify data is persisted if the container restarts
  • Verify the volume mount using Kubernetes cli

Lets get the ball rolling.

Create a StatefulSet Kubernetes object

Kubernetes provides an object of type StatefulSet which is often used when deploying database workloads that store their state on external storage providers. Statefulsets are used when data loss is unacceptable. StatefulSets provide a stable volume mounts across the restarts of pods or even cluster.

Lets see how we can create a StatefulSet. We will use the manifest file shown below to  declaratively set the different properties.

We specify the kind as StatefulSet. Compared to the deployment manifest, there is another difference here. For the StatefulSet, we need to specify the serviceName attribute. The rest of the attributes like metadata and spec are similar to other objects that we have created in the series.

Externalize the state by means of volume mapping

Before we can deploy the statefulset to Kubernetes cluster using kubectl, we need to make couple of other changes to ensure that the volume is mapped correctly. In the same yaml file, scroll towards the bottom and pay attention to the volume mounts and volumes sections.

Lets first look at the volumeMounts section. Here we specify the name for the volume which is mounted as mssqldb. The mountPath specifies which path inside the container is mapped to the volume named mssqldb. The MSSQL Server 2017 Linux container stores the data files inside /var/opt/mssql directory. So we have mapped this path inside the container to an external volume.

Next is the link between the volume and the physical storage which is persisted to the Azure Disk. This association is done in the volumes section. We specify exactly the same name which was assigned to the PVC in previous post, techtalks-data.

The beauty of this is that the container does not know what is the underlying storage provider. In future we can swap the Azure Disk to some other provider and the container need not have to worry about it. As long as the PVC name matches with the claimName, the container will continue to run.

We also expos the service via a load balancer. The other manifest files used during this series can be found in the Github repo. Navigate to the TechTalksDB folder and run the kubectl apply command to create the objects in the Kubernetes cluster. Below are the list of commands I executed to deploy the TechTalksDB, TechTalksAPI and TechTalksWeb containers.

kubectl part1

kubectl commands

Query and update data from SQL Server container

Lets query the data using SQL Operations Studio. The initialization script contains 3 records. I added one more before taking the screenshot. So at this point of time, we have 4 records in the TechTalk table.

database initial state

Lets add a new record and query it back.

database after adding new record

Verify Data is persisted on container restart

This is where the things start to get interesting. Lets delete the pod which is running the SQL Server 2017 container. We can delete the pod in multiple ways. Earlier in the series I had demonstrated how to interact with Kubernetes objects using the kubectl cli. To keep things simple, lets use the kubernetes control plane to delete the pod using GUI option.

Delete statefulpod

Click on the Delete option as shown above. We will be asked for confirmation, go ahead and confirm the deletion.

Delete pod

Verify data is persisted if the container restarts

As soon as the pod is deleted, the replication controller starts another instance of the pod. Any guess why? Go back to the manifest file and check the number of replicas. We have specified the number of replicas as 1. This is the desired state that we requested Kubernetes to maintain. As soon as the replica count became zero, the controller initiates the creation of new pod to make the actual state to what is desired.

For few seconds while the old pod is terminating and the new one is initiating, we will see some errors.

statefulset error

Give it a few seconds to stabilize and within a minute we can see that things are back to normal with the new pod successfully running.

statefulset recreated

The pod is restarted, but does that mean we did not loose the data which was persisted? When I queried the table again using SQL operations studio, I got the results with all the 5 rows intact. To save some space, I will not put the same screenshot again. You can give it a try yourself as a home work.

We can inspect the logs of the newly created pod to see what happened in the background.

SQL Server container logs

Verify the volume mount using Kubernetes cli

We can also look at the different events that took place at the cluster level. Run the command kubectl get events –namespace abc2018sg and we can see the list of events. Check the sequence of events in the screenshot which shows what happened after the pod was killed and new one was recreated.

volume mount events 

I have highlighted 3 main areas above. First one is the deletion of sql2017 pod. Second is the recreation of the stateful container. And third is the volume mount which is the real game changer. If the volume is not there, we would not be able to recover the data.

Conclusion

During the course of this post we saw how stateful sets can mount external volumes using the persistent volume claims. Data is persisted across container restarts. StatefulSets provide a stable endpoint for the containers which need persistent storage like in the case of database container. By externalizing the data from container into persistent volumes we can ensure that even of the cluster is restarted, we can still be able to mount the volumes back to container and achieve scalability.

All that I demonstrated here is also covered as part of the AKS learning series. The video recording of the series is available on Youtube. Thanks to Engineers.SG who are helping to record this series of talks.

AKS Part4 Youtube

As always, the code used during this post is available on Github.

Until next time, Code with Passion and Strive for Excellence.

Share:
spacer

32 comments:

  1. you're in reality a just right webmaster. The site loading speed is amazing.
    It seems that you're doing any distinctive trick.
    Also, The contents are masterwork. you have performed a excellent activity in this matter!

    ReplyDelete
  2. Excellent beat ! I would like to apprentice while
    you amend your website, how can i subscribe for a blog site?
    The account aided me a acceptable deal. I had been tiny bit acquainted of this
    your broadcast offered bright clear concept

    ReplyDelete
  3. Hi there everyone, it's my first go to see at this site, and paragraph
    is really fruitful for me, keep up posting these articles.

    ReplyDelete
  4. I have read so many articles about the blogger lovers but
    this piece of writing is genuinely a fastidious piece of writing,
    keep it up.

    ReplyDelete
  5. Appreciate the recommendation. Will try it out.

    ReplyDelete
  6. Thanks for finally talking about >"Externalize SQL Server Container State using Persistent Volume Claim" <Liked it!

    ReplyDelete
  7. Very great post. I just stumbled upon your weblog and wanted to say that I have really enjoyed browsing your weblog posts.
    After all I will be subscribing for your rss feed and I'm hoping you write once more very soon!

    ReplyDelete
  8. I'm pretty pleased to discover this web site.
    I wanted to thank you for your time due to this wonderful
    read!! I definitely liked every little bit of it and I have you
    bookmarked to see new stuff in your site.

    ReplyDelete
  9. Spot on with this write-up, I truly feel this web site needs a lot more attention. I'll probably be back again to read
    more, thanks for the advice!

    ReplyDelete
  10. My brother recommended I would possibly like this blog.

    He was once entirely right. This put up actually made my day.

    You can not consider just how so much time I had spent for this information!
    Thanks!

    ReplyDelete
  11. When someone writes an article he/she keeps the thought of a
    user in his/her mind that how a user can understand it.

    Therefore that's why this paragraph is amazing. Thanks!

    ReplyDelete
  12. Its not my first time to pay a quick visit this web site,
    i am visiting this web site dailly and take good data from
    here daily.

    ReplyDelete
  13. This is a great tip especially to those new to the blogosphere.
    Short but very precise information… Thanks for
    sharing this one. A must read article!

    ReplyDelete
  14. Very shortly this web page will be famous among all blogging visitors,
    due to it's pleasant articles

    ReplyDelete
  15. Hello, I check your blogs like every week. Your humoristic style is witty,
    keep up the good work!

    ReplyDelete
  16. If you are going for finest contents like me, simply
    visit this site everyday because it gives feature contents, thanks

    ReplyDelete
  17. Thanks on your marvelous posting! I definitely enjoyed
    reading it, you may be a great author. I will remember to bookmark your blog and will come back later
    in life. I want to encourage you continue your great job, have a nice day!

    ReplyDelete
  18. A person essentially help to make seriously articles I would state.
    This is the first time I frequented your web page and so far?
    I amazed with the analysis you made to create this particular put up incredible.
    Great task!

    ReplyDelete
  19. If you are going for finest contents like me, simply visit this site every day as
    it gives quality contents, thanks

    ReplyDelete
  20. This is a topic that's near to my heart... Many thanks!
    Exactly where are your contact details though?

    ReplyDelete
  21. I for all time emailed this website post page to all my associates, since if like to read it afterward my friends will too.

    ReplyDelete
  22. This design is spectacular! You obviously know how to keep a reader amused.
    Between your wit and your videos, I was almost moved to
    start my own blog (well, almost...HaHa!) Great job. I really loved what you had to say,
    and more than that, how you presented it.
    Too cool!

    ReplyDelete
  23. Hi there, just wanted to mention, I liked this article.
    It was helpful. Keep on posting!

    ReplyDelete
  24. Attractive portion of content. I simply stumbled upon your
    website and in accession capital to claim that I get actually loved account your weblog posts.
    Anyway I'll be subscribing in your feeds or even I fulfillment you
    get entry to consistently fast.

    ReplyDelete
  25. Hi! This is my first comment here so I just wanted to give a quick shout
    out and say I truly enjoy reading through your articles.
    Can you recommend any other blogs/websites/forums that deal with the
    same topics? Thank you so much!

    ReplyDelete
  26. whoah this blog is wonderful i love studying your articles.

    Stay up the good work! You know, many people are searching
    around for this info, you can aid them greatly.

    ReplyDelete
  27. I like the valuable information you provide in your articles.
    I will bookmark your blog and check again here regularly.

    I'm quite sure I will learn lots of new stuff right here!
    Best of luck for the next!

    ReplyDelete
  28. Wonderful items from you, man. I've bear in mind your stuff prior to and you are simply extremely fantastic.
    I actually like what you have got here, really like
    what you're stating and the way by which you are
    saying it. You are making it enjoyable and you continue to take care of to stay it sensible.
    I can't wait to read far more from you. This is really a wonderful
    site.

    ReplyDelete
  29. Magnificent website. Lots of helpful information here. I'm sending it to several pals ans additionally sharing in delicious.
    And certainly, thanks in your effort!

    ReplyDelete
  30. It's remarkable to pay a visit this web site and reading the views of all mates about this
    post, while I am also keen of getting familiarity.

    ReplyDelete
  31. This is the perfect webpage for anybody
    who wants to understand this topic. You know so much its almost
    hard to argue with you (not that I personally would want to…HaHa).
    You definitely put a new spin on a subject that has been written about for years.
    Wonderful stuff, just excellent!

    ReplyDelete
  32. This is really interesting, You are a very skilled blogger.
    I have joined your feed and look forward to seeking more of your
    fantastic post. Also, I've shared your site in my social
    networks!

    ReplyDelete